/*
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 */
/* -- >1: RESET (Resets styles to common format across browsers) ---------------------------------------------------- */
body {color:#393939;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* -- >2: DEFAULT CLASSES (Commonly used classes) -------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right!important; }
.floatLeft { float: left!important;}
.clear { clear: both; }
.separator { float: left; clear: both; background: #E2E2E2; height: 2px; margin: 15px 0; width: 100%; border: 0; }
.titleGrn { color: #90a527; border-bottom: 2px solid #90a527!important; }
.marginBot { margin-bottom: 10px; }

/* -- >3: ACCESSIBILITY (Quick access for screen readers)------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}
.hide { display: none; }

.btn {
border:0 none !important;
cursor:pointer;
float:left;
text-indent:-9999em;
}
/* -- >4: DEFAULT STYLES (Default element styles)--------------------------------------------------------------------- */
/* >4a: colours, sizes, etc of elements */
body {
	font: 62.5%/1.4 Arial, Verdana, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #F6F6F6;
}

h1 { font-size: 2.3em; color: #336699; padding-bottom: 0.5em;}

h2 { font-size: 1.6em; }

h3 { font-size: 1.8em; border-bottom: 1px solid #EAEAEA; color: #9DB61F; margin-bottom: 10px; }

h4 { font-size: 1.2em; font-weight: bold; padding-bottom: 4px; }

a {
	outline: none;
	color: #e35f01;
	text-decoration: none;
	}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	outline: 0;
	}

p{ margin: 0; line-height: 1.6em;}
	
/* -- >5: LAYOUT STYLES (Core site structure and layout)-------------------------------------------------------------- */

.page .alignright { float: right; margin: 0 5px 5px 15px; padding: 3px; background: #f1f1f1; border: 1px solid #e3e3e3; }
.page .alignleft{ float: left; margin: 0 15px 5px 5px; padding: 3px; background: #f1f1f1; border: 1px solid #e3e3e3; }

#header, #searchBar, #mainNav, #content, #nav, #footer, #contentGroup, #searchBar input, .openHome,
div#listingMap, div#listingMap2, .reportNav, .adobePod, #map { float: left; }

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 980px;
	padding-bottom: 10px;
}
#logo {
	background: url(images/logo.png) no-repeat 0 0;
	width: 472px;
	height: 74px;
}
#userNav {
	float: right;
	padding-top: 34px;
	padding-right: 12px;
	}
	#userNav ul {
	 	float: right;
		}
	#userNav li a {
		color: #a3b303;
		text-decoration: none;
		font-size: 1.8em;
		background: url(images/arrow-green-down.gif) no-repeat right center;
		}
		#userNav li.signin .userName {
			font-size: 1.8em;
			color: #666;
			background: url(images/arrow-orange-lite.gif) no-repeat 0 center;
			padding-left: 15px;
			float: right;
			}
			#userNav li.signin a {
				background: url(images/arrow-orange-lite.gif) no-repeat 0 center;
				padding-left: 15px;
				}
				#userNav li.signin .userName span {
					font-weight: bold;
					color: #336699;
					}
				#userNav li a span {
				 font-weight: bold;
				 }
				 #userNav li a:hover {
					color: #e35f01;
					/*background: url(images/arrow-box-green-down.gif) no-repeat right center;*/
					border: 0;
					}
					#userNav li {
						float: right;
						text-align: right;
						width: 100%;
						}
					#userNav li.register_new {
						display: block;
						font-size: 12px;
						color: #4e4e4d;
						}
						#userNav li.register_new a {
							font-size: 12px;
							color: #e35f01;
							padding: 0;
							background: none;
							}
							#userNav li.register_new a:hover { border-bottom: 1px solid #e35f01; }
						
