/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: EileenDavidsonBooks.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  April 29, 2009
File Path: ../css/universal.css
----------------------------------------------- */




/* = GLOBAL DETAILS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background: #FDEFD3 url(../images/page/bg.jpg) repeat-x top center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #190A03;
	}

/* */img {
	display: block;
	border: 11px solid #fefbf3;
	}

.photo img {
	margin-bottom: 5px;
	}		
	
.photo span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #694C3E;
	}	

.photo-insert {
	width: 172px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.photo-insert img {
	margin-bottom: 0px;
	}		

/* =Text
------------------------------------------*/


/* h1 in Header section */

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-family: Verdana, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #fefbf3;
	}
/* IE fix for h2 */
*:first-child+html h2 { padding-top: 6px; } 
* html h2 { padding-top: 6px; }
/* end IE fix */	

h3 {
	margin: 0;
	paddng: 0;
	margin-bottom: 20px;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #190A03;
	}	


/* h5 in Header section */



/* =Links (global) 
------------------------------------------*/

a:link { color: #D62450; font-weight: bold; text-decoration: none; }

a:visited { color: #D62450; font-weight: bold; text-decoration: none; }

a:hover { color: #190A03; font-weight: bold; text-decoration: underline;  }







/* =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;
	}
	


		

/* =Buy Links  
------------------------------------------*/


.preorder {
	position: relative;
	margin: 0;
	margin-top: 20px;
	width: 298px;
	height: 200px;
	background: url(../images/page/bg_preorder.jpg) no-repeat;
	}
	
.buy {
	position: relative;
	margin: 0;
	margin-top: 20px;
	width: 298px;
	height: 200px;
	background: url(../images/page/bg_buy.jpg) no-repeat;
	}
	
a.amazon {
	display: block;
	position: absolute;
	top: 50px;
	left: 15px;
	width: 125px;
	height: 35px;
	}
a:hover.amazon	{
	background: url(../images/page/bg_amazon_on.jpg) no-repeat;
	}
	
a.bn {
	display: block;
	position: absolute;
	top: 50px;
	left: 155px;
	width: 125px;
	height: 35px;
	}
a:hover.bn	{
	background: url(../images/page/bg_bn_on.jpg) no-repeat;
	}
	
a.borders {
	display: block;
	position: absolute;
	top: 94px;
	left: 15px;
	width: 125px;
	height: 40px;
	}
a:hover.borders	{
	background: url(../images/page/bg_borders_on.jpg) no-repeat;
	}
	
a.indiebound {
	display: block;
	position: absolute;
	top: 94px;
	left: 155px;
	width: 125px;
	height: 40px;
	}
a:hover.indiebound	{
	background: url(../images/page/bg_indiebound_on.jpg) no-repeat;
	}
	
a.booksamillion {
	display: block;
	position: absolute;
	top: 147px;
	left: 15px;
	width: 265px;
	height: 26px;
	}
a:hover.booksamillion	{
	background: url(../images/page/bg_booksamillion_on.jpg) no-repeat;
	}




/* = GLOBAL STRUCTURE
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/




.page {
	width: 1000px; 
	min-height: 900px;  
	margin: 0 auto; 
	padding: 0;
	border: none; 
	}
/* IE fix for .page */
 * html .page { height: 900px; }
/* end IE fix */

.content {

	}
/* IE fix for .content */
 * html .content {  }
/* end IE fix */


/* =Header
------------------------------------------*/

			
.header {
	position: relative;
	width: 1000px;
	height: 112px;
	margin: 0;
	padding: 0; 
	background: url(../images/page/eileen_davidson.jpg) no-repeat top left;
	
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #fefbf3;
	}	
	
	
h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 112px;
	}
	
h1 a {
	display: block;	
	width: 500px; /* same as width of h1 */
	height: 112px; /* same as height of h1 */
	}

h1 a span {
	display: none;
	}			
	

.header h5 {
	margin: 0;
	paddng: 0;
	margin-bottom: 7px;
	font-family: Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fefbf3;
	}
/* IE fix for .header h5 */
*:first-child+html .header h5 { padding-top: 3px; } 
* html .header h5 { padding-top: 3px; }
/* end IE fix */	
		
	
.header .contest {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 310px;
	}

.header	a:link { font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 16px; font-weight: normal; color: #fefbf3; text-decoration: none; }

.header	a:visited { font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 16px; font-weight: normal; color: #fefbf3; text-decoration: none; }

.header	a:hover { font-family: Verdana, Arial, sans-serif; font-size: 14px; line-height: 16px; font-weight: normal; color: #fefbf3; text-decoration: underline;  }
	
	
	


/* =Footer
------------------------------------------*/


.footer {
	width: 100%; 
	margin: 0; 
	padding: 30px;
	border: none; 
	background: #FEFBF3;
	
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #8A6448;
	}

.footer .text {
	width: 940px;
	margin: 0 auto;
	}	

.footer a:link { color: #8A6448; font-weight: normal; text-decoration: underline; }

.footer a:visited { color: #8A6448; 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 20px Verdana;
width: 100%; /*leave this value as is in most cases*/
height: 50px;
overflow: hidden;
background: none;
}

.indentmenu ul{
margin: 0 auto;
padding: 0;
/*float: left;*/
width: 90%; /*width of menu*/
border: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #FCEAC4; /*text color*/
font-weight: normal;
padding: 18px 15px;
text-decoration: none;
border-right: none;
}

.indentmenu ul li a:visited{
color: #FCEAC4;
text-decoration: none;
}
/* IE6 fix for .indentmenu ul li a:visited */
* html .indentmenu ul li a:visited { font-weight: normal; text-decoration: none; }
/* end IE6 fix */	



.indentmenu ul li a:hover{
color: #FCEAC4 !important;
background: #6A3772;
}
/* IE6 fix for .indentmenu ul li a:hover */
* html .indentmenu ul li a:hover { font-weight: normal; text-decoration: none; }
/* end IE6 fix */	



	
#home .indentmenu ul li a.home, #author .indentmenu ul li a.author, #books .indentmenu ul li a.books, #book .indentmenu ul li a.books, #press .indentmenu ul li a.press, #events .indentmenu ul li a.events, #photo .indentmenu ul li a.photo, #contact .indentmenu ul li a.contact {
	background: #6A3772;
	}


	




/* = SubNav
----------------------------------------*/


.subnav {
	margin: 0;
	padding: 0;
	margin-top: 26px;
	margin-bottom: 54px;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8D6BD;
	}

.subnav a:link { color: #D62450; text-decoration: none; }

.subnav a:visited { color: #D62450; text-decoration: none; }

.subnav a:hover { color: #E8D6BD; text-decoration: underline; }
		

.subnav span {
	margin-right: 7px;
	margin-left: 7px;
	}			




/* = Homepage layout 
----------------------------------------*/	


#home .leftcolumn {
	float: left;
	width: 302px;
	margin: 50px 0px 20px 30px;
	}
/* IE6 fix for #twocol .leftcolumn */
 * html #home .leftcolumn { margin: 50px 0px 20px 20px; }
/* end IE6 fix */


#home .leftcolumn img {
	margin-bottom: 30px;
	}
	

#home .maincolumn {
	float: left;
	width: 400px;
	margin: 50px 0px 20px 40px;
	}
/* IE6 fix for #twocol .maincolumn */
 * html #home .maincolumn { margin: 50px 0px 20px 30px; }
/* end IE6 fix */


#home .rightcolumn {
	float: left;
	width: 190px;
	margin: 260px 0px 20px 10px;
	}
/* IE6 fix for #twocol .leftcolumn */
 * html #home .rightcolumn { margin: 260px 0px 20px 10px; }
/* end IE6 fix */



/* = 2 Column layout
----------------------------------------*/


.leftcolumn {
	float: left;
	width: 302px;
	margin: 40px 0px 20px 30px;
	}
/* IE6 fix for .leftcolumn */
 * html #twocol .leftcolumn { margin: 40px 0px 20px 30px; }
/* end IE6 fix */
	

.maincolumn {
	float: left;
	width: 580px;
	margin: 45px 0px 20px 40px;
	}
/* IE6 fix for .maincolumn */
 * html #twocol .maincolumn { margin: 45px 0px 20px 40px; }
/* end IE6 fix */
	









/* = INDIVIDUAL PAGES
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/



/* = Home
----------------------------------------*/


body#home { 
	background: #FDEFD3 url(../images/page/bg_home.jpg) repeat-x top center;
	}
		
	
#home .quote {
	width: 384px;
	height: 142px;
	position: relative;
	left: -20px;
	margin: 0;
	margin-bottom: 8px;
	padding: 20px;
	padding-bottom: 60px;
	background: url(../images/page/bg_home_quote.jpg) no-repeat;
	
	font-family: Verdana;
	font-size: 31px;
	font-weight: bold;
	color: #D62450;
	}
/* IE6 fix for #home .quote */
 * html #home .quote { height: 142px; overflow: hidden; }
/* end IE6 fix */
	

#home .quote blockquote {
	margin: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #684C3F;
	text-indent: -8px;
	}

#home .quote blockquote span {
	font-weight: normal;
	}

