
body {
	background: #CCBE8F;
	color: #220000;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	}

#page {
	background: #CCBE8F;
	color: #220000;
	font-size: 12px;
	max-width: 900px;
	margin: 0 auto;
	text-align: justify;
	border-right: 1px dotted #220000;
	border-left: 1px dotted #220000;
}

/*************************
*	Hyperlinks	 *
*************************/

a, a:visited {
	color: #807140;
	text-decoration: none;
	border-bottom: 0px;
	}

a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 0px;
	}

p a, p a:visited {
	color: #807140;
	text-decoration: none;
	border-bottom: 1px dotted #807140;
}

p a:hover {
	color: #CC0000;
	text-decoration: underline;
	border-bottom: 0px;
	}

.postinfotop a, .postinfotop a:visited {
	color: #807140;
	text-decoration: none;
	border-bottom: 0px;
	}

.postinfotop a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 0px;
	}

.postinfo a, .postinfo a:visited {
	color: #E6CB73;
	text-decoration: none;
	border-bottom: 0px;
	}

.postinfo a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 0px;
	}

.commentblock a, .commentblock a:visited {
	color: #E6CB73;
	text-decoration: none;
	border-bottom: 0px;
	}

.commentblock a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 0px;
	}

.commenttext a, .commenttext a:visited {
	color: #440000;
	text-decoration: none;
	border-bottom: 1px dotted #440000;
}

.commenttext a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 0px;
	}

/*********************
*	Header       *
*********************/

#header {
	width: 100%;
	height: 60px;
  	border-top: 12px solid #807140;
	}

.blogtitle {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
   	color: #220000;
	text-align: left;
	}

.blogtitle a, .blogtitle a:visited{
	font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
	font-size: 28px;
	color: #220000;
	text-decoration: none;
   	font-weight: normal;
	}

.blogtitle a:hover{
	color: #220000;
	text-decoration: none;
	}

/**********************
*	Navbar        *
**********************/

#navbar {
	background: #BF9F30;
	margin: 0px auto 0px;
	padding: 9px 0px 9px 0px;
	float: none;
	}

#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#navbar ul {
	margin: 0px;
	padding: 0px;
	}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	}

#navbar ul li a {
	background: #BF9F30;
	color: #220000;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 20px 9px 25px;
	margin: 0px -4px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	/* border-right: 1px dotted #220000; */
	}

#navbar ul li a:hover {
	background: #220000;
	color: #BF9F30;
	}

/************************
*	Sidebar      	*
*************************/

#sidebar {
	background: #E6CB73;
	color: #807140;
	font-size: 13px;
	float: left;
	width: 182px;
	padding: 10px 8px 10px 2px;
	margin: 8px 0px 8px 0px;
   	border-bottom: 1px solid #807140;
   	border-right: 1px solid #807140;
	}

#sidebar h2 {
	background: #807140;
	color: #E6CB73;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0px 8px 10px;
	margin: 0 0 5px 0;
	}

#sidebar ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#sidebar p {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	}

#sidebar li {
	background: #BF9F30;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
   border-bottom: 1px solid #E6CB73;
	}

#sidebar ul li a, #sidebar ul li a {
	color: #220000;
	background: #BF9F30;
	height: 14px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	border-left: 5px solid #E6CB73;
	white-space: nowrap;
	}

#sidebar ul li a:hover {
	background: #220000;
	color: #BF9F30;
	text-decoration: none;
   	border-left: 5px solid #BF9F30;
	}

/************************
*	Content              *
************************/

#content {
	background: #E6E0CF;
	color: #220000;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0px 10px 5px;
	float: none;
	margin: 2px 0px 8px 200px;
	}

/* holly hack for IE\ */
* html #content
{
    height: 0%;
}
/* end fix*/

#content h1{
	color: #220000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 8px 0;
	}

#content h1 a, .title {
	color: #220000;
   padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
   border-left: 5px solid #807140;
   background: #807140;
	}

#content h1 a:hover {
	background: #220000;
	color: #807140;
	text-decoration: none;
   border-left: 5px solid #807140;
	}

#content ol{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}

#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 10px 0px;
	}

#content p {
	padding: 0px 0 8px 0;
	margin: 2px 8px 6px 8px;
	font-size: 14px;
	line-height: 20px;
	}

#content p img {
	float: left;
	border: 1px solid #E6E0CF;
   padding: 4px;
	margin: 2px 18px 10px 2px;
	}

