/*  
Theme Name: Black - Yellow
Description: Theme for igormalkov.net
Version: 1.1
Author: IFM Studios
*/

body, h1, h2, h3, h4, h5, h6, form, ol, p, ul{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-size: 12px;
}

body{
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000000 url(images/bg_body.gif) repeat-x;
}

table{
	font-family: Arial, Verdana;
	font-size: 11px;
}

form, input, textarea{
	font-family: Arial, Verdana;
	font-size: 11px;
}

input, textarea{
	margin: 0 0 1px 0;
	border: 1px solid #314d41;
	color: #000000;
	background: #fff;
}

ul, li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

#container{
	width: 1110px;
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;

}

#sidebar{
	float: left;
	margin: 288px 0 0 20px;
	width: 170px;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#sidebar ul{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#sidebar ul li{
	margin: 0 0 5px 0;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-weight: bold;
	color: #c30000;
}

#sidebar ul li a{
	text-decoration: none;
	color: #c30000;
}

#sidebar ul li a:hover{
	text-decoration: underline;
}

#sidebar ul li h2{
	margin: 0px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #262626;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5c927b;
	
}

#sidebar ul ul{
	padding: 0;
}

#sidebar ul ul li{
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-weight: normal;
	color: #ccc;
	list-style : square;
}

#sidebar ul ul li a{
	text-decoration: none;
	color: #fff;
}

#sidebar ul ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.narrowcolumn{
	float: left;
	width: 500px;
	margin: 22px 0 0 0;
	padding: 0 0 300px 0;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#menu{
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#menu ul li{
	float: left;
	border-top: 2px solid #314d41;
	margin: 0 5px 0 0;
	padding: 6px 15px 7px; 
	font-family: Arial, "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #444 url(images/bg_menu_item.gif) repeat-x;
}

#menu ul li a{
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#header{
	clear: both;
	width: 500px;
	padding: 10px 0;
	background: #314d41;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

.post h2{
	border-top: 1px solid #314d41;
	padding: 18px 20px 17px;
	font-family: "Times New Roman", Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	line-height: 24px;
	color: #ccc;
	background:#000000;
}

.post h2 a{
	text-decoration: none;
}

.post h2 a:hover{
	text-decoration: underline;
}

.post img{
	border: none;
	padding: 4px;
	background: none;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry{
	border-top: 1px solid #fff;
	padding: 10px 20px 20px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	color: #000;
	background: #ffffff;
}

.entry p{
	padding: 10px 0 0 0;
}

.entry a{
	color: #314d41;
	text-decoration: underline;
}

p.postmetadata, post-date, cite{
	border-top: 1px solid #000000;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 10px;
	font-style: normal;
}
.navigation{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	color: #ccc;
	background: #000;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	color: #000;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 70%;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 0px;
	border-top: 1px solid #314d41;
	padding: 10px;
	font-size: 12px;
	background: #fff;
	color: #333;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #333;
}

#obar{
	float: left;
	margin: 288px 0 0 5px;
	width: 400px;
	text-align: left;
	vertical-align: top;
	background: #000;
}

.sub-obar{
	float: left;
	margin: 0 0 0 20px;
	width: 170px;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

.sub-obar ul{
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
}

.sub-obar ul li{
	margin: 0 0 5px 0;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-weight: bold;
	color: #314d41;
}

.sub-obar ul li a{
	text-decoration: none;
	color: #314d41;
}

.sub-obar ul li a:hover{
	text-decoration: underline;
}

.sub-obar ul li h2{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #262626;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5c927b;
}

.sub-obar ul ul{
	padding: 0;
}

.sub-obar ul ul li{
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", "Times New Roman", sans-serif;
	font-weight: normal;
	color: #ccc;
	list-style : square;
}

.sub-obar ul ul li a{
	text-decoration: none;
	color: #fff;
}

.sub-obar ul ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#wp-calendar{
	margin: 5px 0 0;
}

#wp-calendar caption{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #314d41;
	background: #000;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	color: #ccc;
	background: #000;
}
/* -footer- */

#footer {
	margin: 0 0 5px 70px;
	border-top: 1px solid #314d41;
	clear: both;
	color: #ffffff;
	padding: 10px 0 30px 0px;
	width: 940px;
	}
#footer a {
	color: #b4b4b4;
}
