@charset "utf-8";
/*  
Theme Name: KB 1.02
Theme URI:
Description: My first theme.
Version: 1.01
Author: Kirienko Vladimir
Author URI: http://www.vovan.me
*/

html, body, p, a, ul, li, h1, h2, h3, span{
margin:0;
padding:0;
}

div{
overflow:hidden;
position:relative;
}

body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:lighter;
color:#999999;
}

a{
font-style:italic;
font-weight:lighter;
color:#FF6600;
}

a:hover{
text-decoration:none;
color:#3399FF;
}

.orange{
color:#FF6600;
}

/********/
/*Header*/
/********/

.header{
width:1000px;
padding-top:50px;
padding-bottom:20px;
border-bottom:1px dotted #CCCCCC;
}

.logo{
padding-left:50px;
width:100px;
float:left;
}

.logo img{
border:none;
}

.name{
width:600px;
float:left;
}

.name a{
text-decoration:none;
color:#3399FF;
}

.name h1{
font-style:italic;
font-weight:lighter;
font-size:24px;
line-height:10px;
margin:0px;
margin-bottom:5px;
}

.name h2{
font-style:italic;
font-weight:lighter;
font-size:13px;
color:#999999;
}

.search{
padding-left:30px;
width:210px;
float:left;
}

.search_r{
width:10px;
float:left
}

.search_m{
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
background-color:#CCCCCC;
font-size:13px;
font-style:italic;
font-weight:lighter;
border:none;
height:20px;
width:171px;
float:left;
}

.search_l{
width:20px;
float:left
}

/*******/
/*Posts*/
/*******/

.post{
width:1000px;
padding-top:20px;
padding-bottom:30px;
border-bottom:1px dotted #CCCCCC;
}

.date{
font-size:13px;
font-style:italic;
font-weight:lighter;
color:#3399FF;
padding-left:50px;
width:100px;
float:left;
}

.content{
overflow:visible;
width:600px;
float:left;
}

.content h1{
font-size:24px;
line-height:20px;
margin:0 0 20px 0;
}

.content p{
padding-bottom:10px;
}

.content a img{
border:none;
}

.category{
width:220px;
padding-left:30px;
float:left;
}

.category ul{
list-style-type:disc;
list-style-position:inside;
color:#3399FF;
font-size:13px;
}

/***********/
/*Навигация*/
/***********/
.navigation{
width:850px;
padding-left:150px;
padding-top:15px;
padding-bottom:15px;
border-bottom:1px dotted #CCCCCC;
}

.previous{
float:left;
}

.next{
padding-right:250px;
text-align:right;
}

.navigation a{
text-decoration:none;
}

/*************/
/*Комментарии*/
/*************/
.post_c{
width:1000px;
padding-bottom:30px;
border-bottom:1px dotted #CCCCCC;
}

.comments{
width:600px;
padding-left:150px;
padding-bottom:10px;

}

.comment{
padding-bottom:20px;
padding-top:20px;
border-bottom:1px dotted #CCCCCC;
}

.c_avtor{
font-style:italic;
font-weight:lighter;
font-size:13px;
color:#FF6600;
}

.c_date{
font-style:italic;
font-weight:lighter;
font-size:11px;
color:#CCCCCC;
}

.c_text{
padding-top:10px;
}

.block_title{
font-style:italic;
font-weight:lighter;
font-size:13px;
color:#FF6600;
padding-top:20px;
}

.commentform p{
padding-top:10px;
}

.field{
padding-top:10px;
width:600px;
height:20px;
}

.f_left{
width:10px;
float:left;
}

.f_middle{
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#CCCCCC;
color:#666666;
font-size:13px;
font-style:italic;
font-weight:lighter;
border:none;
width:180px;
height:20px;
float:left;
}

.f_right{
width:10px;
float:left;
}

.f_name{
padding-left:10px;
float:left;
}

.text_field{
padding-top:10px;
padding-bottom:10px;
width:600px;
}

.t_f_middle{
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#CCCCCC;
font-size:13px;
font-style:italic;
font-weight:lighter;
color:#666666;
width:600px;
border:none;
}

/********/
/*Footer*/
/********/
.footer{
width:1000px;
padding-top:30px;
padding-bottom:20px;
}

.copyright{
width:600px;
float:left;
}

