

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #361C16 url(../images/wrapper-bg.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 190%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	overflow: hidden;
	height: 187px;
	background: url(../images/header-wrapper-bg.png) repeat-x left top;
}

#header {
	overflow: hidden;
	height: 187px;
}

/** LOGO */

#logo {
	float: left;
	width: 335px;
	height: 152px;
	padding: 35px 0px 0px 15px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 221px;
	height: 110px;
	background: url(../images/logo-bg.png) no-repeat left top;
	line-height: 110px;
	text-align: center;
	text-decoration: none;
	font-family: 'Cookie', cursive;
	font-size: 60px;
	font-weight: 400;
	color: #FFFFFF;
}

#logo img { float:left; margin:12px 0 0 40px; padding:0px;}

/** MENU */

#menu-wrapper {
	float: right;
	width: 650px;
	height: 112px;
	padding: 75px 0px 0px 0px;
}

#menu-content {
	overflow: hidden;
	height: 187px;
}

#menu {
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 40px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
}

#menu li {
	float: left;
	height: 40px;
	margin-right: 20px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu .arrow {
	background: url(../images/menu_bg05.png) no-repeat right top;
}

#menu li span {
	display: block;
	height: 40px;
	padding: 0px 20px 0px 20px;
}

#menu li.first {
	background: url(../images/menu-first-bgleft.png) no-repeat left top;
}

#menu li.first span {
	height: 40px;
	padding-right: 20px;
	background: url(../images/menu-first-bgright.png) no-repeat right top;
}

#menu li.active {
	position: relative;
	background: url(../images/menu-active-bgleft.png) no-repeat left top;
	z-index: 5;
}

#menu li.active span {
	height: 40px;
	background: url(../images/menu-active-bgright.png) no-repeat right top;
}

#menu .arrow {
}

/** DROPOTRON */

.dropotron li.opener {
}

.dropotron {
	width: 202px;
	margin-top: -4px;
	padding: 10px 0px;
	background: #62352B url(../images/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: 30px;
	padding: 0px 20px;
	border-top: 1px solid #391F19;
	line-height: 30px;
	color: #FFFFFF;
}

.dropotron li:hover {
	background: #371B14;
}

.dropotron li:hover > a, .dropotron li:hover > span {
	color: #FFFFFF;
}

.dropotron li .arrow {
}

.dropotron span {
	display: block;
	margin-right: -1px;
}

.dropotron li:hover > span {
}

.dropotron .first {
	border-top: none;
}

/** PAGE */

#page-wrapper {
	padding: 30px 0px;
	background: url(../images/page-wrapper-bg.png) repeat;
}

#page {
	overflow: hidden;
	width: 970px;
	margin: 0px auto;
	padding: 0px 0px 0px 30px;
}

/** CONTENT */

#content {
	float: left;
	width: 630px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 330px;
	color: #E1C9C4;
}

#sidebar .bgtop {
	height: 15px;
	background: url(../images/sidebar-bg-01.png) no-repeat left top;
}

#sidebar .bgbtm {
	height: 15px;
	background: url(../images/sidebar-bg-03.png) no-repeat left top;
}

#sidebar .contentbg {
	overflow: hidden;
	background: url(../images/sidebar-bg-02.png) repeat-y left top;
}

#sidebar .title {
	display: block;
	width: 300px;
	height: 38px;
	margin-right: -30px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px 0px 0px 30px;
	background: url(../images/sidebar-title-bg.png) no-repeat right top;
	line-height: 38px;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
}

#sidebar p {
	padding: 0px 60px 0px 30px;
	text-shadow: 1px 1px 0px rgba(54,29,24,1);
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	border-top: 1px solid #371E18;
	margin: 0px 60px 0px 30px;
	padding: 10px 0px 10px 0px;
}

#sidebar li a {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(54,29,24,1);
	color: #fff;
	letter-spacing:1px;
}

#sidebar .first {
	border-top: none;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 155px;
	background: url(../images/footer-bg.png) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #784F45;
}

/** FOOTER CONTENT */

#footer-content {
	background: url(../images/footer-content-bg-01.png) repeat;
}

#footer-content-bg {
	overflow: hidden;
	padding: 40px 0px 30px 0px;
	background: url(../images/footer-content-bg-02.png) repeat-x left top;
}

#three-columns {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	color: #fff;
}

