/*
Theme Name: Seoforums
Description: The Seoforums WordPress theme
Version: 1.0
Author: Seoforums
Author URI: http://seoforums.org/
Tags: Seoforums

*/




/*standart wp*/
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
select {
	width: 130px;
}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
#content h2.center,
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
.navigation {
	display: block;
	width:100%;
	padding:0 0 20px;
	text-align: center;
	overflow:hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


html{font-size:100.01%;}
body{
	margin:0;
	font:13px/17px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color:#333;
	background:#e9e9e9;
}
a{
	color:#417394;
	text-decoration:none
}
a:hover{
	text-decoration:underline;;
}
p img{
	display:inline;
	padding:0 2px;
	vertical-align:middle;
}
form,fieldset,img{
	margin:0;
	padding:0;
	border:0;
}
/*page*/
#page{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
/*header*/
#header{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
	overflow:hidden;
	background:#fff url(img/gradient-grey-down.png) repeat-x scroll 0 0;
	margin-bottom:10px;
	width:100%;
}
#header h1{
	float:left;
	margin:0;
}
#header h1 a{
	float:left;
	width:375px;
	height:55px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/logo.gif) no-repeat 0 0;
}
#header h1 a.with-img{
	width:auto;
	height:auto;
	text-indent:0;
	background:none;
}
#header h1 a.with-img img{
	float:left;
}
#navbar{
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;
}
/*
#header ul.navtabs{
	background:url(img/bg-nav.gif) repeat-x 0 0;
	height:27px;
	margin:10px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
	overflow:visible;
}
#header ul.navtabs li{
	border-right:1px solid #5A7F97;
	float:left;
}
#header ul.navtabs li.first{
	border-left:1px solid #5A7F97;
}
#header ul.navtabs li a{
	border-left:1px solid #cedfeb;
	border-top:1px solid #cedfeb;
	color:#fff;
	float:left;
	font-family:Arial,Calibri,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	padding:0 10px;
	text-decoration:none;
	text-align:center;
}
#header ul.navtabs li a:hover{
	background:url(img/bg-nav-selected.gif) repeat-x 0 100%;
	color:#111111;
}
#header ul.navtabs li.current_page_item a{
	position:relative;
	background:url(img/bg-nav-selected.gif) repeat-x 0 0;
	color:#111111;
	margin:-4px 0 0 0;
	padding:4px 10px 0;
}
*/
/*header submenu*/
#submenu{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
	background:#4c7fa5;
	height:26px;
	overflow:hidden;
	padding:0 0 0 20px;
	width:980px;
	float:left;
}
#submenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#submenu ul li{
	float:left;
}
#submenu ul li a{
	color:#fff;
	font-size:11px;
	line-height:25px;
	padding:0 5px;
}
/*submenu ends*/
#globalsearch{
	bottom:0;
	overflow:hidden;
	position:absolute;
	right:0;
	background:url(img/bg-search.png) no-repeat 0 0;
	height:27px;
	width:180px;
}
#globalsearch form#searchform label{
	display:none;
}
#globalsearch form#searchform input#s{
	border:1px solid #5a7f97;
	float:left;
	font:11px/13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	height:13px;
	margin:4px 0 0 15px;
	padding:1px 2px;
	width:118px;
}
#globalsearch #searchsubmit{
-moz-box-shadow:none;
	border:0;
	float:right;
	width:22px;
	height:27px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(img/bg-search-submit.png) no-repeat -1px 2px;
}
/*main*/
#main{
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	width:960px;
	margin-bottom:40px;
	overflow:hidden;
	padding:20px;
}
#main h1{
	padding:0 0 20px;
	margin:0;
	font-size:2em;/*24px;*/
	line-height:1.2917em;/*31px;*/
}
#main h2{
	color:#417394;
	padding:0 0 15px;
	margin:0;
	font-size:22px;
	font-weight:normal;
	line-height:normal;
}
#main h3{
	padding:0 0 12px;
	margin:0;
	font-size:16px;
	line-height:normal;
}
#main h4{
	padding:0 0 6px;
	margin:0;
	font-size:1.3334em;/*16px;*/
	line-height:1.3125em;/*21px;*/
}
#main h5{
	margin:0;
	font-size:1.1667em;/*14px;*/
	line-height:1.3572em;/*19px;*/
}
#main h6{
	margin:0;
	font-size:1em;/*12px;*/
	line-height:1.4167em;/*17px;*/
}
#main p{
	margin:0;
	padding:0 0 10px 0;
}
/*content*/
#content{
	float:left;
	padding:20px 0;
	width:675px;
}
#content div.boxes{
	overflow:hidden;
	width:100%;
}
#content div.post-box{
	float:left;
	overflow:hidden;
	padding:15px 20px 0 0;
	width:205px;
}
#content div.post-box h2{
	padding:0;
}
#content div.latest_post{
	border-bottom:3px solid #e9e9e9;
	overflow:hidden;
	padding-bottom:15px;
	text-align:justify;
	width:100%;
	min-height:350px;
}

