@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;
	font-weight: bold;
}

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

strong {
	font-weight: bold;
}

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

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

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

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

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

.content .words {
	text-align: right;
	color: #707070;
	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: 48px;
	position: relative;
}
.content.startPage .leftCol img {
	margin-left: 193px;
}
.content.startPage .leftCol .meetUs {
	/*position: absolute;
	display: block;
	width: 147px;
	height: 141px;
	background: url(../images/bg_meetUs.gif) left top no-repeat;
	top: -85px;
	right: 135px;*/
	display: none;
}

.content.startPage .leftCol .words {
	margin: 0 0 13px 193px;
	text-align: left;
	font-size: 18px;
}

.content.startPage .leftCol p {
	width:270px;
	text-align: justify;
}

.content.startPage .rightCol {
	position: relative;
	margin-top: 48px;
}

.content.startPage .rightCol .ourBooks {
	position: absolute;
	width: 190px;
	left: 4px;
	top: 0;
}

.content .ourBooks a,
.content .ourWriters a {
	font-size: 14px;
	display: block;
	padding: 0 0 1px 0;
}

.content.startPage .rightCol .publisherInfo {
	position: absolute;
	width: 160px;
	top: 0;
	right: 76px;
}

.content.startPage .rightCol .publisherInfo p {
	text-align: justify;
}

.content.startPage .rightCol .ourWriters {
	position: absolute;
	width: 160px;
	top: 173px;
	left: 0;
}

.content.startPage .rightCol .links {
	position: absolute;
	width: 160px;
	top: 173px;
	right: 76px;
	text-align: right;		
}

/* === Writers Page ===*/
.content.writersPage .leftCol {
	position: relative;
}

.content.writersPage .leftCol .ourWriters {
	width: 240px;
	float: right;
	display: block;
}

.content.writersPage .leftCol .writerInfo{
	position: relative;
	display: block;
	margin: 20px 0 0 0!important;
}

.content.writersPage .leftCol .writerInfo .text {
	width: 240px;
	margin: 0 0 0 225px;
}

.content.writersPage .leftCol .writerInfo .text p {
	font-size: 13px;
	line-height: 12px;
	text-align: justify;	
}

.content.writersPage .leftCol .photo {
	position: absolute;
	left: 33px;
	top: 133px;
	width: 175px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.content.writersPage .rightCol .ourBooks {
	width: 240px;
	float: right;
	text-align: right;
	margin: 0 46px 0 0;
}

.content.writersPage .rightCol .bookInfo {
	display: block;
	margin: 20px 0 0 0;
	width: 449px;
	height: 456px;
}

.content.writersPage .rightCol .bookInfo.emil,
.content.writersPage .rightCol .bookInfo.jaroslav {
	height: 462px;
}

.content.writersPage .rightCol .bookInfo .text {
	width: 408px;
}

.content.writersPage .rightCol .bookInfo .text p {
	text-align: justify;
	font-size: 13px;
}

.content.writersPage .rightCol .bookInfo .text a {
	margin: 25px 0 0 0;
}

/* === About ===*/


.content.about .leftCol .text {
	width: 240px;
	margin: 0 0 0 225px;
}

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

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

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

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

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

.content.bio .leftCol .text{
	width: 251px;
	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.translations {
	font-weight: normal;
}

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

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

.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 {
	font-style: italic;
	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 230px;
	text-align: justify;
}

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

.content.friends .rightCol h4 {
	font-weight: bold;
}

.content.friends .text .readMore {
	margin: 25px 0 0 0;
	font-weight: bold;
}

.content.friends .text .readMore span {
	font-weight: normal;
	font-style: italic;
	display: block;
	margin: 0 0 20px 0;
}

.content.friends .text .readMore a {
	color: #000;
	font-weight: bold;
}

.content.friends .text .readMore ul {
	float: left;
	margin: 0 15px 0 0;
}

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

/* === News page ===*/

.content.friends .leftCol .text.news {
	margin: -2px 0 0 230px;
	text-align: left;
}


/* === Bookbox page === */

.content.bookbox .leftCol .text {
	margin: 0 0 0 252px;
}

.content.bookbox .leftCol .text .item {
	margin: 40px 0 50px 47px;
	display: block;
}

.content.bookbox .leftCol .text .item img {
	display: block;
	margin: 0 0 15px 0;
}

.content.bookbox .rightCol h3 {
	font-weight: normal;
}

.content.bookbox .rightCol .text {
	margin: -33px 60px 0 0;
	text-align: justify;
}

.content.bookbox .rightCol .text .item {
	margin: 50px 0 0 0;
}



