/* CSS Document */
body {
	font-family: Georgia, Times, serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	background: #F4F7FD url(../images/bggradient.jpg) repeat-x 0 0;
	color: #21313B;
  }
	
/*typography
==========================*/


h1 {
	font-size: 30px;
	margin: 0;
	padding: 0px 0 10px 0;
	font-weight: normal;
	color: #213846;
  }
  
h2 {
	font-size: 20px;
}

h2, h3{
	margin: 0;
	font-weight: normal;
  }

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #A61829;
	}
	
h5 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
  
p{
	text-align: justify;
  }
	
	
/*layout
=================================*/
	
#stripe {
	background-color: #162935;
	height: 5px;
	width: 100%;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat top right;
	}

#container-inner{
	float: left;
	width: 898px;
	background-color: #FFF;
	border: solid #CCCCCC 1px;
	}
	
#nav {
	background: url(../images/line.jpg) no-repeat 0 0;
	padding: 10px 0 10px 0;
	width: 566px;
}

#nav ul li {
	font-size: 16px;
	color: #213846;
	display: inline;
	margin: 0;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}

 #nav .active {
	color: #990000;
}


#main {
	float: left;
	padding: 10px 0px 30px 15px;
	width: 550px;
  }
  
#authorbox {
	margin-bottom: 20px;
}
  
#sidebar {
	float: right;
	width: 280px;
	background-color: #F5F5F2;
	margin: 15px 15px 15px 0;
	}
	
#footer {
	height: 20px;
	float: left;
	border-top: solid #21313B 1px;
	width: 900px;
	margin-top: 20px;
  }
  

	
/*---detail styles---*/

#clear{
	clear:both;
	margin:0;
	}

strong {
	color: #213846;
}

#footer p{
	padding:0;
	margin: 0;
	font-size: 12px;
	text-indent: 5px;
	}
	
	
	
/*----sidebar---*/


#bookdesc img {
	float: left;
}

#booktxt {
	float: right;
	width: 700px;
}
#booktxt ul {
	margin-bottom: 40px;
}
#intro {
	font-size: 16px;
	font-style: italic;
}

#line {
	height: 4px;
	padding-bottom: 5px;
}


#header {
	font-size: 45px;
	color: #364B58;
	padding-top: 60px;
}

#sidebar li{
	list-style-type: none;
	margin: 5px 0px;
	}

#sidebar li a{
	background: url(../images/bullet1.gif) no-repeat 0px 50%;
	padding: 2px 0 2px 30px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar a:hover {
}
#header span {
}
#sidebar h4 {
	margin: 0px;
	padding: 0px;
	background-color: #990000;
	color: #FFFFFF;
	text-indent: 10px;
	font-size: 14px;
}
#phark {
	text-indent: -5000px;
}
#nav a {
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#nav a:hover {
	background-color: #F5F5F2;
}
a.prominent {
	font-size: 18px;
	color: #A61829;
	background: url(../images/bigbullet1.gif) no-repeat 0 50%;
	padding: 20px 0 22px 40px;
}
a.prominent:hover  {
	background: url(../images/bigbullet2.gif) no-repeat 0 50%;
	}
#sidebar blockquote {
	font-style: italic;
	background: url(../images/q-top.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
#sidebar #quote {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	text-align: left;
}
#sidebar a.book {
	background: url(../images/bookbullet.gif) no-repeat 0px 50%;
}


#sidebar a.book:hover {
	background: url(../images/bookbullet2.gif) no-repeat 0px 50%;
}
a.active {
	color: #A61829;
}

#sidebox {
	padding: 10px;
}

#sidebox #author {
	text-indent: 20px;
	background: url(../images/q-bottom.gif) no-repeat right bottom;
	padding: 15px 0 0 0;
	color: #990000;
	font-style: normal;
}
#main #img {
	float: left;
	padding: 20px 15px 0px 0;
}



/*--links--
==========================*/

/*----links general------*/

a:link {
	color: #273844;
  }
  
a:visited {
	color: #283543;
  }
  
a:hover {
	color: #A61829;
  }
  
  
/*special icon links--------*/ 

#sidebox li.choice a {
	background: url(../images/empty.gif) no-repeat 0px 50%;
}
#sidebox li.choice a.active {
	background: url(../images/cross.gif) no-repeat 0px 50%;
}


#sidebox li.tick a {
	background: url(../images/empty.gif) no-repeat 0px 50%;
}
#sidebox li.tick a:visited {
	background: url(../images/done.gif) no-repeat 0px 50%;
}
#sidebox li.tick a.active {
	color: #990000;
	background: url(../images/selected.gif) no-repeat 0px 50%;
}



#sidebox li.book a{
	background: url(../images/bookbullet.gif) no-repeat 0px 50%;
}

#sidebox li.book a:hover{
	background: url(../images/bookbullet2.gif) no-repeat 0px 50%;
}

#sidebox li.down a{
	background: url(../images/down1.gif) no-repeat 0px 50%;
}

#sidebox li.down a:hover{
	background: url(../images/down2.gif) no-repeat 0px 50%;
}


#sidebar li a:hover {
	background: url(../images/bullet2.gif) no-repeat 0px 50%
} 
#sidebar h4 a{
	color: #FFFFFF;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
