@CHARSET 'UTF-8';
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Jura:400,300,500,600&subset=latin,latin-ext);
/******************** global styles ************************/
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #403614;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

img, a img {
	border: 0;
	max-width: 100%;
}

a {
	color: #C79345;
	text-decoration: none;
}

ul{
	list-style: none;
	padding: 0;
}

body {
	font-family: 'Jura', Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	padding: 0 !important;
	margin: 0;
	overflow-x: hidden;
}

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

.full-width {
	width: 100% !important;
}
.ui-dialog .full-width {
	width: 94% !important;
}

.full-width.with-padding {
	width: 98% !important;
	padding: 0 1%;
}
.half-width {
	width: 50% !important;
}
.half-width.with-padding {
	width: 48% !important;
	padding: 0 1%;
}

.margin-top {
	margin-top: 10px !important;
}
.margin-bottom {
	margin-bottom: 10px !important;
}
.margin-right {
	margin-right: 10px !important;
}
.center{
	text-align: center;
}
.font14 {
	font-size: 14px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
.font30 {
	font-size: 30px;
}
.font36 {
	font-size: 36px;
}

.font48 {
	font-size: 48px;
}

.white {
	color: #ffffff;
}
.darkgray {
	color: #333333;
}
.midgray {
	color: #666666;
}
.blue {
	color: #09f;
}
.with-padding {
	padding: 2%;
}
.block-content p{
	margin: 0;
}
.ui-dialog{
	z-index: 10000;
}
/************************* FORM **************************/
.form-row {
	width: 98%;
	padding: 10px 1%;
	clear: both;
	display: block;
	margin-top: 2px;
	border-bottom: 1px dotted #CCC;
	float: left;
	font-size: 14px;
}

.form-row label {
	min-width: 30%;
	max-width: 30%;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	float: left;
}
.form-row input {
	width: 64%;
	float: left;
	color: #999;
	padding: 5px;
}
.form-row select{
	width: 65%;
}

.form-row #message {
	width: 64%;
	color: #999;
	padding: 5px;
}

#search_results .category-item {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#search_results .category-item.odd{
	background: #FFFAF0;
}
#search_results .category-item h3{
	font-size: 18px;
	font-weight: 600;
}
#search_results .category-item .date{
	font-size: 10px;
	color: #917845;
}
#search_results .navigation{
	margin-top: 15px;
}

::-webkit-input-placeholder {/* WebKit browsers */
	color: #403614;
	font-weight: 500;
}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #403614;
	font-weight: 500;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #403614;
	font-weight: 500;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #403614;
	font-weight: 500;
}
/************************** FORM END **************************/
/************************** COOKIE BAR **************************/
.cookie-message {
	float: left;
	width: 101%;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 1% 0 1%;
	margin: 0;
	background: #403614;
	position: relative;
	z-index: 99;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #695C30;
}
.cookie-message a {
	position: absolute;
	top: 0;
	*top: -2px;
	right: 3%;
	cursor: pointer;
	background: #BA0000;
	color: #fff !important;
	padding: 5px 10px;
	margin: 5px !important;
	font: bold 11px Tahoma !important;
}
.cookie-message p, .cookie-message a {
	color: #fff;
	font: normal 12px Tahoma;
	margin: 0.6em 0;
	line-height: 18px;
}
/************************** COOKIE BAR END **************************/
/************************** TOOLTIP **************************/
body .ui-tooltip, .arrow:after {
	background: #54330a;
	border: 1px solid #e5e5e5;
	opacity: .95;
}

body .ui-tooltip {
	padding: 15px 20px;
	color: white;
	border-radius: 5px;
	text-transform: uppercase;
	box-shadow: 0 0 15px #222;
	font-size: 12px;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 20%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 25px;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/************************** TOOLTIP END **************************/
/************************** TAGS **************************/
.t1st{
	color: #d60000;
	font-size: 18px;
	font-weight: 600;
}
.tag-1st{
	font-size: 18px;
}
.n-tag, .ts{
	float: left;
	font-size: 14px;
	color: #403614;
	line-height: 18px;
	padding: 2px 1px;
}
.n-tag:hover{
	color: #403614;
}
#tags h4{
	font-size: 14px;
	font-weight: bold;
}
/************************** TAGS END **************************/
/********************* Global styles end **********************/

