/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: BarbaraBradleyHagerty.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  April 22, 2009
File Path: ../css/universal.css
----------------------------------------------- */




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

body { 
	margin: 0;
	padding: 0;
	background: #FBD4A3;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #330000;
	}

img {
	display: block;
	border: none;
	}	



/* =Text
------------------------------------------*/


/* h1 in Header section */

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	}
/* IE fix for h2 */
*:first-child+html h2 { padding-top: 3px; } 
* html h2 { padding-top: 3px; }
/* end IE fix */	

h3 {
	margin: 0;
	paddng: 0;
	margin-bottom: 20px;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	}	




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

a:link { color: #E06141; text-decoration: underline; }

a:visited { color: #E06141; text-decoration: underline; }

a:hover { color: #000; text-decoration: none;  }







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


ul {	
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding-left: 0;
	line-height: 14px;
	}

ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px;
	}
	

#blog ul {	
	margin: 10px 0px 20px 0px;
	}

		

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

.photo {
	padding: 0;
	}
	
.left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
	}
	
.right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
	}

.photo span {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #891B01;
	}			







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




.page {
	width: 860px; 
	min-height: 600px;  
	margin: 20px auto; 
	padding: 0;
	border: 1px solid #F4A57D; 
	}
/* IE fix for .page */
 * html .page { height: 600px; }
/* end IE fix */

.content {
min-height: 300px;
	}
/* IE fix for .content */
 * html .content { height: 300px; }
/* end IE fix */


/* =Header
------------------------------------------*/

			
.header {
	position: relative;
	width: 860px;
	height: 81px;
	margin: 0;
	padding: 0; 
	background: url(../images/page/top.jpg) no-repeat;
	}	
	
	
h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 125px;
	width: 600px;
	height: 40px;
	}
	
h1 a {
	display: block;	
	width: 600px; /* same as width of h1 */
	height: 40px; /* same as height of h1 */
	}

h1 a span {
	display: none;
	}			
	




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


.footer {
	width: 840px; 
	height: 32px;  
	margin: 0 auto; 
	padding: 0px 20px 0px 20px;
	border: none; 
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #D1715B;
	}

.footer a:link { color: #D1715B; font-weight: normal; text-decoration: underline; }

.footer a:visited { color: #D1715B; font-weight: normal; text-decoration: underline; }

.footer a:hover { color: #000; font-weight: normal; text-decoration: none;  }
	


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



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: normal 16px Georgia;
width: 100%; /*leave this value as is in most cases*/
height: 31px;
overflow: hidden;
background: url(../images/page/bg_nav.jpg) no-repeat;
}

.indentmenu ul{
margin: 0 auto;
padding: 0;
/*float: left;*/
width: 83%; /*width of menu*/
border: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 9px 20px;
text-decoration: none;
border-right: none;
}

.indentmenu ul li a:visited{
color: white;
text-decoration: none;
}


.indentmenu ul li a:hover{
color: black !important;
}


	
#home .indentmenu ul li a.home{
	color: #8D1C02;
	background: #FFEBB6;
	}

#author .indentmenu ul li a.author{
	color: #891B01;
	background: #EDA290;
	}	

#book .indentmenu ul li a.book{
	color: #0A7B9C;
	background: #ADD3DE;
	}	

#buy .indentmenu ul li a.buy{
	color: #4E649C;
	background: #BCC9EA;
	}	

#contact .indentmenu ul li a.contact{
	color: #754A65;
	background: #D1AFC4;
	}		

#news .indentmenu ul li a.news{
	color: #58774C;
	background: #B3D4A5;
	}		
	




/* = SubNav
----------------------------------------*/


.subnav {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

.subnav a:link { text-decoration: none; margin-right: 7px; }

.subnav a:visited { text-decoration: none; margin-right: 7px; }

.subnav a:hover { color: #000000; text-decoration: underline; margin-right: 7px; }
		

.subnav span {
	margin-right: 7px;
	}			




/* = Homepage layout - See Home page below
----------------------------------------*/	






/* = 2 Column layout
----------------------------------------*/


.leftcolumn {
	float: left;
	width: 240px;
	margin: 20px 0px 20px 20px;
	}
/* IE6 fix for #twocol .leftcolumn */
 * html #twocol .leftcolumn { margin: 20px 0px 20px 20px; }
/* end IE6 fix */
	

.maincolumn {
	float: left;
	width: 520px;
	margin: 20px 0px 20px 20px;
	}
/* IE6 fix for #twocol .maincolumn */
 * html #twocol .maincolumn { margin: 20px 0px 20px 20px; }
/* end IE6 fix */
	









/* = INDIVIDUAL PAGES
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/



/* = Home
----------------------------------------*/


#home .content {
	background: #FFEBB6 url(../images/page/bg_home.jpg) no-repeat bottom left;
	}


#home .leftcol {
	width: 258px;
	padding: 15px;
	margin-top: 10px;
	float: left;
	}

#home .leftcol .quote {
	position: relative;
	width: 259px;
	height: 200px;
	margin-bottom: 25px;
	
	font-family: Georgia, Times, serif;
	font-size: 17px;
	line-height: 22px;
	color: #8D1C02;
	}

