/*
Theme Name: Saru based on 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: Rob Eales after 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
p {
	width: 90%;
	}
td {
      /* vertical-align: top */
        }

#header {
	height: 96px;
	background-color: #0033ff;
	}
#headerpic {
	float: left;
	width: 122px;
	height: 96px;
	background-color: #0000ff;
	}
#headertxt {
	float: left;
	width: 200px;
	color: #ffffff;
	font-size: 48px;
	margin-top: 0px;
	}
#headersettings {
	float: right;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: right;
	padding-right: 20px;
	}
#subheader {
	width: 760px;
	height: 95px;
	background-color: #ffffff;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #0033ff;
	border-bottom-width: 5px;
	}
#subheadtxtdouble {
	position:absolute;
	font-size: 24px;
	left: 79px;
	top: 130px;
	width: 465px;
	height: 58px;
	line-height: 24px;
	}

/* column container IMPORTED FROM http://matthewjamestaylor.com/blog/ultimate-2-column-right-menu-pixels.htm -- Thanks!*/
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    /*background:#ff9;*/
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-300px;
        position:relative;
        right:100%;
        /*background:#fff;*/
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 0 0 298px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:305px;
        position:relative;
        left:305px;
    }
/* end imported styles */

#col_wrapper {
	float:left;
	width: 100%;
	position: relative;
}
#leftcol_front {
	float:left;
	width: 95%;
	min-width: 70%;
	}
#leftcol {
	float:left;
	width: 77%;
	min-width: 70%;
	}
#leftcolpic {
	/*padding-top: 20px;*/
        width: 70%;
        margin-left:auto;
        margin-right:auto;
	}
#rightcol {
	width: 300px;
	}
/*#rightcolpic {
padding-top: 20px;
float: right;
width: 300px;*/
}

div.post h2 {
	display: none;
}

/* this puts the padding into the correct element for the posts which is the second td element under the entry div*/ 
div.entry table table tr td + td { 
	padding-top: 26px;
	padding-left: 2px;
} 

div.entry table tr td + td { 
	padding-top: 26px;
	padding-left: 2px;
} 

#content {
	float: left;
	width: 381px;
	list-style-type: circle;
	padding-top: 10px;
	}
#footer_phone {
	padding-top: 24px;
}
#footer {
	width: 760px;
	height: 70px;
	}
#footerpic {
	width: 202px;
	height: 70px;
	background-color: #0033ff;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	}
#footertxt {
	font-size: 36px;
	color: #FFFFFF;
	height: 70px;
	background-color: #0033ff;
	float: left;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 0px;
	}
#contentsound {
	float: left;
	margin-right: 5px;
	}
#prefooter {
	clear: left;
	width: 760px;
	background-color: #FFFFFF;
	}
#prefoothead {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 79px;
	}
#prefootpic01 {
	float: left;
	margin-left: 100px;
	}
#prefootpic02 {
	float: left;
	margin-left: 86px;
	}
#prefootpic03 {
	float: left;
	margin-left: 90px;
	}
#prefoottxt01 {
	float: left;
	margin-top: 10px;
	margin-left: 79px;
	margin-bottom: 40px;
	}
#prefoottxt02 {
	float: left;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 40px;
	}
#prefoottxt03 {
	float: left;
	margin-top: 10px;
	margin-left: 110px;
	margin-bottom: 40px;
	}
li {
	list-style-type: square;
	list-style-image: url(images/dash_black.gif);
	list-style-position: outside;
	width: 90%;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
 	line-height: 33px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	text-align: left;
	border-bottom: 10px;
       
	}
#nav {
	float: right;
	text-align: right;
	}
a:link {
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
	}
img {  
border-style: none;
	}
.top_menu, #top_menu p {
	margin: 0;
}
A.footer_menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#help_text_container {
	/*padding-top: 10px;*/
}
.help_text {
font-size: 24px;
color: #FFFFFF;
}
.clr {
	clear: both; 
}
.execphpwidget {
	border: 0px;
	margin: 0;
}

#navbuttons {
	border: 0;
	margin: 0;
	height: 95px;
	align: right;
}
#navbuttons a, #navbuttons img {
	border: 0;
	margin: 0;
	float: right;
	display:block;
}
