/*
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-top: 5px;
	background: #FAA71B;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #483516;
}

h1, h2, h3 {
	color: #483516;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #483516;
}

a:hover {
	text-decoration: none;
	color: #483516;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 880px;
	height: 10px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 700px;
	height: 10px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #F0F0F0;
}

/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #583E1D;
}

#menu a:hover, #menu .active a {
	background: #583E1D;
	color: #FFFFFF;
}

#splash {
	width: 940px;
	height: 320px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

#page-bgtop {
}

/* Content */

#content {
	float: right;
	width: 780px;
}
.post {
	margin: 0px 0px 30px 0px;
	clear: left;	
	border-top: 1px solid #252726;
}

.post .title {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #FFFFFF;
}



.post .title a {
	padding: 4px 35px 4px 15px;
	background: #483516;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


}
.post .entry {
	padding: 20px 0px;
	clear: left;
	a:hover: #FFFFFF
}


.post .img {
	float: right;
	clear: left;
	padding: 5px 20px;
}

	


.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}



/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 1px solid #252726;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}