/*
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 */
html{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


h1{
	color: #FFFFFF;
}
h2{
	color: #FFFFFF;
}
h3{
	color: #C7AFAF;
}
h4{
	color: #FFFFFF;
}
h5{
	color: #FFFFFF;
	font-size:13px;
	margin-top:0px;
	margin-bottom: -7px;
}


p{
	color: #FFFFFF;
	line-height: 16px;
	font-size:12px;
}
a{
	text-decoration:none;
	color: #BEA6A5;
}
a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}

body{
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
ul{
color:#FFFFFF
}

/* Content - Main/Header/Footer */



.holder{
	position:relative;
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #797056;
}

.horizontalSection{
width:900px;
height:auto;
float:left;
position:relative;
	background-color: #797056;
}

#header{
height:157px;
}
.navBar{
	width:606;
	height:33px;
	position:absolute;
	right:6px;
	bottom:7px;
	z-index: 5;
}
.topNavBar{
	width:278;
	height:29px;
	position:absolute;
	right:6px;
	top:0px;
}


#footerBottom{
	height:50px;
	clear: both;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 0em;
	padding-top: 15px;
	text-align:center
}

#footerBottom p{
	margin: 0px;
	bottom: 35px;
	position: absolute;
	font-size: 10px;
	color: #708FD5;
	width: 900px;
	left: 0px;
}
#footerBottom a{
	color: #FFFFFF;
}

.logo{
position:absolute;
left:-1px;
top:1px;
width:338px;
height:96px;
}

#sectionHome1{
	;
	text-align: left;
	height: 312px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#sectionHome2{
	;
	text-align: left;
	height: auto;
	background-color: #908563;
	padding-bottom: 40px;
}

.purpleBox{
	background-color:#614949;
	width:525px;
	position:relative;
	float:left;
	left:25px;
	top:20px;
	height:auto;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.purpleBox p{
color: #FFFFFF;
}

#secondaryPurple{
	float: right;
	left: auto;
	right: 25px;
	width: 658px;
	min-height: 260px;
}
#secondaryPurple h2{
	color: #FFFFFF;
	margin-top:0px;
}

.homeFeatures{
	position:relative;
	float:right;
	top:20px;
	height:auto;
	padding: 0px 25px 25px 25px;
	border-left:1px solid #6D654F;
	width:200px;
	right: 15px;
	font-size:10px;
}
.homeFeatures img{
margin-top:8px;
margin-bottom:3px;
}
.homeFeatures{
}
/* 2 Column Layout Page */



.leftColumn1{
	float: left;
	width: 590px;
	position: relative;
	height: auto;
	text-align: left;
	left: 40px;
	padding-bottom: 50px;
}
.leftColumn1 h1{
	color: #243F7B;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.leftColumn1 h2{
	font-size: 16px;
	color: #708FD5;
}
.rightColumn1{
	float: right;
	width: 265px;
	position: relative;
	height: auto;
	text-align: left;
	right: 40px;
	padding-bottom: 50px;
}

/* Subnav Styles */


#switchcontent {
position:absolute; 
left:300px; 
border:1px solid gray; 
width:350px; 
margin:26px auto; 
padding:5px 5px 10px 5px; 
background-color:#ececec;
}

#one{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:left;
	display: none;
}
#two{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:right;
	display: none;
}
#three{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 31px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: repeat-x;
	text-align:right;
	display: none;
}
#one img{
margin-left: 10px;
	margin-right: 10px;
}
#two img{
	margin-left: 10px;
	margin-right: 10px;
}
#three img{
	margin-left: 10px;
	margin-right: 10px;
}
#four{
display:none;
}

.nullBar1{
	width:606;
	height:10px;
	position:absolute;
	right:6px;
	bottom:40px;
}
.nullBar2{
	position:absolute;
	width:968px;
	bottom:-24px;
	left:1px;
	z-index: 5;
	height: 3px;
	border: 0;


}
.mainNav{
position:absolute;
left:0px;
width:140px;
height:312px;
top:0px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	z-index:5;
}

.secondNav{
	height:260px;
	width:140px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	position: relative;
	float: left;
	top:20px;
}



/* Home Page Styles */


#homeFlash{
	float: left;
	height: 250px;
	width: 900px;
	position: relative;
	left: 9px;
	top: 25px;
	border: 1px solid #FF9900;
}
.homeFlash{
width:477px;
height:312px;
position:absolute;
top:0px;
left:142px
}
.blogLeftColumn{
	height:auto;
	width:140px;
	left:0px;
	top:0px;
	position: relative;
	float: left;
}
.sidebarNav{
	height:auto;
	width:130px;
	border:1px solid #FFFFFF;
	position: relative;
	float: left;
	margin-top:40px;
	background-color: #797056;
	padding:15px 5px 15px 5px;
}

#sidebar input{
width:130px;
border:1px solid #614949;
margin:3px 3px 3px 0;
}
#sidebar li li{
margin-left:-20px
}

