@charset "UTF-8";

body, html {
	margin: 0px;
	line-height:120%;
}
h1 {
	width:100%;
	border-bottom:3px solid #eee;
	padding-bottom: 15px;
	margin: 0px;
	margin-bottom:30px;
	font-size:25px;
	line-height:normal;
}
h3{
	color:#333;
	margin:0px;
	padding:0px;
	font-style:italic;
	font-weight:bold;
}
h4{
	margin:0px;
	padding:0px;
}
img {
	padding: 2px;
	border: 1px solid #ccc;
}
.grey {
	color:#666666;
}
form {
	margin:0px;
	padding:0px;
}






#centre {
	width:100%;
	
}


#banner {
	height: 75px;
	
}

#logo {
	display: list-item;
	list-style-image: url(../images/logo.jpg); /* 2. */
	list-style-position: inside;
	background-image: url(../images/logo.jpg);
	height: 46px;
	width: 268px;
}



/* 		searchdiv in banner		 */

#searchdiv {
	display:none;
	width:324px;
	bottom: 30px;
	position: absolute;
	text-align: right;
	right: 0px;
}
#searchdiv #searchfield {
	border: 1px solid #bbb; /*ddd*/
	width:220px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	height:25px;
	float: left;
	padding: 0px 40px 0px 8px;
	margin: 0px;
}
#a {
	float: left;
	width:27px;
	height:27px;
	background-image:url(../images/a.jpg);
}
#z {
	float: right;
	width:27px;
	height:27px;
	background-image:url(../images/z.jpg);
}
#searchdiv #searchsubmit {
	position: absolute;
	height:25px;
	width:25px;
	right: 35px;
	top:1px;
	border:none;
}
#searchdiv #books {
	
	background-image:url(../images/books.jpg);
	width:268px;
	height:50px;
	position:absolute;
	right:27px;
	bottom:27px;
}







/*  	menu bar   		*/

#menudiv {
	display:none;
	width: 800px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C1272D;
	font-size:10px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	text-transform: lowercase;
	letter-spacing: 1pt;
	position:relative;
}
#menudiv ul.nav {
	/*Remove all spacings from the list items*/
	cursor: default;
	list-style-type: none;
	display: inline;
	padding-left:0px;
	margin-left:0px;
}
#menudiv .nav li {
	margin-left: 0px;
	padding: 0px 8px;
	border-left: 1px dotted #ccc;
	list-style: none;
	display: inline;
	}
#menudiv li.first {
	margin-left: 0px;
	padding-left:0px;
	padding-right: 10px;
	border-left: none;
	list-style: none;
	display: inline;
}
#menudiv a {
	text-decoration:none;
	color:#666;
}
#menudiv a:hover {
	color:#222;
}
#menudiv img{
	border:none;
}
#menudiv span a {
	right:0px;
	position:absolute;
	color:#222;
}
#menudiv span a:hover {
	border-bottom:1px dotted #ccc;
}


















/* 		main content holder		*/
#content_container {
	min-height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-bottom:100px;
}
#left_col_container {
	margin-right: 50px;
	float: left;
	margin-bottom:50px;
}
#right_col_container {
	width: 50%;
	float: right;
	margin-bottom:50px;
}










/* 	news on index page */
#news_index {
	font-weight:bold;
	color:#333;
}
#news_index p {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
#news_index a {
	color:#C1272D;
	text-decoration:none;
	text-transform: lowercase;
	font-weight:bold;
}
#news_index a:hover {
	text-decoration:underline;
	color:#990000;
}

/* 	main news page */
#news {
	color:#333;
}
#news span {
	font-weight:bold;
	font-size:12px;
}
#news p {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
#news a {
	color:#C1272D;
	text-decoration:none;
	text-transform: lowercase;
	font-weight:bold;
}
#news a:hover {
	text-decoration:underline;
	color:#990000;
}
#news a.authlink {
	font-weight:bold;
	text-transform:none;
}
#news a.authlink:hover {
	text-decoration:none;
}








/* 		author and/or book prfile page	*/

#right_col_container.profile h2 {
	color:#aaa;
	border-bottom:1px solid #eee;
}
#right_col_container a {
	color: #C1272D;
	text-decoration:none;
}

#right_col_container a:hover {	
	text-decoration:underline;
}
#right_col_container a:hover img {	
	border:1px solid #C1272D;
}
#right_col_container a.link {
	color: #000;
	text-decoration:none;
}
#right_col_container a.link:hover {
	color: #C1272D;
	text-decoration:underline;
}
#profileinfo {
	width:200px;
	border-top:2px solid #eee;
	padding-top:20px;
	padding-left:3px;
	margin-top:20px;
	line-height:120%;
}
#profileinfo a{
	font-weight:bold;
	color:#C1272D;
	text-decoration:none;
}
#profileinfo a:hover{
	text-decoration:underline;
}


.library {
	vertical-align:top;
	text-align: left;
	padding-top:30px;
	padding-bottom:30px;
}
.library a.booktitle {
	font-weight:bold;
	text-decoration:none;
	color:#000000;	
}
.library a.bookauthor {
	text-decoration:none;
	color:#000000;	
}
.library a.bookauthor:hover , .library a.booktitle:hover {
	color:#C1272D;	
}
.library a:hover img {
	border:1px solid #C1272D;	
}
.libraryover img {
	border:1px solid #C1272D;	
}

.libraryover a {
	color:#C1272D;	
}



#author_menu, #genre_menu {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #efefef;
	width: 800px;
	margin: 0px;
	text-align: center;
	padding:5px 0px 5px 0px;
	margin-top:-27px;
	margin-bottom:30px;
}
#genre_menu {
	width:790px;
	text-align:left;
	padding-left:10px;
}
#author_menu a{
	text-decoration:none;
	color:#999;
	font-weight:bold;
	padding:9px 10px 9px 10px;
	
	
}
#author_menu a:hover{
	text-decoration:none;
	color:#000;
	background-color: #ccc;
}
#author_menu ul {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding-left:0px;
	
}
#author_menu li {
	margin-left: 0px;
	border-left: 1px dotted #ccc;
	list-style: none;
	display: inline;
	}
#author_menu li.nolink{
	padding:6px 10px 6px 10px;
	color:#fff;
}
#author_menu li.first {
	margin-left: 0;
	padding-left:0px;
	padding-right: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}













/*		footer		*/
#footer {
	display:none;
	font-family: arial narrow, arial, verdana;
	letter-spacing:1pt;
	font-size: 9px;
	color: #999;
	border-top: 1px dotted #aaa;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:25px;
	width:800px;
	margin-top:50px;
	bottom:0px;
	position:absolute;;
}
#footer ul.nav {
	list-style-type: none;
	display: inline;
	padding-left:0px;
	text-transform: lowercase;
	margin-left:0px;
}
#footer .nav li {
	margin-left: 0px;
	padding: 0px 8px;
	border-left: 1px solid #eee;
	list-style: none;
	display: inline;
	}
	
#footer #sitemap li.first {
	margin-left: 0px;
	padding-left:0px;
	padding-right: 10px;
	border-left: none;
	list-style: none;
	display: inline;
}

#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	color:#222;
}


.searchresultholder {
	margin-bottom: 50px;
}






/*   	contact form	*/
#email_form input, #email_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 15px;
	padding:3px;
	width:300px;
	border:1px solid #ccc;
	background:#fef;
}
#email_form textarea {
	width:500px;
}
#email_form #send{
	width:100px;	
}
#email_form #send:hover{
	background:#ddd;	
}