/*
Theme Name: ABTO
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 */
body {
 margin:0 auto; 
 font: 75% Verdana, Geneva, sans-serif;   /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0px 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;   
	width:997px;
	background-color:#9a674a;
	
}



#wrapper {
	margin:0 auto;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	
	width: 997px;
	
	
}

#header {
	margin:0 auto;
	width:997px;
}

#header .topmenu{
	margin-top:10px auto;
	background-color:#231f20;
	height:30px;
	width:997;	
	color:#FFFFFF;
	}
#header .topnav{
	color:#FFFFFF;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	}
#header .topnav a:link {
color: #ffffff;
font-weight: normal;
text-decoration: none;
}
#header .topnav a:visited {
color: #ede0db;
font-weight: normal;
text-decoration: none;
}
#header .topnav a:link:hover {
color: #ede0db;
font-weight: normal;
text-decoration: underline;
}
#header .banner{
	width:997px;
	height:360px;
	color:#036;
	
	
	}

	/* home nav*/
	/*Home main nav*/
ul.homeMainNav {
    margin:0;
    padding:1px;
    height:121px;
    width:997px;
    overflow:hidden;
    background:#ffffff;
}
ul.homeMainNav li {
    float:left;
    list-style-type:none;
    width:165px;
    height:121px;
    color:#ffffff;
    text-align:right;
    margin:0 1px 0 0;
}
ul.homeMainNav li div.homeNavImage {
    width:165px;
    height:88px;
    overflow:hidden;
}
ul.homeMainNav li div.homeNavGreenBg {
    width:140px;
    height:22px;
    overflow:hidden;
    color:#ffffff;
    background: url(images/greenBg.jpg) no-repeat;
    text-align:right;
    padding: 11px 25px 0 0;
}
ul.homeMainNav li div.homeNavBrownBg {
    width:140px;
    height:22px;
    overflow:hidden;
    color:#ffffff;
    background: url(images/brownBg.jpg) no-repeat;
    text-align:right;
    padding: 11px 25px 0 0;
}
ul.homeMainNav li div.homeNavBlueBg {
    width:140px;
    height:22px;
    overflow:hidden;
    color:#ffffff;
    background: url(images/blueBg.jpg) no-repeat;
    text-align:right;
    padding: 11px 25px 0 0;
}
ul.homeMainNav li div.homeNavRedBg {
    width:140px;
    height:22px;
    overflow:hidden;
    color:#ffffff;
    background: url(images/redBg.jpg) no-repeat;
    text-align:right;
    padding: 11px 25px 0 0;
}
ul.homeMainNav li div a {
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}
ul.homeMainNav li div a:hover {
    color:#ffffff;
    text-decoration:underline;
}
#bodyContainer #homeNavArea ul#homeNav li div.homeNavGreenBg a,
#bodyContainer #homeNavArea ul#homeNav li div.homeNavBrownBg a,
#bodyContainer #homeNavArea ul#homeNav li div.homeNavBlueBg a,
#bodyContainer #homeNavArea ul#homeNav li div.homeNavRedBg a {
    display:block;
    font-size:1.2em;
    font-size:0.99em;    
    line-height:33px;
    position:relative;
    top:-10px;
    margin-bottom:10px;
    overflow:visible;
    vertical-align:middle;
	background:url(images/navReflection.png) repeat-x bottom;}

#main{
	width: 997px;
	margin:0 auto;
	padding:0;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	background: #fffcd7;
	text-align: left; 
}

#mainContent { 
	margin: 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1{
	
	color:#24566d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding-top:3px;
	}
#mainContent h2{
	
	color:#24566d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-top:3px;
	}


#sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffcd7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#765f3f;
	font-size:14px;
	}
#sidebar1 h2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#765f3f;
	font-size:12px;
	}
#sidebar2 {
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffcd7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}


#headertop .textlink{
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	 padding-left:15px;
	 margin-top:6pt;}

/* Two Column Layout*/

#main .left{
	float:left;
	padding: 15px 10px;
	width:650px;
	}
#main .left h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#765f3f;
	font-size:14px;
	}
#main .left h2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#765f3f;
	font-size:12px;
	}
#main .left a:link {
	font-family:Tahoma, Geneva, sans-serif;
color: #765f3f;
font-weight: normal;
text-decoration: none;
font-size:12px;
}
#main .left a:visited {
color: #544634;
font-weight: normal;
text-decoration: underline;
}
#main .left a:link:hover {
color: #544634;
font-weight: normal;
text-decoration: underline;
}

#main .left img{
	
	border:1px solid #000000;
	}

/* One Col*/
#main .onecol{
	float:left;
	padding: 15px 10px;
	width:960px;;
	}
	
	
#main .right{
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	
	}
#main .calander{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	
	}
#footer {
	clear: both;
   	padding-top:20px;
    background:#231f20  no-repeat top center;
    text-align:center;
    width:997px;
    
    font-size:0.92em;
    color:#ffffff;
}
#footer p {
    margin: 0; 
    padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */    
    color:#ffffff;
    text-align:center;
}
	
h1{
font-size:12px;
font-family:Tahoma, Geneva, sans-serif;
color:#03C;
background:url(images/h1divider.gif) bottom norepeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* "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." */
