* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #58483c;	
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	height: 100%;
}

a, a:link, a:visited {
	color: #58483c;
}

a:hover, a:active {		
	color: #8b7f3a;
}

p {
	padding-bottom: 13px;
}

ul { 
	list-style:circle;
	padding-left: 16px;
padding-bottom: 10px;
}

ol { 
	padding-left: 20px;
padding-bottom: 10px;
}

li { 
}

h1 {
	font-family:georgia, Times, serif;
	font-weight:normal;
	padding-bottom: 8px;
	color: #787508;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	color: #787508;
	padding-bottom: 5px;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #787508;}
blockquote {
	padding-left: 20px;
	font-style: italic;}
input { border-color: #787508;
		border:1px solid;
		width: 200px;}
textarea { border-color: #787508;
		border:1px solid;}

/* ----------------  Div ID's  -----------------*/

#header {
	height: 60px;
	width: 790px;
	background-image: url(../images/hd_header.png);
	background-repeat: no-repeat;
}

#banner {
	height: 180px;
	width: 790px;
	background-repeat: no-repeat;
	border-color: #787508;
		border-bottom:1px solid;
}

#sidebar {
	background-color: #F7EAC2;
	border-right: 1px solid #645808;
}

#main {
	padding: 16px;
}

#profiles {
padding:16px;
padding-left:0px;}


/* ---------------  Div Classes  ----------------*/

/* NAVIGATION */
.nav { 
	clear: both; 
	text-align: left; 
	color: #544d48; 
}

.nav ul { 
	list-style : none;
	padding: 0px;	  
}

.nav li { 
	border-bottom: 1px solid #645808; 
	padding: 16px;
}

.nav li a { 
	color: #5b412f; 
	text-decoration: none; 
	
	
}

.nav li a:hover { 
	color: #8b7f3a; 
	text-decoration: none;  
}

/* SUB-NAVIGATION */

.nav ul ul li {
	font-size: 10px;
	border-bottom: 0;
	padding: 8px 0 0 20px;
	background-image: url(../images/linkarrow.gif);
	background-repeat:no-repeat;
	
}

/* END SUB-NAVIGATION */

.copyright {
	font-size: 9px;
	color: #8b7f3a;
	padding: 16px;

}

/* content */
a.mainhead{
	text-decoration:none;
	color: #787508;
}

a.more{
	display:inline;
}




/* Profile bar */
#profiles li{
border: 1px solid #645808;
background-color: #fbfbe7;
font-size: 10px;
padding:10px;
text-decoration: none;
list-style-type: none;
list-style-image: none;
max-width:201px;
min-width:201px;
width:201px;
margin-bottom:8px;}

#profiles li.dark {
background-color: #645808;
color:#FFFFFF;
padding-top:4px;
padding-bottom:4px;}

#profiles li.dark a{
text-decoration:none;
color:#FFFFFF;}
#profiles li.dark a:hover{
text-decoration:underline;
color:#FFFFFF;
}

#profiletitle {
font-weight:bold;
margin-bottom:6px;}

a.profiletitle{
text-decoration:none;
color: #645808;
}
#excerpt {
margin:0px;
padding:0px;}

#excerpt img {
width:201px;	}

/* Archive */
#entrylist {
margin-bottom:30px;}

.navigation{display: block;width: 100%;text-align:center;padding: 10px 0 40px 0;clear:both;border-bottom: none;}
.noborder {
	padding:0px;
	border:none;
}
.alignleft {padding:3px;
border: 1px solid #645808; 
	float: left;
	margin-right: 8px;
	clear: left;
}
.alignright {padding:3px;
border: 1px solid #645808;
	float: right;
	margin-left: 8px;
	clear: right;
}


.Message {
	font-size: 10px;
	color: #5b412f;
	padding: 1px;

}
