

body
{
	margin: 0;
	background: #050505 url(body_bg.jpg) top repeat-x;
	color: #050505;
}
h2    { color: #000; font-weight: bolder; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 }

h4   { color: #242424; font-weight: bolder; font-size: 14px; font-family: Helvetica, Arial, sans-serif; margin: 0 0 10px }
img
{
border:0;
}

div#container
{
	margin: 0 auto 15px auto;
	width: 751px;
	background: #E2D7B7 url(container_bg.jpg) top left repeat-y;
}

div#container2
{
	width: 751px;
	background: transparent url(container2_bg.jpg) top left no-repeat;
}

/** Begin Header Elements **/
div#header
{
	padding: 200px 30px 25px 30px;
}

div#header h1
{
	display: none;
}

div#header ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header li
{
	display: block;
	float: left;
}

div#header li span
{
	display: inline;
}

div#header li.first a
{
	border-left: 1px #B63225 solid;
}

div#header li a:link, div#header li a:visited, div#header li a:active
{
	display: block;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: 1pt;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	border-right: 1px #B63225 solid;
	padding: 0 10px;
	height: 25px;
	float: left;
}

div#header li a:hover
{
	color: #b3cab8;
	background-color: #8f3326;
}
/** End Header Elements **/

/** Begin Main Elements **/
div#main
{
	clear: left;
	float: left;
	margin: 10px 22px 0 0px;
	padding-left: 45px;
	width: 440px;
	text-align: justify;
}

div#main h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

div#main pre
{
	margin: 0;
	display: block;
	line-height: 16px;
	font-size: 12px;
	border-left: 1px solid #bab089;
	padding: 10px;
	background-color: #dcd1af;
	clear: both;
}

div#main h2 a:link,
div#main h2 a:visited,
div#main h2 a:active
{
	color: #050505;
	text-decoration: none;
}

div#main h2 a:hover
{
	color: #b4402f;
}

div#main h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

div#main p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 17px;
}

div#main ul,
div#main ol
{
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 17px;
	margin-left: 10px;
}


div#main a:link,
div#main a:visited,
div#main a:active
{
	font-weight: bold;
	color: #b4402f;
	text-decoration: none;
}

div#main a:hover
{
	color: #465a50;
	text-decoration: underline;
}
/** End Center **/

/* Begin Right Bar Elements */
div#rightbar
{
	float: left;
	margin: 10px 0 0 15px;
	width: 190px;
}

div#rightbar div.section
{
	padding: 5px 0;
	clear: both;
}

div#rightbar div.section h3
{
	margin: 0;
	padding: 0;
	width: 187px;
	height: 21px;
}

div#rightbar div.section h3 span
{
	display: none;
}
div#rightbar img
{
	margin: 10px 5px 0 5px;
}

div#rightbar p
{
	margin: 5px 0;
	text-align: center;
	color: #667a70;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
}

div#rightbar ul
{
	margin: 5px 0;
	list-style: circle;
	padding-left: 27px;
	color: #667a70;
}

div#rightbar a:link,
div#rightbar a:visited,
div#rightbar a:active
{
	color: #667a70;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

div#rightbar a:hover
{
	color: #b4402f;
}

/* End Right Bar Elements */

div#footer
{
	clear: both;
	width: 751px;
	height: 61px;
	background: transparent url(footer_bg.jpg) bottom left no-repeat;
}

#footer #copyright
{
	clear: left;
	float: left;
	margin: 10px 22px 0 0px;
	padding-left: 45px;
	width: 440px;
	text-align: justify;
}

#footer p 
{
	font-size: 10px;
	line-height: 8px;
	font-family: "Georgia", serif;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 5px;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
	color: #222;
	text-decoration: none;
}

div#validation
{
	float: left;
	text-align: center;
	margin: 10px 0 0 15px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#validation a:link,
div#validation a:visited,
div#validation a:active
{
	text-decoration: none;
	background-color: #667a70;
	color: #fff;
	padding: 1px 3px;
	margin: 0 5px;
}

div#validation a:hover
{
	background-color: #556158;
	color: #a5bcaa;
}


/** Blog Styles **/
div.entry
{
	clear: both;
	border-bottom: 1px #b4402f dotted;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.date
{
	display: block;
	float: left;
	width: 60px;
	height: 73px;
	margin: 0 10px 10px 0;
	background: transparent url(date_bg.png) top left no-repeat;
}

div.date span
{
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

div.date span.day
{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #b5402f;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.date span.month
{
	text-transform: uppercase;
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #222;
	letter-spacing: 1px;
}

div.date span.time
{
	letter-spacing: -1px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

div.postinfo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

div.postinfo span.comments
{
	border-left: #222 solid 1px;
	margin-left: 5px;
	padding-left: 5px;
}

h3#comments
{
	margin: 0;
}

dl.comments
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dl.comments dt
{
	color: #b4402f;
	margin: 0;
	padding: 0;
}

dl.comments dt span a:link,
dl.comments dt span a:active,
dl.comments dt span a:visited
{
	font-weight: bold;
	color: #222;
}

dl.comments dd
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

dl.comments dd p
{
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
}

div.evencomment,
div.oddcomment
{
	padding: 10px 0;
}

div.evencomment
{
	border-top: 1px #bab089 dotted;
	border-bottom: 1px #bab089 dotted;
	padding: 10px 0;
	background-color: #dcd1af;
}

div.inputrow label,
div.checkrow label
{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100px;
	display: block;
	float: left;
}

div.inputrow textarea
{
	height: 100px;
}

div.inputrow input,
div.inputrow textarea
{
	width: 435px;
}

div.submitrow
{
	text-align: right;
}

