/*  
Theme Name: Medved Default
Theme URI: http://www.medved-ltd.ru
Description: Defaul theme for startup blogs.
Author: Medved Ltd
Author URI: http://www.medved-ltd.ru
� 2008, Medved Ltd. All rights reserved. 
*/

   /* ************************************************************************************************** */
body { 
	padding: 0; 
	margin: 0; 
	font: 1em Tahoma, Arial, sans-serif;
	line-height: 1.4em; 
	background: #ffffff; 
	color: #444; }

/* ************************************************************************************************** */
/* Основные теги */
abbr, acronym {
	text-decoration: none !important;
	text-transform: uppercase;
}

ol, ul {
	padding: 0; 
	margin: 10px 0 10px 40px;
	font-size: 0.9em;
}

ol ol, ul ul, ol ul, ul ol {
	padding: 0; 
	margin: 0 0 0 40px;
}

dl{}

dt{}

dd{}

del {
	text-decoration: line-through;
	background-color: #F5A989;
}

ins {
	text-decoration: none;
	background-color: #9AD779;
}

blockquote {
	margin: 10px 0 0 30px;
	padding: 10px 15px 10px 10px;
	border-left: 8px solid #eaeaea;
	color: #E9514F;
}

cite {
	font-style: italic;
}

q {    
	font-style: italic;
    color: navy;
    quotes: "\00AB" "\00BB";
}

pre {
	color:#333;
	font-family: monospace;
	font-size: 1em;
}

kbd {
	font-weight: bold; 
	background-color: #DDD;
}

code {
	display: block;
	border: 1px dotted #000;
	padding: 10px;
	background-color: #EFEFEF;
	color: #333;
	font-family: monospace;
	font-size: 1em;
}

small {
	font-size: 0.75em;
}

big {
	font-size: 1.3em;
}

sub, sup {
	font-size: 0.7em; 
	font-family: Arila, serif;
}

a { 
	color: #F00; 
	background: none;
}

a:visited { 
	color: #B35C0B; 
	background: none;
}	

a:hover { 
	color: #B3240B; 
	background: none;
}

form { 
	margin: 0; 
}


h1 {
	font: normal 1.5em Arial, Sans-Serif;
	padding: 0;
	margin:0px;
	color: #2b2b2b;
}

h2 { 
	font: normal 1.5em Arial, Sans-Serif;
	margin: 0; 
	padding: 0;
	color: #2b2b2b;  
}

h3 {
	font: bold 1.5em Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #2b2b2b;
}

h1 a, h2 a, h3 a {
	color: #2b2b2b; 
	text-decoration: none;
    font-weight:normal;
}

h1 a:visited, h2 a:visited, h3 a:visited {
	color: #2b2b2b; 
	text-decoration: none;
    font-weight:normal;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #2b2b2b; 
	text-decoration: none;
     font-weight:normal;
}


input.search { 
	width: 279px;
    height:40px;
	border: none; 
	background: #4b4b4b; 
	padding: 6px 10px; 
	color: #989898; 
	font-weight: bold; 
	border: 1px solid #282828;
}

input.button { 
	padding: 3px 6px; 
}

/* ************************************************************************************************** */
/* content holder */
#content { 
	margin: 10px auto; 
	width: 960px; 
}

#content img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

#content img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }


/* ************************************************************************************************** */
/* header */
#logo { 
	padding: 5px 0 0;
    text-align:left;

}

#logo h1, #logo h3 {
	font: bold 2.5em  Arial, Sans-Serif;
	margin: 0;
    font-weight:normal;
    padding:70px 0 10px 15px;
	letter-spacing: -1px;
    line-height:0.9em;
}

#logo a, #logo a:visited, #logo a:hover { 
	text-decoration: none;
    color: #2b2b2b; 
}
#logo p {
background-color:transparent;
color:#fff;
font-size:16px;
padding: 5px 10px 5px 15px;
margin: 0;
text-align:left;
width:550px;
}
#menu {
	position:relative;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}
#button {
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0px;
	float: left;
	clear:both;
}

#button li {
	float: left;
	height: 28px;
	background: url(images/button-right.gif) top right no-repeat;
	margin: 0 3px 0 0;
	white-space: nowrap;
}
#button .page_item a{
	color: #f8f8f8;
	display: block;
	background: url(images/button-left.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#button .page_item a:hover{
	color: #f8f8f8;

}
#button li:hover {
	background-position: 100% -36px;
}
#button .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#button li.current_page_item {
	color: #ffffff;
	text-decoration: none;
	background: url(images/button-right-hover.gif) top right no-repeat;
}
#button .current_page_item a, #button .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
	background: url(images/button-left-hover.gif) top left no-repeat;
}

