/*  
Theme Name: Maplewood on the Lakes
Theme URI: http://maplewoodonthelakes.ca
Description: Custom theme developed for Maplewood on the Lakes.
Version: 1.0
Author: sarah semark
Author URI: http://triggersandsparks.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

*/


body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #0e0a3e url("images/page_bg.png") repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
} h1 {
	color: #44A1B7;
	font-size: 21px;
} h2 {
	color: #44A1B7;
	font-size: 16px;
} h3 {
	color: #44A1B7;
	font-size: 14px;
	margin: 0;
} h4 {
	color: #44A1B7;
	font-size: 1.1em;
	margin: -10px 0;
	padding: 0;
	color: #fff;
	font-style: italic;
} a {
	color: #060;
} a:hover {
	background-color: #ff6;
}




#container { 
	width: 742px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url("images/container_bg.png") center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



/* header */
#header { 
	background: url("images/green_bg.png") repeat-x;
	padding: 5px 20px 0 20px; 
} #header h1, #header h2 {
	display: none;
} img.large_header {
	margin: -90px 0 0px 0;
	z-index: 0;
	position: relative;
	display: block;
} img.circle_header {
	z-index: 100;
	
	position: relative;
	display: block;
	margin: 0px 0 0 55px;
} div#share {
	width: 100px;
	float: right;
	margin: 1px 40px 0 0px;
} form#searchform {
	width: 280px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
} #searchform input {
	border: 2px solid #F2DF2E;
	background-color: #fff;
	height: 16px;
	margin: 0 2px 2px 0;
} input#searchsubmit {
	margin: 1px 0 0 0;
	background: url("images/search.png");
	border: 0;
	text-indent: -1000px;
	width: 72px;
	height: 25px;
	font-size: 1px;
} #header p {
	margin: 0;
	padding: 0;
}




/* sidebar */
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 24px;
} #sidebar ul {
	margin: 0;
	padding: 0;
} #sidebar li {
	text-indent: 0;
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	font-size: 1.1em;
} #sidebar ul li ul {
	margin: 5px 0 10px 35px;
	border-top: 2px solid #030;
} #sidebar ul li ul li {
	border-bottom: 1px solid #030;
	font-size: 0.85em;
	padding: 2px 0 3px 0;
} #sidebar a {
	text-decoration: none;
	font-weight: bold;
} #sidebar ul li ul li a {
	color: #000;
} #sidebar ul.ec3_events {
	border: 2px solid #0A0036;
	background: #F2DF2E;
	margin-top: -9px;
	padding: 5px;
	font-size: 0.85em;
	line-height: 1.1em;
}  #sidebar ul.ec3_events li ul li {
	border: 0;
	font-size: 0.95em;
}  #sidebar ul.ec3_events li ul {
	border: 0;
	margin: 1px 0 2px 5px;
}


/* content */
#content { 
	margin: 20px 15px 0 268px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} div.post {
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
} p.postmetadata {
	font-size: 0.9em;
	margin-top: 20px;
} div.recent {
	float: right; 
	width: 215px;
	padding-right: 10px; 
	font-size: 0.9em; 
	text-align: left;
}





/* footer */
#footer { 
	padding: 5px 10px 5px 268px; 
	background: url("images/green_bg.png") repeat-x;
	color: #F2DF2E;
	font-size: 0.8em;
} #footer p {
	margin: 0; 
} #footer a {
	color: #F2DF2E;
} #footer a:hover {
	color: #000;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* 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, img.big {
	display: block;
	margin: 10px auto;
	border: 1px solid #F2DF2E;
	padding: 5px;
	}
div.album img.image {
	text-align: left;	
}

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

 ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: circle;
	text-indent: 0px;
	} 

 li {
	margin: 5px 0 8px 10px;
	}

 ol {
	padding: 0 0 0 0px;
	margin: 0;
	}

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

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

/* End Entry Lists */



/* Begin Form Elements */
.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: 5px 0;
	float: right;
	padding: 2px;
	}
/* 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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	border: 1px solid #00;
	}

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

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

#wp-calendar a {
	display: block;
	}

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

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

#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, .prevnext {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	font-size: 0.8em;
	}
 table td {
	font-size: 0.9em;
	padding: 2px;
	
} td.tdhead {
	padding: 5px;
	background-color: #44A1B7;
	color: #fff;
	font-weight: bold;
}
/* End Various Tags & Classes*/