/*
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 */
@charset "utf-8";
.style {
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#010101;
	margin:0px;
	padding:64px 0px 0px 0px !important;
	background:url(images/bg.png) repeat top left;
	}
div, img, form, ul, li, a{
	margin:0px;
	padding:0px;
	}
input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	margin:0px;
	padding:1px;
	}	
button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	margin:0px;
	padding:0px;
	}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	margin:0px;
	padding:0px;
	border:solid 1px #d1d3c6;
	}	
select option{
	padding-left:4px;
	}	
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	margin:0px;
	padding:2px;
	border:solid 1px #d1d3c6;
	}			
a{
	cursor:pointer;
	}	
h1{
	font-size:24px;
	padding:16px 0px; 
	margin:0px;
	}	
h2{
	font-size:18px;
	padding:14px 0px; 
	margin:0px;
	}	
h3{
	font-size:14px;
	padding:14px 0px; 
	margin:0px;
	}	
h4{
	font-size:12px;
	padding:15px 0px; 
	margin:0px;
	}	
img{
	border:none;
	}	
		
/*--*--*/	

.bg-img{
	float:left;
	width:100%;
	background:url(images/bg-img.gif) no-repeat center 74px;
	}
#main{
	width:990px;
	margin:0px auto;
	background-color:#FFFFFF;
	}	
.clearfix{
	clear:both;
	}	
#header{
	float:left;
	width:100%;
	background:url(images/header-bg.jpg) repeat-x 2px 0px;
	}	
.logo-img{
	float:left;
	position:relative;
	top:-20px;
	margin-left:15px;
	}	
.site-name{
	float:left;
	position:relative;
	top:-13px;
	}	
.top_searchbar{
	float:right;
	padding:25px 0px;
	width:195px;
	}	
.right_space{
	float:left;
	padding-right:10px;
	}		
.sright_space{
	float:left;
	padding-right:5px;
	}		
.fleft{
	float:left;
	margin-bottom:3px;
	margin-top:3px;
	}	
.fright{
	float:right;
	margin-bottom:3px;
	margin-top:3px;
	}	
.search_input{
	border:solid 1px #e7e6e2;	
	height:19px;
	}	
.listing_input{
	border:solid 1px #d1d3c6;
	width:325px;
	}
.listing_textarea{
	width:325px;
	height:98px;
	}		
#navigation{
	float:right;
	width:845px;
	padding-top:11px; 
	}	
#navigation ul{
	float:left;
	width:100%;
	}	
#navigation ul li{
	float:left;
	display:inline;
	list-style:none;
	color:#FFFFFF;
	padding:0px 25px;
	text-transform:uppercase;
	}		
#navigation ul li a{
	color:#FFFFFF;
	text-decoration:none;
	}	
#navigation ul li a:hover{
	color:#ccc;
	text-decoration:none;
	}		
.button{
	border:solid 1px #e4e3e1;
	color:#FFFFFF;
	padding:2px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}
.go_btn{
	background-color:#d8454d;
	}	
.submit_btn{
	border:solid 1px #d5d3c7;
	background-color:#ada689;
	}		
.search_btn{
	width:100px;
	background-color:#d8454d;
	}	
#mid_content{
	float:left;
	width:930px;
	padding:10px 30px 20px 30px;
	}	
#mid_maincontent{
	float:left;
	width:930px;
	}	
.left_column{
	float:left;
	width:680px;
	}	
.right_column{
	float:right;
	width:230px;
	}	
.search_blog{
	float:left;
	width:212px;
	padding:8px;
	background:url(images/search-bg.jpg) repeat top left;
	border:solid 1px #e3e2de;
	margin-bottom:15px;
	}	
.search-heading{
	font-size:14px;
	color:#da465e;
	padding:0px 0px 12px 0px;
	}	
.common_row_new{
	float:left;
	width:100%;
	}	
.common_row_cent{
	float:left;
	width:196px;
	text-align:center;
	}	
.common_row_two{
	float:left;
	width:100%;
	padding-bottom:5px;
	}
.common_row{
	float:left;
	width:100%;
	padding-bottom:10px;
	}		
.common_row_blog {
	float:left;
	padding-bottom:5px;
	width:100%;
}
.photo_dropdown{
	width:215px;
	font-size:15px;
	height:25px;
	border:solid 1px #e7e6e2;	
	}	
