/* ALL */
* {
	padding: 0;
	margin: 0;
	
}
body {
	background-image: url('img/page-wrapper-bg.png');
}
#header-wrapper, #wrapper, #banner, .widgets, #wrapper-content {
	width: 960px;
}
li {
	list-style-type: none;
}
.clearfix {
	clear: both;
}
a:hover {
	text-decoration: none;
}
/* HEADER */
header {
	background-image: url('img/header-wrapper-bg.png');
	height: 186px;
	
}
.img_pic {
	width: 570px;
	height: 176px;
	border-radius: 10px;
}
#header-wrapper {
	overflow: hidden;
	margin: auto;
}
.logo {
	display: inline-block;
	width: 221px;
	height: 110px;
}
.logo h1 {
	padding-top: 5px;
	display: block;
	text-align: center;
	line-height: 110px;
}

.logo a {
	color: #ffffff;
	background-image: url('img/logo-bg.png');
	display: block;
	width: 221px;
	height: 110px;
	text-decoration: none;
}
nav {
	display: inline-block;
	padding: 75px 0 0 0;
	margin:  auto;
	width: 650px;
}
nav ul {
	width: 650px;
	margin-left: 120px;
}
nav li{
	width:74px;
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 20px;
   
	height: 40px;
	color: #ffffff;
	display: inline-block;
}
nav li a:visited, nav li a:link {
	display: block;
	text-decoration: none;
	text-align: center;
	
	height: 40px;
	line-height: 40px;
	color: #ffffff;
}
.active  a{
	width:74px;
	border-radius: 5px;
	
	height: 40px;
	background: url('img/dropotron-bg.png') no-repeat;
}
nav li a:hover {
	width:74px;
	border-radius: 5px;
	height: 40px;
	background-image: url('img/dropotron-bg.png');
}

#banner-wrapper {
	height: 350px;
	background-image: url('img/banner-wrapper-bg.png');
}
#banner {
	padding-top: 30px;
	margin: auto;	
	position: relative;
}
#banner p {
	text-align: center;
	line-height: 74px;
	color:#ffffff;
	height: 74px;
	width: 960px;
	position: absolute;
	bottom: 0;
	background-image: url('img/banner-caption-bg.png');
}

#wrapper {
	width: 100%;
	background-image: url('img/page-wrapper-bg.png');

}
#wrapper-content {
	margin: 0 auto;
	
}
main {
	float: left;
	margin: 30px 0;
	display: inline-block;
	width: 630px;
	background-color: #ffffff;
	border-radius: 8px;
	
}
.post-footer {
	background-color: #f3e2e2;
	width: 570px;
	height: 68px;
	color: #4e2b22;
	border-radius: 3px;
}
.post-footer p {
	padding: 27px ;
}
article {
	padding:  40px 30px 30px 30px;
	/* padding: 30px; */
}
.image {
	padding: 40px 0;
}
article img {
	border-radius: 5px;
}
.links a,.comments a {
	color: #4e2b22;
}

.comments {
	float: right;
}
.post-meta {
	margin-top: 30px;
	width: 328px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-image: url('img/post-posted-bg.png');
}
.post-meta p {
	padding-left: 30px;
}

article p {
	margin-bottom: 30px;
	font-size: 15px;
}
article h2 {
	color: #4e2b22;
}
aside {
	margin-top: 30px;
	float: right;
	color:#e1c9c4;
	margin-left: 25px;
	border-radius: 8px;
	width: 300px;
	display: inline-block;
	background-image: url('img/p.png');
}
aside h2 {
	font-family: 'Arvo', serif;
	font-size: 16px;
	width: 330px;
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	margin-top: 25px;
	color: #ffffff;
	background-image: url('img/sidebar-title-bg.png');
	margin-bottom: 20px;
}
aside h2 p {
	margin-left: 35px;
}
.aside-text, .aside-list {
	width: 240px;
	font-size: 15px;
	padding-left: 35px;
}
.aside-text , article p {
	line-height: 190%;

}
.aside-list li {
	padding: 10px 0px 10px 0px;
	border-bottom:  1px solid #371e18;
}
#aside-header {
	height: 15px;
	background-image: url('img/sidebar-bg-01.png');
}
#aside-footer {
	margin-top: 15px;
	height: 15px;
	background-image: url('img/sidebar-bg-03.png');
}
aside li a {
	color: #e1c9c4;
	text-decoration: none;
}
#widget-wrapper {
	background-image: url('img/p.png');
}
.widgets {
	background-image: url('img/footer-content-bg.png');
	padding: 28px;
	margin: auto;
}
.widget-header {
	height: 15px;
	background-image: url('img/footer-content-bg-02.png');
}
.widget-item h2 {
	color: #e1c9c4;
	font-family: 'Arvo', serif;
	font-size: 16px;
	padding-bottom: 20px;
}
.widget-item {
	box-sizing: border-box;
	border: 3px solid #4f2922;
	border-radius: 6px;
	background-color: #512b23;
	display: inline-block;
	width: 296px;
	color: #ffffff;
	padding: 20px 30px 10px 30px;
	margin-right: 30px;
}
.widget-item p {
	color: #e1c9c4;
	line-height: 190%;
	font-size: 13px;
}
.widgets .widget-item:last-child{
	margin-right: 0px;
}

footer {
	padding-top: 36px;
	height: 120px;
	text-align: center;
	color: #784f45;
	background-image: url('img/footer-bg.png');
}

/** DROPOTRON */

.dropotron li.opener {
}

.dropotron {
	width: 202px;
	margin-top: -4px;
	padding: 10px 0px;
	background: #62352B url(img/dropotron-bg.png) repeat;
	border-radius: 5px;
	list-style: none;
	text-shadow: 1px 1px 0px rgba(55, 30, 24, 1);
	font-size: 13px;
	font-family: 400;
	color: #E1C9C4;
}

.dropotron a {
	text-decoration: none;
	color: #E1C9C4;
}

.dropotron li {
	height: 39px;
	padding: 0px 20px;
	border-top: 1px solid #391F19;
	line-height: 39px;
	color: #FFFFFF;
}

.dropotron li:hover {
	background: #371B14;
}

.dropotron li:hover > a, .dropotron li:hover > span {
	color: #FFFFFF;
	background:none;
}

.dropotron li .arrow {
}

.dropotron span {
	display: block;
	margin-right: -1px;
}

.dropotron li:hover > span {
}

.dropotron .first {
	
	border-top: none;
}