#searchBar {
	background: url(images/searchbar-bg.png) repeat-x 0 0;
	width: 980px;
	height: 60px;
	}
	.searchBar_main {
		float: left;
		width: 900px;
		}
	.searchBar_left {
		float: left;
		background: url(images/searchbar-left.png) no-repeat 0 0;
		width: 69px;
		height: 60px;
		}
	.searchBar_right {
		float: right;
		background: url(images/searchbar-right.png) no-repeat 0 0;
		width: 8px;
		height: 60px;
		}
	#searchBar label {
		background: url(images/label-search-type.png) no-repeat 0 0;
		width: 140px;
		height: 35px;
		margin: 13px 0 0 0;
		cursor: default!important;
		}
		#searchBar input {
			background: url(images/main-search-bg.png) no-repeat 0 0;
			width: 665px;
			height: 35px;
			margin: 13px 0 0 5px;
			border: 0;
			font-size: 1.8em;
			padding-left: 5px;
			padding-top: 6px;
			color: #7F7F7F;
			}
			#searchBar input:hover, #searchBar input:focus {
				color: #424242;
				}
			#searchBar button.searchBtn {
				background: url(images/search-btn.png) no-repeat 0 0;
				width: 77px;
				height: 35px;
				margin: 13px 0 0 5px;
				}
				#searchBar button.searchBtn:hover { background-position: 0 -35px; }

#mainNav {
	width: 980px;
	height: 33px;
	background: url(images/mainNav-bg.gif) repeat-x 0 0;
	text-align: center;
	overflow: hidden;
	}
	.mainNav_left {
		float: left;
		background: url(images/mainNav-left.gif) no-repeat 0 0;
		width: 13px;
		height: 33px;
		}
	.mainNav_right {
		float: right;
		margin-top: -27px;
		background: url(images/mainNav-right.gif) no-repeat 0 0;
		width: 13px;
		height: 33px;
		}
	#mainNav ul {
		margin: 0 auto;
		white-space: nowrap;
		padding-top: 6px;
		display: table;
		}
		#mainNav ul li {
			border-right: 1px solid #a5b135;
			float: left;
			}
			#mainNav ul li a {
				color: #1e1e1e;
				text-decoration: none;
				font-size: 1.5em;
				font-weight: bold;
				padding: 0 4px;
				margin: 0 10px;
				}
				#mainNav ul li.myzoost a {
					background: url(images/icon-house.png) no-repeat 0 0;
					padding-left:27px;
					}
					#mainNav ul li a:hover {
						color: #414425;
						border-bottom: 1px solid #a5b135;
						}
						#mainNav ul li.last, .last {
							border: 0;
							}
							html > body #mainNav .container {
								display:block;
								}
								#mainNav .container {
									display:inline-block;
									text-decoration:none;
									}
								
#contentGroup {
	width: 980px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 1.2em;
}

	#content {
		width: 980px;
		overflow: hidden;
	}

	#leftBar {
		width: 780px;
		float: left;
		overflow: hidden;
		padding-top: 10px;
		}
.fullcolumn {
	width: 980px!important;
	}
	.post h1 {
		padding-bottom: 10px; line-height: 1.2em;
		}
.post .entry, .post .page {
	clear: both;
	background: #FFF;
	padding: 10px 15px 5px;
	width: 750px;
	}
	.fullcolumn .post .page { padding-left: 0!important; }
	.post .page { background: none; }
	.post small {
		font-size: 11px;
		}
		.thread-alt {
			background: #FCFCFC!important;
			}
			.post .entry p, .fullcolumn .post .page p {
				padding-bottom: 1.2em;
				}
.entry h2, .page h2 {
	font-size: 1.7em;
	padding-bottom: 10px;
	}
	.entry h2 strong { font-weight: bold; }
.borderTitle {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #336699;
	font-weight: bold;
	}
.postTitle {
	border-bottom: 2px solid #F6F6F6;
	padding: 2px 0;
	float: left;
	margin-bottom: 10px;
	}
