/* 2009 ~ markupmaster.ru ~ PSD-->XHTML+CSS */

/* ~~~~ defaults (start) ~~~~ */
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #246cbd;
	text-decoration: none;
}
a:hover{text-decoration: underline}
a img{border: none;}

.clear{clear: both}
.right{float: right}
.left{float: left}

.wrap{
	width: 825px;
	margin: 0 auto;
}

/* ~~~~ defaults (end) ~~~~ */

/* ~~~~ header (start) ~~~~ */
#header{
	height: 28px;
	background: #010101;
	position: relative;
	z-index: 3;
}
#header .wrap{position: relative;}
#header a#logo{
	display: block;
	position: absolute;
	top: -25px;
	left: 28px;
}
#header #top-menu ul{
	list-style: none;
	position: absolute;
	left: 230px;
	top: 8px;
}
#header #top-menu ul li{
	float: left;
	width: 95px;
	height: 20px;
	margin-right: 1px;
	background: url(img/top-menu-item.gif) no-repeat;
}
#header #top-menu ul li a{
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
/* ~~~~ header (end) ~~~~ */

/* ~~~~ head-text (start) ~~~~ */
#head-text{
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
#head-text img#head-image{
	float: left;
}
#head-text div.text{
	margin-left: 330px;
	padding-top: 10px;
	color: #676767;
}
/* ~~~~ head-text (end) ~~~~ */

/* ~~~~ second-menu (start) ~~~~ */
#second-menu{
	height: 47px;
	margin-top: -10px;
	background: url(img/second-menu-left.png) repeat-x;
	position: relative;
}
#second-menu .wrap{
	height: 47px;
	background: url(img/second-menu-bg.png) no-repeat;
	position: relative;
	z-index: 1;
}
#second-menu .bg-right{
	float: right;
	position: absolute;
	left: 60%;
	right: 0;
	height: 47px;
	background: url(img/second-menu-right.png) repeat-x;
}

#second-menu ul.menu{
	float: left;
	padding-top: 20px;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute; 
}
#second-menu ul.menu li{
	float: left;
	margin-right: 10px;
}
#second-menu ul.menu li a{
	color: #fff;
}
#second-menu div.address{
	float: right;
	width: 280px;
	padding-top: 5px;
}
#second-menu div.address address{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

/* ~~~~ second-menu (end) ~~~~ */

/* ~~~~ banners (start) ~~~~ */
#banners{
	margin-top: -9px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	float: left;
}
#banners ul{margin-left: 50px;}
#banners ul li{
	float: left;
	list-style: none;
	margin-right: 6px;
}
/* ~~~~ banners (end) ~~~~ */

/* ~~~~ right-block (start) ~~~~ */
.right-block{
	float: right;
	width: 182px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}
.right-block .date{
	font-size: 19px;
	margin-bottom: 10px;
	color: #222;
}
.right-block .search input{
	display: block;
	width: 140px;
	height: 20px;
	border: 0;
	padding-left: 10px;
	padding-top: 5px;
	background: url(img/input-bg.png) no-repeat;
	font-size: 12px;
}
.right-block .buttons{
	margin-top: 10px;
}
.right-block .buttons a{margin-right: 10px;}
.right-block .right-banner-block{margin-top: 20px;}
.right-block .right-banner-block a{
	display: block;
	margin-bottom: 28px;
}

.right-block ul{ list-style: none;	 }
.right-block .ullist_wjm li a { text-decoration: none;	 }
.right-block .ullist_wjm li a img{ border: none;	 }

