@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.jpg);
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #523f2c;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #382818;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

p, ol, ul {
	line-height: 160%;
}

a {
	color: #a00;
}

a:hover {
	text-decoration: none;
}

.padded {
	padding: 20px;
}

#wrapper {
	padding: 14px 0;
	background: url(images/bg_horz.jpg) repeat-x;
}

/*** Header ***/

#header {
	width: 970px;
	height: 190px;
	margin: 0 auto;
	background: url(images/bg_header.jpg);
}

#header h1 {
	padding: 120px 0 0 35px;
	letter-spacing: -.05em;
}

#header p {
	padding: 0 0 0 35px;
	line-height: 1;
}

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

/*** Page ***/

#page {
	width: 970px;
	margin: 0 auto;
	background: url(images/bg_page.jpg);
}

/*** Content ***/

#content {
	float: left;
	width: 651px;
	padding: 20px 35px;
	background: url(images/bg_content.jpg) no-repeat;
}

.post {
}

.post .title {
	border-bottom: 1px dotted #e7b56d;
}

.post .title p {
	margin: -18px 0 0 0;
	padding: 0 0 5px 0;
	line-height: 1;
	text-align: right;
}

.post .entry {
	padding: 20px;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.5em;
}

.post .entry ol, .post .entry ul {
	margin-left: 3em;
}

.post .meta {
	border-top: 1px dotted #e7b56d;
}

.post .meta p {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #e7b56d;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	color: #000;
}

.post .meta a:hover {
	color: #a00;
}

.post .meta .links a {
	padding: 0 20px;
}

.post .meta .comments {
	background: url(images/comment.png) no-repeat 0 50%;
}

.post .meta .permalink {
	background: url(images/link.png) no-repeat 0 50%;
}

.post .meta .continue {
	background: url(images/arrow.png) no-repeat 0 50%;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 240px;
	padding: 0 5px 0 0;
	background: url(images/bg_sidebar.jpg) no-repeat;
	color: #fff;
}

#sidebar h2 {
	height: 30px;
	padding: 10px 0 0 10px;
	background: url(images/bg_sidebar_title.jpg);
	letter-spacing: -.05em;
	font-size: 1.2em;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
	line-height: 200%;
}

#sidebar li li {
	padding-left: 16px;
	background: url(images/bullet.png) no-repeat 0 6px;
}

#sidebar a {
	color: #fff;
}

/*** Footer ***/

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 50px 0;
	background: url(images/bg_footer.jpg) no-repeat;
}

#footer p {
	line-height: 1;
	text-align: center;
	font-size: smaller;
	color: #fff;
}

#footer a {
	color: #fff;
}