/*************************** Layout ***************************/
#page{
	float: left;
	width: 100%;
	position: relative;
}
#ContentOuter{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000;
	background: url('../images/player_shadow.png') no-repeat top center;
}
#Wrapper{
	width: 960px;
	margin: -35px auto 0;
}
#Content{
	float: left;
	width: 98%;
	padding: 5px 1%;
}
/************************** HEAD **************************/
#TopBanner{
	float: left;
	width: 100%;
	background: #ba0000;
}
#TopBanner .wrapper {
	width: 960px;
	margin: auto;
}
#TopBanner .wrapper .block,
#TopBanner .wrapper .block-content{
	float: left;
	width: 100%;
	text-align: center;
	padding: 3px 0;
}
#header{
	background: url('../images/head_bg.png') no-repeat top center;
	height: 138px;
	position: absolute;
	z-index: 10000;
	top: 0;
	border-top: 8px solid #ba0000;
}
#head{
	width: 960px;
	margin: 0 auto;
}
#head .mainPage, #head .mainPage a{
	float: left;
	position: relative;
	margin-top: 5px;
}
#head .mainPage .subpagetitle{
	position: absolute;
	right: 0;
	top: 5px;
	background: rgb(211, 0, 0);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 3px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/************************** HEAD END **************************/

/************************** MENU **************************/
#menuOuter{
	position: relative;
	z-index: 200;
}
#menuOuter ul {
	display: none;
}
#menuOuter > ul{
	float: left;
	width: 100%;
	margin: 10px;
	display: block;
}
#menuOuter li{
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px dotted #8c856d;
}
#menuOuter li.active{
	background: rgb(222,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(222,0,0,1) 0%, rgba(186,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,0,0,1)), color-stop(100%,rgba(186,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#ba0000',GradientType=0 ); /* IE6-8 */
}
#menuOuter li.red a{
	color: #d00000;
	text-transform: uppercase;
}
#menuOuter li:first-child{
	border-left: 0;
}
#menuOuter li:last-child{
	border-right: 0;
}
#menuOuter li h4, #menuOuter li a{
	float: left;
	color: #ffff8c;
	padding: 16px 7px;
	font-size: 22px;
	font-weight: 500;
}
#menuOuter.subpage li h4, #menuOuter.subpage li a{
	padding: 16px 5px;
	font-size: 18px;
}
#menuOuter li ul{
	position: absolute;
	background: rgb(248,234,175); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZWFhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWUwOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,234,175,1) 0%, rgba(245,224,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,234,175,1)), color-stop(100%,rgba(245,224,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,234,175,1) 0%,rgba(245,224,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,234,175,1) 0%,rgba(245,224,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,234,175,1) 0%,rgba(245,224,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,234,175,1) 0%,rgba(245,224,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eaaf', endColorstr='#f5e08a',GradientType=0 ); /* IE6-8 */
	top: 87px;
	left: 0;
	min-width: 200px;
	border: 1px solid #e0cd7e;
}
#menuOuter.subpage li ul{
	top: 83px;
}
#menuOuter li.sub-left ul{
	left: auto;
	right: 0;
}
#menuOuter li ul li{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e0cd7e;
}
#menuOuter li ul li:last-child{
	border-bottom: 0;
}
#menuOuter li ul li h4, #menuOuter.subpage li ul li h4{
	width: 90%;
	padding: 10px 5%;
}
#menuOuter li ul li a, #menuOuter.subpage li ul li a{
	font-size: 18px;
	padding: 0;
	width: 100%;
	color: #aa771e !important;
}
#menuOuter ul ul li.active > h4 > a {
	color: #ffff8c !important;
}
#menuOuter li ul ul{
	left: 100%;
	top: 0;
	min-width: 190px;
}
/************************** MENU END **************************/

/************************** CONTENT **************************/
#Content, .main-top, .main-bottom{
	float: left;
	width: 100%;
	padding: 0;
}
#Left {
	float: left;
	width: 68%;
	padding: 5px 0;
}
#Right {
	float: right;
	width: 31%;
	*width: 27%;
	padding: 5px 0 0;
	margin: 0;
}
/************************** CONTENT END **************************/

