/*
Copyright (C) 2005 Noah Medling

This program is licensed under the GNU General Public License, version 2,
as published by the Free Software Foundation, June 1991. For details, see
LICENSE.txt
*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
font-family: Arial,Geneva,Helvetica,sans-serif;
font-size:12px;

}

#root{
	text-align: left;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}
ul, ol{
	
}
#header{
	margin: 0 0 1em 0;
	padding: 1em;
	border-bottom: 1px solid #000;
}
	#header h1{
color:#933F01;
		margin: 0;
		padding: 0;
		font-size: 200%;
		font-weight: normal;
	}
	#header p{
		margin: 0;
		padding: 0;
	}

#content{
	padding: 0 0 0 0;
}

#navigation{
	margin-top:55px;
	padding-left:0px;
	float:left;}


	#content h1{
		font-size: 150%;
		font-weight: normal;
		margin: 0 0 0.5em 0;
		padding: 0;
color:#933F01;
	}
	#content p{
		margin: 0.5em 0 1em 0;
	}
	#content form{
		margin: 0;
		padding: 0;
	}



.post{
	margin: 20px 10px 20px 250px;
	width: 625px;
text-align:left;
}
.post .post_title{
	font-size: 150%;
font-emphasis:bold;
color:#933F01;
display:none;
	
}
.post .post_head{
	font-size: 120%;
	color: #567;
}
.post .post_body{padding-bottom:20px;
border-bottom: 1px solid #933F01;}
.post .post_foot{
	text-align: left;
	font-size: 120%;
	color: #567;
float:left;
}

.comment{
	padding: 0.5em;
	margin: 0.5em 0 1.5em 0;
}
.comment .comment_head{
	font-size: 120%;
	color: #567;
	border-bottom: 1px solid #bcd;
}
.comment .comment_body{
}
.moderated{
	background: #def;
}
.moderated .comment_head{
	color: #345;
}

fieldset{
	border: 1px solid #bcd;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
legend{
	color: #000;
}
p.message{
	border: 1px solid #bcd;
	padding: 0.25em;
	background: #eff;
}
p.error{
	border: 1px solid #f98;
	padding: 0.25em;
	background: #fed;
}
div.archive_header{
	font-size:20px;
text-align:left;
text-decoration:underline;
color:#933F01;
font-emphasis:bold;
	margin-left:255px;
position:relative;
width:500px;
}
div.archive_description{
	margin: 0 0 2em 0;
	padding: 0;
}
ul.archive{
	list-style-type: disc;
	padding: 0 0 0 1.25em;
	margin: 1.5em 0 0 0;
}
ul.archive ul{
	list-style-type: circle;
	padding: 0 0 0 1.25em;
	margin-bottom: 1em;
	margin: 0;
}
ul.archive div.viewbox{
	padding-bottom: 0.125em;
	border-bottom: 1px solid #bcd;
}
ul.archive a.viewlink{
	float: right;
}
a:link, a:visited{
	color: #933F01;
	text-decoration: none;
}
a:active{
color:black;
	
}

a:hover{
	color: #933F01;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
hr{
	height: 1px;
	padding:0;
	color: #000;
	background: #000;
	padding: 0;
	border: 0;
}
ul{
list-style-type:none;
padding-left:0px;
margin-top:5px;
}


#categoryhead{
color:#ffcc00;
font-size:16px;
width:200px;
height:24px;
text-align:right;
padding-right:5px;}

#category,
#category a:link,
#category a:visited{
color:#933F01;
font-family: Arial,Geneva,Helvetica,sans-serif;
font-size:12px;
text-align:left;
text-indent:-25px;
width:180px;
padding-left:20px;
padding-top:5px;
font-weight:600;
}
#category a:hover{
text-decoration:underline;
color:#660000;
}

#subcat,
#subcat a:link,
#subcat a:visited{
color:#933F01;
font-family: Arial,Geneva,Helvetica,sans-serif;
font-size:12px;
text-align:left;
width:180px;
text-indent:-35px;

padding-left:30px;
padding-top:5px;
}
#subcat a:hover{
text-decoration:underline;
color:#660000;
}

h1{color:#933F01;}

p{font-size:12px;}



