body, html{
    margin:0;
    padding:0;    
    font-size: 14px;
    height:100%; 
    background: #DDE1D5;   
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #2B3022;
}

body{
    
}

a:link{
    color: #367C40;
	
}

a:hover{
    text-decoration: underline !important;
}

a:visited{
    color:#808080
}

img{
    border:0;
}   
.v_epic img {
	width: 130px;
}
.hidden{
    display: none;
}

table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
    vertical-align: top;
}

#main{            
    margin: 20px auto 20px auto;
    width: 1094px;
    box-shadow: 0 0 1px 2px #D0D0D0;
}

.w1000{
    margin: 0 auto;
    
    position: relative;

}


header{
    background: url(/i/Header.jpg) no-repeat;
    height: 125px;
}

header .art-Logo{
    width: 552px;
    text-align: center;
}

header .art-Logo h1{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-size: 43px;    
    font-weight: bold;
    text-decoration: none;    
    color: #E3F3E5;
    margin: 0;
    padding: 0;
}

header .art-Logo a,
header .art-Logo{
    text-decoration: none;
    color: #E3F3E5 ;
}

#middle{
    background: #fff;
    padding: 0 3px 10px 3px;
}

#middle:after{
    content: "";
    display: block;
    clear: both;
}

#middle .menuWrap{
    text-align: center;    
}

#middle .menuWrap .menu{
    display: inline-block;
    margin: 10px 0 20px 0;
}

#middle .menuWrap .menu a{
    color: #000;
    text-decoration: none;
}

#middle .menuWrap .menu .node{
    padding: 0 20px;    
    background: url(/i/MenuSeparator.png) no-repeat right center;
}

#middle .menuWrap .menu .node.node-last{
    background: none;
}

.block-sidebar{
    margin-bottom: 3px;
}

.block-sidebar > h3{
    background: url(/i/BlockHeader.png) repeat-x;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    font-weight: normal;
}

.block-sidebar > .body{
    background: #E2E6DB;
    padding: 1em 5px;
}

.block-sidebar > .body img{
    max-width: 220px;
    box-sizing: border-box;
	margin: 10px 0;
}
.block-sidebar > .body .issue {
    text-align: center;
	color: #008000;
	font-size: 12pt;
	font-weight: bold;
}
.block-sidebar.center > .body{
    text-align: center;
}

.block-sidebar.banner-bottom > .body {
    text-align: center;
}

.block-sidebar.vote .body .vote_box h3{
    margin: 0 0 1em 0;
    font-weight: normal;
}

aside, #content{
    
}

aside{
    width: 250px;
}

#content{
    width: 588px;
    /*margin-left: 250px;*/
    float: left;
}

body.inner #content{
    width: 830px;
}

#content article{
    padding: 0 10px;
}
#content article .news .new-full {
	min-height: 300px;
}
#content article .news .new-full .text img{
    margin: 10px;
}
.red {
	color: #800000;
}
.green {
	color: #008000;
}
blockquote {
	font-size: 18px;
}
.oksana {
	margin-top: 0;
}


#content article h1, #content article h2, #content article h3, #content article h4 {
	font-weight: normal;
}
#left{
    float: left;
}

#right{
    float: right;
}
.block-sidebar .body table {
	color: #800000;
}
.block-sidebar .body table tr td {
	border: 1px solid #b2d1a8;
	padding: 3px;
}
.block-sidebar .body table th, .block-sidebar .body .bggreen {
	background-color: #cbe2c0;
}

footer {
    background: url(/i/Footer.png) repeat-x;
	height: 90px;
	color: #fff;
}

footer > .inner {
    padding: 2em;
	width: 500px;
	float: left;
}
footer > .inner a {
    color: #fff;
}
footer > .dev {
    padding: 2em;
	float: right;
	text-align: right;
}

.vote_result .item .percent{
    display: inline
}

.vote_result .item .percent:before{
    content: " - ";
}

.vote_result .item.item-count-0 .percent {
    display: none;
}

.news-block .anons > p{
    margin: 0;
}

.news-block .photo{
    display: none;
}

.news-block .item .wrap .head {
	font-weight: normal;
}
.gallery-block .item{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 2em;
}

.gallery-block .item .right{    
    vertical-align: top;
}

.gallery-block .item .photo{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
    text-align: right;
    float: left;
}

.gallery-block .item .photo img{
    max-width: 100%;
}

.gallery-block .item .title{
    font-weight: bold;
    text-decoration: none;
}

.gallery-index .img-container{
    width: 82px;
    height: 82px;
    overflow: hidden;
    text-align: center;
}

.gallery-index .img-container img{
    max-height: none;
}

.gallery-index > h3{
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
    font-size: 22px;
    color: #27592E;
    margin: 0 0 0.5em 0;
}

.news .head{
    margin: 0 0 0 0;
}

.galleria-container{
    background: #34954E;
}

.galleria-info{
    display: none !important;
}

.news .bottom .archive-link {
    display: none;
}
.req-form .agree {
    margin-bottom: 1em;
}