/*
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

*/



/* Begin Typography & Colors */
/* CSS Document */

/* CSS Document */

.photo{
	float:left;
	padding:5px 10px 5px 0px;
}
.photoright{
	float:right;
	padding:5px 10px 5px 0px;
}
#header {
	width: 740px;
	height: 210px;
	margin: 0 auto;
	border-top: 10px solid #333333;
	border-bottom: 9px solid #333333;
	
}
#header h1{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	line-height:22px;
	text-align:center;
} 

.colOneheader {
	float: left;
	width: 200px;
	border-top:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	height:200px;
	background-color:#CC9900;
}

.colTwoheader {
	float: right;
	width: 530px;
	border-top:5px solid #ffffff;
}
#content {
	width: 738px;
	margin: 0 auto;
	border: 1px solid #333333;
}

.colOne {
	float: left;
	width: 145px;
	margin-top: 20px;
	padding: 0 10px 0 10px;
}

.colTwo {
	float: right;
	margin-top: 20px;
	width: 520px;
	padding: 0 10px 0 0px;
}
.menu {
	float: left;
	width: 135px;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.menu li {
}

.menu a {
	display: block;
	width: 135px;
	padding: 10px 0px;
	text-align: left;
	padding-left:15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background:#CC9900;
	border-bottom:1px solid #FFFFFF;
}

.menu a:hover {
	color: #FFFFFF;
	background:#FFCC33;
}
.activ {
	display: block;
	width: 135px;
	padding: 10px 0px;
	text-align: left;
	padding-left:15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#333333;
}
#content h2 {
	padding:0 0 10px 0;
	margin:0;
	border:0;
	font-weight:normal;
	font-size: 14px;
	line-height:22px;
}
#content h1 {
	padding:0 0 0 0;
	margin:0;
	border:0;
	font-weight:bold;
	font-size: 20px;
	line-height:35px;
	text-transform:uppercase;
	color:#333333;
	border-bottom:1px dashed #CC9900;
}
#footer {
	width: 740px;
	margin: 0 auto;
	background: #333333;
}
#footer h3 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color:#FFFFFF;
}

a{
	color:#CC9900;
}

a:hover{
	color:#CC9900;
	text-decoration:none;
}


/*Contact Form*/

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
	width: 25%;
	text-align: right;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-weight: bold;


.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;

.contacterror {
	border: 2px solid #ff0000;
}

.required{
color:#CC3300;
font-weight:bold;
}
