body {
	margin: 0px;
	padding: 0px;
	background: #b99768 url(images/bground.png) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4d351d;
}

h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #4d351d;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #8b6e46;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 778px;
	height: 160px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat;
}


/* Menu */

#menu {
	float: right;
	height: 50px;
	width: 620px;
	
}

#menu ul {
	margin: 0px;
	padding: 122px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 0 0 10px 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.25em;
	color: #ccb697;
}

#menu a:hover  {
	color: #8b6e46;
	text-decoration: none;
	
}

#menu .active a {
	color: #8b6e46;
}
/* Page */

#wrapper {
	background: url(images/footer.png) repeat-x left bottom;
}

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

/* Content */

#content {
	float: left;
	width: 610px;
}

/* Post */

.post {
}

.post .date {
	float: right;
	width: 76px;
	height: 58px;
	margin: 0;
	padding-top: 2px;
	background: #18BDF5 url(images/img07.gif);
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 20px 0 0 0;
	background: url(images/img05.gif) repeat-x;
	font-size: 1.8em;
}

.post .meta {
	margin: 0 0 30px 0;
	padding: 10;
	color: #C6C6C6;
	line-height:normal;
}

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

.post .entry {
	padding-bottom: 30px;
	text-indent: 20px;
}


/* Footer */

#wrapper2 {
	background: #4d351d;
}

#footer {
	width: 778px;
	margin: 0 auto;
	padding-top: 30px;
	color: #ccb697;
	
}

#footer a {
	color: #e2cdb0;
	text-decoration: none;
}

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

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(images/dash.png) repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
	
}

#footer h2 {
	
	padding-left: 20px;
	color: #e2cdb0;
}

#footer h3 {
	
	padding-left: 10px;
	font-variant: small-caps;
	color: #ccb697;
}

#footer .active a {
	color: #8b6e46;
}

#footer a:hover {
	color: #b99768;
	background: url(images/dot.png) no-repeat 6px 50%;
}

#footer p {
	padding: 0px;
	color: #e2cdb0;
	padding-left: 25px;
	line-height: 1.3em;
	text-align: justify;
	word-spacing: .5 em;
	font-size: 10pt;
	
}

#legal {
	clear: both;
	margin: 0;
	padding: 50px 0;
	text-align: center;
	color: #ccb697;
}

#legal a {
	color: #8b6e46;
	text-decoration: none;
}

#legal a:hover {
	color: #b99768;
}
