/*
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

*/

body {
background: url(images/bg_index.jpg);
background-repeat:repeat-x;
background-color:#fff;
margin:0 auto;
padding:0;
text-align:center;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size:13px;
color:#666;
height:100%;
}

.imgtfe{
border:1px solid gray;
margin:0 10px 0 0;
}

h1, h2, h3 {
font-family:Georgia, "Times New Roman", Times, serif;
}

#homepage_body {
background: url(images/bg.jpg);
background-repeat:repeat-x;
}

p{
margin:18px 0px;
}

ul{
margin:0;
padding:0 0 0 20px;
}

img{
border:none;
}

a{
color:#FF6000;
}

a:hover{
background:#e6e6e6;
}

h1{
font-size:19px;
font-weight:bold;
color: #00BDE1;
margin:6px 0;
}

h2{
font-size:17px;
font-weight:normal;
color: #00BDE1;
margin:4px 0px;
}

h3{
font-size:16px;
font-weight:normal;
color: #FC620D;
margin:4px 0px;
}

#main_wrapper{
text-align:center;
margin:0 auto;
}

#header_wrapper{
height:130px;
width:1033px;
margin:0 auto;
}

#header{
width:967px;
height:130px;
float:left;
text-align:left;
position:relative;
}

#header_contact{
width:300px;
top:45px;
left:625px;
position:absolute;
text-align:right;
color:#888;
font-size:13px;
}

#main_nav_wrapper{
width:647px;
height:37px;
position: absolute;
top:93px;
left:290px;
text-align:right;
}

#main_nav{
margin:0;
float:right;
border:0;
padding:0;
}

#main_nav ul{
list-style:none;
padding:0;
margin:0;
}

#main_nav li {
display:inline;
padding:0px 17px;
font-size:15px;
font-weight:bold;
color:white;
margin:0;
border-right:1px solid #bbb;
}

#main_nav a{
color:white;
text-decoration:none;
background:none;

}

#main_nav a:hover{
text-decoration:underline;
}

#home_splash{
width:1033px;
height:320px;
background:url(images/home_splash_huge_web_design.jpg);
background-repeat:no-repeat;
background-position: center top; 
margin:0 auto;
position:relative;
}

#home_splash_text{
width:390px;
height:270px;
position:absolute;
top:20px;
left:518px;
text-align:left;
font-size:13px;
color:#777;
}

#home_content_wrapper{
width:1033px;
background: url(images/content_bg.jpg);
background-repeat:repeat-y;
margin:0 auto;
position:relative;
text-align:left;
}

#index_content_wrapper{
width:1033px;
background: url(images/content_index_bg.jpg);
background-repeat:repeat-y;
margin:0 auto;
position:relative;
text-align:left;
height:100%;
}

#index_left_col{
float:left;
margin-left:20px;
margin-top:10px;
width:645px;
min-height:300px;
line-height:22px;
padding-right:20px;
}

#index_right_col{
float:left;
width:228px;
margin-top:20px;
margin-left:35px;
}

#home_content{
width:967px;
background:url(images/bowl_bottom_web_design.jpg);
background-repeat:no-repeat;
margin:0 auto;
position:relative;
}

#index_content{
width:967px;
margin:0 auto;
position:relative;
height:100%;
}

#headline{
width:967px;
height:95px; 
position:relative;
background: url(images/test-header.jpg);
float:left;
border-bottom:2px solid #0ca0e8;
border-top:1px solid white;
}

#headline h1 {
color:white;
font-size:32px;
}

#footer{
width:100%;
height:100%;
background: url(images/footer_bg.jpg);
background-repeat:repeat-x;
background-color:#EBEBEA;
position:relative;
}

#footer_content{
width:1033px;
height:100px;
position:relative;
margin:0 auto;
}

#footer_links li {
display:inline;
padding:0px 8px;
border-left:1px solid gray;
}

#footer_links ul {
padding:0;
margin:0;
}

#home_blog_excerpt{
float:left;
margin:50px 10px 20px 20px;
width:205px;
border-right:1px dashed #ccc;
text-align:left;
padding-right:20px;
}

#recent_work{
float:left;
width:203px;
margin:0 22px 10px 0;
font-size:11px;
}

#recent_work img{
border:3px solid #bbb;
position:relative;
left:-6px;
}

#portfolio_sites{
width:auto;
height:114px;
float:left;
margin-right:14px;
margin-bottom:23px;
}

#portfolio_sites a img {
border:2px solid #bbb;
}

#portfolio_sites a:hover img{
border:2px solid #ff6000;
background:none;
}

.home_headline{
color: #0088c6;
font-size: 52px;
}

#sidebar{
font-size:12px;
}

#sidebar h2{
color: #aaa;
font-weight:normal;
font-size:15px;
margin:0;
}
#sidebar li{
margin:0;
margin-bottom:3px;
}
#sidebar ul{
margin-bottom:19px;
}

/* 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 */


/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
