/*
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

*/

#bus1 {
width : 130px;
height : 144px;
background-image : url(images/bus1-icon.png);
float:left;
margin-right:10px;
}

#bus1:hover {
background-image : url(images/bus1a-icon.png);
}

#bus2 {
width : 130px;
height : 144px;
background-image : url(images/bus2-icon.png);
float:left;
margin-right:10px;
}

#bus2:hover {
background-image : url(images/bus2a-icon.png);
}

#bus3 {
width : 130px;
height : 144px;
background-image : url(images/bus3-icon.png);
float:left;
margin-right:10px;
}

#bus3:hover {
background-image : url(images/bus3a-icon.png);
}


body  {
font:Arial, Helvetica, sans-serif normal;
font-size:100%;
background:#7C7D7C url(images/bgTile.gif) repeat-x;
margin: 0; 
padding: 0;
text-align: center;
color: #000;
}

.post {
  margin-top:100px;
}

#container { 
background:#000;
width:800px;
margin: 0 auto;
text-align: left;
position:relative;
} 
#header { 
background:#000 url(images/header.jpg) no-repeat;
height:177px;
width:800px;
} 
#header h1 {
margin: 0;
padding: 10px 0;
}

#innerWrap {
background-color:#000;
margin-top:-51px;
position:relative;
float:left;
}

#sidebar1 {
background:url(images/sidebar.jpg) no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:normal;
color:#ccc;
float: left;
height:454px;
width: 201px;
margin-top:35px;
position:relative;
}

#sidebar1 p {
margin-left:10px;
padding:0 12px 0 5px;
}

#sidebar1 h3 {
margin:20px 0 0 12px;
color:#84afd8;
}

#mainContent {
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
font-weight:normal;
color:#ccc;
line-height:1.4em;
width:560px;
margin:0 0 0 20px;
float:left;
position:relative;
}

#mainContent a:link, #mainContent a:visited  
{ 
color:#84AFD8; text-decoration:underline;
}

#mainContent a:hover, #mainContent a:active  
{
color:#8AE120; text-decoration:none;
}

#mainContent h1, #mainContent h1 a:link, #mainContent h1 a:visited 
{ 
color:#84AFD8;
font-size:20px;
font-weight:bold;
line-heght:10px;
}
#mainContent h1, #mainContent h1 a:hover
{ 
color:#AFAFAF;
font-size:20px;
font-weight:bold;
line-heght:10px;
}



#mainContent h1, #mainContent h1 a:hover, #mainContent h1 a:active 
{
color:#8AE120;
}
;
#mainContent h2, #mainContent h2 a:link, #mainContent h2 a:visited 
{
color:#84AFD8;
}

#mainContent h2, #mainContent h2 a:hover, #mainContent h2 a:active
{
color:#8AE120;
}

#mainContent h3, #mainContent h3 a:link, #mainContent h3 a:visited  {color:#84AFD8;}

#mainContent h3, #mainContent h3 a:hover, #mainContent h3 a:active  {color:#8AE120;}

#mainContent h4, #mainContent h4 a:link, #mainContent h4 a:visited  {color:#84AFD8;}

#mainContent h4, #mainContent h4 a:hover, #mainContent h4 a:active  {color:#8AE120;}

.testimonial {
border:2px dashed #ccc;
width:160px;
padding:8px;
float:right;
}

#topTab {
background:url(images/topTab.jpg) no-repeat;
height:88px;
width:454px;
float:right;
margin:10px 5px 0 0;
clear:both;
}

#topTab h2 {
color:#84afd8;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:normal;
text-align:center;
margin-top:5px;
}

#topTab h3 {
color:#8ede21;
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:normal;
text-align:center;
margin-top:-10px;
}

#footer { 
background:url(images/footer.png) no-repeat;
height:99px;
width:800px;
margin:0;
} 

#footer, #footer a:link, #footer a:visited { color:#84AFD8;}
#footer, #footer a:hover, #footer a:active {color:#8AE120;}

#footer p {
color:#fff;
font-weight:normal;
font-family:verdana;
font-size:11px;
text-align:center;
margin: 0; 
padding: 30px 0;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
}

/* LEFT NAV */

ul#main-nav {
font-family:helvetica,arial,sans-serif;
font-size:1.1em;
margin-left:5px;
padding:0;
width:201px;
}

ul#main-nav li {
margin:0;
padding:0;
list-style:none;
}

ul#main-nav li a {
text-decoration:none;
display:block;
height:28px; 
width:180px; 
color:#84AFD8;
font-weight:bold;
background:url(images/navButton.jpg) 0 0;
padding:6px 0 0 10px;
}

ul#main-nav li a:hover {
color:#8AE120;
font-weight:bold;
background:url(images/navButton.jpg) 0 -32px;
padding:6px 0 0 10px;
}

/* PLEASE KEEP THIS HERE, IT'S THE ONLY ADVERTISING I GET */
.designBy {float:right; margin-right:25px;}


