/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: CALarsen.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  July 7, 2009
File Path: ../css/universal.css
----------------------------------------------- */




/* = GLOBAL DETAILS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background: #e8e8e8 url(../images/page/bg.jpg) repeat-x top center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	}

img {
	display: block;
	border: 3px solid #efefef;
	}

.photo img {
	margin-bottom: 5px;
	}		
		
.photo span { /* photo captions */
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #694C3E;
	}	



/* =Text
------------------------------------------*/


/* h1 in Header section */

h2 {
	margin: 50px auto;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 65px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	}
/* 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: 16px;
	font-weight: bold;
	color: #000000;
	}	


/* h5 in Header section */



/* =Links (global) 
------------------------------------------*/

a:link { color: #4BBBCD; font-weight: bold; text-decoration: none; }

a:visited { color: #4BBBCD; font-weight: bold; text-decoration: none; }

a:hover { color: #000000; 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;
	}
	


		






/* = GLOBAL STRUCTURE
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/




.page {
	width: 1100px; 
	min-height: 800px;  
	margin: 0 auto; 
	padding: 0;
	border: none; 
	background: url(../images/page/bg_main.jpg) no-repeat top center;
	}
/* IE fix for .page */
 * html .page { height: 800px; }
/* end IE fix */

.content {

	}
/* IE fix for .content */
 * html .content {  }
/* end IE fix */


/* =Header
------------------------------------------*/

			
.header {
	position: relative;
	width: 1100px;
	height: 232px;
	margin: 0;
	padding: 0; 
	}	
	
	
h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 65px;
	width: 650px;
	height: 80px;
	}
	
h1 a {
	display: block;	
	width: 650px; /* same as width of h1 */
	height: 80px; /* same as height of h1 */
	}

h1 a span {
	display: none;
	}			
	
	
	


/* =Footer
------------------------------------------*/

.footer {
	margin: 20px auto;
	padding: 20px;
	width: 900px;
	background-color: #EEEEEE;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	}

.footer a:link { color: #494949; font-weight: bold; text-decoration: none; }

.footer a:visited { color: #494949; font-weight: bold; text-decoration: none; }

.footer a:hover { color: #000000; font-weight: bold; text-decoration: underline;  }



/* = Nav
----------------------------------------*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0 0 40px 0;
padding: 0;
width: 157px;
font-family: tahoma, sans-serif;
font-size: 17px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 3px 3px 4px 3px ;
margin: 0;
margin-bottom: -4px;
text-decoration: none;
font-weight: normal;
border: none;
background-color: none;
}
/* IE6 fix for .buttonmenu li a */
 * html .buttonmenu li a { padding: 3px; margin: 0; }
/* end IE6 fix */



.buttonmenu li a:visited{
color: white;
}
/* IE6 fix for .buttonmenu li a:visited */
 * html .buttonmenu li a:visited { font-weight: normal; padding: 3px; margin: 0; }
/* end IE6 fix */


.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #4BBBCD;
}
/* IE6 fix for .buttonmenu li a:hover, .buttonmenu li a:active */
 * html .buttonmenu li a:hover, .buttonmenu li a:active { font-weight: normal; text-decoration: none; }
/* end IE6 fix */



#home #navhome, #author #navauthor, #book #navbook, #buy #navbuy, #contact #navcontact, #news #navnews {
color: black;
background-color: #4BBBCD;
}



.buylinks {
margin: 0;
padding: 0;
font-size: 11px;
font-weight: bold;
}

.buylinks img {
border: none;
}



/* = SubNav
----------------------------------------*/

.subnav {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	}

.subnav a:link { color: #ffffff; font-weight: normal; text-decoration: none; padding: 1px 5px; }

.subnav a:visited { color: #ffffff; font-weight: normal; text-decoration: none; }

.subnav a:hover { color: #000000; font-weight: normal; text-decoration: none; background-color: #4BBBCD;   }


#author.bio #bio, #author.interview #interview, #book.desc #desc, #book.excerpt #excerpt, #book.praise #praise, #book.behind #behind, #news.n #n, #news.contest #contest {
	color: #000000;
	background-color: #4BBBCD;
	}



/* = Homepage layout 
----------------------------------------*/	


#home .leftcolumn {
	float: left;
	width: 197px;
	margin: 18px 0px 20px 78px;
	}
/* IE6 fix for #home .leftcolumn */
 * html #home .leftcolumn { margin: 18px 0px 20px 40px; }
/* end IE6 fix */

	

#home .imagecolumn {
	float: left;
	width: 265px;
	margin: 18px 18px 20px 0px;
	}
/* IE6 fix for #home .bookcolumn */
 * html #home .bookcolumn { margin: 18px 18px 20px 0px; }
/* end IE6 fix */


#home .maincolumn {
	float: left;
	width: 300px;
	margin: 18px 18px 20px 0px;
	}
/* IE6 fix for #home .maincolumn */
 * html #home .maincolumn { margin: 18px 18px 20px 0px; }
/* end IE6 fix */


#home .rightcolumn {
	float: left;
	width: 141px;
	margin: 18px 0px 20px 0px;
	}
/* IE6 fix for #home .leftcolumn */
 * html #home .rightcolumn { margin: 18px 0px 20px 0px; }
/* end IE6 fix */



/* = 2 Column layout
----------------------------------------*/


.leftcolumn {
	float: left;
	width: 197px;
	margin: 18px 0px 20px 78px;
	}
/* IE6 fix for .leftcolumn */
 * html .leftcolumn { margin: 18px 0px 20px 40px; }
/* end IE6 fix */

	

.imagecolumn {
	float: left;
	width: 265px;
	margin: 18px 18px 20px 0px;
	}
/* IE6 fix for .bookcolumn */
 * html .bookcolumn { margin: 18px 18px 20px 0px; }
/* end IE6 fix */


.maincolumn {
	float: left;
	width: 459px;
	margin: 18px 0px 20px 0px;
	}
/* IE6 fix for .maincolumn */
 * html .maincolumn { margin: 18px 0px 20px 0px; }
/* end IE6 fix */










/* = INDIVIDUAL PAGES
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/



/* = Home
----------------------------------------*/

#home .cs {
	margin: 0 auto 10px auto;
	padding: 4px 0 10px 0;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #ffffff;
	}
/* IE fix for h2 */
*:first-child+html h2 { padding-top: 26px; } 
* html h2 { padding-top: 26px; }
/* end IE fix */

#home .cs span {
	font-size: 30px;
	font-weight: bold;
	}


#home .video {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
	}

#home .quote {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	}	



/* = Author
----------------------------------------*/
				
	

/* = Books
----------------------------------------*/







/* = Photo
----------------------------------------*/









/* = Contact
----------------------------------------*/
				





	
	

	
	
