/*
Test Theme
Version: 1.0.0
Author Site: http://denweb.ru
*/
@import url("reset.css");
/*General Styles*/
html {
	height: 100%
}

body {
	background: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #4f5259;
	min-height: 100%;
	padding-top: 25px;
}

p {
	font-size: 14px;
	color:#4f5259;
	line-height: 1.5;
}

a {
	text-decoration: none;
	outline:none;
	color: #868686;
	font-size:14px;
}

a:hover {
	text-decoration: underline;
	outline:none;
	color: #fff;
	font-size:14px;
}

code {
	font-family:"Courier New", Courier, monospace;
	color:#000;
}

blockquote {
	font-style:italic;
	background:#ccc;
	margin-left: 20px;
}

#wrap {
	width: 960px;
	background: #ededed;
	margin: 0 auto;
}

.clear {
	clear:both;
}

/*Header*/
#header {
	height: 205px;
}

#header_top {
	height:64px;
	background: #1a1e27;
}

#header_bottom {
	height:141px;
}
 /*Top navigation*/
 #header ul {
	 float:left;
	 margin: 23px 244px 0 34px;
}

#header ul li {
	float:left;
	padding-left: 10px;
}

#header ul li a {
	height: 41px;
	display:block;
}

#header ul li a:hover {
	height: 41px;
	display:block;
	text-decoration: none;
	background: url(img/nav_arrow.png) no-repeat bottom;
}

.select {
	color:#fff;
	height: 41px;
	display:block;
	text-decoration: none;
	background: url(img/nav_arrow.png) no-repeat bottom;
}

/*Search Form*/
#search {
	float:right;
	margin: 14px 32px 0 0;
	width: 191px;
	height:35px;
	background:url(img/search_bg.png) no-repeat;
}

.search_text {
	width: 137px;
	padding: 6px 0 0 25px;
	background:none;
	border: none;
	outline: none;
}

.go {
	width: 15px;
	padding: 6px 0 0 25px;
	background:none;
	border: none;
	cursor: pointer;
}

#rss {
	margin: 24px 15px 0 0;
	float: right;
}

#rss span {
	margin-right: 7px;
	position:relative;
	top: -5px;
}

/*Logo*/
#header_bottom h1 {
	font-size: 28px;
	text-transform:uppercase;
	float:left;
	display:inline-block;
	font-weight:700;
	color: #2f333b;
	margin: 60px 25px 0 74px;
}

#discription {
	width:218px;
	font-style:italic;
	display:inline-block;
	background:url(img/logo_line.png) no-repeat left;
	padding-left: 25px;
	margin-top: 68px;
	clear:both;
	color: #646464;
}

#slogan {
	margin: -5px 0 0 74px;
	color: #646464;
}

/*Slider*/
#slider {
	width:820px;
	margin: 0 auto;
}

.ui-tabs-nav img {
	width: 80px;
	height: 50px;
}
	
#featured{ 
	width:570px; 
	padding-right:250px; 
	position:relative; 
	height:239px; 
	background:#1E1F24;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:563px; 
	list-style:none; 
	padding:25px 0 0 0 ; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#fff;  
	text-decoration:none;
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	 color:#999;  
}


#featured .ui-tabs-panel{ 
	width:563px; height:239px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:169px; left:0; 
	height:70px; 
	background: url('img/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/*End Slider*/

/*Content*/
#conteiner {
	padding-top: 40px;	
}

#content {
	width: 516px;
	float:left;
	padding: 0 50px 0 32px;
}
#content_header {
	font-size: 25px;
	color: #fff;
	text-transform:uppercase;
	background: #1a1e27;
	margin-bottom: 15px;
	width: 270px;
}

.post {
	margin-bottom: 40px;
}

.post h2 a {
	font-size: 24px;
	color:#4a4d54;
	text-transform:capitalize;
}

.cat {
	padding-right:7px;
	border-right: 1px solid #fff;
}

.cat a {
	font-style:italic;
}

.date {
	padding-left: 7px;
	border-left: 1px solid #d5d5d5;
	margin-left: -4px;
}

.date_text {
	font-style:italic;
	color: #868686;
}

.phead {
	margin-bottom: 10px;
}

.post img {
	border: 1px solid #c6c6c6;
	padding: 2px;
	float:left;
	margin-right: 5px;
}

.post p {
	padding-left: 153px;
}

.meta_bottom {
	margin: 10px 0 0 153px;
	line-height: 1.5;
	border-top: 1px solid #c7c7c7;
}

.more-link {
	float:right;
	margin-top: 15px;
	display:block;
	padding: 5px;
	background: #797979;
	color: #fff;
}

.more-link:hover {
	text-decoration:none;
	background: #949393;
	color: #ccc;
}

.page_post {
	padding-bottom: 10px;
}

.page_post img {
	float:left;
	margin: 0 5px 5px 0;
}

	

/*Sidebar*/
#sidebar {
	float:right;
	width: 362px;
}

.section {
	margin-bottom: 45px;
	overflow:hidden;
}

.section h3 {
	margin-bottom: 24px;
}

.section h3 span {
	font-size: 25px;
	text-transform:uppercase;
	color: #fff;
	padding: 4px 5px;
	background:#1a1e27;
}

.section img {
	float:left;
	margin: 0 5px 5px 0;
}

.section ul {
	line-height: 37px;
	list-style:inside;
	list-style-image:url(img/sidebar_arrow.png);	
}

/*Footer*/
#footer_top {
	background: #1a1f27;
}

.footer_block {
	float:left;
	width:251px;
	margin: 0 36px 0 33px;
	padding: 27px 0 25px 0;
	line-height: 29px;
}

.footer_block h3 {
	font-size: 24px;
	text-transform:uppercase;
	color: #fff;
	border-bottom: 1px solid #333435;
	margin-bottom: 18px;
	padding-bottom: 15px;
	text-align:center;
}

.footer_block img {
	margin: 15px 10px 0 0;
}

#footer_nav {
	overflow:hidden;
	zoom: 1;
	margin: 24px 0 30px 24px;
	float:left;
}

#footer_nav li {
	float:left;
	border-left: 1px solid #666;
	padding: 0 20px;
	margin: 0 1px 0 -1px;
}

#footer_bottom p {
	float:right;
	padding: 20px 20px 0 0;
}
