body {
	background:#71584C;
	font-family: "Open Sans", sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #7c3201;
	text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
	color: #b7544e;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #452008;*/
}

.border {
	border: 8px solid #eaeaea;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.root-border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .1);
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

.root-container {
	background: #FCFCFC;
	padding: 0 0 20px 0;
}

#header {
	height: 50px;
	position: relative;
	text-align: center;
	background: #FFF;/* Old browsers */
	z-index: 30;
}
#header .logo {
	position: absolute;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 175px;
	overflow: hidden;
}
#header .logo span {
	display: block;
	position: absolute;
	background-color: #71584c;
	width: 100%;
	height: 140px;
	padding-top: 10px;
}
#header .logo span::after {
	content: '';
	position: absolute;
	bottom:-103px;
	left:50%;
	margin-left:-78px;
	border:78px solid transparent;
	border-top: 25px solid #71584c;
}

#header a.cat-link {
	position: absolute;
	left: 20px;
	top: 35px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dashed #b7544e;

	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header a.cat-link:hover {
	text-decoration: none;
	font-size: 24px;
}
#header .icons {
	position: absolute;
	right: 20px;
	top: 11px;
}
#header .icons a {
	padding: 4px;
	margin: 0 2px;
	display: inline-block;
	border-radius: 4px;
	background-color: #71584C;
	width: 20px;
	height: 20px;
}
#header .icons a:hover {
	background-color: rgba(69, 32, 8, .6);
}
.menu-wrapper {
	position: relative;
	background-color: #413028;
	text-align: center;
	z-index: 20;
}
.menu-wrapper > div {
	width: 412px;
	text-align: center;
}
.menu-wrapper a {
	color: #ffffff;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 15px;
	display: inline-block;
	font-weight: bold;

	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
  	-ms-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
 	transition: all 0.2s ease-out;
}
.menu-wrapper a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #71584C;
}


/* main Slider */
.main-slider {
	margin-bottom: 10px;
	border-bottom: 10px solid #452008;
	min-height: 300px;
	position: relative;
	z-index: 10;
}
.slider-caption {
	position: absolute;
	top: 14%;
	z-index: 1;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
.slider-caption::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #FFF;
	bottom: -3px;
	left: 50%;
	margin-left: -50px;
}
.slider-caption h1 {
	line-height: 1.2em;
	font-size: 36px;
}
.slider-caption.slider2 {
	left: 48%;
	width: 340px;
}
.slider-caption.slider1 {
	left: 24%;
	width: 280px;
}
.slider-item-border {
	border: 1px solid #FFFFFF;
	opacity: .4;
	position: absolute;
	height: 89%;
	top: 5.5%;
	right: 28px;
	left: 28px;
}

/* main-carousel */
.main-carousel {
	position: relative;
	z-index: 120;
	margin-top: -106px;
	margin-bottom: 20px;
	padding: 0 28px;
	min-height: 280px;
}
.main-carousel .bxcarousel > div {
	border-top: 6px solid #71584C;
}
.main-carousel .bxcarousel > div:after {
	content: '';
	position: absolute;
	bottom:-108px;
	left:50%;
	margin-left:-108px;
	border:108px solid #ffffff;
	border-top: 25px solid #71584c;
}

/* IMAGE CAPTIONS */
.main-carousel .bx-caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	background: #71584C;
	width: 100%;
}
.main-carousel .bx-caption span {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.main-carousel .bx-caption span:after {
	content:'';
	position:absolute;
	bottom: 5px;
	left:50%;
	margin-left: -30px;
	width: 60px;
	height:1px;
	background-color: #b19789;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.main-carousel .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 28px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	background-image: url(/images/main-carousel-arrows.png);
	background-repeat: no-repeat;
	background-color: #413028;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main-carousel .bx-prev {
	left: 0px;
	background-position: 0 0;
}
.main-carousel .bx-next {
	right: 0px;
	background-position: -28px 0;
}
.main-carousel .bx-controls-direction a:hover {
	background-color: #71584C;
}

.page-wrapper {
	padding: 0 28px;
}


#column-left {
	float: left;
	width: 225px;
}

#content {
	float: right;
	width: 670px;
}

.box {
	margin-bottom: 30px;
	background-color: #ece8e6;
	border-radius: 3px;
	position: relative;
}
.box::before {
content: '';
position: absolute;
width: 0;
height: 0;
bottom: -20px;
border-left: 112.5px solid transparent;
border-right: 112.5px solid transparent;
border-top: 20px solid #ECE8E6;
}
.box-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	color: #FFF;
	background-color: #413028;
}
.box-middle {
	padding: 10px;
	position: relative;
}

#category.box {

}
#category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#category li {
	padding: 4px 0 4px 12px;
	background: url(/images/category-arw.gif) no-repeat 0 9px;
	margin: 0;
}
#category a {
	/*color: #FFFFFF;*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


.page-title {
	position: relative;
	height: 40px;
	margin-bottom: 30px;
	color: #452008;
	border-bottom: 3px solid #d3c6bf;
}
.page-title:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #71584C;
	bottom: -3px;
	left: 0;
}
.bottom-inner .box {
	width: 450px;
}
.bottom-inner .box::before {
	border-left: 225px solid transparent;
	border-right: 225px solid transparent;
}

.last-post {
	list-style: none;
	margin-bottom: 0;
}
.last-post li {
	margin: 3px 0;
	padding: 0;
	overflow: hidden;
}
.last-post .post-title {
	font-weight: bold;
	margin-bottom: 6px;
}
#footer {
	font-size: 13px;

}
.copyright {float:left;}
.copyright a {color: #666666;}
.counter {float:right;}

/* =Navigation
-------------------------------------------------------------- */
.navigation {width: 100%; overflow: hidden; font-size: 13px; line-height: 20px; margin: 6px 0 6px; padding: 1px 0 20px; text-align:center}
.navigation a,
.navigation span {display: inline-block; padding: 2px 4px; height: 20px; text-align: center; margin: 0 1px; text-decoration: none; border: 1px solid #E1E1E1; border-radius: 2px;}
.navigation a {}
.navigation a:hover {border: 1px solid #CCC;}
.navigation span.current {border: 1px solid #E9E9E9; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #F0F0F0; color: #444;}
.navigation span.extend {	border: 0; margin: 0; padding-left: 2px;}

.tovitem {display: inline-block; width: 200px; margin: 2px; padding: 5px; text-align: center; vertical-align: top; border: 1px dotted #000;}
