/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: WilliamLashner.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  January 29, 2009
File Path: ../css/universal.css
----------------------------------------------- */




/* = GLOBAL DETAILS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	}

img {
	display: block;
	border: none;
	}	



/* =Text
------------------------------------------*/


h2 {
	display: none;
	margin: 0;
	padding: 0;
	width: 558px;
	height: 112px;
	}
	
h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}		

h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}

h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}						
	
	


/* =Links (global) 
------------------------------------------*/

a:link { color: #E5862A; font-weight: bold; text-decoration: none; }

a:visited { color: #E5862A; font-weight: bold; text-decoration: none; }

a:hover { color: #333333; font-weight: bold; text-decoration: underline;  }


.top {
	border-bottom: 1px solid #B4B2AC;
	padding: 5px 0;
	margin: 20px 0px 40px 0px;
	
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #525150;
	}

.top a:link { color: #525150; font-weight: normal; text-decoration: underline; }

.top a:visited { color: #525150; font-weight: normal; text-decoration: underline; }

.top a:hover { color: #000; font-weight: normal; text-decoration: none;  }



/* =Lists  
------------------------------------------*/



		
	
	
	

/* =Photos  
------------------------------------------*/


.caption {
	width: 234px;
	margin: 0px auto 15px auto;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	}
	



/* =Author Tracker  
------------------------------------------*/


.authortracker {
	width: 234px;
	margin: 0 auto;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}	
	
.authortracker h4 {
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
	}





/* = GLOBAL STRUCTURE
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/


.background {
	position: relative;
	width: 900px; 
	min-height: 800px;  
	margin: 0 auto; 
	padding: 0;
	border: none; 
	}
/* IE fix for .background */
 * html .background { height: 800px; }
/* end IE fix */


.content {
	width: 900px; 
	min-height: 686px;  
	margin: 0 auto; 
	padding: 0;
	border: none; 
	background: #fff url(../images/page/bg.jpg) no-repeat top center;
	}
/* IE fix for .content */
 * html .content { height: 686px; }
/* end IE fix */



/* =Header
------------------------------------------*/

.header {
	position: relative;
	width: 900px;
	height: 201px;
	margin: 0;
	padding: 0;
	background-image: url(../images/page/top.jpg); 
	}	
	
	
h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 25px;
	left: 25px;
	width: 330px;
	height: 150px;
	}
	
h1 a {
	display: block;	
	width: 300px;
	height: 150px;
	}

h1 a span {
	display: none;
	}				
	
	




/* =Footer
------------------------------------------*/

.footer {
	width: 850px; 
	height: 45px;  
	margin: 0 auto; 
	padding: 35px 25px 0px 25px;
	border: none; 
	background: url(../images/page/bg_footer.jpg) repeat-x;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #525150;
	}

.footer a:link { color: #525150; font-weight: normal; text-decoration: underline; }

.footer a:visited { color: #525150; 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/ */

#pointermenu2{
position: relative;
margin: 0;
padding: 0;
height: 33px;
background-color: #000;
}

#pointermenu2 ul{
position: absolute;
top: 0;
left: 0;
z-index: 100;
height: 33px;
margin: 0;
margin-left: 7px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: normal 16px Tahoma;
background: #000;
}
/* IE6 fix for #pointermenu2 ul */
 * html #pointermenu2 ul { background: none; }
/* end IE6 fix */	


* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{ 
height: 33px;
float: left;
color: #8D8777;
font-weight: normal;
padding: 7px 13px 7px 13px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #8D8777;
}


#pointermenu2 ul li a.left:hover { /*hover and selected link*/
color: #D3C39D;
background: transparent url(../images/page/arrow_nav_l.gif) bottom center no-repeat;
}

#pointermenu2 ul li a.right:hover { /*hover and selected link*/
color: #D3C39D;
background: transparent url(../images/page/arrow_nav_r.gif) bottom center no-repeat;
}

#home #navhome, #author #navauthor, #books #navbooks { /*on page link*/
color: #D3C39D;
background: transparent url(../images/page/arrow_nav_l.gif) bottom center no-repeat;
}

#victor #navvictor, #blog #navblog, #pulp #navpulp, #faq #navfaq, #contact #navcontact{ /*on page link*/
color: #D3C39D;
background: transparent url(../images/page/arrow_nav_r.gif) bottom center no-repeat;
}


#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: none; /*optional right round corner*/
}




/* = SubNav
----------------------------------------*/



.subnav{
font-weight: bold;
width: 100%;
margin-bottom: 5px;
border-top: 1px solid #B4B2AC;
border-right: 1px solid #B4B2AC;
background: url(../images/page/arrow_down.gif) 10px 0px no-repeat;
}

.subnav ul{
border: none;
padding: 2px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.subnav ul li{
display: inline;
margin-left: -5px;
}

.subnav ul li a{
color: #E5862A;
padding: 3px 10px 3px 10px;
margin: 0;
text-decoration: none;
border-left: 1px solid #B4B2AC; /*right border between menu items*/
}

.subnav ul li a:hover{
color: #E5862A;
background-color: #E8E8E8; /*background of menu item onMouseover*/
}

	



	


/* = 2 Column layout
----------------------------------------*/



#twocol .leftcolumn {
	float: left;
	width: 257px;
	min-height: 300px;
	margin: 0px 0px 30px 26px;
	}
/* IE6 fix for #twocol .leftcolumn */
 * html #twocol .leftcolumn { margin: 0px 0px 30px 14px; }
/* end IE6 fix */	

#twocol .maincolumn {
	float: left;
	width: 558px;
	min-height: 400px;
	margin: 0px 0px 30px 42px;
	padding-top: 120px;
	}		











