/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: SteveLuxenberg.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  March 4, 2009
File Path: ../css/universal.css
----------------------------------------------- */




/* = GLOBAL DETAILS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	background-color: #29190D;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color:  #29190D;
	}

img {
	display: block;
	border: none;
	}	



/* =Text
------------------------------------------*/


/* h1 listed in Header section */

h2 {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	}

#home .maincolumn h2.announcement a {
	font-size: 25px;
	}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #813125;
	margin: 0px 0px 15px 0px;
	}
	
	
h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #55463B;
	margin: 0px 0px 5px 0px;
	}		
	
#hometext h3 {
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#a96c33;
	margin:0;
	padding:15px 0;
	}
	
h5 {
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#a96c33;
	margin:0;
	padding:5px 0;
	}


/*

h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}	
*/


.titleimage {
	margin: 0;
	margin-bottom: 15px;
	}						
	
	
.captitle {
	font-weight:bold;
	color:#813125;
	}

/* =Links (global) 
------------------------------------------*/

a:link { color: #813125; font-weight: normal; text-decoration: underline; }

a:visited { color: #813125; font-weight: normal; text-decoration: underline; }

a:hover { color: #813125; font-weight: normal; text-decoration: none;  }



.rightcolumn a:link { color: #E2BA49; font-weight: normal; text-decoration: underline; }

.rightcolumn a:visited { color: #E2BA49; font-weight: normal; text-decoration: underline; }

.rightcolumn a:hover { color: #F9F5EC; font-weight: normal; text-decoration: none;  }




#home a:link { color: #E2BA49; font-weight: bold; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 12px; }

#home a:visited { color: #E2BA49; font-weight: bold; text-decoration: none;  font-family:Arial, Helvetica, sans-serif; font-size: 12px; }

#home a:hover { color: #F9F5EC; font-weight: bold; text-decoration: underline;  font-family:Arial, Helvetica, sans-serif; font-size: 12px;  }



#hometext a:link { color: #E2BA49; font-weight: bold; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; !important }

#hometext a:visited { color: #E2BA49; font-weight: bold; text-decoration: none;  font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; !important }

#hometext a:hover { color: #F9F5EC; font-weight: bold; text-decoration: underline;  font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; !important  }


/* =Lists  
------------------------------------------*/

.rightcolumn ul {	
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding-left: 0;
	
	font-family: Georgia, serif;
	font-weight: normal;
	color: #F9F5EC;
	font-size: 14px;
	}

.rightcolumn ul li {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	}

.rightcolumn ul li a:link { color: #E2BA49; font-weight: bold; text-decoration: none; }

.rightcolumn ul li a:visited { color: #E2BA49; font-weight: bold; text-decoration: none; }

.rightcolumn ul li a:hover { color: #fff; font-weight: bold; text-decoration: underline;  }


#clubs .maincolumn ol {
list-style-type: decimal; 
}

#clubs .maincolumn ol li {
	margin-bottom: 15px;
	}	


#forum label:after {
	content: ":";
	}

#forum label {
	color: #55463B;
	font-size: 14px;
	font-weight: bold;
	display:block;
	}

#forum legend {
	font-weight: bold;
	}

#forum ul, ol, li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#forum li {
	padding-bottom: 10px;
	}

#forum fieldset {
	border: none;
	}



/* =Photos  
------------------------------------------*/

.photo-left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
	}
	
.photo-right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
	}
	
	

		
	
	
	







/* = GLOBAL STRUCTURE
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/


.page {
	position: relative;
	width: 980px; 
	min-height: 800px;  
	margin: 0 auto; 
	padding: 0;
	border: none; 
	}
/* IE6 fix for .background */
 * html .background { height: 800px; }
/* end IE6 fix */


.content {
	
	}


/* =Header
------------------------------------------*/

.header {
	position: relative;
	width: 980px;
	height: 174px;
	overflow: visible;
	margin: 0;
	padding: 0;
	background-image: url(../images/page/top.jpg); 
	}
/* IE6 fix for .header */
 * html .header { overflow: hidden; }
/* end IE6 fix */
		
	
	
h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 25px;
	left: 45px;
	width: 600px;
	height: 120px;
	}
	
h1 a {
	display: block;	
	width: 600px; /* Same as width of h1 */ 
	height: 120px;  /* Same as height of h1 */
	}

h1 a span {
	display: none;
	}				
	
.header img {
	position: absolute;
/*	z-index: 1000;*/
	top: 0px;
	left: 680px;
	}	
/* IE6 fix for .header */
 * html .header img { display: none; }
/* end IE6 fix */

.ie6header { /* header image for IE6 */
	display: none;
	}