#three-columns h2 {
	margin: 0 0 10px 0;
	padding: 0px 0px 10px 0px;
	font-family: 'Arvo', serif;
	color: #FFFFFF;
	border-bottom:#FFF solid 1px;
}

#three-columns #column1 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

#three-columns #column2 {
	float: left;
	width: 300px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

/** BANNER */

#banner-wrapper {
	overflow: hidden;
	height: 340px;
	background: url(../images/banner-wrapper-bg.png) repeat;
}

#banner {
	width: 960px;
	height: 278px;
	margin-top: 30px;
	position: relative;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 960px;
	height: 245px;
	top: 0px;
	left: 0px;
}

#banner .caption1 {
	width: 960px;
	height: 74px;
	background: url(../images/banner-caption-bg.png) no-repeat left top;
	bottom: 0px;
	right: 0px;
	text-shadow: 2px 3px 0px rgba(49, 27, 21, 1);
}

#banner .caption1 a {
}

#banner p {
	padding: 0px 0px 0px 0px;
	letter-spacing: -2px;
	text-align: center;
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-weight: normal;
	font-size: 22px;
	color: #A7A99A;
}

#banner h2 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-family: 'Cookie', cursive;
	font-size: 35px;
	color: #FFFFFF;
}

#banner h2 a {
	display: block;
}

#banner .caption1 span {
	margin: 0px;
	padding: 0x;
	color: #FFFFFF;
}

#banner .border {
	width: 960px;
	height: 278px;
	top: 0px;
	left: 0px;
	background: url(../images/banner-border-bg.png) no-repeat left top;
}

/** BOX STYLE 1 */

.box-style1 {
	width: 300px;
}

.box-style1 .bgtop {
	height: 15px;
	background: url(../images/box-widget-bg-01.png) no-repeat left top;
}

.box-style1 .bgbtm {
	height: 15px;
	background: url(../images/box-widget-bg-03.png) no-repeat left top;
}

.box-style1 .content-bg {
	padding: 20px 30px 10px 30px;
	background: url(../images/box-widget-bg-02.png) repeat left top;
}

.content-bg a { color:#FFF;}

/** POST STYLE  */


.post {
	overflow: hidden;
	width: 630px;
	padding: 30px 0px;
	background-color: #FFFFFF;
	border: 1px solid #E5D0D0;
	border-radius: 5px;
}

.post .title {
	display: block;
	padding: 0px 0px 20px 0px;
	font-family: 'Arvo', serif;
	font-size: 34px;
	color: #4E2B22;
}

.post .entry {
	overflow: hidden;
	padding: 30px 30px 0px 30px;
}

.entry p { text-align:justify;}
.entry img { float:left; border:#771919 solid 1px; margin:10px; width:120px;}
.entry span { font-weight:bold; text-decoration:underline;}
.entry ul { float:left; margin:0 0 10px 20px; padding:0px; width:350px;}

.post .posted {
	height: 38px;
	font-weight:bold;
	padding: 0px 0px 0px 30px;
	background: url(../images/post-posted-bg.png) no-repeat left top;
	line-height: 38px;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
}

.post .posted a {
	color: #FFFFFF;
}

.post .meta {
	overflow: hidden;
	display: block;
	height: 66px;
	margin-top: 30px;
	padding: 0px 25px;
	background: url(../images/posted-meta-bg.png) no-repeat left top;
	font-family: 'Arvo', serif;
	font-size: 16px;
	font-weight: normal;
	color: #572F26;
}

.post .meta a {
	color: #572F26;
}

.post .meta .tags {
	float: left;
	line-height: 66px;
}

.post .meta .comments {
	float: right;
	line-height: 66px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 570px;
	height: 196px;
	margin: 10px 0px 30px 0px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style1a span {
	background: url(../images/border-img-bg.png) no-repeat left top;
}

#footer-wrapper { margin:auto; padding:0px; width:999px; height:auto;}
.footer { float:left; margin:auto; padding:0px; background:#62352b; width:100%; border-top:#4a2720 solid 2px;}
.footer ul { margin:10px 0 0 0; padding:0px; list-style:none;}
.footer ul li { margin:0px; padding:15px; display:inline;}
.footer ul li a { text-decoration:none; color:#FFF;}
.footer p { float:left; margin:15px 0 0 10px; padding:0px; color:#fff; font-size:12px;}
.footer img { float:right; margin:0px 10px 0 0; padding:10px;}