﻿/*  
Theme Name: GenkiTheme
Theme URI: http://ericulous.com/
Description: Новая тема сайта
Version: 1.0
Author: Genkisan
Author URI: http://ericulous.com/
*/

@charset "utf-8";

/*****BASE*****/
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dd, dl, dt, pre, form, blockquote, fieldset ,caption , table{padding:0;margin:0;}
a, input{outline:none;}
img {vertical-align:top;}
a img {border:0;}
address {font-style:normal;}
fieldset {border:0 solid transparent;}
a {color:#00803E; text-decoration:underline;}
a:hover {text-decoration:none;}
.clear {clear:both}
.left {float:left;}
.right {float:right;}
hr {display:none;}
input, select, textarea {font-size:12px;font-family:Tahoma, verdana, sans-serif;}

/**** MAIN ****/
html {
	font-size:100.01%;
	height:100%;
	background:#fff url(../img/blank.gif) fixed;
}

body {
	font: 62.5%/1.2 Tahoma, Arial, Helvetica, sans-serif;
	min-height:100%; /*** Товарищь, перед тем как показывать заказчику - раскоменть! ***/
	width:100%;
	min-width:950px;
	color:#231f20;
	background:#fff url(../img/bg.gif) no-repeat 50% 0;
}

/**** LAYOUT ***/
#page {
	width:950px;
	margin:0 auto;
}
#wrap {
	width:950px;
	overflow:hidden;
}
#middle, #leftbar, #rightbar{
	float:left;
}
#middle {
	width:100%;
}
#content {
	padding:0 200px 0 200px;
}
#leftbar {
	width:198px;
	margin-left: -100%;
	border-right:2px solid #fff;
}
#rightbar {
	width:198px;
	margin-left:-200px;
	border-left:2px solid #fff;
}
#rightbar, #leftbar {
	/*padding:36px 0 0;*/
}

#leftMenu
{
	color: #555555;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 13px;
	font-weight:bold;
	width:198px;
}

#leftMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#leftMenu ul li {
    background: url("images/button.gif") no-repeat scroll 7px 5px #fff;
    list-style-type: none;
    margin: 0;
    padding: 3px 10px 3px 22px;
}

#leftMenu ul li a{
	color: #009900;
	text-decoration:none;
	display:block;
}
#leftMenu ul li a:hover
{
	color:#000;
}

/**** HEADER ****/
#header {
	padding: 10px 0 0;
}
#toppict
{
	width:950px;
	height:165px;
	background-image:url(images/zz3.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#toppict
{
	width:950px;
	height:165px;
	background-image:url(images/zz3.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#toppict div
{
	width:300px;
	height:68px;
	float:none;
	text-align:center;
	padding-top:42px;
	margin-bottom:0px;
	margin-left:10px;
}

#toppict span
{
	position:relative;
	top:10px;
	left:0px;
	text-transform:lowercase;
	color:#900;
	font-weight:bold;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}
#header .mag {
	border: 1px solid #a7d3bc;
	float: left;
	padding: 18px;
 }
#header .magcon{
	height:100%;
	float: left;
	padding: 40px 30px 0;
	
}
#header .subscr{
	height:100%;
	padding: 71px 0 0;
	float: left;
}
#header h1, h2, h3, h4 {
	padding: 0 0 10px;
	color:#c4161c;
	font-weight:normal;
}

#header .cnt {
	font-size: 1.2em;
	line-height: 18px;
	font-weight:bold;
}
#header .cnt ul{
	list-style:none;
}

#header .cnt a{
	color:#000000;
	text-decoration:none;
	}
#header .cnt a:hover{
	text-decoration:underline;
	}

#mainmenu{
	width:100%;
	float:none;
	list-style:none;
	text-transform:uppercase;
	background-color:#fff;/*#c5161d;*/
	margin-top:0px;
	height:30px;
	background-color:#c5161d;
}
#mainmenu li{
	float:left;
	width:auto;
	padding:0px;
	height:inherit;
	text-align:center;
	position:relative;
	margin-left:0px;
	background-color:#c5161d;
	
}
#mainmenu li:hover {
	background:#FF6633;	
}
#mainmenu li:hover a{
	background:#FF6633;
	color:#fff;
	width:auto;
}