/**************************** DEFAULT CONTENT *************************/
#Main{
	float: left;
	width: 100%;
}
.main-top, .main-bottom{
	float: left;
	width: 100%;
}
#Main .category-title {
	width: 98% !important;
	padding: 0 1% !important;
}
#Main .category-title a{
	float: left;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 57% !important;
	border-right: 1px dotted #b2b2b2;
	padding-left: 1%;
}
#Main .category-title a span{
	margin-right: 10px !important;
}
.fast-search{
	width: 40%;
	margin: 10px 0 10px 1%;
}
.fast-search form{
	float: left;
	background: #f1efe5;
	border: 1px solid #d8d8d8;
	width: 365px;
}
.fast-search form input{
	float: left;
	margin: 0;
	padding: 0;
	border: 0; 
}
.fast-search form input[type="text"]{
	font-size: 16px;
	font-weight: 500;
	background: #f1efe5;
	font-style: italic;
	padding: 7px 15px;
	margin: 4px 2px 4px 4px;
	border-right: 1px dotted #b8b8b8;
	width: 278px;
	color: #551D28;
}
.fast-search form button{
	float: right;
	width: 50px;
	height: 40px;
	border: 0;
	background: rgb(222,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(222,0,0,1) 0%, rgba(186,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,0,0,1)), color-stop(100%,rgba(186,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#ba0000',GradientType=0 ); /* IE6-8 */
	cursor: pointer;
}
.fast-search form button span{
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0;
	background: url('../images/search-icon.png') no-repeat center;
}
.main-top-left{
	float: left;
	width: 65%;
	padding: 0 1%;
}
.main-top-left ul{
	float: left;
	width: 99%;
	padding: 0 0 0 1%;
	margin: 0; 
}
.main-top-left ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.main-top-left ul li:last-child{
	border: 0;
}
.main-top-left ul li h3{
	font-size: 18px;
	color: #cc0000;
	font-weight: 600;
	margin-bottom: 10px;
}
.main-top-left ul li .lead-stext{
	color: #403614;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.main-top-right{
	float: right;
	width: 31%;
	padding: 0 1%;
}
.main-top-right .title{
	font-size: 30px;
	color: #403614;
	padding-bottom: 10px;
	font-weight: 500;
}

#Main .main-top.home .category-title a{
	width: 48% !important;
}
#Main .main-top.home .category-title a.no-border{
	border: 0 !important;
}
.main-top.home .main-top-left, .main-top.home .main-top-right{
	width: 48%;
}

.main-bottom .category-title{
	background: #fff5e0;
}
#Main .main-bottom .category-title a{
	width: 73% !important;
	border: 0;
}
#Main .main-bottom .category-title a.moosz{
	float: right;
	width: 23% !important;
	border-left: 1px dotted;
	padding-left: 15px;
}
#Main .main-bottom .category-item-image{
	max-width: 100%;
	float: left;
	margin: 0;
	margin-bottom: 10px;
}
#Main .main-bottom .main-bottom-left{
	float: left;
	margin: 10px 0;
	padding: 0 1%;
	width: 73%;
	border-right: 1px dotted #ccc;
}
#Main .main-bottom .main-bottom-left .news-row:last-child{
	border: 0;
}
#Main .main-bottom .main-bottom-left .category-item{
	width: 31%;
}
#Main .main-bottom .main-bottom-right{
	float: right;
	width: 22.5%;
	*width: 22%;
	padding: 0 1%;
	margin: 10px 0;
}
#Main .main-bottom .main-bottom-right .title{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #403614;
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: 500;
}
.pictures-mini-gallery{
	float: left;
	width: 48%;
	padding: 5px 1%;
}
.mini-gallery{
	border: 5px solid #d9d08e;
	position: relative;
	overflow: hidden;
}
.img_wrap_r .img_wrap {
	max-height: 200px; 
	overflow: hidden;
}
.mini-gallery .gal-text{
	position: absolute;
	bottom: -60px;
	width: 98%;
	padding: 5px 1%;
	background: rgba(255,255,255,0.8);
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: bottom .2s ease-in-out;
	-moz-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}
.mini-gallery:hover .gal-text{
	bottom: 0;
}
.gall-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/gallery.png') no-repeat center;
}
#Main .main-bottom .main-bottom-left .category-title.main-bottom-left-title a{
	width: 99% !important;
}
/**************************** DEFAULT CONTENT END *************************/

/************************** RIGHT **************************/
#Right .category-title {
	margin-bottom: 15px !important;
}
.right-block{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	background: none;
}
.right-tags{
	font-weight: bold;
	padding: 5px 1% !important;
}
.right-lead{
	float: left;
	width: 96%;
	margin: 0;
	padding: 2%;
	background: #EFE9E9;
}
.right-lead li{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd2d2;
}
.right-lead li:last-child{
	margin: 0;
	border: 0;
}
.right-lead li h4{
	float: left;
	width: 70%;
}
.right-lead li .lead-img{
	float: right;
	max-width: 28%;
	margin-left: 2%;
}
.right-block > ul{
	border: 0;
	background: none;
}
.right-block .category-item-image{
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 10px;
}

