@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#50a7b2 url(images/back.jpg) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color:#505050;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}

p{
	padding:6px 0px 15px;
	margin:0;
}

li{
	padding:6px;
}



/*HEADINGS*/
h1{
	font-weight: normal;
	font-size:2em;
	padding:0;
	padding:6px 0px 15px;
	margin:0;
	color:#307f8f;
}

h2{
	font-weight:normal;
	font-size:1.8em;
	padding:6px 0px 15px;
	margin:0;
	color:#307f8f;
}
h3{
	font-weight:normal;
	font-size:1.6em;
	padding:6px 0px 15px;
	margin:0;
	color:#307f8f;
}
h4{
	font-weight:normal;
	font-size:1.4em;
	padding:6px 0px 15px;
	margin:0;
}
h5{
	font-weight:normal;
	font-size:1.2em;
	padding:6px 0px 15px;
	margin:0;
}


a:link{
	text-decoration:underline;
	color:#307f8f;
}
a:visited{
	text-decoration:underline;
	color:#307f8f;
}
a:hover{
	text-decoration:none;
	color:#307f8f;
}
a:active{
	text-decoration:underline;
	color:#307f8f;
}

.title a{
	text-decoration:none;
	color:#307f8f;
}

.title a:hover{
	color:#14a2bf;
}
/*------------------LAYOUT----------------------*/

#header{
	width:844px;
	margin:auto;
	height:400px;
	position:relative;
}

#logo{
	position:absolute;
	left: 38px;
	top: 10px;
}

#logo img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#aboutTheBook{
	position:absolute;
	left: 92px;
	top: 200px;
	width:308px;
}

a#aboutTheBookButton{
	height:55px;
	display:block;
	background:url(images/about_the_book.gif) no-repeat 50% 0%;
}

a#aboutTheBookButton:hover{
	background:url(images/about_the_book.gif) no-repeat 50% 100%;
}

#aboutTheBookTitle{
	font-size:2.2em;
	color:#317f8c;
	text-align:right;
}

#book{
	position:absolute;
	left: 470px;
	top: -70px;
}

#book img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}



#container{
	background:#e0e0e0 url(images/content_back.jpg) top repeat-x;
	
}

#contentContainer{
	width:844px;
	margin:auto;
	position:relative;
	top:-40px;
}

#contentBody{
	background:url(images/content_body.jpg) center repeat-y;
}	


#contentBottom{
	background:url(images/content_bottom.jpg) bottom center no-repeat;
}

#contentTop{
	background:url(images/content_top.jpg) top center no-repeat;
	padding:20px 5px;
}


#leftContainer{
	float:left;
	width:30%;
	background:url(images/shadow_separator.jpg) no-repeat 100% 5px;
	min-height:400px;
	margin-bottom:2px;

}

*html #leftContainer{
	height:400px;
}

#rightContainer{
	float:right;
	width:69.5%;
}

#rightContainer .content{
	padding:15px 25px;
}

#rightContainer .content h1{
	border-bottom:3px double #ccc;
	margin-bottom:15px;
}

#footer{
	clear:both;
	text-align:center;
	position:relative;
	top:-30px;
}

.login a{
	color:#909090;
}
.login a:hover{
	color:#555;
}

/*------------------MENU----------------------*/

.menu{
	margin:0;
	padding:10px;
	list-style:none;
}

.menu li{
	margin:0;
	padding:0;
}

.menu li a{
	display:inline-block;
	width:85%;
	color:#505050;
	text-align:right;
	padding:8px 15px;
	line-height:1.5em;
	text-decoration:none;
	background:url(images/menu_separator.gif) bottom repeat-x;
}

.menu li a:hover{
	background:#50a7b2;
	color:#f1f1f1;
}

.menu li.current_page_item a{
	background:#3b949f;
	color:#f1f1f1;
}

.menu li.current_page_item a:hover{
	background:#50a7b2;
	color:#f1f1f1;
}

/*------------------WORDPRESS----------------------*/

.commentlist li{
	list-style:none;
}

.widgettitle{
	padding:5px 15px;
	background:#50a7b2;
	color:#fff;
}

.widgets{
	list-style:none;
	margin:0;
	padding:10px;
	text-align:right;
}

.widgets ul{
	margin:0;
	padding:0;
}

.widgets li{
	margin:0;
	padding:0;
	list-style:none;
}

.widgets li a{
	display:inline-block;
	width:85%;
	color:#505050;
	text-align:right;
	padding:8px 15px;
	text-decoration:none;
	background:url(images/menu_separator.gif) bottom repeat-x;
}

.widgets li a:hover{
	background:#50a7b2;
	color:#f1f1f1;
}

.widgets li.current_page_item a{
	background:#50a7b2;
	color:#f1f1f1;
}

/*------------------FAQ LAYOUT----------------------*/

.faqContainer{
	clear:both;
	padding-bottom:30px;
}

.faqContainer .question{
	font-weight:normal;
	font-size:1.4em;
	display:inline-block;
	padding:6px 0px 10px;
	margin:0;
	color:#307f8f;
}

.faqContainer .answer{
	clear:both;
	display:block;
	background:#f1f1f1;
	padding:15px;
}


/*------------------CLASSES----------------------*/

.separator{
	background:url(images/separator.jpg) center repeat-x;
	padding:10px 0px;
}

.grayBox{
	background:#f6f6f6;
	border:1px solid #cfcfcf;
	padding:10px 15px;
}

.content{
	padding:15px;
}


.clear{
	clear:both;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.paddingRight15{
	padding-right:15px;
}

.paddingLeft15{
	padding-left:15px;
}

.alignleft{
	float:left;
	padding-right:15px;
}
