html, body {
	height: 100%;
}
body {
	font-family: Century Gothic, Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background: #e4e3e1 url(images/body.gif);
}
img {
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #86261a;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	background: #000;
}

/* left sidebar */

#sidebar_left {
	width: 180px;
	float: left;
	padding: 25px 10px 10px 10px;
	text-align: center;
}
#nav {
	margin-top: 25px;
}
#nav li a {
	text-decoration: none;
}
#nav .current_page_parent a, #nav .current_page_item a {
    font-size: 20px;
    line-height: 26px;
    color: #86261a;
}
#nav h2 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
	color: #aaa;
}

/* right sidebar */

#sidebar_right {
	width: 300px;
	padding: 25px 10px 10px 10px;
	text-align: center;
	float: right;
}
#subnav h2 {
	font-size: 20px;
	line-height: 26px;
	color: #aaa;
}
#subnav .current_page_item a {
	font-size: 20px;
	line-height: 26px;
	color: #86261a;
}
#subnav li {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.portrait {
	margin-bottom: 25px;
}

/* main column */

#content {
	width: 380px;
	float: left;
	padding: 25px 0;
	text-align: center;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px;
}
#content_wide {
	width: 650px;
	height: 100%;
	background: #eee;
	padding: 25px;
	float: left;

}
#content_wide img {
	margin-bottom: 15px;
}
#content_wide_other {
	width: 650px;
	height: 100%;
	padding: 25px;
	float: left;
}
.post {
	margin-bottom: 25px;
}
.theinfo {
	border-bottom: 1px dashed #aaa;
	margin-bottom: 25px;
	padding-bottom: 3px;
}
.theinfo h3 {
	font-size: 20px;
	line-height: 26px;
}
.thecontent {
	clear: both;
}
.caption {
	margin-bottom: 20px;
	margin-top: 5px;
}

/* footer */

#footer {
	clear: both;
}