/*
Theme Name: fwnews
Theme URI: http://fnnews.ru
Description: 
Version: 1.0  
Author: Alexey
Author URI: http://www.free-lance.ru/users/xhtmljquery
Date: 19.08.2010
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}
a{
  text-decoration: underline;
  color: #0098d9;
}
a:hover,
a:focus{
  text-decoration: none;
}
cite{
  font-style: normal;
  color: #686868;
  font-size: 11px;
}


/* LAYOUT
-----------------------------------------------------------------------------*/
body{
  width: 980px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 14px;
  font-family: Tahoma;
  color: #373737;
}


#main {
	width: 980px;
	height: 1%;
}
#main:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;
}
#sidebar {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
    padding-top:46px;
}
#right_sidebar{
  float: right;
  width: 240px;
  margin-left: 30px;
}
#single_post{
  border-bottom: 1px dotted #7F7F7F;

  margin-bottom: 16px;
}
#single_page{
  width:440px;
  float: left;
  padding-bottom:30px;
}


/*LOGO;
-----------------------------------------------------------*/
#logo{
  display: block;
  text-indent: -9999px;
  background: url(logo0000.jpg);
  width: 240px;
  height: 33px;
}
#browser_but{
  padding-top: 8px;
  margin-bottom:16px;
}


#browser_but a{
  font-size: 11px;
  color: #cd0000;
  text-decoration: none;
  border-bottom: 1px dotted #cd0000;
  padding-bottom: 1px;
  line-height: 13px;
}
#browser_but .add_bookmark{
  margin-right: 20px;
}
#browser_but a:hover{
  border: none;
  padding-bottom: 2px;
}


/*header;
-----------------------------------------------------------*/
#header{
  height: 30px;
}
#login_panel{
  float: right;
  display: inline-block;
}
#login_panel li{
  display: inline-block;
  float: left;
  height: 14px;
  padding-left: 18px;
  padding-bottom: 5px;
}
#login_panel a{
  font-size: 11px;
  color: #cd0000;
  text-decoration: none;
  border-bottom: 1px dashed #cd0000;
  padding-bottom: 1px;
  line-height: 13px;
  height: 30px;
}
#login_panel a:hover{
  border: none;
  padding-bottom: 2px;
}
/*BLOCK min_review;
-----------------------------------------------------------*/
.min_review{
  margin-bottom: 16px;
  clear:both;
}
.min_review:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.min_review li{
  float: left;
  display: inline-block;
  width: 214px;
  margin-left: 34px;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top,  #ffffff,  #f5f5f5);
}
.min_review li:first-child,
.min_review li.first-child{
  margin-left: 0;
}


.min_review img{
  float: left;
  border: 1px solid #000000;
}
.min_review p{
  display: block;
  height: 69px;
  border: 1px solid #e5e5e5;
  border-left: none;
  font-size: 11px;
  line-height: 1.3;
  float: left;
  width: 132px;
  padding-left: 8px;
}
.min_review p a{
  font-weight:  normal;
  display: block;
  color: #7f7f7f;
  text-decoration: none;
}
.min_review p a:hover{
  text-decoration: underline;
}

/*blocks;
-----------------------------------------------------------*/
h2.title_block{
  font-size: 12px !important;
  color: #CD0000;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block !important;
  border-bottom: 1px solid #CD0000;
  padding-right: 18px;
  margin-bottom: 10px;
  font-weight: bold !important;
}
h2.title_block a{
  color: #CD0000;
  background: url(title_bl.jpg) right 5px no-repeat;
  padding-right: 12px;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: bold !important;
}
.block{
  height: 1%;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  margin-bottom: 18px;
  clear:both;
}

.block:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.block .title_block{
  padding-top: 8px;
}


.block .post{
  float:left;
  width:450px;
}