/* search form */
#search { 
	color: #2B2B2B;
	clear: both;
	background: url(images/searchbg.gif) #F1F1F1 no-repeat;
	padding:0;
	margin: 0;
	width: 960px;
	text-align: center;
	font-size: 0.9em;
}


/* ************************************************************************************************** */
/* left side */
.left { 
	float: left; 
	width: 665px; 
	margin: 0 0 10px 0;
	font: 0.9em Arial, Helvetica, Verdana, Sans-Serif; 
	line-height:1.5em;
}

.left_articles {
	margin: 0 10px 20px 0px;
	padding: 20px 0 0 15px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background: #fff;
}
.left_articles img {border:2px solid #333;}
.left_page { 
	float: left; 
	width: 100%; 
	margin: 0 0 10px 0; 
}
.left_articles_page {
	margin: 0 20px 20px 10px;
	padding: 10px 0 0 0;
	color: #000;
	background: #fff;
}
	
.description { 
	padding: 0 0 2px 0; 
	margin: 5px 10px 5px 0px;
    float: left;
    width:70%;
    font-size:12px;
}


.thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 1px solid #dedede; 
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.spacer {   
	padding: 0px;
    text-align: right;
    clear: both;
    text-transform: lowercase;
    padding-top: 5px;
}

.navigation {
	padding-bottom: 5px;
	margin-right:25px;
	margin-bottom: 5px;
	text-align:center;
	color: #000 !important;
}

/* ************************************************************************************************** */
/* comments*/
.left ol {
	padding: 0;
	margin: 0 0 20px;
}

.comments {
	display: block;
	float: right;
	padding: 0 0 2px 0;
	margin: 5px 10px 5px 0px;
	text-align: right;
	width: 170px;
    font-size:12px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 10px 3px 20px;
	padding: 5px 10px 3px 10px;
	list-style: none;
	background: #f3f3f3;
}

.commentlist li.alt {
	background-color: #f3f3f3;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;  
}

.data {
	margin: 0;
	font-size:0.7em;
	width:150px; 
	float:right;
}

.comment_author {
	margin: 0;
	width:150px; 
	float:left;
	height:1.3em;
}

.comment_author a, .comment_author a:hover, .comment_author a:visited, .comment_author a:active{
	text-decoration:none;
	color: #333;
}

.comment_author img {
	padding:0 0 0 0.2em !important;
	margin-bottom:0px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 650px;
}

#commentform textarea:hover {
	border: 1px solid #cccccc;
}

#commentform textarea:focus {
	border: 1px solid #a1a1a1;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 300px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 300px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #a1a1a1;
	width: 300px;
}

#comment {
	font-size: 16px;
}

#commentform #submit {
   float: left;
   padding:0 0 4px 0; margin:0;
   border:0;
   height:23px;
   width:130px;
   background: url(images/submit-button.jpg) no-repeat;
}

/* comments */


	
/* right side */
#right {
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
        color: #e82c2b;
}

.boxtop { 
	height: 19px; 
	background: url(images/boxtop.gif) no-repeat; 
}
.boxbottom{height: 19px;
	background: url(images/boxbottom.gif) no-repeat; }

.box { 
	background: url(images/box.gif) repeat-y;
	color: #5b5b5b; 
	padding: 0 10px 0px 10px;
	margin:0;
    font-size:0.9em;
}

.box p { 
	padding: 0; 
	margin: 0;
}

.box div {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec; 
	padding:6px 4px 8px 4px;
	margin: 2px 0px 10px 0px;
}

.image { 
	float: left; 
	margin: 0 9px 3px 0; 
}

#right ul {
	padding: 0.1em;
	margin: 0px 0px 10px;
	width: 270px;
	border-top: 1px solid #ececec;
    color: #2b2b2b;
	font-size: 0.8em;
}

#right ul li {
	border-bottom: 1px solid #ececec;
	list-style-type: none;
	margin: 0px;
	padding: 0.3em;  
}

#right ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
	border: 0;
}

#right ul li ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#icon{background:URL(images/icon1.gif) no-repeat bottom right !important;}
#right a {
	color: #2b2b2b; 
	text-decoration: none;

}

#right a:hover {
	color: #e82c2b; 
}