#home .quote .link {
	position: absolute;
	right: 20px;
	bottom: 45px;
	font-family: Georgia, serif;
	font-size: 13px;
	}			
		

#home h2 {
	margin-bottom: 40px;
	align: right;
	text-align: right;
	}	



/* = Author
----------------------------------------*/
				
#author .video-form {
	width: 400px;
	}
	

/* = Books
----------------------------------------*/


#books .content {
	margin-bottom: 30px;
	}
	
#books .content .leftcolumn {
	float: left;
	width: 302px;
	margin: 0px 0px 20px 30px;
	}
/* IE6 fix for #books .content .leftcolumn */
 * html #books .content .leftcolumn { margin: 0px 0px 20px 30px; }
/* end IE6 fix */

#books .content .first {
	margin-top: -135px;
	}
	

#books .content .maincolumn {
	float: left;
	width: 580px;
	margin: 0px 0px 20px 40px;
	}
/* IE6 fix for #books .content .maincolumn */
 * html #books .content .maincolumn { margin: 0px 0px 20px 40px; }
/* end IE6 fix */





/* = Photo
----------------------------------------*/

#photo #gallery { width: 100%; }

#photo #gallery .thumb { width:174px; margin: 0 19px 19px 0; float: left; display: inline }

#photo #gallery .thumb img {
	border: 10px solid #fefbf3;
	}









/* = Contact
----------------------------------------*/
				





	
	

	
	