.vendor_input{	
	border:solid 1px #e7e6e2;	
	height:19px;
	width:210px;
	}
#footer{
	float:left;
	width:990px;
	padding:25px 0px;
	background:url(images/footer-bg.jpg) repeat top left;
	border-bottom:solid 10px #8f826f;
	}	
.footer_blog{
	float:right;
	width:315px;
	display:inline;
	}	
.footer_blog ul{
	float:left;
	width:264px;
	padding-left:1px;
	}	
.footer_blog ul li{
	float:left;
	width:90%;
	list-style:none;
	color:#FFFFFF;
	padding:6px 0px 7px 10px;
	border-bottom:solid 1px #cac3a6;
	}	
.footer_blog ul li.blank{
	float:left;
	width:90%;
	list-style:none;
	color:#FFFFFF;
	padding:6px 0px 6px 10px;
	border-bottom:solid 0px #cac3a6;
	}	
.footer_blog ul li a{
	color:#FFFFFF;
	text-decoration:none;
	}	
.footer_blog ul li a:hover{
	color:#666666;
	text-decoration:none;
	}	
.footer-heading{
	font-size:16px;
	color:#fed0db;
	padding:0px 0px 10px 0px;
	}	
.footer_dropdown{
	width:198px;
	height:20px;
	font-size:11px;
	}
.footer-icon{
	width:170px;
	float:left;
	padding:30px 36px 40px;
	}	
.date_column{
	float:left;
	width:32px;
	height:31px;
	padding:2px 2px 4px;
	margin-top:4px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#D8454D;
	text-transform:uppercase;
	}	
.date_column span{	
	float:left;
	font-size:20px;
	font-weight:bold;
	margin-top:-4px;
	text-align:center;
	width:100%;
	}
.heading-row{
	float:left;
	padding-left:5px;
	padding-top:3px;
	}	
.top_heading{
	padding:0px;
	}	
.top_heading_span{
	font-size:18px;
        font-weight:bold;
        margin:0;
        padding:0;
        width:100%;
	}	

.slideshow{
	float:left;
	width:680px;
	padding-bottom:10px;
	}	
.slideshow-text{
	float:left;
	width:680px;
	text-align:justify;
	line-height:18px;
	padding-bottom:15px;
	}	
.pagination{
	float:left;
	width:100%;
	font-size:11px;
	color:#897e7a;
	padding:5px 0px;
	}	
.pagination span{
	float:left;
	padding:4px 4px 0px 0px;
	}
.pagination a{
	border:solid 1px #f3f3f3;
	float:left;
	color:#878a91;
	padding:2px 4px;
	margin-right:3px;
	text-decoration:none;
	}	
.pagination a:hover{
	border:solid 1px #dedede;
	float:left;
	color:#878a91;
	padding:2px 4px;
	margin-right:3px;
	text-decoration:none;
	background-color:#f4f4f4;
	}	
.pagination a.selected{
	border:solid 1px #dedede;
	float:left;
	color:#878a91;
	background-color:#f4f4f4;
	padding:2px 4px;
	margin-right:3px;
	text-decoration:none;
	}		
.pagination a:hover.selected{
	border:solid 1px #dedede;
	float:left;
	background-color:#f4f4f4;
	padding:2px 4px;
	margin-right:3px;
	text-decoration:none;
	}			
.comment_row{
	float:left;
	width:50%;
	font-size:11px;
	color:#1a9d7e;
	}
.comment_row_bottom_line  {
	background:url("images/bottom_dot.gif") repeat-x scroll left bottom transparent;
	color:#1A9D7E;
	float:left;
	font-size:11px;
	height:8px;
	margin-bottom:10px;
	/*margin-top:5px;*/
	width:100%;
}	
.comment-img{
	float:left;
	width:37px;
	height:25px;
	padding-top:3px;
	text-align:center;
	background:url(images/comment-img.gif) no-repeat top left;
	}	
.comment-text{
	float:left;
	font-size:12px;
	padding:6px 0 0 10px;
	}	
.add_row{
	float:left;
	width:96%;
	padding:2%;
	text-align:center;
	color:#FFFFFF;
	background-color:#D8454D;
	}	
.listing_leftcolumn{
	float:left;
	width:260px;
	text-align:right;
	}	
.listing_rightcolumn{
	float:right;
	width:400px;
	}	
