@import "screen_reset.css";

/* === General Layout === */

html { 
	background: #969696; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}
h1 {
	display: none;
}

h2 {
	display: none;
}

.heading {
	display: block;
	margin: 0 0 20px 0;	
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: bold;
	display: block;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	display: block;
}

p {
	line-height: 13px;
	margin: 0 0 12px 0;
}

a {
	text-decoration: none;
	color: #000;

}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.text p a {
	color: #000;
	text-decoration: none;
}

.text p a:hover {
	text-decoration: underline;
}

.content.about .rightCol .text .result {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.wrapper {
	background: url(../images/bg_page.gif) center top repeat-y;
	display: block;
	width: 1156px;
	margin: auto;
	min-height: 841px;
}

.header {
	display: block;
	height: 271px;
}

.header a.logo {
	display: block;
	background: url(../images/bg_logo.gif) center top no-repeat;	
	height: 271px;
}

.content .leftCol {
	display: block;
	width: 465px;
	float: left;
	margin: 0 56px 0 0;
}

.content .rightCol {
	display: block;
	width: 454px;
	float: left;
}

.content .words {
	text-align: right;
	color: #5a5a5a;
	text-transform: uppercase;
	font-size: 22px;
}
.content .words span {
	display: block;
	margin: -1px 0 0 0;
}

.floatRight {
	float: right;
}

.clearRight {
	clear: right;
}

/* === Start Page === */

.content.startPage .leftCol {
	margin-top: 40px;
	position: relative;
}

.content.startPage .leftCol h2 {
	display: block;
	margin: 0 0 20px 250px;
	line-height: 14px;
}

.content.startPage .leftCol .words {
	margin: 40px 0 0 250px;
	text-align: left;
	font-size: 22px;
}

.content.startPage .leftCol p {
	width:210px;
	text-align: justify;
	margin: 0 0 0 250px;
}

.content.startPage .rightCol {
	position: relative;
	margin-top: 40px;
	width: 412px;
}

.content.startPage .rightCol .blog {
	display: block;
	width: 121px;
	height: 119px;
	position: absolute;
	right: 12px;
	top: -5px;
	
}

.content.startPage .rightCol .menu li {
	position: absolute
}

.content.startPage .rightCol .menu .contact {
	right: 141px;
	top: 95px;
}
.content.startPage .rightCol .menu .bookbox {
	right: 155px;
	top: 69px;
}
.content.startPage .rightCol .menu .about {
	right: 158px;
	top: 49px;
}
.content.startPage .rightCol .menu .friends {
	right: 158px;
	top: 22px;
}
.content.startPage .rightCol .menu .publishing {
	right: 144px;
	top: -2px;
}

.content.startPage .rightCol .images {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 130px;
}

/* === About ===*/


.content.about .leftCol .text {
	width: 210px;
	margin: 0 0 0 250px;
}

.content.about .leftCol .text p {
	text-align: justify;
}
.content.about .leftCol .stl {
	margin: 30px auto;
	display: block;
}
.content.about .rightCol {
	width: 398px;
}
.content.about .rightCol img {
	height: 320px;
}
.content.about .rightCol .words {
	text-align: left;
	color: #707070;
	text-transform: uppercase;
	font-size: 30px;
}
.content.about .rightCol .words span {
	display: block;
	margin: -2px 0 0 0;
}

.content.about .rightCol .text {
	width: 220px;
	margin: 35px 0 0 0;
}

.content.about .rightCol .text p {
	width: 270px;
	text-align: justify;
}

.content.about .rightCol .text p a {
	text-decoration: underline;
}

.content.about .rightCol .text p a:hover {
	text-decoration: none;
}

.content.about .rightCol .text .result span{
	color: #000;
	font-weight: bold!important;
	font-size: 14px;
}

/* === Biography Page ===*/



.content.bio .leftCol .text{
	width: 218px;
	float: right;
}

.content.bio .leftCol .photo {
	text-align: right;
}

.content.bio .rightCol .text {
	margin: 32px 0 0 0;
	text-align: justify;
	width: 395px;
}

.content.bio .rightCol .text p {
	line-height: 15px;
}

.content.bio .rightCol .text p a {
	text-decoration: underline;
}

.content.bio .rightCol .text p a:hover {
	text-decoration: none;
}

.content.bio .rightCol .text p.translations {
	padding-top: 20px;
	font-size: 11px;
	text-align:left;	
}

.content.bio .rightCol .text p.translations span {
	font-size: 12px;
	padding-bottom: 12px;
	display: block;
}

/* === Contact Page ===*/

.content.contact {
	padding-top: 40px;
}

.content.contact .leftCol .text {
	margin: 0 0 0 250px;
}

.content.contact .rightCol .text {
	margin: 0 60px 0 0;
}

.content.contact .rightCol .text .row {
	display: block;
	margin: 0 0 25px 0;
}

.content.contact .rightCol .text .row .left {
	float: left;
}

.content.contact .rightCol .text .row a,
.content.contact .rightCol .text .row span {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}


.content.contact .rightCol .text .row .right a {
	font-weight: normal;
}

.content.contact .rightCol .text .row .right {
	float: right;
	text-align: right;
}

/* === Friends Page ===*/

.content.friends .leftCol .text {
	margin: -2px 0 0 250px;
	text-align: justify;
}

.content.friends .leftCol h4 {
	margin-top: 40px;
	font-weight: bold;
}

.content.friends .rightCol .text {
	margin: 0 65px 0 0;
	text-align: justify;
}

.content.friends .rightCol .text .item {
	padding-bottom: 20px;
}

.content.friends .rightCol .text .item p a {
	font-weight: bold;
}

/* === List page === */

.content.listpage .text {
	margin: 0 0 0 252px;
}

.content.listpage .text .item {
	margin: 0 0 30px 0;
	position: relative;
	width:654px;		
}

.content.listpage.illustrators .text .item {
	width: auto;		
}

.content.listpage .text ul {
	margin: 0 0 24px 0;
}

.content.listpage .text .item .image {
	float: left;
	width: 272px;
	position: relative;
}

.content.listpage .text .item .image img {
	display: block;
	margin: 0 0 15px 0;
}

.content.listpage .text .item .image .byline {
	bottom:0;
	display:block;
	position:absolute;
	right:97px;
}

.content.listpage.illustrators .text .item .image .byline {
	right:92px;
}

.content.listpage .text .item .description {
	float: left;
	width: 382px;
	text-align: justify;
}

.content.listpage.illustrators .text .item .description {
	width: 412px;
}

.content.listpage .text .item .description h3 {
	margin: 0 0 12px 0;
	font-weight: bold;
}

.content.listpage .text .item .description h3 span {
	font-weight: normal;
}

.content.listpage .text .item .description .price {
	margin-top: 40px;
}

.content.listpage .text .item .description .citations {
	position: absolute;
	top: 27px;
	left: 100%;
	width: 180px;
	padding: 0 0 0 20px;
}

.content.listpage .text .item .actions {
	text-align: right;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.content.listpage .text .item .actions a {
	text-decoration: underline;
	display:block;
	padding:2px 0;	
}

.content.listpage .text .item .actions a:hover {
	text-decoration: none;
}

.content.listpage .text .item .description .images {
	margin: 0 0 50px 0;
}

.content.listpage .text .item .description .images li {
	float: left;
	margin: 0 0 0 12px;
}

.content.listpage .text .item .description .images.horvath li {
	margin: 0 0 0 10px;
}

.content.listpage .text .item .description .images .first-child,
.content.listpage .text .item .description .images.horvath .first-child {
	margin: 0;
}