#content p img:hover {
	border: 1px solid #CC0000;
	}

#content ul{
	font-size: 14px;
	color: #220000;
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}

#content ul li{
	font-size: 14px;
	color: #220000;
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 10px 0px;
	}

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	color: #220000;
	font-size: 12px;
	border-left: 5px solid #220000;
	}

#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#content ul li a {
	text-decoration: none;
	}

#content ul li a:hover {
	text-decoration: none;
	}

/************************
*	PostInfo             *
************************/

.postinfo {
	background: #807140;
	color: #000022;
	font-size: 12px;
	height: 20px;
	margin: 4px 8px 0px 2px;
	padding: 2px 4px 2px 4px;
	-moz-border-radius: 2px;
}

.postinfo p img {
	border: None;
}

.postinfotop {
	color: #000022;
	font-size: 10px;
	height: 20px;
	margin: 4px 0px 0px 4px;
	padding: 2px 0px 0px 2px;
}

.postinfotitle {
	/* -moz-border-radius: 4px; */
	margin: 0px 8px 0px 8px;
}

.postinfotop p img {
	border: None;
}

.postinfotitle a, .postinfotitle a:visited {
   background: #807140;
	color: #220000;
   padding: 2px 10px 5px 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
   border-left: 4px solid #807140;
   border-right: 4px solid #807140;
   border-top: 4px solid #807140;
   border-bottom: 3px solid #807140;
	-moz-border-radius: 4px;
	}

.postinfotitle a:hover {
	background: #220000;
	color: #807140;
	text-decoration: none;
   border-left: 4px solid #807140;
	-moz-border-radius: 4px;
	}

.nextarticle {
   background: #E6CB73;
   color: #807140;
	-moz-border-radius: 4px;
   padding: 2px 10px 2px 10px;
}

/************************
*	Articles             *
************************/

.level0 a {
	text-decoration: none;
	}

.level0 {
	border: 1px solid #220000;
	color: #220000;
	font-size: 14px;
	-moz-border-radius: 5px;
	}

.article {
	width: 99%;
	text-align: justify;
	-moz-border-radius: 5px;
	border : 5px solid #807140	}

.article-title {
	font-weight: bold;
}

blockquote + table.article {
	margin-top: 8px;
	}

table.article {
	margin-bottom: 4px;
	}

table.article td {
	padding: 4px;
	}

.level3 a {
	text-decoration: none;
	}

.level3 {
	background: #807140;
	color: #220000;
	font-size: 14px;
	border: 1px solid #220000;
	}

.level4 a {
	text-decoration: none;
	}

.level4 {
	background: #807140;
	color: #220000;
	font-size: 14px;
	border: 1px solid #220000;
	-moz-border-radius: 5px;
	}

/*********************
*	Footer            *
*********************/

#footer {
	background: #807140;
   color: #220000;
	width: 100%;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
  	border-top: 10px solid #BF9F30;
	}

#footer a, #footer a:visited {
	color: #E6E0CF;
	text-decoration: none;
	}

#footer a:hover {
	color: #220000;
	text-decoration: none;
	}

/*************************
*	Search Form	 *
*************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}

#searchform {
	margin: 5px;
	padding: 0px;
	overflow: hidden;
	}

#s {
	width: 65%;
	background: #CCBE8F;
	color: #807140;
	font-size: 13px;
	padding: 3px;
	margin: 8px 0px 0px 0px;
	border: 1px solid #807140;
	}

#submit {
   border: 1px solid #807140;
   color: #807140;
   background: #BF9F30;
   padding:0;
	margin:2px;
	font-size: 14px;
}

/************************
*	Comments	*
************************/

#commentblock {
	background: #807140;
	color: #220000;
	font-size: 12px;
	line-height: 20px;
	margin: 4px 8px 0px 2px;
	padding: 2px 4px 2px 4px;
	-moz-border-radius: 2px;
	}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

#commentlist li p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
	padding: 0px;
	}

.commentname {
	color: #220000;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commenttext {
	margin: 5px 0px 20px 0px;
	padding: 20px 8px 5px 8px;
	width: 90%;
	background: #E6CB73;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 90%;
	background: #E6CB73;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 98%;
	}

p.comments_link img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************************
*	Navigation      *
************************/

.alignright {
	float: right;
}

.alignleft {
	float: left
}