ul.contentright {
	font-size: 1em;
	background-color:#fff;
	border-top: 1px solid #ececec;
	list-style-type: none;
	margin: 1.5em 0px;
	padding:5px;
        color: #e82c2b;
}

ul.contentright li {
	border-bottom: 1px solid #ececec;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em;
}

ul.contentright a {
	color: #2b2b2b;
	text-decoration: none;
}

ul.contentright a:hover {
	color: #2b2b2b;
}

ul.contentright .datea{
	color: #666;
	padding: 0px 1.5em 0px 10px;
}

#searchbox #searchsubmit {
	float: right;
	margin: 0;
	width: 29px;
	height: 27px;
	border: 0;
}

#searchform{
	padding:0px;
}

/* misc */
.buttons { 
	text-align: right; 
	padding: 4px 3px 0 0; 
	width:160px; 
}

.left_articles .buttons { 
	float: right; 
	height: 20px; 

}

/* footer  */
.footer { 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
	padding: 10px 0 10px 0; 
	border-top: 1px solid #efefef;
    font-size:0.7em;
}

.footer p  { 
	color: #444; 
        text-decoration: none; 
}


.footer a, .footer a:hover  { 
	color: #444; 
        text-decoration: none; 
}

.counter_li
{
   padding-right:5px;
    float:right;
    width:31px;
}
.counter_b
{
     padding-right:7px;
    float:right;
    width:100px;
}
.counter_y
{
   padding-right:4px;
    float:right;
    width:83px;
}
.bottom_menu{float:left;width:50%;text-align:left;line-height:normal;}
.bottom_menu ul
{
    float:left;
    clear:both;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 0 -7px;
    
}
.bottom_menu li {float:left;padding-right:5px;}
.bottom_menu li:before {content:'  |  '}
.none {color:#fff;}
.clear {
clear:both;
padding:0 !important;
}
#RSS {
	background: url(images/rss.gif) no-repeat center center;
    padding:20px 30px 20px 0px;
	color: #2b2b2b;
    display:block;
}

.announce {text-decoration:none !important; color:#000000 !important;}


.avatar{float:left;margin-right:20px;}
/*Правило для всех кроме IE*/
html>/**/body #ed_comment_toolbar input {
	min-width: 24px;	
}

 #ed_comment_toolbar input{
padding: 3px 0px;
font-size: 11px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCCCCC;
background:#FFFFFF url(images/fade-butt.png) repeat-x scroll 0 -2px;
margin: 1px 2px 1px 1px;
}

#ed_b{font-weight:bold}
#ed_i{font-style:italic}

.comment-toolbar{text-align:left; font-size:0.7em;}
.arrow{font-size:30px;padding-bottom:20px;}
.arrow a{margin-bottom:5px;}

.author{background:#FFF5EF !important;}
.tags a{line-height:1em !important;}
.tags p{font-size:12px;}
.no{
	padding-top:0px;
}

.small {
	font-size:0.75em;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


/********POST STILY**********/

p.feedonly {
	background-color: #E7F7D3;
	padding: 10px;
	font-size: 0.8em;
}

.left h2 { 
	color: #444; 
	text-decoration: none; 
	font: normal 1.4em Arial, sans-serif;
	margin: 0; 
	padding: 0; 
}
.left h3 { 
	color: #444; 
	text-decoration: none; 
	font: normal 1.4em Arial, sans-serif;
	margin: 0; 
	padding: 0; 
}
.left h4 { 
	color: #444; 
	text-decoration: none; 
	font: normal 1.2em Arial, sans-serif;
	margin: 0; 
	padding: 0; 
}
.news2 {border:1px solid #333;background:#fff;}
/***********MONEY*********/
#a01 {margin:0 0 10px 0; }
#a02 {margin:-15px 0 -10px 0;}
#a03 {margin:-5px 0 18px 0; padding:0px !important;}
#a04 {margin:-5px 0 18px 0;padding:0px !important;}
.money {width:210px;float:right;border:1px solid #c0c0c0;margin:0 0 5px 5px;}
.money p{padding:0 10px 20px 10px;margin:0px;font-size: 0.9em;}
.money img {
        border:0px;
        padding:2px 5px;
    }
.header {background:  url(images/reclama.gif) #7d7d7d no-repeat; color:#fff;height:25px; line-height:25px;}
 /* *************************BEGUN************************** */
#a03 div, #a04 div {
margin: 0; padding: 0;
}
#begunRoot {
margin: 0; padding: 0;
}


