/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2005 keltonleo.com and luhring-design.com, and may not be reproduced. 
/********************************************************************************/

/***********************************************/
/*                 HTML Styles                 */
/***********************************************/
html, body, p, table, form, #pagefix, #container, #header, #content, #footer {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	background-color: #D6C9B4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #6E5B3C;
	}
table {
	font-size: 1em;
	}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
h1 {
	color: #FFF;
	font-size: 1.5em;
	}
h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
h2.small { font-size: .9em; }
h3 {
	color: #6E5B3C;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

/***********************************************/
/*                Link Styles                  */
/***********************************************/
a, a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	color: #F6F3EE;
	text-decoration: underline; 
	}
a.archive, a.archive:link, a.archive:visited, a.archive:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	}
a.archive:hover {
	color: #F6F3EE;
	text-decoration: underline;
	}
.loggedin a, .loggedin a:link, .loggedin a:visited, .loggedin a:active{
	color: Red;
	font-size: .95em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	}
.loggedin a:hover {
	color: Red;
	text-decoration: underline;
	}
	
/***********************************************/
/*         Div-Specific Link Styles            */
/***********************************************/
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: B5A68F;
	text-decoration: none;
	background: transparent;
	}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	background: transparent; 
	}

/***********************************************/
/*            General CSS Styles               */
/***********************************************/
p.stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 15px;
	}
p.categories{
	margin-left: 15px;
	}
.stat {
	font-size: .95em;
	font-weight: bold;
	}
.statvalue {
	font-size: .9em;
	}
.small {
	font-size: .7em;
	}
.white {
	color: #FFF;
	}
.archivestat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	}
.error{
	color: #FFF;
	background-color: Red;
	font-weight: bold;
	font-style: italic;
	}
.loggedin{
	color: Red;
	font-size: .95em;
	font-weight: bold;
	font-style: italic;
	}
.paging {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.paging a{
	margin: 0px 20px 0px 0px;
	}
.clearall {
	clear: both;
	height: 5px;
}

/***********************************************/
/*           CSS Positioning Elements          */
/***********************************************/	
#pagefix {
	text-align:center; /* fix ie5/Win browser centering */
	min-width:780px; /* also fixes mz1 scroll error */
	
	width: 780px;
	margin: 0px auto;
	}
#container{
	display: inline;
	text-align: left; /* needed after IE5/Win fix */
	width: 780px;
	margin: 0px auto;
	}
#header{
	width: 780px;
	display: block;
	height: auto;
	}
#homecontent{
	width: 780px;
	display: block;
	height: auto;
	text-align: left; /* needed after IE5/Win fix */
	padding-bottom: 20px;
	background: url(images/home-bg-tile.gif) repeat-y;
	}
#homeleftcolumn{
	float: left;
	width: 475px;
	}
#homeleftpadding{
	padding: 10px 60px;
	}
#homerightcolumn{
	float: left;
	height: auto;
	width: 305px;
	}
#homerightpadding{
	padding: 0px 20px 10px 20px;
	}
#content{
	width: 780px;
	display: block;
	height: auto;
	text-align: left;  /* needed after IE5/Win fix */
	padding-bottom: 20px;
	background: url(images/second-bg-tile.gif) repeat-y;
	}
#leftcolumn{
	float: left;
	width: 558px;
	}
#leftcolpadding{
	padding: 10px 60px;
	}
#rightcolumn{
	float: left;
	height: auto;
	width: 222px;
	}
#rightcolpadding{
	padding: 10px 20px;
	}
#footer{
	width: 780px;
	clear: both;
	display: block;
	margin: 10px 0px 0px;
	padding-bottom: 10px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #B5A68F;
	text-align: center;
	}
#detailimg {
	float: left;
	margin: 0px 5px 5px 0px;
	}
#detailtext {
	float: left;
	}
#detailimg img{
	border: 1px solid #FFF;
	}
#entryarea {
	background-color: #B5A68F;
	border: dashed 1px #6E5B3C;
	padding: 10px;
	}