#Right .newsletter form{
	float: left;
	width: 100%;
	max-width: 100% !important;
	padding: 5px 0;
}
#Right .newsletter form h3{
	width: 98%;
	padding: 15px 1%;
	background: #FFF5E0;
	font-size: 30px;
	font-weight: 600;
	border-bottom: 1px solid #dbd7cf;
	margin-bottom: 5px;
}
#Right .newsletter .form-row{
	border: 0;
	padding: 5px 0 0;
	width: 100%;
	text-align: center;
}
#Right .newsletter input[type="text"], #Right .newsletter input[type="email"]{
	border: 0;
	padding: 10px 2%;
	width: 95%;
	margin: 0;
	background: #F1EFE5;
	color: #504328;
	font-size: 18px;
	font-family: 'Jura';
	font-weight: 400;
	border: 1px solid #d8d8d8;
}
#Right .newsletter button{
	background: rgb(222,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(222,0,0,1) 0%, rgba(186,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,0,0,1)), color-stop(100%,rgba(186,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,0,0,1) 0%,rgba(186,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#ba0000',GradientType=0 ); /* IE6-8 */
	border: 0;
	width: auto;
	text-align: center;
	font-size: 24px;
	/*color: #504328;*/
	color: #fff;
	font-family: 'Jura';
	font-weight: 600;
	border-radius: 0;
	margin: 0 auto;
	padding: .4em 1em;
}
#Right .newsletter button span{
	padding: 0;
}
/************************** RIGHT END **************************/

/**************************** CATEGORY *************************/
.news-row{
	border-bottom: 1px dotted #c7bb86;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.news-row .category-item{
	float: left;
	width: 47%;
	padding: 0 1%;
	margin: 0 0 10px;
}
.category-item h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.category-item h3 a{
	color: #cc0000;
	font-weight: 600;
}
.intro-description{
	float: left;
	width: 100%;
	font-size: 14px !important;
	color: #504328;
	font-weight: 500;
	line-height: 18px;
}
.category-item-image{
	float: left;
	margin-right: 10px;
	max-width: 185px;
	border: 5px solid #d9d08e;
	border-radius: 3px;
	max-height: 140px;
	overflow: hidden;
}
.category-item-image img{
	float: left;
}
.category-item-more{
	display: block;
	text-align: right;
}

.category-title{
	float: left;
	font-size: 30px;
	width: 96%;
	margin-bottom: 10px;
	color: #403614;
	padding: 15px 2%;
	background: #fff;
	border-bottom: 1px solid #dbd7cf;
	font-weight: 600;
}
#Left .category-title{
	padding-right: 4%;
}
.category-title a{
	color: #403614;
}
.category-title span{
	color: #8e8244;
	font-size: 16px;
	margin-top: 10px;
}

.cat-ist-banner{
	float: left;
	width: 100%;
	padding: 10px 0;
	background: #F5E08C;
	margin-bottom: 10px;
	text-align: center;
}
.bantitle{
	float: left;
	width: 4px;
	font-size: 7px;
	text-align: center;
	padding-left: 5px;
	color: #6A5835;
	line-height: 8px;
}
#Tags .category-title span{
	font-size: 22px;
	color: #cc0000;
}
/**************************** CATEGORY END *************************/

/**************************** FULLNEWS *************************/
.fullnewst{
	font-size: 22px;
	padding: 0 0 10px;
	width: 100%;
}
.event-desc{
	display: none;
}
#sText, #lText{
	line-height: 20px;
	color: #444;
	font-family: Arial;
}
.fullnuws-images{
	float: left;
	width: 160px;
	margin: 5px;
}
#sText p{
	margin: 0;
}
#lText img{
	margin: 5px;
}
.fullnuws-images{
	float: left;
	width: 160px;
	margin: 5px;
}
/**************************** FULLNEWS END *************************/

/************************** FOOT **************************/
#footer{
	float: left;
	width: 100%;
	background: #d9d08e;
	height: 150px;
	margin-top: 10px;
}
#foot{
	max-width: 960px;
	height: 158px;
	background: url('../images/foot-bg.png') repeat-x top;
	width: 100%;
	margin: -8px auto 0;
}
.foot-left{
	float: left;
	width: 38%;
	position: relative;
	margin: 20px 0;
	padding: 10px 1%;
	border-right: 1px dotted #cebc81;
}
.foot-center{
	float: left;
	width: 40%;
	padding: 49px 1%;
	text-align: right;
	font-size: 13px;
	line-height: 16px;
	color: #d9d08e;
	font-weight: 500;
}
.foot-center strong{
	margin-bottom: 10px;
	float: right;
	color: #fff
}
.foot-center a{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.foot-center span{
	float: right;
	clear: both;
}
.foot-center span a{
	color: #d9d08e;
}
.foot-right{
	float: left;
	width: 15%;
	*width: 14%;
	padding: 44px 1%;
	text-align: center;
}

/************************** FOOT END **************************/
