
body {
	margin: 0;
	padding: 0;
	background: #D9D5B3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 20px;
}

a:link {
	color: #0033CC;
}

a:hover, a:active {
	text-decoration: none;
	color: #0033CC;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#header {
	width: 939px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 939px;
	height: 273px;
	margin-top: 0;
	margin-left: 10px;
	background: url(images/img2.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 62px 0 0 58px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
}

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

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

#logo p {
	margin: 0;
	padding: 0 0 0 58px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #E8E4CE;
}

#logo p a {
	text-decoration: none;
	color: #E8E4CE;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img1.gif) repeat-y left top;
}

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

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}


.post {
}

.post p {
	margin-right: 30px;
}

.post .title {
}

.post h1 {
}

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
}

.post .entry {
	padding-top: 10px;
}

.post .entry img {
	margin: 2px 15px 10px 0px;
	float: left;
}


.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
	font-style: italic;
	padding-bottom: 35px;
}

#sidebar {
	float: left;
	width: 215px;
	padding: 42px 0 0 30px;
}

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

#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

#footer-wrap {
	width: 936px;
	height: 80px;
	margin: 0 auto;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #3F3F3F;
	padding-top: 10px;
	padding-left: 20px;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #3F3F3F;
}

