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

body {
	margin: 20px 0;
	padding: 0;
	background: #FBE9BD;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #660000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #660000;
}

h2 {
}

h3 {
}
img {
	border: 0 none;
}
p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #FBE9BD;
	border: 10px solid #660000;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #660000;
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}

#menu a:hover {
	background: #FAD78D;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	
	border: none;
}

#menu #rss a:hover {
	background-color: #FAD78D;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat;
	border: 10px solid #660000;
	border-top: none;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 14px;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FCE8BE url(images/img04_2.gif) repeat-y;
	border: 10px solid #660000;
	border-top: none;
}

/* Latest Post */

#latest-post {
	padding: 10px 0;
	background: #FBE9BD;
	font-size: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-align:center;
	border-bottom: 10px solid #660000;
}

#latest-post .meta {
	clear: both;
}
.zero { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	height: 0;
}
.clear { 
	position: static;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 2px;
	z-index: 1;
}

/* Posts */

#posts {
	float: right;
	width: 450px;
	padding: 20px;
}
#posts h2 {
	font-size: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 150px;
	padding: 20px
}

#links p {
	margin-top: 4px;
}

#links h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

#links h1 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
#links h3 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	line-height: normal;
}


/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
