BODY
{
	background-color: gray;
	font-size: 10pt;
}

a
{
	color: #d90000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

div.post img
{
	border: none;
	margin: 5px;
}

div.block div.blockContent img
{
	border: none;
	margin: 0px;
	vertical-align: text-top;
}

div#outer
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div#header
{
	padding: 15px;
	background-color: #ffffff;
	clear: both;
}

div#bannerLeft
{
	width: 140px;
	border: #d90000 1px solid;
	float: left;
	overflow: hidden;
}

div#logo
{
	height: 100px;
	width: 510px;
	border: #000000 1px solid;
	margin-left: auto;
	margin-right: auto;
}

div#bannerRight
{
	width: 140px;
	border: #d90000 1px solid;
	float: right;
	overflow: hidden;
}

div#middle
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e1e1e1;
	border: #000000 1px solid;
}

div#leftColumn
{
	width: 140px;
	float: left;
}

div#rightColumn
{
	width: 140px;
	float: right;
}

div#main
{
	width: 494px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	background-color: #ffffff;
	border: #000000 1px solid;
	clear: none;
}

div#footer
{
	text-align: center;
	padding: 15px;
	font-size: 10pt;
	clear: both;
}

div.block
{
	margin-bottom: 4px;
	width: 140px;
	background-color: #fbece6;
	color: #d90000;
	border: #d90000 1px solid;
	overflow: hidden;
}

div.block div.blockHead
{
	padding: 5px 5px 0px 5px;
	color: #E35129;
	/*color: #d90000;*/
	font-weight: bolder;
	font-size: larger;
	border-bottom: #d90000 1px solid;
}

div.block div.blockContent
{
	padding: 5px;
	color: #d90000;
}

div.block div.blockContent a
{
	/*
	padding-right: 10px;
	background: url("img/bullet.gif") no-repeat right;
	display: inline;
	*/
}

div.block div.blockContent a.image
{
	padding-right: 0px;
	background: none;
}

div#searchBlock input
{
	color: #d90000;
	border: #d90000 1px solid;
}

div#searchBlock div.blockContent
{
	text-align: center;
	margin-top: 0px;
}

div#searchBlock div.blockHead
{
	padding-top: 5px;
	padding-left: 5px;
	color: #E35129;
	font-weight: bolder;
	font-size: larger;
	border: none;
}

div.post
{
	margin-bottom: 20px;
	padding-bottom: 3px;
	color: #000000;
	border-bottom: solid 1px #d90000;
}

div.postTitle
{
	color: #d90000;
	font-size: larger;
	font-weight: bolder;
}

div.postTitle div.postCategories
{
	font-size: smaller;
	font-weight: lighter;
	display: inline;
}

div.post div.postFooter
{
	clear: both;
	color: #d90000;
	text-align: right;
	font-size: smaller;
	margin-top: 10px;
}

div.post div.postComments
{
	background: url( "img/ico-talk.gif" ) no-repeat left bottom;
	padding-top: 2px;
	padding-left: 18px;
	float: left;
}

div.commentTotal
{
	margin: 8px;
	font-size: larger;
	font-weight: bolder;
	text-align: center;
}

div.comment
{
	/*font-size: smaller;*/
	margin-bottom: 20px;
	padding-bottom: 3px;
	color: #000000;
	border-bottom: solid 1px #d90000;
}

div.comment div.commentTitle
{
	color: #d90000;
	font-size: larger;
	font-weight: bolder;
}

div.comment div.commentFooter
{
	color: #d90000;
	text-align: right;
}

div#CommentForm td
{
	vertical-align: top;
}