#home .leftcol .quote .cite {
	width: 100%;
	text-align: right;
	margin-top: 7px;
	}	

#home .leftcol .quote a, #home .leftcol .quote a:visited {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #E06141;
	text-decoration: underline;
	}	
#home .leftcol .quote a:hover {
	text-decoration: none;
	} 	

#home .leftcol span.nyt {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	padding-bottom:10px 
}
	
#home .leftcol img {
	margin: 0 auto;
	margin-bottom: 10px;
	}		
	
#home .maincol {
	width: 525px;
	margin: 10px 0px 10px 0px;
	padding: 15px;
	background: #fff;
	border: 1px solid #F8CBAB;
	float: left;
	}
		
		



/* = Author
----------------------------------------*/
				
#author .content {
	background-color: #EDA290;
	padding: 10px;
	}


#author .whitebg {
	min-height: 500px;
	border: 1px solid #D48572;
	background: #fff url(../images/page/bg_author.jpg) no-repeat bottom left;
	}
/* IE fix for #author .whitebg */
 * html #author .whitebg { height: 500px; }
/* end IE fix */	

#author h2 {
	color: #891B01;
	}
	
#author .subnav {
	color: #891B01;
	}
	
#author .subnav a:link, #author .subnav a:visited {
	color: #891B01;
	}		


#author .photo span {
	color: #891B01;
	}
	


/* = Book
----------------------------------------*/

#book .content {
	background-color: #ADD3DE;
	padding: 10px;
	}


#book .whitebg {
	min-height: 500px;
	border: 1px solid #8FC2D2;
	background: #fff url(../images/page/bg_book.jpg) no-repeat bottom left;
	}
/* IE fix for #book .whitebg */
 * html #book .whitebg { height: 500px; }
/* end IE fix */	

#book h2 {
	color: #0A7B9C;
	}
	
#book .subnav {
	color: #0A7B9C;
	}
	
#book .subnav a:link, #book .subnav a:visited {
	color: #0A7B9C;
	}		
	
	
#book .photo span {
	color: #4E649C;
	}




/* = Buy 
----------------------------------------*/



#buy .content {
	background-color: #BCC9EA;
	padding: 10px;
	}


#buy .whitebg {
	min-height: 500px;
	border: 1px solid #889AC5;
	background: #fff url(../images/page/bg_buy.jpg) no-repeat bottom left;
	}
/* IE fix for #buy .whitebg */
 * html #buy .whitebg { height: 500px; }
/* end IE fix */	

#buy h2 {
	color: #4E649C;
	margin-bottom: 30px;
	}
	
#buy .subnav {
	color: #4E649C;
	}
	
#buy .subnav a:link, #buy .subnav a:visited {
	color: #4E649C;
	}		


#buy .photo span {
	color: #4E649C;
	}





/* = Contact
----------------------------------------*/
				

#contact .content {
	background-color: #D1AFC4;
	padding: 10px;
	}


#contact .whitebg {
	min-height: 500px;
	border: 1px solid #B17F9D;
	background: #fff url(../images/page/bg_contact.jpg) no-repeat bottom left;
	}
/* IE fix for #contact .whitebg */
 * html #contact .whitebg { height: 500px; }
/* end IE fix */	

#contact h2 {
	color: #754A65;
	margin-bottom: 0px;
	}
	
#contact .subnav {
	color: #754A65;
	}
	
#contact .subnav a:link, #contact .subnav a:visited {
	color: #754A65;
	}		
	
#contact .info {
	width: 210px;
	margin: 0;
	padding: 15px;
	border: 1px solid #EDE7EB;
	background: #F8F3F6;
	}

#contact h4 {
	margin: 0;
	paddng: 0;
	margin-bottom: 10px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #754A65;
	}		
	

#contact .photo span {
	color: #754A65;
	}



#contact h3 {
	margin-bottom: 0px;
	}
	
/* IE fix for #contact h3 */
*:first-child+html #contact h3 { position: absolute; margin-left: -9px; } 
* html #contact h3 { position: absolute; margin-left: -9px; }
/* end IE fix */	
	
#contact p {
	margin-top: 0;
	margin-bottom: 20px;
	}
	
	
#contact legend {
	margin-top: 0;
	margin-bottom: 20px;
	}	
	
	
#contact label {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	
	}	
	
	
	
/* = News
----------------------------------------*/
				
		
#news .content {
	background-color: #B3D4A5;
	padding: 10px;
	}


#news .whitebg {
	min-height: 500px;
	border: 1px solid #7DA16F;
	background: #fff url(../images/page/bg_news.jpg) no-repeat bottom left;
	}
/* IE fix for #news .whitebg */
 * html #news .whitebg { height: 500px; }
/* end IE fix */	

#news h2 {
	color: #58774C;
	margin-bottom: 30px;
	}
	
#news .subnav {
	color: #58774C;
	}
	
#news .subnav a:link, #news .subnav a:visited {
	color: #58774C;
	}		
	
	
	
#news .photo span {
	color: #58774C;
	}

	
		
	
	
	

