/*
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/

	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

*/


------------------------------------------------------------*/

	a {
		color: #000;
		}

	/* Global Heading Styles */

	#brand h1, #content h1, #nav h1,
	#brand h2, #content h2, #nav h2,
	#brand h3, #content h3, #nav h3,
	#brand h4, #content h4, #nav h4,
	#brand h5, #content h5, #nav h5,
	#brand h6, #content h6, #nav h6 {
		font-family:Arial, Helvetica, sans-serif;
		margin: 1em 0 1em 0; padding: 0;
		font-weight:lighter; color:#6e2920;
		}

	h1 {
		font-size: 167%; color:#6e2920;
		}

	h2 {
		font-size: 152%; color:#6e2920;
		}

	h3 {
		font-size: 136%; color:#6e2920;
		}

	h4 {
		font-size: 122%; color:#6e2920;
		}

	h5 {
		font-size: 107%; color:#6e2920;
		}

	h6 {
		font-size: 100%; color:#6e2920;
		}



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('http://www.choicerealestate.net/images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	text-align: left;

	position: relative;
	border-top:1px solid #cbc4b5;
	border-bottom:1px solid #a89b81;
	border-left:1px solid #a89b81;
	border-right:1px solid #a89b81;
	margin: 0 auto;
	width:800px;
	background:#fff;
	}

				#page-wrap {
				background: url('http://www.choicerealestate.net/img/gbl/bg-page.jpg') repeat-y center #fff;
				}

#header {
	background: /*#73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center*/;
	}

#headerimg 	{
	margin: 7px 9px 0;
	/*height: 192px;
	width: 740px; */
	background:#fff;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	clear:both;
	float:left;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: /*#eee url('images/kubrickfooter.jpg') no-repeat top */;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	text-align: left;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	font-weight:normal;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	/*margin: 0 0 20px 0;
	padding: 0; */
	background: #d3cfc7 url('http://www.choicerealestate.net/img/gbl/bg.jpg') no-repeat;
	}

#page {
	/*background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;*/
	position: relative;
	border-top:1px solid #cbc4b5;
	border-bottom:1px solid #a89b81;
	border-left:1px solid #a89b81;
	border-right:1px solid #a89b81;
	margin: 0 auto;
	width:800px;
	background:#fff;
	}
				#page-wrap {
				background: url('http://www.choicerealestate.net/img/gbl/bg-page.jpg') repeat-y center #fff;
				border-left:1px solid #a89b81;
				border-right:1px solid #a89b81;
				}

/*#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

	/*  ## Site brand (Header)
==============================================================

  These style control the header styles (Logo, tagline). To
  add a linked logo, use image replacement technique to
  replace the h3's a tag.

------------------------------------------------------------*/


