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


body {
	background: #FFFAD7;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;margin:auto;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;margin-bottom:-9px;font-weight:bold;
}

h3 {
	font-size: 1.1em;margin-bottom:-9px;font-weight:bold;
}

h4 {
	font-size: 1.0em;margin-bottom:-9px;font-weight:bold;
}

p, ul, ol {
	line-height: 160%;
}




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

a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 90px;
	margin: 0 auto;
	background: #400;
}

#logo {
	width: 700px;
	height: 90px;
	margin: 0 auto;
padding-left:50px;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	font-size: 4em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 47px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu-wrap {
	background: #400;
}

#menu {
	width: 702px;
	height: 50px;
	margin: 0 auto;
padding-left:40px;
}

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

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu #active a {
	background: #983D3A;
	border: 1px #D45951 solid;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}


/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}


.post .entry {
}


/* Latest Post */


#latest-post-wrap {
	background: #E8DBA7;
border-bottom:4px solid #BBB082;
	margin:auto;
	}

#latest-post {
	padding: 20px 0px 20px 0px;
width:615px;
margin:auto;
padding-right:50px;

}

#latest-post h1 {
	padding: 0;
color: #CC6B47;
width:500px;
}

#latest-post li {margin-bottom:10px;line-height:15px;}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}