.right-block h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222;
}
.right-block .reviews ul{list-style: none;}
.right-block .reviews img{
	float: left;
	margin: 0 6px 3px 0;
}
.right-block .reviews h3{
	font-size: 12px;
	font-weight: normal;
}
.right-block .reviews ul{margin-bottom: 30px;}
.right-block .reviews li, .right-block .ullist_wjm li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
}
.right-block .tags ul{
	margin-bottom: 30px;
}
.right-block .tags ul li{
	display: inline;
	list-style: none;	
}
.right-block .subjects ul li{
	list-style: none;
	margin-bottom: 3px;
}
.right-block .counters{
	margin: 50px 0 20px 0;
	text-align: center;
}
.right-block .e-mailing{
	margin-bottom: 20px;
}
.right-block .e-mailing input.text{
	margin: 10px 0 10px 0;
	font-size: 12px;
}
.right-block li h2.widgettitle {
	margin-top: 20px;
}

.right-block .twit_rss {
	text-align: center;
   line-height: 50px;
   margin-bottom: 10px;
}
.right-block .twit_rss a  { text-align: center;	 margin: 0 8px; }
.right-block .twit_rss a.YouTube { vertical-align: -10px; }
/* ~~~~ right-block (end) ~~~~ */

/* ~~~~ content (start) ~~~~ */
.content{
	float: left;
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #555;
	color: #333;
}
.content #articles li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;	
	border-bottom: 1px solid #555;
	padding-bottom: 18px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.content #articles li.last{border: 0;}

.content #articles li h2{
	font-size: 20px;
	padding-bottom: 6px;
	font-weight: normal;
}
.content #articles li h2 a{color: #222;}
.content #articles li img{
	float: left;
	margin: 0 10px 10px 0;
   border: none;
}

.content #articles li p{
	margin-bottom: 10px;
}
.content #articles li ul,
.content #articles li ol{
	margin: 0 0 10px 20px;
}

.content #articles li a.readmore{
	display: block;
	padding: 0 0 10px 0;
}
.content #articles li .article-info{
	clear: both;
	font-size: 11px;
}
.content #articles li .article-info .category{
	display: inline-block;
	height: 16px;
	padding-right: 17px;
}
.content #articles li .article-info .tags{
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background: url(img/art-info-tag.png) no-repeat;
}
.content #articles li .article-info .comments{float: right;}

.content #articles li .text  a.rethome { display: block; margin-top: 10px; }

.content #articles li div.image, .content #articles li div.moreimages , .content #articles li h2{ display: block; float:none; clear: both;}

.content .earlier{font-weight: normal;}

.content #comment{ width: 100%;}

.content #articles  .related_post  li{
	border-bottom: none;
   margin-bottom: 0;
	list-style: disc;	
}

.content #articles  span.dateused { display: block; float: right; font-size: 13px; padding-top: 5px;}

/* ~~~~ content (end) ~~~~ */

/* ~~~~ footer (start) ~~~~ */
#footer{
	background: #000;
	border-top: 1px solid #737373;
	padding-bottom: 13px;
	margin-top: 38px;
}
#footer #bottom-menu{
	border-bottom: 1px solid #737373;
	padding-top: 11px;
}
#footer #bottom-menu ul li{
	float: left;
	list-style: none;
	margin-left: 2px;
	padding-top: 2px;
	height: 18px;
	border: 1px solid #737373;
	position: relative;
	background: #41020a;
	margin-bottom: -1px;
}
#footer #bottom-menu ul li b{
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	background: url(img/bottom-menu-bg.png) no-repeat;
}
#footer #bottom-menu ul li a{
	text-transform: uppercase;
	margin: 0 20px;
	font-size: 10px;
	color: #fff;
}
#footer #bottom-menu ul li a:hover{text-decoration: none;}
#footer #bottom-menu ul li.active{
	background: none;
	border-bottom-color: #000;
}

#footer .footer-text{
	border-bottom: 1px solid #737373;
	padding-top: 13px;
	padding-left: 50px;
}
#footer .footer-text address{
	color: #fff;
	font-style: normal;
	font-size: 11px;
}
#footer .footer-text address.tab-2{display: none;}
#footer .footer-text .descript{
	color: #999;
	padding: 13px 0 7px 0;
}
/* ~~~~ footer (end) ~~~~ */