#content div.latest_post a img{
	float:left;
	margin:0 10px 10px 0;
}
#content .post-box img {
	border:3px solid #EFEFEF;
	float:left;
	margin:4px 8px 8px 0;
	width:94px;
}
#content p.details{
	font-size:10px;
	text-align:left;
}
/*pager*/
#content div.postnav{
	color:#417394;
	float:left;
	margin:20px 0 0 0;
	overflow:hidden;
	text-align:right;
	width:100%;
}
#content div.postnav ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
#content div.postnav ul li{
	border:1px solid #cedfeb;
	float:left;
	margin:0 0 0 1px;
}
#content div.postnav ul li:hover{
	border:1px solid #417394;
}
#content div.postnav ul li.page_info:hover{
	border:1px solid #cedfeb;
}
#content div.postnav ul li a:hover{
	text-decoration:none;
}
#content div.postnav ul li.active_page{
	border:1px solid #417394;
}
#content div.postnav ul li.active_page a{
	background:#8cafc6;
	border:none;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
}
#content div.postnav ul li.next-page a{
	background:#f2f6f8 url(img/bg-pager-next.gif) no-repeat 50% 50%;
	width:9px;
	text-indent:-9999px;
	overflow:hidden;
}
#content div.postnav ul li.prev-page a{
	background:#f2f6f8 url(img/bg-pager-prev.gif) no-repeat 50% 50%;
	overflow:hidden;
	text-indent:-9999px;
	width:9px;
}
#content div.postnav ul li.page_info{
	padding:3px 4px 2px;
}
#content div.postnav ul li a{
	background:#f2f6f8;
	border-top:1px solid #fff;
	float:left;
	padding:2px 4px;
	text-align:left;
}
/*sidebar*/
#sidebar{
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:-2px 2px 2px #C8C8C8;
	-webkit-box-shadow:-2px 2px 2px #C8C8C8;
	background-color:#f1f1f1;
	border:1px solid #c1c1c1;
	float:right;
	width:270px;
	padding:0;
	margin:0 0 0 10px;
}
#sidebar div.widget_search label{
	display:block;
}
#sidebar ul.widgets{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar div.blocksubhead h2{
	color:#424242;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
}
#sidebar div.blocksubhead h2 a{
	color:#424242;
}
#sidebar ul h2{
	padding:0 0 2px;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	color:#424242;
}
#sidebar .block {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	background:#f1f1f1 url(img/top-highlight.png) repeat-x  0 0;
	margin-bottom:4px;
	padding:6px;
}
#sidebar .blocksubhead {
	font-weight:bold;
	height:16.76px;
	overflow:hidden;
	padding:5px 6px;
	width:244px;
}
#sidebar a.collapse_block {
	background: url(img/collapse_40b.png) no-repeat  0 0;
	float:right;
	height:13px;
	overflow:hidden;
	width:13px;
}
#sidebar div.active a.collapse_block{
	background: url(img/collapse_40b_collapsed.png) no-repeat  0 0;
}
#sidebar_container .blocksubhead img {
	float:left;
	vertical-align:middle;
}
#sidebar div.underblock {
	background:url(img/bottom-shadow.png) repeat-x  0 100%;
	height:9px;
	overflow:hidden;
}
#sidebar .blockbody {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	border:1px solid #dadada;
	color:#424242;
	padding:0;
}
#sidebar .blockrow {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff url(img/gradient-black-down.png) repeat-x 0 0;
	border-top:1px solid #fff;
	padding:10px 6px;
}
#sidebar div.widget ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar table{
	width:100%;
	text-align:center;
}
/*rss*/
#sidebar div.widget_rss ul li{
	background:url(img/avatar.gif) no-repeat 0 0;
	padding-left:40px;
}
#sidebar div.blockrow ul li a.rsswidget,#sidebar div.blockrow ul li span.rss-date{
	display:block;
}
#sidebar div.blockrow ul li a.rsswidget{
	font-weight:bold;
	text-decoration:underline;
}
#sidebar div.blockrow ul li a.rsswidget:hover{
	text-decoration:none;
}
#sidebar div.widget_rss div.blockrow ul li cite{
	color:#417394;
	font-size:11px;
	font-style:normal;
}
/*footer*/
#footer{
-moz-box-shadow:-2px 2px 2px #C8C8C8;
-webkit-box-shadow:-2px 2px 2px #C8C8C8;
	background:#435769 none repeat scroll 0 0;
	border:1px solid #435769;
	float:left;
	padding:5px 0;
	margin:20px 0 0 0;
	overflow:hidden;
	text-align:right;
	width:100%;
}
#footer ul{
	margin:2px 10px 0 0;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	padding:0 0 0 5px;
}
#footer ul li a{
	color:#fff;
}
/*comments*/
#submit,#searchsubmit{
-moz-border-radius:10px;
-moz-box-shadow:0 3px 8px #e1e1e1;
	background:#417394 url(img/newbtn_middle.png) repeat-x scroll left top;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	line-height:normal;
	padding:4px 15px;
}
#comment,input{
	background:#f4f4f4;
	border:1px solid #6b91ab;
}
#content div.comment-body{
	width:100%;
}
#content div.commentmetadata{
	left:0;
	position:absolute;
	top:0;
	background:#7192A8 url(img/newbtn_middle.png) repeat-x scroll 0 0;
	border:1px solid #5A7F97;
	clear:both;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;
	font-size:12px;
	line-height:normal;
	margin:-1px -1px 0;
	padding:4px 10px;
	width:613px;
}
#content div.comment-author{
	background:#f2f6f8 none repeat scroll 0 0;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
	padding:30px 10px 10px;
	width:613px;
}
#content div.comment-author cite{
	color:#417394;
	font-style:normal;
	font-weight:bold;
}
#content div.comment-author img{
	float:right;
}
div.commentmetadata a{
	color:#fff;
}
#content ul.commentlist{
	margin:0;
	padding:0 0 0 42px;
	list-style:none;
}
#content ul.commentlist li{
	background:#fafafa none repeat scroll 0 0;
	border:1px solid #e9e9e9;
	margin-bottom:15px;
	width:100%;
	position:relative;
}
#content div.comment-body p{
	padding:10px;
}
#respond{
	margin:15px 0 0 40px;
	overflow:hidden;
	width:100%;
}
div.hentry{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:15px;
}
#content div.entry{
	overflow:hidden;
	width:100%;
}
#content p.bottom{
	display:block;
	width:100%;
}
div.post img.aligncenter{
	padding-bottom:10px;
}
#sidebar #s{
	display:inline;
	width:140px;
	vertical-align:middle;
}
#sidebar #searchsubmit{
	display:inline;
	width:90px;
	padding:4px 0;
	vertical-align:middle;
}

#description{
	width:650px;
	float: left;
}
#latestposts{
	width:270px;
	float: right;
}

