/* 
Theme Name: greenleaf
Theme URL: http://whiteboardframework.com/
Description: A default theme for Green Leaf
Author: Dave Yankowiak/ Joe Hackman
Author URI: http://www.liftdevelopment.com
Version: 1.0

*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}

caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}

blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


body {background: url(images/bg.png) repeat-x top;font-family: Helvetica, Arial, Sans Serif;font-size: 12px;color:#333;}

a {text-decoration: none; color:#5e88a2;}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {font-family: Myriad Pro, Arial, Sans Serif;}

h1 {font-size: 26px; margin-bottom: 15px;}
h2 {font-size:22px; margin-bottom: 15px;}
h3 {font-size: 18px; margin-bottom: 15px;}
h4 {font-size:14px; margin-bottom: 15px;}
h5 {font-size: 12px; margin-bottom: 15px;}
h6 {font-size: 10px; margin-bottom: 15px;}

p {margin:0 0 15px 0;}

strong {font-weight: bold;}

#Container {width:960px;min-height: 600px;border: 0px solid #999; background-color:#efefef; margin: 10px auto;background: url(images/body.jpg) no-repeat top	left; background-image: none;}


/*HEADER: */

#HeaderRegion {width:960px; margin:0 0 13px 0;float:left;}

#LogoRegion {width:472px; float:left; background: url(images/logo.png) no-repeat top center;}
#LogoRegion a {margin:0 auto; width:300px; border:0px solid #000; height:105px;display: block;}
#LogoRegion h1 {font-family: Georgia, Serif; font-size: 13px; letter-spacing: 0em; font-weight: normal;margin-top:14px;text-align: center;margin-bottom:0; font-style:italic;}
#LogoRegion h1 a {color:#b1b77c;width:100%;margin-bottom: 0; padding-bottom: 0; height:auto;}
#LogoRegion h1 a:hover {color:#5e88a2;}


#TopNavRegion {width:472px; float:right; padding:15px 0 0 0;}

#PropertyInfo {width:472px; min-height: 85px; float:right; margin-bottom: 10px;text-align: right;font-family: Myriad Pro, Arial, Sans-Serif; font-size: 14px; font-weight: normal; color:#333;line-height: 25px;}
#PropertyInfo h2 {font-family: Myriad Pro, Arial, Sans-Serif; font-size: 24px; font-weight: normal; color:#c88b11;margin-top:5px;margin-bottom:0px;}

#PrimaryNav {width:472px; min-height: 30px; float:right; background-color: #b1b77c;}
#PrimaryNav ul {width:100%; text-align:center;list-style: none; font-family: Georgia, Serif;font-size: 15px;margin:7px 0 0 0;}
#PrimaryNav ul li {margin:0 0px 0 0px;display: inline;}
#PrimaryNav ul li a {color:#fff;text-decoration: none;padding:0 10px;}
#PrimaryNav ul li a:hover {background-color:#7f8a48;}

/*END HEADER*/


/*MIDDLE SLIDER REGION:*/

#MiddleRegion {width:960px;min-height: 265px;float: left;}

#SliderArea {width:472px; min-height: 265px; float:left; background-color: #ccc;}

#IntroArea {width:472px; float:right; background: url(images/intro_bg.png) top repeat-x;color:#fff;}
#IntroAreaInside {width:446px; float:left; height:239px; margin:2px 2px 2px 2px; padding:10px 10px 10px 10px; border:1px solid #99a55a; font-size:13px; line-height: 19px;}
#IntroAreaInside h2 {font-size: 26px;margin:5px 0 13px 0;line-height: 24px;}
#IntroAreaInside img {margin:0 0 5px 8px;float:right;border:5px solid #fff;}

#MiddleNavRegion {width:960px; min-height: 30px; float:left; background-color: #b1b77c;margin:15px 0;}
#MiddleNavRegion ul {width:100%; text-align:center;list-style: none; font-family: Georgia, Serif;font-size: 16px;margin:7px 0 0 0;}
#MiddleNavRegion ul li {margin:0 0px;display: inline;}
#MiddleNavRegion ul li a {color:#fff;text-decoration: none;padding:0 30px;}
#MiddleNavRegion ul li a:hover {background-color:#7f8a48;}


/*END MIDDLE SLIDER REGION */



/*ACTUAL SLIDER: */


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:265px;	width: 472px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.image_reel ul {list-style:none;display:inline;float:left;}

