/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0px;
	height: 140px;
	background: #000000;
	border-bottom: 3px solid #F3F3F3;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3.5em;
	font-style: italic;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
	color: #8D8E85;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #4C5C1C;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #809B30;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #C80000;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 55px;
	margin: 0 0 0 0;
}

#menu {
	float: left;
	width: 785px;
	height: 60px;
	background: url(images/img04crop.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/img05.gif) no-repeat right top;
	height: 60px;
	padding: 0 10px 0 10px;
}

#menu a {
	display: inline;
	float: left;
	height: 25px;
	margin-right: 3px;
	padding: 22px 15px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000080;
}

#menu .current_page_item a {
	color:#000080;
}

/* Logo */

#logo {
	width: 785px;
	margin: 0 auto;
	padding-left: 0px;
	background: #FFFACD; 
	height: 300px;
	border-top: 1px solid #009900;
	border-left: 1px solid #009900;
	border-right: 1px solid #009900;
	border-bottom: 15px solid #000000;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {font-family: verdana, sans-serif;

	padding: 22px 5px 10px 168px;
	color: #C80000;
	letter-spacing:6px;
	}

#logo h2 {
	padding: 0px 0 23px 110px;
	color:#000080;
	letter-spacing:2px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #C80000;
	font-style: italic;
}

/* Page */

#page {
	width: 785px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFACD;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 750px;
	padding: 20px 20px 0px 20px;
	}

.post {
}
.post a {
	color: #0000CF;
	}
.post a:hover {
	color: #C80000;
}
.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 1.75em;
	letter-spacing: 2px;
	color: #000080;
}
.post h1.title a {
	color: #000080;
	}
.post h1.title a:hover {
	color: #C80000;
}
.post h2.title {
	padding: 15px 0px 0px 15px;
	height: 10px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000080;
}
.post .entry {
	padding: 0 10px 30px 15px;
	color: #3B6900;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B22222;
}

.post .meta a {
	color: #B22222;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #000000;
	border-top: 3px solid #F3F3F3;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 9px;
}