/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: MichaelLeeWest.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  December 27, 2007
File Path: ../css/universal.css
----------------------------------------------- */

/* = Global
------------------------------------------*/

body { 
	background-color: #EE8449; 
	background-image: url(../images/page/bg.jpg); 
	background-position: top left; 
	background-repeat: repeat-x;
	
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}
	
.mainbody {
	width: 978px; 
	margin: auto; 
	margin-top: 0px;
	}
	
.contentbody {
	margin: 0px 35px 0px 35px; 
	border: 2px solid #9C2D0B; 
	border-top: 0px; 
	border-bottom: 0px; 
	background-color: #ffffff;
	}

#content {
	margin: 0px 0px 0px 177px; 
	background-image: url(../images/page/bg_bottom_right.jpg); 
	background-position: bottom right; 
	background-repeat: no-repeat;
	}

	

/* =Text
------------------------------------------*/

.title {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}



/* =Links (global) 
------------------------------------------*/

a:link { color: #D75B00; text-decoration: underline; font-weight: bold; font-family: verdana, arial, sans-serif; }

a:visited { color: #D75B00; text-decoration: underline; font-weight: bold; font-family:  verdana, arial, sans-serif;}

a:hover { color: #6BA79D; text-decoration: none; font-weight: bold; font-family:  verdana, arial, sans-serif; }



	
	
/* =Header
------------------------------------------*/

.header {
	height: 102px; 
	margin: 0px; 
	padding: 0px;
	}

	
	
.texttop {
	margin: 0px 35px 0px 35px;
	}
/* IE fix for .contentbody */
* html .texttop {margin-bottom: -2px;}
/* end IE fix */



/* =Footer
------------------------------------------*/

.footer  {
	margin: 0px 30px 0px 30px; 
	border-top: none;
	
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	}
	
a.foot:link { color: #ffffff; text-decoration: underline; font-family: verdana, arial, sans-serif; }

a.foot:visited { color: #ffffff; text-decoration: underline; font-family:  verdana, arial, sans-serif;}

a.foot:hover { color: #9C2D0B; text-decoration: none; font-family:  verdana, arial, sans-serif; }



	
	
/* =Nav
------------------------------------------*/

#nav {
	width: 172px; 
	margin: 0px; 
	padding-top: 33px; 
	float: left;
	background-image: url(../images/page/bg_nav.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	}


/* =SubNav
------------------------------------------*/

#nav ul {
	list-style: none;
	text-align: right;
	margin-right: 20px;
	padding-right: 1em;
	}
	
#nav ul li {
	font-size: 11px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 7px;
	}


#nav a:link { color: #6BA79D; text-decoration: none; font-weight: normal; font-family: verdana, arial, sans-serif; }

#nav a:visited {color: #6BA79D; text-decoration: none; font-weight: normal; font-family:  verdana, arial, sans-serif;}

#nav a:hover { color: #000000; text-decoration: underline; font-weight: normal; font-family:  verdana, arial, sans-serif; }




/* id=HOME
------------------------------------------*/





/* id=AUTHOR
------------------------------------------*/

.author {
	width: 614px; 
	padding: 30px 30px 0px 10px; 
	margin: 0px; 
	border: none;
	}




/* id=BOOK
------------------------------------------*/

.books {
	width: 614px; 
	float: left;
	padding: 30px 30px 0px 10px; 
	margin: 0px; 
	margin-left: 0px;
	border-bottom: 1px solid #6BA79D; 
	background-image: url(../images/page/bg_books_div.jpg); 
	background-position: bottom right; 
	background-repeat: no-repeat;
	}
	
.books img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
	}
	

.sub-book {
	float: right; 
	clear: right; 
	height: 30px; 
	vertical-align: middle; 
	padding-right: 61px; 
	padding-top: 11px;
	}
	
.booktext1 {
	margin: 10px 61px 0px 290px;
	}

/* IE fix for .contentbody */
/*.booktext1 img {margin-bottom: -2px;}*/
* html .topborder {
	position: relative;
	top: 2px;
	}

* html .bottomborder {
	position: relative;
	top: -4px;
	}
/* end IE fix */


	
.booktext2 {
	margin: 0px;
	margin-bottom: 0px;
	border-left: 1px solid #A4D8B9; 
	border-right: 1px solid #A4D8B9; 
	background-color: #F5FCF7; 
	padding: 15px; 
	width: 332px
	}

	




/* id=PHOTOS
------------------------------------------*/




/* id=EVENTS
------------------------------------------*/




/* id=CONTACT
------------------------------------------*/