.listing_radiocolumn{	
	float:left;
	width:100px;
	text-align:center;		
	}	
.local_main{
	float:right;
	width:96%;
	}	
.local_row{
	float:right;
	width:96%;
	padding-bottom:5px;
	}	
.local_column{
	display:inline;
        float:left;
        width:150px;
	}
.local_state_column{
	display:inline;
        float:left;
        padding:8px;
        width:140px;
	}
.local_cate_column{
	display:inline;
        float:left;
        padding:8px;
        width:188px;
	}	
.listed_row{
	float:left;
	width:640px;
	padding:15px 20px;
	border:solid 1px #cccccc;
	margin-bottom:30px;
	background:url(images/bottom-design.jpg) no-repeat right bottom #fbfbf9;
	}
.featured-heading{
	color:#d04c4a;
	padding:0px 0px 10px 0px;
	}		
.listed_blog{
	float:left;
	width:550px;
	padding-top:10px;
	}
.listed_imgblog{
	float:left;
	width:120px;
	height:120px;
	text-align:center;
	}	
.listed_rightblog{
	float:left;
	width:408px;
	padding-left:10px;
	}	
.listed_rightblog ul li{	
	width:99%;
	padding-left:8px;
	background:url(images/dash.gif) no-repeat left 8px;
	}
.listed_rightblog ul li.blank{	
	width:99%;
	padding-left:8px;
	background:none;
	}
ul.normal_list{
	float:left;
	width:100%;
	}	
ul.normal_list li{
	float:left;
	width:100%;
	list-style:none;
	padding-bottom:5px;
	}		
.signup_rightcolumn{
	float:right;
	width:104px;
	}	
a.sign_link{
	margin-right:5px;
	font-size:13px;
	font-weight:bold;
	color:#1A9D7E;
	text-decoration:none;
	}	
a:hover.sign_link{
	font-weight:bold;
	color:#1A9D7E;
	text-decoration:none;
	}		
.photo_headingrow{
	float:left;
	width:98%;
	font-weight:bold;
	padding:5px;
	margin:10px 0px;
	background-color:#eeebe6;
	}	
.photo_row{	
	float:left;
	width:100%;
	padding:10px 0px;
	}
.photo_imgblog{
	float:left;
	width:130px;
	height:130px;
	}	
.photo_rightcolumn{
	float:right;
	width:534px;
	}	
.photo_heading{
	font-size:16px;
	color:#38aa89;
	padding:0px 0px 10px 0px;
	}	
.webrow{
	font-weight:bold;
	padding-bottom:23px !important;
	}	
.bottom_border{
	float:left;
	width:100%;
	height:30px;
	background:url(images/dot_border.gif) repeat-x center center;
	}	
.bottom_border_two{
	float:left;
	width:100%;
	height:20px;
	background:url(images/dot_border.gif) repeat-x left 5px;
	}		
.bold{
	font-weight:bold;
	}	
.bottom_margin{ width:100%;float:left;height:60px;}
.cate_head {
    margin-top:-7px;
}
.cate_head li {
     list-style:none outside none;
     border-bottom:1px none !important;
}
.categories ul li {
border-bottom:1px solid #CAC3A6 !important;
color:#FFFFFF;
float:left;
list-style:none outside none;
padding:6px 0 7px 10px;
width:90%;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.navigation_single{
	display:block;
	float:left;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
	width:100%;
}
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;
	}
.heading-row-center {
	float:left;
	padding-left:5px;
	padding-top:15px;
}
.comment-text a:hover, a:link{
	color:#1A9D7E;
	cursor:pointer;
	/*font-size:12px;*/
	text-decoration:none;
}
.comment-text a:visited{
	color:#1A9D7E;
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
}

.heading_category_index  {
    color:#1A9D7E;
    float:left;
    font-size:12px;
    /*margin-bottom:10px;
    padding-bottom:5px;*/
    width:100%;
    font-weight:normal;
}
.heading-row a:link,a:visited{
	color:#1A9D7E;
	text-decoration:none;
	}	
.heading-row a:hover{
	color:#1A9D7E;
	text-decoration:none;
	}
.storycontent{
    float:left;
    width:100%;
}
.sociable{
    float:right;
    margin:0px !important;
    padding-top:9px;
}	
.wp-pagenavi{
    float:left;
}
/* 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." */
