/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.navbar {
	background-color: #280F06 !important;
}

ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li a {
	color: #E1AD45;
	font-size: 15px;
	line-height: 1;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
	color: #FFFFFF !important;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #FFFFFF;
	font-style: italic;
}

.sub-menu li:hover > a, .sub-menu li a:hover {
	background-color: #230F08 !important;
}

.sub-menu li a:hover {
	color: #E1AD45 !important;
}

.entry-header {
	margin-bottom: 10px;
}

.site-main .sidebar-container {
	top: 10px;
}

.widget {
	background-color: #F7E5C8;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 6px 12px;
}

.widget .widget-title {
	font-family: Gudea, Verdana, san-serif;
	margin: 0 0 5px;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	color: #841106;
}

.widget li {
	padding: 1px 0;
}

.widget a {
	color: #490902;
}

.widget a:hover {
	color: #DB291C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F0E08;
}

.menu .current_page_item > a, .menu .current_page_ancestor > a, .menu .current-menu-item > a, .menu .current-menu-ancestor > a {
	font-style: italic;
	font-weight: bold;
	color: #D17C3C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.hentry {
	padding: 24px 0;
}

p {
	font-size: 92%;
}

.entry-content a, .comment-content a {
	color: #841106;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

hr {
	color: #841106;
	background-color: #841106;
	height: 5px;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

h1.entry-title {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 24px;
	color: #141412;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin: 10px 0;
	color: #841106;
}

h2 {
	font-size: 20px;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	color: #841106;
	margin: 10px 0;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	margin: 10px 0;
}

h5 {
	font-size: 16px;
	margin: 10px 0;
}

h6 {
	font-size: 16px;
	margin: 10px 0;
}

b, strong {
	font-weight: bold;
	color: #841106;
}

blockquote:before {
	color: #7A7A7A;
	content: "\201C";
	display: block;
	font-size: 90px;
	left: -40px;
	position: absolute;
	top: -35px;
}

.entry-content blockquote {
	font-size: 18px;
	position: relative;
	color: #490902;
	margin: 4px 40px;
}

.site-footer .sidebar-container {
	background-color: #FFFFFF;
	padding: 20px 0;
}

.site-footer .widget {
	color: #490902;
	font-size: 14px;
	line-height: 1.2;
}

.widget.widget_media_image {
	overflow: hidden;
	margin: 0;
}

.search-form {
	display: none;
}

.site-info {
	display: none;
}

.widget.widget_media_image {
	background-color: #FFFFFF;
}