/*
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

	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

*/

.wrap{width:900px; margin-left:auto; margin-right:auto;}
.head{}
.content{ background-image:url(design/bg.jpg); background-repeat:no-repeat; float:left; width:100%; padding-top:20px;}

.center{
	background-repeat:repeat-x;
	float:left;
	width:100%;
	padding-top:20px;
	background-color: #7ce41d;
	background-image: url(design/graidentbg.jpg);
}

.text{
	background-image:url(design/graidentbg.jpg);
	background-repeat:repeat-x;
	border:.01em solid #467f00;
	padding: 10px;
	float: right;
	width: 640px;
	margin-left: 20px;
}
.largercontent{
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	padding: 10px;
	float: left;
}
.left{
	background-image:url(design/boxbg.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	width: 370px;
	height: 370px;
	padding: 10px;
	margin-left: 30px;
	display: inline;
}
.right{
	background-image:url(design/boxbg.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	width: 370px;
	height: 370px;
	padding: 10px;
	margin-left: 55px;
	display: inline;
}
.rtl{
	float:left;
	width:175px;
	margin-left: 7px;
	margin-top: 20px;
	text-align: center;
	height: 150px;
}

.rtl h2 {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 0 0;
	color:#000;
	text-decoration:none;
}
.rtl img a { margin-top:5px;}
.lefttitle{
	float:left;
	margin-left: 125px;
	margin-left:100px;
	display: inline;
}
.righttitle{
	float:left;
	margin-left: 160px;
	display: inline;
}
.leftbutton{
	float:left;
	margin-top: 0px;
	margin-left: 125px;
	display: inline;
}
.rightbutton{
	float:left;
	margin-left: 250px;
	display: inline;
}
.footer{
	background-image:url(design/footer.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	color:#FFF;
	padding: 5px;
}
.footerleft{
	float:left;
	margin-left: 20px;
	margin-top: 5px;
}
.footerright{
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
.footerleft a {
text-decoration:none;
color:white;
}

.leftmenu
{
	float: left;
	margin-left: 5px;
	background-image:url(design/graidentbg.jpg);
	background-repeat:repeat-x;
	border:.01em solid #467f00;
	padding:0px;
width:180px;
	text-align: left;
	list-style:none;
}
.leftmenu h2{
	color:#333;
	font-size:18px;
	display: block;
	border-bottom: 1px solid black;
}
.leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
.leftmenu li a {
text-decoration:none;
color:black;
}

.leftmenu li {
	list-style-image:none;
	padding-left: 5px;
text-decoration:none; color:#000;
}
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;
	}