.hentry {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	}
		.postSub { font-size: 11px; color: #666; background: #eeefef; padding: 5px 15px; margin-bottom: 15px; float: left; width: 750px; }
		.postSub a { color: #444; text-decoration: underline; }
		.postSub a:hover { border: 0; color: #128BE9; }
		.postSub small { float: left; }
		.postSub span a { background: url(images/icon-comment.gif) no-repeat right top; color: #128BE9; padding-right: 22px; }
		.postSub span.tags a { background: none!important; padding: 0; color: #666; }
		.postTitle h3 { padding-bottom: 5px; font-size: 2.3em; line-height: 1.1em; border: 0; margin: 0; }
		.postTitle p { padding: 0; border: 0; margin: 0; }

.postTitle a {
	color: #A3B303;
	}
	.postTitle a:hover {
		border: 0!important;
		color: #128BE9;
		text-decoration: underline;
		}
		.postTitle span.floatRight a {
			background: url(images/icon-comments.gif) no-repeat 98% top;
			padding-right: 25px;
			}
.postmetadata {
	font-size: 11px;
	padding: 0 0 5px 0;
	color: #666;
	}
	.postmetadata a {
		color: #7D7D7D;
		text-decoration: underline;
		}
		.postmetadata a:hover {
			border: 0;
			text-decoration: none;
			color: #128BE9;
			}
		.postmetadata span {
			font-size: 12px;
			display: block;
			font-weight: bold;
			}
.filed { border-bottom: 1px solid #EBEBEB!important; width: 780px; float: left; }
#comments {
	border-bottom: 2px solid #E2E2E2;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 30px;
	float: left;
	width: 100%;
	}
.commentlist {
	padding-bottom: 15px;
	float: left;
	width: 100%;
	}
.commentlist li {
	padding: 10px!important;
	background: #F3F8FD;
	}
	.commentlist li cite{
		font-weight: bold;
		font-size: 1.1em;
		}
		.commentmetadata {
			border-bottom: 1px solid #E2E2E2;
			margin-bottom: 10px;
			}
			.commentmetadata a { color: #666; font-size: 11px; }
			
.navigation {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-top: 20px;
	}
	.navigation h3 {
		font-size: 13px;
		font-weight: bold;
		border-bottom: 2px solid #CFCFCF;
		margin-bottom: 10px;
		}
	.navigation .alignleft { float: left; }
	.navigation .alignright { float: right; text-align: right; }
	.navigation .alignleft, .navigation .alignright { width: 50%; }
	.navigation a { font-weight: normal; }
	.navigation a:hover { border: 0; text-decoration: underline; }
	.navigation .alignleft a {
		border-right: 1px solid #CFCFCF;
		padding: 0 10px;
		color: #128BE9;
		background: url(images/arrow-grey-left.gif) no-repeat 0 5px;
		}
		.navigation .alignleft a:hover { background: url(images/arrow-orange-left.gif) no-repeat 0 5px; }
	.navigation .alignright a {
		border-left: 1px solid #CFCFCF;
		padding: 0 10px;
		color: #128BE9;
		background: url(images/arrow-grey.gif) no-repeat right 5px;
		}
		.navigation .alignright a:hover { background: url(images/arrow-orange.gif) no-repeat right 5px; }
	
/* Right Column */

	#rightBar {
		float: right;
		overflow: hidden;
		width: 170px;
		padding-top: 65px;
		}
		#rightBar ul {
			float: left;
			width: 100%;
			}
			#rightBar h2 {
			font-size:1.5em;
			line-height:1em;
			padding: 6px 10px;
			color: #FFF;
			}
#rightBar h2 {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 12px;
	}
	#rightBar h2 {
		color: #1E1E1E;
		border-left: 1px solid #EBEBEB;
		border-right: 1px solid #EBEBEB;
		border-top: 1px solid #EBEBEB;
		width: 144px;
		}
		#rightBar ul ul {
			padding: 5px 10px;
			border: 0;
			
			width: 148px;
			background:#FCFCFC;
			border:1px solid #EBEBEB;
			}
		
		#rightBar ul li{
			float: left;
			width: 100%;margin-bottom: 10px;
			}
		
			#rightBar ul li li{
				border-bottom: none;
				margin: 0;
				padding: 0;
				width: 140px;
			}
		
		#rightBar ul li.widget_categories li a,
		#rightBar ul li.widget_archive li a {
			color: #336699;
			float: left;
			padding: 4px 0 4px 8px;
			width: 100%;
			background: url(images/arrow-grey.gif) no-repeat 0 10px;
			}
			#rightBar ul li.widget_categories li a:hover,
			#rightBar ul li.widget_archive li a:hover {
				background: url(images/arrow-orange.gif) no-repeat 0 10px;
				text-decoration: underline;
				color: #128BE9;
				border: 0;
				}
		#footer {
			width: 980px;
			margin-top: 10px;
		}
		#footerNav {
			float: left;
			width: 980px;
			height: 35px;
			background: url(images/footer-nav-bg.gif) no-repeat 0 0;
			text-align: center;
			margin: 10px 0 40px 0;
			}
			#footerNav ul {
				width: 960px;
				}
				#footerNav ul li {
					border-right: 1px solid #c0c2c5;
					display: inline;
					line-height: 35px;
					}
					#footerNav ul li a {
						color: #5a5959;
						text-decoration: none;
						font-size: 11px;
						padding: 0 10px;
						margin: 0 5px;
						}
						#footerNav ul li a:hover {
							color: #336699;
							border-bottom: 1px solid #8BB3FD;
							}
							#footerNav ul li.last, #footerFeatures li.last {
								border: 0;
								}
								
								