/* IE6 fix for .ie6header */
 * html .ie6header { display: block; position: absolute;top: 0px; left: 680px; }
/* end IE6 fix */
	
	




/* =Footer
------------------------------------------*/

.footer {
	width: 980px;  
	margin: 0; 
	padding: 35px 0px 10px 0px;
	border: none; 
	background: url(../images/page/bg_footer.jpg) repeat-x;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #9E845E;
	}

.footer a:link { color: #9E845E; font-weight: normal; text-decoration: underline; }

.footer a:visited { color: #9E845E; font-weight: normal; text-decoration: underline; }

.footer a:hover { color: #fff; font-weight: normal; text-decoration: none;  }

	


/* = Nav
----------------------------------------*/


.nav {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 59px;
	background: url(../images/page/bg_nav.jpg) no-repeat;
	}
	
.nav img {
	margin: 0;
	padding: 0;
	float: left;
	}





/* = SubNav
----------------------------------------*/




	



	


/* = 2 Column layout
----------------------------------------*/


.maincolumn {
	float: left;
	width: 618px;
	min-height: 400px;
	margin: 0px 0px 30px 20px;
	padding: 25px;
	background: #FDF8EB url(../images/page/bg_text.jpg) top center no-repeat;	
	}	
/* IE6 fix for .maincolumn */
 * html .maincolumn { height: 400px; margin: 0px 0px 30px 10px; }
/* end IE6 fix */
		

.rightcolumn {
	float: left;
	width: 257px;
	margin: 80px 0px 30px 30px;
	
	color: #F9F5EC; 
	}
/* IE6 fix for .leftcolumn */
 * html .leftcolumn { margin: 80px 0px 30px 30px; }
/* end IE6 fix */








/* = INDIVIDUAL PAGES
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/



/* = Home
----------------------------------------*/


body#home {
	font-family: Georgia, sans-serif; 
	color: #F9F5EC; 
 	}

#home .leftcolumn {
	float: left;
	width: 173px;
	min-height: 300px;
	margin: 15px 0px 30px 0px;
	}
/* IE6 fix for #home .leftcolumn */
 * html #home .leftcolumn { margin: 15px 0px 30px 0px; }
/* end IE6 fix */	

#home .maincolumn {
	float: left;
	width: 494px;
	min-height: 300px;
	margin: 15px 0px 30px 20px;
	padding: 0;
	background: none;
	}			

#home .rightcolumn {
	float: left;
	width: 257px;
	min-height: 300px;
	margin: 80px 0px 30px 20px;
	}
/* IE6 fix for #home .rightcolumn */
 * html #home .rightcolumn { margin: 100px 0px 30px 20px; }
/* end IE6 fix */
	
#hometext {
font-family:Georgia, "Times New Roman", Times, serif;
}
	
.home-photo {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
	}

.home-forum {
	margin: 10px auto;
	}		

.quote {
	position: relative;
	height: 200px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

.cite {
	font-weight: normal;
	}

.quote .more {
	/*
	text-align: right;
	margin: 5px 0px 1px 0px;
	*/
	position: absolute;
	margin-top:25px;
	bottom: 0;
	right: 0;
	}	

/*
.quote a {
	position: absolute;
	bottom: 1px;
	right: 0px;
	}
*/		
	
.prologue {
	position: relative;
	height: 69px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	}

.prologue a {
	position: absolute;
	bottom: 1px;
	right: 0;
	}		


/* = Author
----------------------------------------*/
				
		









/* = Book and Buy
----------------------------------------*/


.praise {
font-weight:bold;
}




#thumbbox {
margin: 25px;
border: 1px solid;
border-color:#000;
width:500x;
min-height:200px;
background-color:#fff;
text-align:center;
}	

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#813125;
}

#thumbbox img {
border:1px solid;
border-color: #000;
}

#thumbox wrap {
margin: 0 auto;
}

#thumbbox .box {
padding-left:0px;
text-align:center;
clear:both;
margin: 0 auto;
}

#thumbbox .box2 {
padding-left:50px;
text-align:center;
clear:both;
margin: 0 auto;
}

#thumbbox ul {

list-style:none;
text-align:center;
}


#thumbbox li {
float:left;
padding: 10px;
line-height:10px;
font-size:10px;
}

	

/* = Other Work
----------------------------------------*/
				
.caps {
float:left;
margin-top:5px;
margin-right: 2px;
margin-bottom:-10px;
font-size:35px;
line-height:25px;
}

.capsa {
float:left;
margin-top:9px;
margin-right: 0px;
font-size:35px;
line-height:15px;
}

/* = CONTACT
----------------------------------------*/



/* = BLOG
----------------------------------------*/




