body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #194138;
	background: #e2e8e1;
}

#nav {
	margin-bottom: 20px;
}

a, a:link, a:visited, a:active {
	color: #FF7700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: url(../images/blog/header.jpg);
	height:135px;
}

#header img {
	margin-top: 15px;
	margin-left: 20px;
}

p#message {
	padding: 0 10px 30px 0;
}

#sidebar {
	width: 166px;
	float: left;
	padding: 0 10px 20px 20px
}

#sidebar h2 {
	text-transform: uppercase;
	margin: 20px 0 8px 0;
	font-size: 16px;
	font-family: 'trebuchet ms', sans-serif;
}

#sidebar ul {
	font-size: 10px;
	color: #95a289;
}

li {
	padding: 2px 0;
	line-height: 13px;
}

#sidebar ul a {
	color: #95a289;
	text-decoration: none;
}

#footer {
	padding: 3px 0 0 20px;
	font-size: 10px;
	color: #95a289;
	clear: both;
	height: 22px;
	background: #194138 url(../images/blog/footer.jpg) right no-repeat;
}

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

.content {
	border-left: 1px solid #f9ad2d;
	padding-left: 30px;
	float: left;
	width: 573px;
	margin-top: 27px;
	padding-top: 5px;
	min-height: 400px;
}

.single {
	border-left: 0;
	width: 700px;
	float: none;
	padding-bottom: 30px;
}

.post {
	padding-right: 10px;
}

.post p {
	margin: 15px 0;
}

.post h2 a, .post h2 {
	font-family: 'trebuchet ms', sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	color: #194138;
	line-height:25px;
}

.postmetadata {
	margin: 15px 0 30px -30px;
	color: #999999;
	line-height: 14px;
	padding: 6px 10px 6px 30px;
	font-size: 10px;
	background: #feeed3;
}

.single .postmetadata {
	margin-left: 0;
}

.postmetadata a {
	color: #f9ad2d!important;
	text-decoration: none;
}

h3#comments, h3#respond {
	font-family: 'trebuchet ms', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0;
}

textarea {
	width: 500px;
	height: 200px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
	line-height: 18px;
}

input#url, input#email, input#author {
	padding: 2px;
	font-size: 11px;
}

ol.commentlist li {
	line-height: 18px;
	margin-bottom: 20px;
}

ol.commentlist li p {
	padding: 5px 0 5px 25px;
}

ol.commentlist li cite {
	font-size: 15px;
	color: #194138;
	font-style: italic;
}

ol.commentlist li .top {
	color: #999999;
	font-size: 10px;
	border-bottom: 1px solid #e2f6d0;
}

ol.commentlist li .top a {
	text-decoration: none;
}

input {
	margin-bottom: 3px;
}