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

*/



/* Begin Typography & Colors */
body{
	font-size:small;
	font-family:"Lucida Grande", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#D8CFA0;
}
#page{
	font-size:100%;/*use this value to change global font sizes*/
}
#home #page,
#news #page{
	background-image:url(images/better-neighbourhood3.gif);
	background-position:5px 200px;
	background-repeat:no-repeat;
}
/*Default anchor styles*/
a{
	color:#224A73;
	font-weight:bold;
}
a:link, a:visited{
	color:#224A73;
}
a:hover, a:active{
	text-decoration:underline;
}
#header{
}
#headerimg{ 
} 
/*Navigation styles are in navigation.css*/
.breadcrumb{
	background-color:#FFF;
}
.breadcrumb a, #utilities a{
	font-size:90%;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
.breadcrumb a:link{
}
.breadcrumb a:visited{
}
.breadcrumb a:hover, #utilities a:hover{
	text-decoration:underline;
}
.breadcrumb a:active{
}
#content {
	background:#FFF url(images/round-corners-bottom.gif) left bottom no-repeat;
	min-height:400px;
}
#content h2{
	font-size:185%;
	color:#724E23;
	margin:0 0 1em 0;
	width:455px;
}
#content h2 br{
	/*There may be a br tag in the page title*/
	display:none;
}
#content p{
	line-height:1.4em;
}
#content img{
	border:1px solid #5A3D1B;
	padding: 2px;
	margin:20px;
}
.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	}

.alt {
	}
.post h2{
	/*border:1px dotted green;*/
	margin:0;
}
.entry{
	margin-top:-10px;
}
.post{
	margin-bottom:30px;
}
.post h2 a{
	color:#724E23;
	text-decoration:none;	
}
.post h2 a:link, visited{
}
.post h2 a:hover, active{
	text-decoration:underline;	
}
.post h3{
	text-transform:uppercase;
}
#sidebar{
	background-color:#FFF;
}
#partners{
	/*border:1px dotted orange;*/
	padding:25px 0 0 0;
}
#partners p{
	text-align:center;
}
#partners img{
	border:none;
}
#partners a:hover,
#partners a:active{
	background-color:transparent;
}
#wp_quotes blockquote{
	margin:0;
	padding:0;
	background:#5A3D1B url(images/quote-top.gif) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#D8CFA0;
	font-size:110%;
}
#wp_quotes p.wp_quotes_quote{
	background:url(images/quote-middle.gif) right bottom no-repeat;
	margin:0 10px 0 0;
	padding:18px 10px 20px 20px;
	text-indent:20px;
	line-height:1.2em;
}
#wp_quotes p.wp_quotes_author{
	background:url(images/quote-bottom.gif) bottom no-repeat;
	margin:10px 0 0 0;
	padding:0 20px 20px 20px;
	color:#D8CFA0;
	font-size:75%;
	text-transform:uppercase;
	text-align:right;
}
#recent_posts{
	/*border:1px dotted orange;*/
	padding:25px 0 0 0;
}
#recent_posts ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#recent_posts li{
	font-size:80%;
	margin-bottom:1em;
}
#recent_posts a{
	font-size:120%;
}
#footer {
	color:#5A3D1B;
	font-size:80%;
	padding:0 35px 0 35px;
}
#footer a{
	color:#5A3D1B;
}
#footer a:link{
	text-decoration:none;
}
#footer a:visited{
	color:#5A3D1B;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
	color:#FFF;
	text-decoration:none;
}

small {
	}

h1, h2, h3 {
	}

h1 {
	}

#headerimg .description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

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

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	}

acronym, abbr, span.caps
{
	}

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar th {
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0;
	padding:0;
	}

#page{
	/*border:1px solid red;*/
	/* Many kind thanks to Dave Shea and his book 'The Zen of CSS Design' for explaining the negative margin solution using Jon Hicks' CSS Zen Garden design, Entomology (www.csszengarden.com/030) */
	position: absolute;
	left: 50%;
	top: 35px;
	width: 940px;/*We only need 935px of width, but I added 5px of breathing room to avoid a float problem in IE*/
	margin: 0 0 0 -465px;
}

#header {
	float:left;
	width:168px;
	height:168px;
	margin:3px 0 0 0;
	}
#header h1{
	margin:0;
}
#header h1 a{
	display:block;
	margin:0;
	text-indent:-5000px;
	background:url(images/logo-v12.gif) 2px 2px no-repeat;
	border:1px solid #5A3D1B;
	padding:2px;
	width:162px;
	height:162px;
}
#navigation {
	/*border:1px solid orange;*/
	margin-left:205px;
	height:60px;
	width:730px;
}
#description{
	height:105px;
	width:730px;
	margin:0 0 0 205px;
	padding:2px 0 2px 0;
	border-top:1px solid #5A3D1B;
	border-bottom:1px solid #5A3D1B;
	border-right:0;
	border-left:0;
	background:#FFF url(images/panorama-vott-street6.jpg) 0 2px no-repeat;
}
/*Each of the top-level sections has it's own panorama based on the body element id*/
#beautiful-niagara #description{
	background-image:url(images/panorama-niagara-falls.jpg);
}
#martindale-neighbourhood #description{
	background-image:url(images/panorama-martindale5.jpg);
}
#village-on-the-twelve #description{
	background-image:url(images/panorama-martindale3.jpg);
}
#house-and-home #description{
	background-image:url(images/panorama-wicker-chair.jpg);
}
#contact-v12 #description{
	background-image:url(images/panorama-vott-street5.jpg);
}
#news-and-views #description{
	background-image:url(images/panorama-vineyard.jpg);
}
#description blockquote{
	text-indent:-5000px;
}
.breadcrumb{
	/*border:1px solid green;*/
	margin-left:205px;
	width:455px;
	padding:25px 240px 5px 35px;
}
#search {
	border:1px solid purple;
	display:none;
}
#content {
	/*border:1px solid black;*/
	margin-left:205px;
	width:455px;
	padding:0 240px 40px 35px;
}
#content ul{
	margin:1em 0 1em 0.5em;
	padding:0;
}
#content li{
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0 0 0 25px;
	background:#FFF url(images/flourish.gif) 0 0 no-repeat;
}
#sidebar {
	position:absolute;
	left:730px;
	/*top:202px;*/
	top:195px;
	width:170px;
	/*border:1px dashed silver;*/
	padding:0;
}
#sidebar #utilities{
	position:absolute;
	top:0;
	right:0;
}
#sidebar #utilities p{
	margin:0;
	padding:0;
}
#wp_quotes blockquote{
	margin-top:25px;
}
#footer {
	/*border:1px solid green;*/
	margin-left:205px;
	}

#footer p {
	}
/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	}

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

img.alignright {
	}

img.alignleft {
	}

.alignright {
	}

.alignleft {
	}
/* End Images */



/* Begin Lists
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	}

.commentlist {
	}

.commentlist li {
	}

.commentlist p {
	}

#commentform p {
	}

.nocomments {
	}

.commentmetadata {
	}
/* End Comments */

/* Begin Sidebar */
/* End Sidebar */

/* Begin Calendar */
/* End Calendar */

/* Begin Various Tags & Classes */
/* End Various Tags & Classes*/
