/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET FOR NEW DESIGN (2011) (custom_styles.css)

Site: AuthorBuzz.com
Author:   Sunil Kumar 
Version:  August 22, 2010
File Path: custom_styles.css
----------------------------------------------- */




/* = GLOBAL DETAILS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	}
		

img {
	display: block;
	border: none;
	}	



/* =Text
------------------------------------------*/
	
/* h1 in header section */

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #66b5ce;
	margin: 10px 0 18px 0;
	padding: 0;
	}	
	
h3.first {
	margin-top: -15px;
	}	



/* =Links (global) 
------------------------------------------*/

a:link { color: #7b2901; text-decoration: none; font-weight: normal; }

a:visited { color: #7b2901; text-decoration: none; font-weight: normal; }

a:hover { color: #7b2901; text-decoration: underline; font-weight: normal; }



/*
#readers a:link { color: #66b5ce; text-decoration: none; font-weight: normal; }

#readers a:visited { color: #66b5ce; text-decoration: none; font-weight: normal; }

#readers a:hover { color: #66b5ce; text-decoration: underline; font-weight: normal; }


#librarians a:link { color: #000; text-decoration: none; font-weight: normal; }

#librarians a:visited { color: #000; text-decoration: none; font-weight: normal; }

#librarians a:hover { color: #000; text-decoration: underline; font-weight: normal; }
*/





/* =Lists  
------------------------------------------*/

.rightcolumn ul {
	list-style: none;
	margin: 3px 0px 20px 10px;
	padding-left: 0;
	}

.rightcolumn ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
	line-height: 1em;
	}
	

.item ul {
	list-style: none;
	margin: 3px 0px 10px 10px;
	padding-left: 0;
	width: 193px;
	}

.item ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 3px;
	}


ul li {
	margin-bottom: 7px;
	}

ul.tips {
	margin-bottom: 20px;
	}
	
ul.tips li {
	margin-bottom: 10px;
	}
		
	
	
	

/* =Photos  
------------------------------------------*/








/* = GLOBAL STRUCTURE
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/


.content {
	width: 900px; 
	min-height: 1080px;  
	margin: 0 auto; 
	padding: 0;
	border: none;
	}
/* IE fix for .content */
 * html .content { height: 1080px; }
/* end IE fix */

.content {
	background: url(images/bg.jpg) no-repeat top center;
	}




/* =Header
------------------------------------------*/
	
	
.header { 
	position: relative;
	}
	
h1 {
	display: block;	
	position: relative;
	width: 530px;
	height: 70px;
	margin: 0 0 0 320px;
	padding: 0;
	}	
	
h1 a {
	display: block;
	width: 530px;  /* same as width of h1 */
	height: 70px; /* same as height of h1 */
	}			
	
h1 a span {
	display: none;
	}
	
.header .sub {
	position: absolute;
	top: 65px;
	left: 535px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	}	
	
	
	

	
	


/* =Footer
------------------------------------------*/

.footer  {
	width: 900px;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	border: none;
	
	text-align: center;
	font-size: 10px;
 	color: #000;
	
	}
	


/* =Covers
------------------------------------------*/

.covers {
	margin: 0 47px 20px 47px;
	font-size: 12px;
	min-height: 258px;
	}
/* IE fix for .covers */
 * html .covers { height: 258px; }
/* end IE fix */

#readers .covers {
	color: #cecece;
	}
#librarians .covers {
	color: #c9c9c8;
	}	
	
.covers .title {
	color: #fff;
	}	



/* = Nav
----------------------------------------*/

.tempnav {
	margin: 30px 0 0 47px;
	color: #fff;
	}

.tempnav a:link {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
.tempnav a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	}
.tempnav a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	


		

	
/* = Note
----------------------------------------*/

.note {
	position: relative;
	width: 574px;
	margin: 0 30px 0 47px;
	float: left;
	}

.note_text {
	width: 514px;
	padding: 10px 30px 0 30px;
	}
.note_text {
	background: url(images/bg_text.jpg) repeat-y top center;
	}

	
.note .author {
	font-weight: bold;
	}	

.note_text img {
	float: right;
	clear: right;
	margin: 0 0 7px 7px;
	border: none;
	}	

.note .info {
	text-align: center;
	margin-top: 25px; 
	font-size: 12px;
	}
	
	
.bottom-nav {
	margin-top: 20px;
	text-align: center;
	}	
	

	
/* = Sidebar
----------------------------------------*/


.side {
	position: relative;
	width: 202px;
	margin: 0 47px 0 0;
	float: left;
	overflow: hidden;
	font-size: 10px;
	}

.side_text {
	width: 152px;
	padding: 10px 25px 25px 25px;
	background: url(images/bg_side.jpg) repeat-y top left;
	}

.side ul {
	margin: 0;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 0;
	}	
.side ul li {
	margin-bottom: 3px;
	}	
	
	
	
	