#brand {
	background: #fff;
	position: relative;
	}

	#brand-wrap {
		width: 778px;
		height:91px;
		background:url('http://www.choicerealestate.net/img/gbl/bg-branding-gradi.jpg') repeat-x;
		padding: 10px 0 0 20px;
		}

		#brand-logo a{
		color: #000;
		/*background:url(../../img/gbl/bg-branding.jpg) no-repeat; */
		height:91px;

			}

			#brand-logo h3 {
				margin: 0; padding: 0;  text-indent:-3000px;
				}

				#brand-logo h3 a {
					text-decoration: none;
					color: #000;
					}

		#brand-tagline {
			color: #777;
			}

			#brand-tagline p {
				margin: 0; padding: 0;
				}

				.branding-line {
					background: #5e7e10;
					width:798px;
					height:10px;
					border-top:1px solid #000;
					border-bottom:1px solid #000;}


				#contact-feature{ float:left; margin: 0px 0 0 10px; width:577px;}

				/*  ## Navigation
==============================================================

  This space is reserved for styles that control the
  navigation of the site. #nav-site is normally the top
  nav, #nav-secondary is often the "side" navigation.
  Main navigation links must have individual IDs on the LI tag
  to facilitate image-replacement techniques.

------------------------------------------------------------*/


		#navigation {
		position:absolute; z-index:500;
			background:; margin:-19px 0 0 0;
			}


			#navigation-primary{
				 float:left;
				 padding:0 0px 0 160px;
				 position:relative;
				 z-index:600;
				}

				#navigation-primary ul {
					margin: 0; padding: 1px;
					list-style: none;
					float: left;
					background:;
					list-style: none;
					position:relative;
					}



					#navigation-primary li {
						margin: 0; padding: 0;
						float: left;

						/*height: 27px;*/
						position: relative;
						}

						#navigation-primary a {
							float: left;
							text-decoration: none;
							color: #000; background: ;
							padding: 0px 1px 0 0;
							font-weight: bold;  height:29px;
							overflow:hidden;
							display: block;
							text-indent:-3000px;
							}

							#nav-default a{background:url('http://www.choicerealestate.net/img/gbl/nav-home.jpg') no-repeat; width:55px; display:block;}
							#nav-add-my-listing a{background:url('http://www.choicerealestate.net/img/gbl/nav-add-my-listing.jpg') no-repeat; width:103px; display:block;}
							#nav-contact a{background:url('http://www.choicerealestate.net/img/gbl/nav-contact.jpg') no-repeat; width:63px; display:block;}
							#nav-neighborhood-valuation a{background:url('http://www.choicerealestate.net/img/gbl/nav-neighborhood-valuation.jpg') no-repeat; width:161px; display:block;}
							#nav-blog a{background:url('http://www.choicerealestate.net/img/gbl/nav-blog.jpg') no-repeat; width:47px; display:block;}
							#nav-blog-home  a{background:url('http://www.choicerealestate.net/img/gbl/nav-blog-home.jpg') no-repeat; width:83px; display:block;}

						.cat-default #nav-default a,
						.cat-add-my-listing #nav-add-my-listings a,
						.cat-neighborhood-valuation #nav-neighborhood-valuation a,
						.cat-contact #nav-contact a,
						.cat-blog #nav-blog a{
							background-position: 0 -29px;
							}
						.cat-contact{
							background:url('http://www.choicerealestate.net/img/gbl/nav-blog.jpg') no-repeat 0 -29px; width:47px; display:block;
						}
						 #nav-blog a{
							background:url('http://www.choicerealestate.net/img/gbl/nav-blog.jpg') no-repeat; width:47px; display:block;
						}

						#nav-blog-home a{
						background:url('http://www.choicerealestate.net/img/gbl/nav-blog-home.jpg') no-repeat; width:83px; height:29px; display:block;
						}

						#navigation-primary a:hover {
                              background-position: 0 -29px;
							}

		/*navigation-primary*/

			*html #navigation {
			    margin:-21px 0 0 0;
			}
						*:first-child+html #navigation {
			    margin:-21px 0 0 0;
			}


			*html #navigation-primary li ul {
				margin: 0px 0 0 0px;
				border:1px solid #ded9bf;
				}
							*:first-child+html #navigation-primary li ul {
				margin: 0px 0 0 0px;
				border:1px solid #ded9bf;
				}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 130px 0 0 20px;
	width: 575px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/*
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	*/
	#legal {
	font-size: 77%; width: 756px; background:#fff;
	clear:both;
	}

	#legal-wrap {
		padding: 5px 10px 45px 10px; color: #666;
		width: 758px; height: 100px;background:#fff;
		margin:0 0px 0 22px; height:19px;
		border-top:1px solid #999;
		}

		#legal p {
			margin: 0; padding: 5px 0 0 0;float:left;
			}

			.to-top a { background:url('http://www.choicerealestate.net/img/gbl/bg-top.jpg') no-repeat; width:156px; height:28px; margin:-30px 40px 0 0; float:right; display:block; text-indent:-3000px; }
			.to-top a:hover { background-position: 0 -28px; }

			.kw-logo{ background:url('http://www.choicerealestate.net/img/gbl/bg-kw-logo.jpg'); width:96px; height:65px; text-indent:-3000px; float:left; margin: 0 10px 0 50px; }
			#legal ul li { list-style-type:none; color:#91855e;}

			#legal ul li b{font-weight:bold; color:#91855e;}

			.rew-btn a {background:url('http://www.choicerealestate.net/img/gbl/bg-rew-logo.jpg'); display:block; width:91px; height:29px; float:right; text-indent:-3000px; }


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	/*margin-top: 30px;*/
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

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

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

/*#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#nav-secondary #searchform #s {
	width: 108px;
	padding: 2px;
	}

#nav-secondary #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}*/
/* End Sidebar */



