/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

@import url(//fonts.googleapis.com/css?family=Stoke);

.custom .format_text p {
	margin-bottom: 0;
}
.custom .menu-sidebar-container #menu-sidebar li {
	float: none;
}

.custom .menu-sidebar-container #menu-sidebar a {
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.custom #sidebars {
	width: 21.5em;
}

.custom #page {
	border: 1px solid #634911;
}

.custom .menu a {
	font-family: "Stoke", "Georgia", serif;
	text-transform: none;
	padding: 9px 24px;
	font-weight: bold;
}

.custom .headline_area h1, .headline_area h2, #archive_intro h1 {
	font-family: "Stoke", "Georgia", serif;
}

.custom #content_box, #menu-nav, #footer {
	background: #edd297;
}

.custom #content {
	background: #f7ebd1;
}

.custom #menu-nav {
	border-bottom: 2px solid #e0b24f;
}

.custom #header, #footer {
	border: none;
}