/*
Theme Name: Kprf-kuzbass
Description: 3-column red theme
Version: 1.0
*/

* {
margin: 0;
padding: 0;
border: 0;
}

body {
	width: 100%;
	min-width: 880px;
	background: #ffffff url("./images/bg.png");
}

/*
Styles for header
*/

#header {
	margin: 0 0 0 0;
	background: #b30000 url("./images/bgheader.png");
	width: 100%;
	height: 150;
}

#header h1{
	color: #ffffff;
	font-size: 1.8em;
	font-variant: small-caps;
	text-align: center;
	font-weight: bolder;
}

#header h2{
	color: #ffffff;
	font-size: 1.5em;
	font-variant: small-caps;
	text-align: center;
	font-weight: bolder;
}

/*
End styles for Header
*/

#page {
	width: 100%;
}

#footer {
	color: #ffffff;
	background: #b30000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 40;
}

h2 {
	font-size: 1.2em;
}

a {
	color: #d90000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.post-date {
	color: #d90000;
	font-size: 0.8em;
	margin: 10px 0 15px;
}

.sidebar1 {
	padding: 10px 5px 5px 5px;
	background: #ffbfbf;
	width: 300;
	height: 450;
font-size: 0.9em;
color: #333;
}

.sidebar1 a{
color: #222;
}

.sidebar1 a:hover{
color: #000;
text-decoration: underline;
}

.disk {
list-style-type: disc;
padding-left: 15px;
}

.sidebar {
	padding: 10px 0 0 0;
	background: #ffbfbf;
	width: 200;
	height: 450;
font-size: 0.9em;
color: #333;
}

#commentblock {
width: 94%;
color: #333;
float: left;
padding: 20px 20px 10px 20px;
margin: 10px 0 0;
}
	
#commentblock ol{
list-style-position: inside;
margin: 0;
padding: 0 0 10px;
}

.comments {
font-size: 1.2em;
font-weight: bold;
}

.approve {
font-style: italic;
}

.commenttext {
background: #f0f0f0;
width: 100%;
margin: 3px 0 10px 0;
padding: 20px 10px 5px 10px;
clear: both;
}

#commentform input, #commentform textarea {
background: #fff;
border: 1px solid #7B848A;
color: #333;
font-size: 1.2em;
padding: 1px 5px;
}

.clearfloat {
clear: both;
}

.sidebar ul {
list-style: none;
padding: 0 5px 5px 5px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.pagetitle {
margin-top: 20px;
	font-size: 1.4em;
	text-align: center;
}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

p {
	margin: 0 0 20px;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
font-size: 0.7em;
	}

#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; }
/* End Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
}
/*-----------------
-------------------
-------------------
*/

p {
    FONT: 12pt Arial, Verdana, sans-serif;
}

#boxmenu {
background: #b30000;
height: 30px;
}

#nav, #nav ul {
padding: 5 5 5 5;
	margin: 0;
	list-style: none;
	}
	
#nav a {
padding: 0 15px 0 0 ;
	color: #ffffff;
	font-size: 1.2em;
	font-variant: small-caps;
	display: block;
	font-weight: bolder;
	}

#nav a:hover {
	color: #ffff00;
	}
	
	.m {
		float: left;
		}

#nav li ul {
	position: absolute;
	background: d90000;
	left: -999em;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

.wp-polls p{
font-size: 0.9em;
}