/*
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, td, tr, table{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333
}
body{
	background-color: #FF4E00;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	overflow-y: scroll;
	background-position: top;
	position: relative;
	z-index: 0;
}
a{
	text-decoration:none;
	color: #AC0300;
}
img { border: none; } 
a:hover{
text-decoration:underline;
}
h3{
	font-size: 16px;
	color: #666666;
}
.rightAds img{
margin:10px 0px 10px 0px;
}

.holder{
	position:relative;
	width:995px;
	height:auto;
	margin-left:auto;
	margin-right:auto
}

.horizontalSection{
	width:995px;
	height:auto;
	float:left;
	position:relative;
	z-index: 0;
}

#header{
	height:257px;
	background-image:url(images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}


#mainNav{
	height:32px;
	background-color:63D039;
	position: relative;
	z-index: 20;
	background-image: url(images/nav-bg1.gif);
	background-repeat: repeat-y;
}
#mainSection{
	height:auto;
	background-image:url(images/content-bg.gif);
z-index: 0;
	background-repeat: repeat-y;
}

#footerBottom{
	height:183px;
	background-repeat:no-repeat;
	clear: both;
	background-image: url(images/footer-template.jpg);
}
.footerNav{
	width:800px;
	height:30px;
	top:25px;
	right:12px;
	position:absolute;
	text-align: center;
	font-size: 12px;
	display:inline;
	color: #FBB307;
}


.footerNav a{
	color: #49A527;
	margin: 0px 4px 0px 4px;
}

	
.logo{
position:absolute;
left:12px;
top:14px;
width:217px;
height:90px;
}
.headerAd{
	width:728px;
	height:90px;
	position:absolute;
	right:15px;
	top:14px;
	background-color: #AF0303;
	z-index: 0;
}
.leftColumn1{
	float: left;
	width: 490px;
	position: relative;
	height: auto;
	text-align: left;
	left: 18px;
	min-height: 300px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#singleColumn{
	width:901px;
	background-image:url(images/leftColumnBG2.gif);
	background-repeat:repeat-y;
	left: 0px;
	padding: 5px 40px 25px 40px;
}
.leftColumn1 h1{
	color: #2280B4;
	margin: 10px 0px 20px 0px;
	font-size: 24px;
}
.leftColumn1 h2{
	font-size: 21px;
	color: #B90005;
	margin-top:20px;
}
.leftColumn1 h3{
	font-size: 18px;
	color: #4DC021;
}
.leftColumn1 h3 a{
	font-size: 18px;
	color: #4DC021;
}
.leftColumn1 h4{
	font-size: 16px;
	color: #000000;
}
.rightColumn1{
	float: right;
	width: 300px;
	position: relative;
	height: auto;
	text-align: center;
	right: 4px;
	min-height: 300px;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-bottom: 10px;
}
.rightColumnStack{
	float: left;
	width: 265px;
	position: relative;
	background-image: url(images/rightColumnTile.gif);
	background-repeat: repeat-y;
}
#rightColumnTop{
	background-image: url(images/rightColumnHeader.gif);
	background-repeat: no-repeat;
	height: 33px;
}
#rightColumnTop p{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #0B4DA3;
}
#rightColumnMiddle p{
	font-size: 11px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#rightColumnBottom{
	clear: both;
	height: 42px;
	background-image: url(images/rightColumnFooter.gif);
	background-repeat: no-repeat;
}
.squareAd{
	position:relative;
	height:250px;
	width:300px;
	background-color: #ffffff;
}
.greenColumn{
	width:164px;
	position:relative;
	float:left;
	height:auto;
	padding:3px 0px 25px 0px;
	text-align: right;
}
.skyscraperAd{
	width:160px;
	height:600px;
	float:left;;
	margin-left:3px;
	position:relative;
	background-color: #94EC64;
}
.footerLinks2{
	width:995px;
	text-align:center;
	left:0px;
	top:60px;
	position:absolute;
	font-size: 10px;
	text-transform: uppercase;
	color: #DD9D9B;
}
.footerLinks2 a{
	color: #C75E5A;
}
textarea {
width:490px
}
img.imgtfe{
margin-right:10px;
margin-bottom:5px;
margin-top:5px;
}
/* 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 */