.image_reel ul li {width:465px; height:50px; float:left; font-family: Myriad Pro, Arial, Sans Serif; font-size: 22px; color:#fff; padding:215px 0 0 7px; text-shadow: 1px 1px 0px #000; }

.image_reel ul li span {/*background-image: url(images/transparent.png);*/}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -10px; left: 7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background-image:url(images/slider_inactive.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:1px;
	width:13px;
	height:13px;
	display: inline;
}
.paging a.active {
	font-weight: bold;
	background-image:url(images/slider_active.png);
	/*background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging a:hover {font-weight: bold;}


.slide_overlay {
	position: absolute;
	bottom: 2px; left: 2px;
	width: 466px; height:259px;
	z-index: 50; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	border:1px solid #fff;
	opacity:0.4;
	filter:alpha(opacity=40);
	/*background: url(paging_bg2.png) no-repeat;*/
	/*display: none; */ /*--Hidden by default, will be later shown with jQuery--*/
}

.slide_description ul {list-style:none;display:inline;float:left;}

.slide_description ul li {width:472px; height:20px;float:left;}


/*END ACTUAL SLIDER*/



#MainContent {width:960px; min-height: 300px; float:left;}

#content {width:595px; padding:10px 15px 15px 10px; float:left;line-height: 18px;}
#content h3, #content h4, #content h5 {color:#c88b11;font-weight: bold;margin-top:20px;margin-bottom: 10px;}
#content h2 {margin-bottom: 20px; line-height: 22px;}
#FrontPagePosts {margin-top:35px;}
h2.content-title {font-size: 22px; font-weight: bold; color:#c88b11;border-bottom: 1px solid #b1b77c;line-height: 15px;margin-bottom:10px;padding-bottom: 3px;}
#content h2 a, #content h3 a {color:#c88b11; text-decoration: none;}
#content h2 a:hover, #content h3 a:hover {color:#5e88a2;text-decoration: none;}
h3.content-title {font-size: 18px; font-weight: bold; color:#c88b11;border-bottom: 0px solid #b1b77c;line-height: 15px;margin-bottom:10px;margin-top:10px;}

#content table tr td {
	padding:4px;
	vertical-align: top;
	}
	
#content table.divider tr td {
	border-bottom: dashed 1px #ccc;}

#content hr {
	size: 1px;color:#efefef; border:none; border-top:1px solid #efefef;margin-bottom:10px;
	}

#content hr#frontpage {
	size: 1px; color:#b1b77c; border-top:1px solid #b1b77c;margin-bottom:10px;
	}

#content div.postmeta {border-bottom: 0px solid #efefef;}


#content ul, #content ol {
	margin-left:30px;
	margin-bottom:15px;}
	
#content blockquote {
	margin-left:30px;
	}
	
#content img {border:1px solid #ccc;padding:5px;}

#content img.aligncenter {margin:0 auto; display:block; text-align: center;}

#content img.alignright {float:right;margin:0 0 8px 8px;}

#content img.alignleft {float:left;margin:0 8px 8px 0;}


p.content-author {font-size:11px; color:#666;margin:0 0 10px 0;}

div.postmeta {margin-bottom:20px;}

/*Sidebar Content:*/

#SidebarContainer {width:285px; float:right;background-color: #f3f4ea; color:#333; border:1px solid #eee;padding:15px 15px 0px 10px; line-height: 18px;}
#SidebarContainer ul {float:left;list-style: none;width:100%;margin-bottom:0px;margin-left:0px;}
#SidebarContainer ul li {float:left;background:url(images/widget_title_bg.png) no-repeat top left; padding:0 0 0 35px;margin:0 0 25px 0;width:250px;}
#SidebarContainer ul ul {float:left;background: none; margin:0 0 0 15px; padding:0;width:auto;}
#SidebarContainer ul ul li {float:left;background: none; margin:0 0 5px 0; padding:0;list-style: circle;}

h2.widgettitle {float:left; font-size: 16px; font-weight: bold; text-transform: uppercase;border-bottom: 1px solid #b1b77c; color:#7f8a48;width:100%;padding:0 0 0 0px; margin:0 0 10px 0px;line-height: 15px;}



/*End Sidebar Content*/

#BottomBar {width:930px; float:left; background-color: #b1b77c; margin:15px 0; padding:10px 15px; color: #fff; font-size: 13px;}


#FooterRegion {width:960px; min-height: 40px; text-align: center; float:left; color:#666;}




/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}