/* = INDIVIDUAL PAGES
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/



/* = Home
----------------------------------------*/



#home .content {
	background: #fff url(../images/page/bg_home.jpg) no-repeat top center;
	}
	
#home #twocol .leftcolumn {
	
	}

#home h3.cs {
	font-family: tahoma, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 60px auto 25px auto;
	}	

#home .leftcolumn img {
	margin: 0 auto;
	}	

#home .buy {
	width: 234px;
	margin: 0 auto;
	}	
	
#home .buy h4 {
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
	}

#home .buy ul {	
	list-style: none;
	margin: 3px 0px 20px 0px;
	padding-left: 0;
	}

#home .buy ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px;
	}

#home .buy ul li a:link { color: #333333; font-weight: normal; text-decoration: underline; }

#home .buy ul li a:visited { color: #333333; font-weight: normal; text-decoration: underline; }

#home .buy ul li a:hover { color: #333333; font-weight: normal; text-decoration: none;  }


#home #twocol .maincolumn {
	padding-top: 0;
	}	
#home .quote_content {
	height: 70px;
	}

#home .quote {
	margin: 30px 0px 5px 100px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;	
	text-indent: -10px;
	}

#home .quote span {
	font-weight: normal;
	color: #676152;
	}

#home .quote .more {
	text-align: right;
	font-size: 11px;
	}	

#home .subnav{
	border-right: none;
	}


#home .mainleft {
	margin: 0px 10px 30px 0px;
	float: left;
	width: 370px;
	}

#home .mainright {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 12px;
	float: left;
	width: 160px;
	border-left: 1px solid #B4B2AC;
	}	

#home .mainright h4 {
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 10px -12px;
	padding-left: 12px;
	background: url(../images/page/arrow_right.gif) 0px 50% no-repeat;
	}
	



/* = Author
----------------------------------------*/
				
		
#author .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#author .maincolumn {
	background: url(../images/titles/author.jpg) -14px 0px no-repeat;
	}





/* = Books and Series
----------------------------------------*/


#books .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
#books .maincolumn {
	background: url(../images/titles/books.jpg) -14px 0px no-repeat;
	}
	
	
#victor .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
#victor .maincolumn {
	background: url(../images/titles/victor.jpg) -14px 0px no-repeat;
	}	



.item {
	margin-bottom: 25px;
	min-height: 176px;
	}
/* IE6 fix for .item */
* html .item { height: 176px;}
/* end IE6 fix */	
	
.item img {
	display: block;
	float: left;
	margin: 0px;
	margin-bottom: 5px;
	}

.item .desc {
	margin: 0px 0px 0px 165px;
	}	



/* = Book and Buy
----------------------------------------*/



#book .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#book .maincolumn {
	background: url(../images/titles/books.jpg) -14px 0px no-repeat;
	}


#buy .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#buy .maincolumn {
	background: url(../images/titles/buy.jpg) -14px 0px no-repeat;
	}	

.buy {
	width: 234px;
	margin: 0 auto;
	}	
	
.buy h4 {
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
	}

.buy ul {	
	list-style: none;
	margin: 3px 0px 20px 0px;
	padding-left: 0;
	}

.buy ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px;
	}

.buy ul li a:link { color: #333333; font-weight: normal; text-decoration: underline; }

.buy ul li a:visited { color: #333333; font-weight: normal; text-decoration: underline; }

.buy ul li a:hover { color: #333333; font-weight: normal; text-decoration: none;  }





/* = Pulp Fiction
----------------------------------------*/
				
		
#pulp .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#pulp .maincolumn {
	background: url(../images/titles/pulp.jpg) -14px 0px no-repeat;
	}

#pulp .subnav{
	border-right: none;
	}		
	
	
	
	
/* = FAQ
----------------------------------------*/
				
		
#faq .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#faq .maincolumn {
	background: url(../images/titles/faq.jpg) -14px 0px no-repeat;
	}

#faq .subnav{
	border-right: none;
	}			
	
	
	

/* = CONTACT
----------------------------------------*/
				
		
#contact .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#contact .maincolumn {
	background: url(../images/titles/contact.jpg) -14px 0px no-repeat;
	}

#contact .subnav{
	border-right: none;
	}				


#contact .mainleft {
	margin: 0px 10px 30px 0px;
	float: left;
	width: 330px;
	}

#contact .mainright {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 12px;
	float: left;
	width: 200px;
	}		





/* = BLOG
----------------------------------------*/


#blog h3 {
	margin-bottom: 0;
	}
	
#blog h4 {
	margin-bottom: 3px;
	}
	
#blog span {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}
	
#blog .subnav{
	margin-bottom: 25px;
	}						
		
#blog .leftcolumn img {
	margin: 0 auto;
	margin-top: 40px;
	}	
	
	
#blog .maincolumn {
	background: url(../images/titles/blog.jpg) -14px 0px no-repeat;
	}


#blog .mainleft {
	margin: 0px 10px 30px 0px;
	float: left;
	width: 375px;
	}

#blog .mainright {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 12px;
	float: left;
	width: 155px;
	}			
	
#blog .mainright ul {	
	list-style: none;
	margin: 3px 0px 20px 0px;
	padding-left: 0;
	}

#blog .mainright ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	line-height: 1em;
	}

#blog .mainright ul li a:link { color: #E5862A; font-weight: normal; text-decoration: underline; }

#blog .mainright ul li a:visited { color: #E5862A; font-weight: normal; text-decoration: underline; }

#blog .mainright ul li a:hover { color: #333333; font-weight: normal; text-decoration: none;  }