html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
body {
	background: #FDE4AC;
}
#logo {
	width: 980px;
	margin: 10px auto auto;
}
#logo a {
    display: block;
    font-size: 20px;
	line-height: 170px;
    text-shadow: 1px 1px 1px #888;
    text-transform: uppercase;
	text-indent: 15px;
}
#logo a img {
	display: block;
	float: left;
}
#logo a.virt {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-top: -15px;
	text-indent: 50px;
}
#search {
    margin: auto;
	width: 980px;
}
#search form {
	border: 5px solid #593622;
	margin: -30px 5px 0 0;
	float: right;
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#search input, #search button {
    background: #7F5137;
    border: none;
    color: #ddd;
    height: 27px;
    padding: 0;
	margin: 0;
	float: left;
    text-indent: 3px;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#search input {
	width: 200px;
}
#search input::-webkit-input-placeholder {color: #FDE4AC}
#search input:-moz-placeholder {color: #FDE4AC}
#search input:focus {
	background: transparent;
	color: #444;
-webkit-box-shadow: 1px 1px 2px #777 inset;
-moz-box-shadow: 1px 1px 2px #777 inset;
box-shadow: 0 0 2px #000 inset;
}
nav {
	clear: both;
}
nav:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: #7F5137;
	margin-top: -40px;