.entry ul, .page ul {
	padding: 5px 25px 10px;
	text-indent: -2px;
	}

.entry li, .page li {
	margin: 7px 0 8px 10px;
	list-style: disc;
	}
.terms li {
	margin: 7px 0 8px 0;
	list-style: none;
	}
.terms li ul li {
	margin: 7px 0 8px 10px;
	list-style: disc;
	}
.bulletNone li {
       list-style: none!important;
	margin-left: 0!important;
}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
	

.entry ol, .page ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .page ol li {
	margin: 7px 0 8px 10px;
	list-style: decimal;
	}
	
.entry strong, .page strong {font-weight: bold;}

.entry em, .page em {font-style: italic;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
	/* Captions */

.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 5px 10px 20px; }

	.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 */
	
#respond {
	float: left;
	background: url(images/icon-pens.gif) no-repeat 0 0;
	margin-top: 25px;
	}
	#respond h3 {
		font-size: 1.8em;
		padding-bottom: 45px;
		padding-left: 50px;
		padding-top: 5px;
		}
#commentform {
	float: left;
	width: 100%;
	padding-left: 10px;
	}
	#commentform label {
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 10px;
		float: left;
		width: 230px;
		}
		#commentform label span,
		#commentform label small {
			font-weight: normal;
			font-size: 11px;
			color: #666;
			}
			#commentform input,
			#commentform textarea {
				padding: 4px 3px;
				border: 1px solid #EBEBEB;
				width: 350px;
				float: left;
				}
				#commentform div {
					padding-bottom: 10px;
					float: left;
					width: 100%;
					}
#submit {
	background: url(images/btn-send.gif) no-repeat 0 0;
	cursor: pointer;
	border: 0!important;
	width: 58px!important;
	height: 30px;
	text-indent: -9999em;
	margin: 10px 0 25px 530px;
	}
	
.mapLoc, .twitter {
	float:left;
	padding: 10px;
	width: 100%;
	}
	.mapLoc a {
		color: #E35F01!important;
		font-size: 11px;
		}
.twitter img{
	float: left;
	padding: 0 10px 0 0;
	}
	.twitter a { color: #128BE9; font-weight: bold; }

<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->
