/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
*, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF3C5;
	font-family: Georgia, BalticaC, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
min-width: 1000px;
width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
}
#top {
	margin-right: 90px;
	margin-left: 90px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	position: relative;
	margin-bottom: 375px;
}
#tops {
	background-image: url(images/topshell.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	behavior: url('/wp-content/themes/karpovka/iepngfix.htc');
	float: right;
	width: 450px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif, BalticaC;
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}
#nav a {
	color: #000000;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	color: #065CA9;
}
#centrt {
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
	clear: both;
	position: absolute;
	top: 127px;
	left: 0px;
	right: 0px;
}
#centr {
	background-image: url(images/centr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 333px;
	background-color: #F8F8F6;
	padding-left: 20px;
}
#centr a {
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(images/menubullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-bottom: 5px;
}
#centr a:hover {
	color: #054E8F;
	text-decoration: underline;
	background-image: url(images/menubullet.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}
#centrmenu {
	padding-top: 20px;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	margin-right: 150px;
	margin-left: 150px;
	position: relative;
}
#left {
	float: left;
	width: 280px;
}
#text {
	margin-left: 310px;
}
#text p {
	margin-bottom: 15px;
}
#text h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 25px;
}
h3 {
	font-family: "Myriad Pro", Tahoma, "Arial Narrow", Arial;
	font-size: 22px;
	color: #065CA9;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 25px;
}
#content a {
	color: #2E4861;
}
#sign {
	font-weight: bold;
	text-align: right;
}
#ins {
	background-color: #FAE283;
	margin-bottom: 20px;
}
#vst {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#vst p {
	margin-bottom: 15px;
}
#vst a {
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#content a:hover {
	color: #993300;
}
#gal {
	margin-bottom: 20px;
	padding-left: 30px;
}
#anons {
	margin-bottom: 20px;
	padding-left: 30px;
}
#gal img {
	padding: 10px;
	background-color: #FAE283;
	border: 1px solid #E0C96D;
}
#clear {
	clear: both;
	font-size: 1px;
	margin-bottom: 50px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 124px;
	background-color: #FAE283;
	color: #333333;
}
#foottxt {
	margin-right: 150px;
	margin-left: 180px;
	padding-top: 30px;
}
#banners {
	float: right;
	width: 200px;
	font-size: 10px;
}
#banners img {
	float: left;
	margin-right: 10px;
}
#foottxt p {
	margin-bottom: 15px;
	margin-right: 350px;
}
#foottxt a {
	color: #333333;
}
#foottxt a:hover {
	color: #993300;
}
#logo {
	position: absolute;
	left: 80px;
	top: 30px;
	font-family: "Myriad Pro", Tahoma, "Arial Narrow", Arial;
	font-size: 30px;
	color: #FFFFFF;
}
#bord {
	border: 14px solid #FAE283;
}
/* 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 */
.stro {
font-weight: normal;
}
.topmen {
position: absolute;
left: 0;
top: 0;
margin-left: -80px;

}
.topmen a, .topmen a:visited {
font-size: 8px;
color: #065eac;
}
hr {
border-top: 2px solid #000;
}