/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

		body #content #nav-seconday #wp-calendar li a {
		padding:3px; margin:3px;
		width:10px;
		display:inline;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	width:15px;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

			#nav-secondary {
			width: 210px;
			float:right;
			background:#f4f3f3;
			padding:50px 0px 0 0;
			margin: -125px 0 0 0;
			}

			#nav-secondary-wrap {
				position: relative; right: 0;
				background:#f4f3f3;
				width: 194px;
				margin: 0px 12px 2px 12px;
				padding: 0 5px 0 10px ;
				float:right;
				margin:0px;
				}


				#nav-secondary ul {
					margin: 5px 0 5px 0px;
					padding: 0;
					color: #000;
					list-style:circle;
					}

					#nav-secondary li {
						margin:0px; padding:0;
						list-style:none;/* letter-spacing:-.03em;*/
						border-top:1px solid #ccc;
						text-align:left;width: 171px;
						}


						#nav-secondary ul li a {
							color: #7ead1f;
							display:block;
							text-decoration: none;
							background:url('http://www.choicerealestate.net/img/gbl/bg-bullets.jpg') no-repeat;
							padding: 3px 0 3px 0px;
							font-size:14px;


							}
							#nav-secondary ul li a:hover {
							color:#5e7e10; background:#eee;
							}

							#nav-secondary li.sub {
						margin: 0 0 3px 0; padding: 0;list-style:none;
						}

						#nav-secondary ul li.sub a {
							color: #9e3232;
							text-decoration: none; font-size:11px; background:url('http://www.choicerealestate.net/img/gbl/bg-bullets.jpg') no-repeat; padding-left: 25px;
							 height:22px; display:block; clear:both;
							}
							#nav-secondary ul li.sub a:hover {
							color:#3b1415;
							}

					#nav-secondary h5 a {
						color: #666;
						}

/* End Various Tags & Classes*/



/* "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." */


#search-bar {
	float:right;
	margin:-80px -30px 0 0px;
	height:20px;
	width:300px; }

#search-bar input {
	width:200px;
	float:left;
	display:block;
	text-align:right;
	font-size:11px;
	color:#999;
	padding: 3px 5px 1px 0;
	margin:-18px 0 0 0;

	}

#search-bar .arrow input {
	background: url('http://www.choicerealestate.net/img/gbl/bg-search-bar.jpg') no-repeat;
	text-indent:-3000px;
	width:31px;
	height:21px;
	float:left;
	border:none;
	}

#search-bar h5 { padding:0 0 0px 0;  /*margin:0 0 0px 415px; */font-weight:normal; color:#6e2920; font-size:140%; font-family:Verdana, Arial, Helvetica, sans-serif;}



			#quick-search {
				width:182px;
				height:238px;
				background:#f4f3f3 url('http://www.choicerealestate.net/img/gbl/bg-quick-search.jpg') no-repeat;
				clear:both;
				padding: 70px 0px 10px 0px; color:#555; margin: 0 0 0px 0;

			}

			#quick-search input {
				width:100px; border:1px solid #9cb45e; margin:2px 0 1px 0; padding:0px 5px 0px 5px; text-align:right; font-size:100%;
			}
						#quick-search select {
				width:100px; border:1px solid #9cb45e; margin:1px 0 1px 0; text-align:right;
			}

			#quick-search b { font-size:11px; color:#686868; float:left;padding:2px 5px 0 5px;}
			#quick-search div { font-size:11px; color:#686868; float:left; width:185px;}

			#quick-search .city {width:50px; float:left;}
			#quick-search .state {width:37px; float:left;}

			#quick-search .zip {width:90px; float:left;}
				#quick-search .or { margin:1px 0 0 20px;  width:30px; font-size:80%; color:#686868; float:left;padding:2px 5px 0 5px;}
			#quick-search .mls {width:90px; float:left;}

			#quick-search .min {width:105px; float:left; margin:0px 0px 0 60px;}
			#quick-search .max {width:105px; float:left; margin:0px 0px 0 60px;}


							#search-properties input {
								background: url('http://www.choicerealestate.net/img/gbl/bg-search-properties.jpg' ) no-repeat;
								width:173px;
								height:26px;
								display:block;
								margin:10px 0 0px 5px;
								padding:0 25px 0 25px;
								float:left;
								border:none;

		}

		  .advanced-search a{ float:left; margin:2px 0 0 10px; font-size:11px; color:#000; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}