-webkit-box-shadow: 0 0 2px #000;
-moz-box-shadow: 0 0 2px #000;
box-shadow: 0 0 2px #000;
}
nav ul {
    display: block;
    margin: auto;
	width: 980px;
	position: relative;
background: #593622;
background: -moz-linear-gradient(top, #593622 0%, #593622 82%, #7f5137 85%, #58351b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#593622), color-stop(82%,#593622), color-stop(85%,#7f5137), color-stop(100%,#58351b));
background: -webkit-linear-gradient(top, #593622 0%,#593622 82%,#7f5137 85%,#58351b 100%);
background: -o-linear-gradient(top, #593622 0%,#593622 82%,#7f5137 85%,#58351b 100%);
background: -ms-linear-gradient(top, #593622 0%,#593622 82%,#7f5137 85%,#58351b 100%);
background: linear-gradient(to bottom, #593622 0%,#593622 82%,#7f5137 85%,#58351b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593622', endColorstr='#58351b',GradientType=0 );
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
nav ul li {
	display: inline-block;
	padding-bottom: 8px;
	border-left: 2px solid #93664E;
	border-right: 1px solid #58351b;
	min-width: 10%;
}
nav ul li a {
    color: #DDD;
    display: block;
    font-weight: bold;
	height: 40px;
	line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px #000;
    width: 106px;
}
nav ul li a:hover {
	color: #FDE4AC;
}
nav ul li a:before {
	content: '';
    height: 0px;
    position: absolute;
    width: 106px;
	left: auto;
	display: block;
background: -moz-linear-gradient(top, rgba(253,228,172,0.1) 0%, rgba(253,228,172,0.1) 82%, rgba(253,228,172,0.21) 84%, rgba(253,228,172,0.26) 85%, rgba(252,196,77,1) 99%, rgba(252,194,70,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,228,172,0.1)), color-stop(82%,rgba(253,228,172,0.1)), color-stop(84%,rgba(253,228,172,0.21)), color-stop(85%,rgba(253,228,172,0.26)), color-stop(99%,rgba(252,196,77,1)), color-stop(100%,rgba(252,194,70,1)));
background: -webkit-linear-gradient(top, rgba(253,228,172,0.1) 0%,rgba(253,228,172,0.1) 82%,rgba(253,228,172,0.21) 84%,rgba(253,228,172,0.26) 85%,rgba(252,196,77,1) 99%,rgba(252,194,70,1) 100%);
background: -o-linear-gradient(top, rgba(253,228,172,0.1) 0%,rgba(253,228,172,0.1) 82%,rgba(253,228,172,0.21) 84%,rgba(253,228,172,0.26) 85%,rgba(252,196,77,1) 99%,rgba(252,194,70,1) 100%);
background: -ms-linear-gradient(top, rgba(253,228,172,0.1) 0%,rgba(253,228,172,0.1) 82%,rgba(253,228,172,0.21) 84%,rgba(253,228,172,0.26) 85%,rgba(252,196,77,1) 99%,rgba(252,194,70,1) 100%);
background: linear-gradient(to bottom, rgba(253,228,172,0.1) 0%,rgba(253,228,172,0.1) 82%,rgba(253,228,172,0.21) 84%,rgba(253,228,172,0.26) 85%,rgba(252,196,77,1) 99%,rgba(252,194,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1afde4ac', endColorstr='#fcc246',GradientType=0);
}
nav ul li a:hover:before, nav a.curent:before {
	height: 48px;
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
nav ul li:hover > ul {
	left: auto;
}
nav ul li ul {
	position: absolute;
	margin: 8px 0 0;
	left: -9999px;
	z-index: 10;
	width: auto;
	background: rgba(89,54,34,0.9);
-webkit-box-shadow: 1px 1px 2px #444;
-moz-box-shadow: 1px 1px 2px #444;
box-shadow: 1px 1px 2px #444;
}
nav ul li ul li {
	float: left;
	display: block;
	clear: left;
	width: 100%;
	padding-bottom: 0;
	border: none;
	border-top: 2px solid #93664E;
	border-bottom: 1px solid #58351b;
}
nav li:last-child {
	border-right: none;
}
nav li:first-child {
	border-left: none;
}
nav ul li ul li.parent {
	background-position: 94%;
}
nav ul li ul li a {
	text-align: left;
	padding: 0 5px;
	min-width: 195px;
}
nav ul li ul li a:hover {
	background: rgba(253,228,172,0.2);
}
nav ul li ul li a:before {
	display: none;
}
nav ul li ul li ul {
	margin-left: 100%;
	margin-top: -27px;
	left: -9999999px;
}
nav ul li ul li ul li {
	white-space: nowrap;
}
.midlle {
	width: 980px;
	margin: auto;
}
header .midlle {
	background: #583521;
	margin: 35px auto auto;
	position: relative;
    z-index: 2;
	overflow: hidden;
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
#slider, #calendar {
	position: relative;
	z-index: 2;
	float: left;
	overflow: hidden;
}
#slider {
    padding: 7px;
    width: 63%;
}
#calendar {
	width: 35%;
}
.slider_entry {
	width: 95%;
	overflow: hidden;
	float: left;
	height: 132px;
	position: relative;
}
#slider .slider_entry {
	height: 230px;
	width: 92%;
background: #a58471;
background: -moz-linear-gradient(top, #a58471 0%, #593620 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a58471), color-stop(100%,#593620));
background: -webkit-linear-gradient(top, #a58471 0%,#593620 100%);
background: -o-linear-gradient(top, #a58471 0%,#593620 100%);
background: -ms-linear-gradient(top, #a58471 0%,#593620 100%);
background: linear-gradient(to bottom, #a58471 0%,#593620 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58471', endColorstr='#593620',GradientType=0);
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
#slider img {
	margin-right: 5px;
	max-width: 230px;
}
.slider_entry ul {
	position: relative;
	left: 0;
	width: 10000000px;
}
.slider_entry ul li {
	float: left;
	display: block;
	overflow: hidden;
	padding: 5px;
}
#slider .slider_entry ul li {
	width: 560px;
}
.slider_entry a {
	display: block;
	float: left;
}
.slider_entry a:hover {
	color: #fff;
}
.slider_entry .slider_title {
    color: #FBE5AC;
    float: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}
#slider .no_result {
    color: white;
    display: block;
    font-size: 15px;
    padding: 50px;
    text-align: center;
}
.slider_contents {
    height: 160px;
    overflow: hidden;
}
.slider_contents h2 {
	display: none;
}
#foot_slider  a {
	width: 100%;
}
#foot_slider img {
	display: block;
	margin: auto;
    max-width: 100%;
	max-height: 125px;
-webkit-box-shadow: 1px 1px 2px #000;
-moz-box-shadow: 1px 1px 2px #000;
box-shadow: 1px 1px 2px #000;
}
.slider_contents a {
	display: inline;
	float: none;
	font-weight: bold;
}
.slider_contents * {
	color: #FBE5AC !important;
}
.slider_date {
    clear: both;
    color: #CCCCCC;
    display: block;
    text-align: right;
    text-shadow: 1px 1px #000000;
    padding-right: 10px;
}
.slider_prev, .slider_next {
    cursor: pointer;
	font-weight: bold;
	width: 20px;
	float: left;
	color: white;
	display: block;
	text-align: center;
	text-shadow: 1px 1px #000;
background: #a58471;
background: -moz-linear-gradient(top, #a58471 0%, #593620 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a58471), color-stop(100%,#593620));
background: -webkit-linear-gradient(top, #a58471 0%,#593620 100%);
background: -o-linear-gradient(top, #a58471 0%,#593620 100%);
background: -ms-linear-gradient(top, #a58471 0%,#593620 100%);
background: linear-gradient(to bottom, #a58471 0%,#593620 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58471', endColorstr='#593620',GradientType=0);
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.slider_prev:hover, .slider_next:hover {color: #444;}
#slider .slider_prev, #slider .slider_next {
	height: 230px;
	line-height: 230px;
	text-indent: 0;
}
#foot_slider .slider_prev, #foot_slider .slider_next {
	height: 132px;
	line-height: 132px;
	text-indent: 0;
}
.slider_prev {
	margin-right: 4px;
}
.slider_next {
	margin-left: 4px;
}
.calendar_entry {
	margin: 7px 2px 5px 0;
background: #fbebc9;
background: -moz-linear-gradient(45deg,  #fbebc9 0%, #fbe5ac 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fbebc9), color-stop(100%,#fbe5ac));
background: -webkit-linear-gradient(45deg,  #fbebc9 0%,#fbe5ac 100%);
background: -o-linear-gradient(45deg,  #fbebc9 0%,#fbe5ac 100%);
background: -ms-linear-gradient(45deg,  #fbebc9 0%,#fbe5ac 100%);
background: linear-gradient(45deg,  #fbebc9 0%,#fbe5ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbebc9', endColorstr='#fbe5ac',GradientType=1);
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.calendar_entry table {
	text-align: center;
}
.calendar_entry th {
	color: white;
	background: #593622;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
}
.calendar_entry td, .calendar_entry th {
	line-height: 30px;
	border: none;
	font-size: 20px;
	padding: 0;
}
.calendar_entry td {
	color: #593622;
	padding: 1px;
}
.calendar_entry td a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #DDB55F;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.calendar_entry td a:hover, .calendar_head .prev:hover, .calendar_head .next:hover {
	background: #34658E;
	color: white;
	text-shadow: 1px 1px #000;
-webkit-box-shadow: 0 0 6px #000 inset;
-moz-box-shadow: 0 0 6px #000 inset;
box-shadow: 0 0 6px #000 inset;
}
.calendar_entry td.current_day, .calendar_entry td.current_day a {
	color: #1A4D82 !important;
}
.calendar_entry td:nth-child(7), .calendar_entry td:nth-child(6), .calendar_entry td:nth-child(7) a, .calendar_entry td:nth-child(6) a, .calendar_entry th:nth-child(7), .calendar_entry th:nth-child(6) {
    color: #D65B18;
}
.calendar_head {
	text-align: center;
	line-height: 36px;
}
.calendar_head h1 {
    color: #DDB55F;
    display: inline;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000;
}
.calendar_head .prev, .calendar_head .next {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: white;
	margin: 7px 5px 5px;
	font-size: 16px;
	text-shadow: 1px 1px #000;
	border: 1px solid #B4907A;
background: #7E5038;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.calendar_head .prev {
	float: left;
}
.calendar_head .next {
	float: right;
}
section {
    margin: 10px auto auto;
    width: 980px;
}
article, .category_description, .galery {
	overflow: hidden;
}
article {
    float: left;
    padding: 0 10px 10px;
    width: 470px;
}
article.full {
	width: 98%;
	float: none;
}
footer {
	clear: both;
	overflow: hidden;
	padding-top: 5px;
}
footer .midlle {
	color: white;
}
footer a, footer a:visited {
	color: #ddd;
}
footer a:hover, footer a.curent {
	color: #FDE4AC;
}
#foot_slider:after, #foot_menu:after, #foot_copy:after {
	display: block;
	clear: both;
	content: '';
}
#foot_slider .slider_entry ul li {
	width: 180px;
	padding: 3px;
}
#foot_slider .slider_img img {
	max-width: 180px;
	max-height: 125px;
-webkit-box-shadow: 1px 2px 4px #888;
-moz-box-shadow: 1px 2px 4px #888;
box-shadow: 1px 2px 4px #888;
}
#foot_menu, #foot_baners, #foot_copy {
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	text-align: center;
	position: relative;
-webkit-box-shadow: 1px 1px 5px #111;
-moz-box-shadow: 1px 1px 5px #111;
box-shadow: 1px 1px 5px #111;
}
#foot_menu {
	margin-top: 10px;
	background-color: #363533;
	z-index: 3;
	overflow: hidden;
}
#foot_baners {
	background-color: #1D1D1D;
	z-index: 2;
}
#foot_baners li {
	display: inline-block;
	margin: 10px 30px 10px 10px;
}
#foot_baners a {
	opacity: 0.5;
}
#foot_baners a span {
	display: none;
}
#foot_baners a:hover {
	opacity: 1;
}
#foot_baners img {
	max-height: 60px;
	max-width: 190px;
}
#foot_copy {
	background-color: #161616;
	padding: 10px;
}
#foot_copy p {
	font-size: 11px;
	color: #eee;
}
#foot_menu ul li {
	float: left;
}
#foot_menu ul li a {
	padding: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
#foot_menu ul li ul {
	display: none;
}
.counter {
	float: left;
	opacity: 0.2;
}
.counter:hover {
	opacity: 1;
}
.created {
	float: right;
	font-size: 8px;
	margin-top: 5px;
}
.created a {
	color: #ccc;
}
.share {
    float: right;
    overflow: hidden;
}
.share a {
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin: 7px;
	float: right;
    text-indent: -99999px;
    width: 30px;
}