/*post;
-----------------------------------------------------------*/
.post h1{
  font-size: 20px;
  color: #7f7f7f;
  margin-bottom: 1em
}
#single_post.post h1{
    clear:left;
    color:#7F7F7F;
    font-size:20px;
    margin-bottom:1em;
    padding-top:16px;
}
.post .autor{
  padding-bottom: 1em;
  clear:both;
}
#single_post p{
  padding-bottom: 1em;
  line-height: 1.3
}
#single_page.category p{
  padding-bottom: 1em;
  line-height: 1.3    
}
#single_page.category .post{
    border-bottom:1px solid #CCCCCC;
    clear:both;
    height:1%;
    margin-bottom:15px;
    padding-bottom:15px;
}
#single_page.category .post:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#single_page.category h2{
    padding-bottom: 12px;
}
.post h2,
.post h2 a{

  font-size: 18px;
  font-weight: normal;
  display: inline;
}
#single_page.category .post h2{
    padding-bottom: 12px;
    display: block;
}
.post cite{
  line-height: 24px;
}


.cat,
.cat a{
  color: #CD0000;
  font-size: 11px;
  font-weight: normal
}

.more{
  color: #0098D9;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  background: url(more0000.jpg) right 7px no-repeat;
  padding-right: 14px;
}
.more strong{
  font-weight: normal;
  text-decoration: underline
}
.more:hover strong{
  text-decoration: none;
}

.block .post p{
  padding-top: 1em;
  line-height: 1.3
}
/*featured;
-----------------------------------------------------------*/
#featured{
  border: 1px solid #e5e5e5;
  padding: 14px 17px;
  clear: both;
  margin-bottom: 16px;
}
#featured .post{
  height: 1%;
}
#featured .post h2,
#featured .post h2 a{
  font-size: 20px;
}


#featured .post:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#featured img{
  float: left;
  margin-right: 10px;
  padding-top: 4px;
}
#featured p{
  padding-top: 16px;
  line-height: 1.3;
  color: #373737;
}
#featured_last{
    border-top:1px dashed #7F7F7F;
    clear:both;
    margin-top:12px;
    padding-top:18px;
}
#featured_last li{
    line-height:1.2;
    padding-bottom:0.8em;
}


#featured_last a{
  margin-right: 16px;
}

/*ADV;
-----------------------------------------------------------*/
.adv{
  margin-bottom: 16px;
}
.adv .col{
    float: left;
    width: 49%;
}
/*#slider_tabs;
-----------------------------------------------------------*/
#slider_tabs ul{
  float: right;
  width: 273px;
  border-top: 1px solid #cacaca;
}
#slider_tabs.vertical ul{
  width: 240px;
  clear: both;
  float: none;
  border: none;
}


.ui-tabs-hide{
  display: none;
}


#slider_tabs li{
  height: 60px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  line-height: 1.3;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top,  #ffffff,  #f5f5f5);
}
#slider_tabs.vertical li{
  border-left: 1px solid #cacaca;
}


#slider_tabs li a{
  padding:14px 20px 0;
  display: block;
  color: #7f7f7f;
  text-decoration: none;
  font-size: 11px;
  height: 46px
}


#slider_tabs li.ui-tabs-selected,
#slider_tabs li.ui-state-active{
  background:  #cacaca;
  color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#cacaca');
}
#slider_tabs li.ui-tabs-selected a,
#slider_tabs li.ui-state-active a{
  color: #ffffff;
  text-decoration: none;

}
#slider_tabs:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#slider_tabs{
  margin-bottom: 16px;
  height: 1%
}




/*right_column;
-----------------------------------------------------------*/
.right_column{
  float: right;
  width: 224px;
  background: #f5f5f5;
  padding: 8px;
  min-height:190px;
}
.right_column .last_post{
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 13px;
}
/*archive_block;
-----------------------------------------------------------*/
#archive_block{
  clear: both;
  height: 1%;
  margin-bottom: 18px;
}
#archive_block ul{
    float:left;
    font-size:14px;
    line-height:1.3;
    width:232px;
}
#archive_block:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


/*BASI WP STYLES;
-----------------------------------------------------------*/
.alignleft{
  float: left;
  margin-right: 1em
}

/*FOOTER;
-----------------------------------------------------------*/
#footer{
  border-top: 1px dashed #9f9f9f;
  clear: both;
  padding-top: 10px;
  height: 1%;
  padding-bottom: 30px;
}
#footer:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#copyright{
  float: left;
  display: inline-block;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
  width: 270px;
}


#counters{
  float: right;
  display: inline-block;

}
#footer_menu li{
  display: inline;
  padding-right:14px;
}

/*main_menu;
-----------------------------------------------------------*/
#main_menu{
  padding: 12px 18px;
  border: 1px solid #e6e6e6;
  margin-bottom: 33px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
  background: -moz-linear-gradient(top,  #ffffff,  #fafafa);
}


