
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #FFFFFF url(images/wood_bg3_1000_wht.jpg) no-repeat center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231F20;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
}


blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #D78017;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1000px;
	height: 92px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 92px;
	margin: 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
    color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: url(images/bar_bg2.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #D78017;
}

#menu a:hover, #menu .active a {
	background: #7E6C56;
	color: #FFFFFF;
}

#splash {
	width: 1000px;
	height: 255px;
	margin: 0 auto;
}

/* Menu2 */

#menu2 {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
    background: #cccccc;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 10px;
}

#menu2 li {
	display: inline;
	text-align: center;
}

#menu2 a {
	display: block;
	float: left;
	height: 22px;
	margin-right: 2px;
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#menu2 a:hover, #menu .active a {
    background: #000000;
	color: #E99C07;
}




/* Page */

#page {
	width: 990px;
    background: #FFFFFF;
	margin: 0 auto;
	padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#page-bgtop {
}

/* Content */

#content {

	width: 990px;
}
.post {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #D78017;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
	color: #D78017;
    border: 1px solid #333333;
}



.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 11px;
	color: #333333;
}

/* Content2 */

#content2 {
	float: right;
	width: 750px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 30px 30px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #D78017;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #4A4949;
}

#sidebar a:hover {
	text-decoration: underline;
    color: #B38923;
}


/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {

    margin: 0 auto;
	padding: 20px 0px;
	background: url(images/wood.jpg) repeat-x left top;
	color: #686767;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
    color: #ffffff;
    font-weight: normal;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}