/*
Theme Name: SkemNews
*/
body{
	margin: 0;
	font: bold 14px Times New Roman, Times, Georgia, serif;
	background: url(images/bg-body.gif);
	min-width: 1002px;
	color: #3f3f3f;
}
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
input, teaxtarea, select{
	vertical-align: middle;
	font: bold 20px Times New Roman, Times, Georgia, serif;
}
img{border: 0;}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{text-decoration: underline;}
#wrapper{
	width: 996px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 3px 0 5px;
}
#header{
	width: 100%;
	padding: 41px 0 18px;
}
#header:after{
	content: "";
	clear: both;
	display: block;
}
.logo {
	width: 337px;
	height: 64px;
	overflow: hidden;
	text-indent:-9999px;
	float: left;
	background: url(images/logo.gif) no-repeat;
	margin: 0 0 0 -1px;
}
.logo a {
	display: block;
	height: 100%;
}
.search{
	float: right;
	width: 169px;
	margin: 31px 0 0;
}
.search .text{
	border: 0;
	color: #fff;
	background: #cdcdcd;
	padding: 3px 9px 3px 10px;
	margin: 0;
	width: 150px;
}
.heading{
	background: url(images/bg-blue.png);
	padding: 0 5px;
	margin: 0 0 28px;
}
.heading h1{
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 26px;
}
.ad{
	width: 728px;
	margin: 0 auto 29px;
}
#nav{
	background: url(images/bg-blue.png);
	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#nav li{
	float: left;
	text-align: center;
}
#nav li a{color: #fff;}
#main{
	width: 100%;
	overflow: hidden;
	padding: 0 0 42px;
}
#content{
	width: 100%;
	float: left;
}
.content-holder{margin: 0 235px 0 231px;}
.content-holder h2{
	line-height: 36px;
	font-size: 20px;
	margin: 0;
	padding: 0 0 0 5px;
	background: #334f57;
	color: #fff;
	font-weight: normal;
}
.visual{
	position: relative;
	margin: 0 auto 19px;
	width: 529px;
}
.visual h3{
	background: url(images/bg-white.png) repeat;
	position: absolute;
	margin: 0;
	text-align: center;
	width: 100%;
	font-size: 23px;
	bottom: 0;
	left: 0;
	line-height: 38px;
        margin-bottom:4px;
}
.visual h3 a{color: #334f57;}
.content-holder .ad-block{
	margin: 0 auto 20px;
	width: 530px;
}
.ad-block img{display: block;}
.post{
	background: #fff;
	min-height: 229px;
	margin: 0 0 21px;
	line-height: 12px;
	padding: 2px 9px;
}
.post h3{
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 25px;
}
.post h3 a{color: #334f57;}
.post .date{
	font-size: 14px;
	font-style: normal;
	float: right;
	margin: 0 -8px 0 0;
}
.post-content{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}
.post-content img{
	float: left;
	margin: 0 6px 0 0;
}
.post-content p{margin: 4px 0;}
.post-content .more{float: right;}
.categories{
	font-size: 14px;
	margin: 0 0 0 -5px;
}
.posts-holder{
	width: 100%;
	overflow: hidden;
}
.pages-nav{
	margin: -23px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}
.pages-nav a{color: #fff;}
.pages-nav .previous{float: left;}
.pages-nav .next{float: right;}
.aside{
	float: left;
	margin: 0 0 0 -100%;
	width: 154px;
	padding: 3px 0 0;
}
.aside.alignright{
	float: right;
	margin: 0 0 0 -154px
}
.aside .ad-block{margin: 0 0 20px;}
#footer{
	padding: 0 4px 0 5px;
	background: url(images/bg-blue.png);
	width: 987px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	margin: -36px auto 0;
	position: relative;
}
#footer a{color: #fff;}
#footer p{margin: 0;}
#footer .terms{float: right;}
/*----------------------------------------------------------------------------*/
.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
.ad {
margin:0 auto 24px;
width:728px;
}
.visual {
margin:0 auto 15px;
position:relative;
width:529px;
}
#commentform
{
    margin-bottom:10px;
}