#main_menu h2{
  color: #7f7f7f;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #cd0000;
  padding-bottom: 10px;
  text-indent: 17px;
}
#main_menu li{
  font-size: 12px;
  padding: 8px 17px;
  border-bottom: 1px dashed #e6e6e6;
  background: url(main_men.jpg) 5px 12px no-repeat
}
#main_menu a:hover{
  color: #CD0000;
}


/*search_form;
-----------------------------------------------------------*/
#search_query{
  width: 120px;
  padding-left: 18px;
  padding-right: 10px;
  border: 1px solid #e5e5e5;
  float: left;
  font-size: 11px;
  color: #7f7f7f;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff');
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
  background: -moz-linear-gradient(top,  #e9e9e9,  #ffffff);
}
#searchform button{
  border: none;
  float: left;
  background: #0393d8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c6ef', endColorstr='#0393d8');
  background: -webkit-gradient(linear, left top, left bottom, from(#88c6ef), to(#0393d8));
  background: -moz-linear-gradient(top,  #88c6ef,  #0393d8);
  cursor: pointer;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
}
#searchform button:hover{
  background: #88c6ef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0393d8', endColorstr='#88c6ef');
  background: -webkit-gradient(linear, left top, left bottom, from(#0393d8), to(#88c6ef));
  background: -moz-linear-gradient(top,  #0393d8,  #88c6ef);
}


#searchform label{
  font-size:11px;
  left:18px;
  position:absolute;
  top:7px;
}
#searchform{
  position: relative;
  margin-bottom: 30px;
  height: 25px;
}

/*widget;
-----------------------------------------------------------*/
.widget {
  line-height: 1.3;
  margin-bottom: 30px
}
.widget h3{
  font-size: 13px;
  font-weight: normal
}
.widget li{
  clear: both;
  padding-bottom: 1em;
  height: 1%;
}
.widget li:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.widget cite{
  display: block;
  clear: both;
}

.widget img{
  margin-top: 4px;
}
/*other_article;
-----------------------------------------------------------*/
ol{
    line-height:1.2;
    list-style:decimal outside none;
    margin-bottom:30px;
    margin-left:20px;
}
ol li{
  padding-bottom: 0.5em
}
/*ICONS;
-----------------------------------------------------------*/
.icon_bookmark{
  background: url(icon_boo.jpg);
  width: 13px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;

}

.icon_print{
  background: url(icon_pri.jpg);
  width: 15px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 2px;
}
.icon_mail{
  background: url(icon_mai.jpg);
  width: 15px;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 2px;
}
 /*user_action_block;
 -----------------------------------------------------------*/
 .user_action_block{
   font-size: 12px;
   float: right;
 }
 .user_action_block li{
   padding-bottom: 0.5em
 }

.wp-pagenavi{
    clear: both; 
    height:26px;
    line-height:17px;
    font-size:11px;  
}

.wp-pagenavi .page{
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #ccc;
    margin: 0 4px;
}
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .last,
.wp-pagenavi .extend{
    display: inline-block;
    padding: 2px 2px;
    border: 1px solid #fff;
    margin: 0 4px;
}


#soc_modal{
    background:none repeat scroll 0 0 #FFFFFF;
    border:2px solid #CCCCCC;
    display:block;
    margin-top:6px;
    padding:12px;
    width:110px;
    height: 1%
}
#soc_modal:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#soc_modal li{
    display:inline-block;
    float:left;
    margin:4px;
}


img[src="na"]{
    display: none !important;
}

#commentform p{
    padding-bottom: 14px;
}
#postcomment{
    font-size: 18px;
    padding-bottom: 18px;
}
.comment{
    padding-bottom: 24px;
}

.page ul{
    list-style: circle outside;
    margin-left: 20px;
    margin-bottom: 1em;
}
.page li{
    line-height: 1.3;
    padding-bottom: 0.5em;
}
#single_post .trans_img{
    margin-right: 2px;
}
#single_min_review{
    float:right;
    margin-left:1em;
    margin-top:18px;
    width:200px;

}
#single_min_review li{
    border: 1px solid #cccccc;
    padding: 6px 10px;
    margin-bottom: 4px;
    line-height: 1.3;
}