﻿
body {
	margin: 20px 0;
	background: #faba63 url(images/bg.gif) repeat-x;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3A3A;
}

h1 {
	color: #8364B0;
	font-size: 16px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #8364B0;
}

p, ul, ol {
	margin-top: 16px;
	line-height: 14px;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #8364B0;
}

a:hover {
	border: none;
}


hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	height: 26px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	height: 20px;
	margin-right: 1px;
	padding: 5px 20px 0 20px;
	font-size: 11 px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #000000;
}

#logo {
	width: 720px;
	height: 200px;
	margin: 0 auto;
	background: url(images/Dodson-ultra.jpg) no-repeat left top;
	height: 263px;
	border: 20px solid #F3F3F3;
}

#page {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #F3F3F3;
	border: 20px solid #F3F3F3;
	border-top: none;
}
.post h1.title {
	padding: 15px 0  0 15px;
	margin:0;
	height: 30px;
	font-size: 24px;
	font-weight:bold;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

#footer {
	text-align: center;
	color: #8364B0;
	font-size: 9px;
}