#mainmenu li a{
	color:#fff;
	text-decoration:none;
	width:auto;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	height:24px;
	padding:6px 29px 0px 29px;
	/*padding:2px 0;*/
}
/*#mainmenu li a:hover{
	color:#fff;
	text-decoration:none;
}*/

#mainmenu li ul{
	list-style:none;
	position:absolute;
	top:19px;
	left:0;
	display:none;
}
#mainmenu li:hover ul{
	display:block;
	
}
#mainmenu li ul li{
	background: #de8a70;
}
#mainmenu li ul li:hover{
	background: #de8a70;
}
#mainmenu li li a{
	background: none!important;
}
#mainmenu li li a:hover{
	background: #e59880!important;
}

#clearm
{
	clear:both;
}



.greenline{
	background: #00803E;
	height: 4px;
	width:100%;
	float:left;
}

#subopt {
	width:245px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
#subopt li{
	border-bottom: 1px dashed #00803E;
	padding:5px 0;
}


/**** LEFTBAR ****/
.block {
	border-bottom: 1px dashed #00803E;
	padding: 0 0 10px;
	font-size:1.2em;
	
	overflow:hidden;
	width:100%;
}
.block h3{
	padding:0px 0 10px 5px;
	font-size:1.7em;
}
.rotator {
}

.rotator a{
	float:left;
}
.rotator a.goright{
	background:url(../images/goright.gif) no-repeat 100% 0;
	height:29px;
	width:15px;
	display:block;
	margin:70px 0 0 15px;	
}
.rotator a.goleft{
	background:url(../images/goleft.gif) no-repeat 100% 0;
	height:29px;
	width:15px;
	display:block;
	margin:70px 15px 0 0;	
}

.years {
	width:100%;
	float:left;
	margin:5px 0 0 35px;
}
.btext {
	padding:0 0 0 29px;
}

/**** CONTENT ****/

#content .main {
	padding: 0 20px;
	font-size:1.2em;
	overflow:hidden;
}
#content .main label a{
	color:#c4161c;
	text-decoration:none;
	}

#content h2 {
	padding:0px 0 5px;
	font-size:2em;
	font-weight:normal;
	color: #c4161c;
}
#content .main h2 a {
	color:#c4161c;	
	text-decoration:none!important;
}

.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.text h3{
	padding: 10px 0;
}
.text ul{
	list-style:none;
}
.text ol{
	list-style:none;
}


#content .text {
	margin:5px 0 0;
	float:left;
}
#content .text img {
	padding:0 10px 5px 0;
	/*float:left;*/
}

#content .main label {
	color: #c4161c;
	font-size:1.3em;
	font-weight:bold;
}
#content a {
}
#content .postinfo {
	float:left;
	
}

.comment {
	list-style:none;
}
.comment li{
	margin:10px 0;
}
.comment li p{
	margin:5px 0;
}

#commentform input{
	border: 1px solid #999999;
	height: 17px;
	width:200px;
	margin:3px 0;
}
#commentform textarea{
	border: 1px solid #999999;
	width:300px;
	margin:3px 0;
}
#commentform label{
	font-size:1.2em!important;
	font-weight:normal!important;
	color:#000000!important;
}

/**** RIGHTBAR ****/

/**** FOOTER ****/
#footer {
	padding:22px 0 22px;
	clear:both;
	text-align:right;
	color:#999999;
	font-size:1.1em;
}

#langs {
	width:296px;
	padding: 20px 0;
	overflow:hidden;
	text-align:center;
}
#langs a {
	padding: 0 6px 0 0;
}
#search {
	overflow:hidden;
	padding:5px 0 0;
	padding-bottom:10px;
}

#search input {
	border: 1px solid #B0C003;
	height: 17px;
	width:172px;
	padding:0;
	margin:0;
	float:left;
}
.subred {
	background: #c4161c;
	color:#ffffff;
	font-size: 1.7em;
	text-align:center;
	margin:10px 0 0;
	padding:3px 0;
}


