/* @override http://www.schottensteinrealestate.com/wp-content/themes/framework/include/css/screen.css */

/* @override http://www.schottensteinrealestate.com/wp-content/themes/framework/include/css/screen.css */

/*
#container
	#header-wrapper
		#header
			#logo
			#tagline
	#menu-wrapper
		ul#menu
	#page-wrapper
		#page
			#posts-wrapper
				#posts
			#sidebar-wrapper
				#sidebar
	#fold-wrapper
		#fold
	#footer-wrapper
		#footer
*/

/* ---------- Body / HTML ---------- */

	body {
		position: relative;
		height: 100%;
		color: #676761;
		background: #d5cfcb;
		}
		html {
			height: 100%;
			}

/* ---------- Links ---------- */

	a {
		color: #307cb4;
		text-decoration: none;
		}
		a:hover {
			color: #1f507d;
			text-decoration: underline;
			}

/* ---------- Headlines ---------- */

	h1, h2, h3 {
		color:#2c394e; /* 33332e; */
		}
	h4, h5, h6 {
		color:#2c394e; /* 33332e; */
		}
		
/* ---------- Page Container ---------- */

	#container {
		width: 1020px;
		margin: 0 auto 0;
		background: #D5CFCB url(../../images/backgrounds/body-bg.gif) repeat-y scroll 0 0;
		}
			
/* ---------- Header ---------- */

	#header-wrapper {
		height: 95px;
		background: #43403e url(../../images/backgrounds/menu-bg1.gif) repeat-x 0 0;
		}
		#header {
			width: 1020px;
			height: 95px;
			margin: 0 auto;
			background: transparent url(../../images/backgrounds/menu-bg2.gif) no-repeat 0 0;
			position: relative;
			}
			#logo a {
				display: block;
				width: 264px; height: 71px;
				background: #edede6;
				position: absolute;
				top: 12px; left: 35px;
				text-indent: -9999px;
				background: transparent url(../../images/logos/sre-logo.png) no-repeat 0 0;
				}
			#tagline {
				bottom: 10px; left: 270px;
				position: absolute;
				display: none;
				}
			
/* ---------- Main Navigation Drop Down ---------- */
	
	#menu-wrapper {
		position: absolute;
		right: 160px;
		z-index: 20;
		}
		/* Javascript */
		ul.menu { /* Top level */
			list-style: none;
			margin: 0;
			padding: 0;
			}
		ul.menu * { /* Top level */
			margin: 0;
			padding: 0
			}
			ul.menu a { /* All links */
				color: #ffffff;
				display: block;
				padding: 39px 12px;
				text-decoration: none;
				}
				ul.menu a:hover {
					background: transparent url(../../images/backgrounds/menu-hilite.gif) repeat-x 0 center;
					color: #ffffff;
					}
			ul.menu li { /* All sub-level list items */
				position: relative;
				float: left;
				}
				ul.menu ul { /* Drop-down, first level */
					position: absolute;
					top: 95px;
					left: 0px;
					display: none;
					opacity: 0;
					list-style: none;
					width: 160px; /* IE 7 */
					}
					ul.menu ul li {
						position: relative;
						width: 160px;
						margin: 0;
						}
						ul.menu ul li a {
							display: block;
							padding:6px 12px;
							line-height:20px;
							margin-top: 0px;
							margin-right: 0;
							background: #8f924b;
							}
							ul.menu ul li a:hover {
								background: transparent url(../../images/backgrounds/menu-hilite.gif) repeat-x 0 center; 
								}
							ul.menu ul ul { /* Drop-down, second level and beyond */
								left: 160px;
								top: 0px;
								}
		/* ul.menu .sub { background:transparent url(../../images/arrow.gif) 136px 8px no-repeat; } */
		
		ul.menu li.current_page_ancestor > a,
		ul.menu li.current_page_parent > a,
		ul.menu li.current_page_item > a { background: transparent url(../../images/backgrounds/menu-select.gif) repeat-x 0 center; }
		
		/* CSS Fallback */
		ul.menu li:hover > ul { display: block; opacity: 1;	}
		
		/* clearfix - If ul.menu this is needed so wrapping element background doesn't collapse. */
		/* ul.menu:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } */
	
	
	#facebook-btn {
		display: block;
		width: 39px;
		height: 36px;
		background: transparent url(../../images/buttons/mini-facebook.gif) no-repeat 0 0;
		position: absolute;
		left: 879px;
		top: 31px;
		text-indent: -9999px;
		}
	#twitter-btn {
		display: block;
		width: 39px;
		height: 36px;
		background: transparent url(../../images/buttons/mini-twitter.gif) no-repeat 0 0;
		position: absolute;
		left: 918px;
		top: 31px;
		text-indent: -9999px;
		}
	#rss-btn {
		display: block;
		width: 39px;
		height: 36px;
		background: transparent url(../../images/buttons/mini-rss.gif) no-repeat 0 0;
		position: absolute;
		left: 957px;
		top: 31px;
		text-indent: -9999px;
		}
		#facebook-btn:hover,
		#twitter-btn:hover,
		#rss-btn:hover {
			background-position: 0 -36px;
			}
			
	a.facebook-button {
		display: block;
		width: 238px;
		height: 119px;
		background: transparent url(../../images/buttons/facebook-button.gif) no-repeat 0 0;
		text-indent: -9999px;
		float: left;
		margin-bottom: 40px;
		}
	a.twitter-button {
		display: block;
		width: 238px;
		height: 119px;
		background: transparent url(../../images/buttons/twitter-button.gif) no-repeat 0 0;
		text-indent: -9999px;
		float: left;
		margin-bottom: 40px;
		}
		a.facebook-button:hover,
		a.twitter-button:hover {
			background-position: 0 -119px;
			}
	a.twitter-button:after {
		clear: left;
		}

	#menu2-wrapper {
		position: absolute;
		left: 480px;
		top: 6px;
		/*width: 510px; */
		z-index: 1000;
		width: 530px;
		}
		/* Javascript */
		ul.menu2 { /* Top level */
			list-style: none;
			margin: 0;
			padding: 0;
			}
		ul.menu2 * { /* Top level */
			margin: 0;
			padding: 0
			}
			ul.menu2 a { /* All links */
				color: #307CB4;
				display: block;
				padding: 17px 12px;
				text-decoration: none;
				}
				ul.menu2 a:hover {
					color: #1F507D;
					}
			ul.menu2 li { /* All sub-level list items */
				position: relative;
				float: left;
				margin-right: 1px;
				}
				ul.menu2 ul { /* Drop-down, first level */
					position: absolute;
					top: 49px;
					left: -1px;
					display: none;
					opacity: 0;
					list-style: none;
					width: 160px; /* IE 7 */
					left: 0px;
					background: #c3c2c1;
					}
					ul.menu2 ul li {
						position: relative;
						width: 160px;
						margin: 0;
						}
						ul.menu2 ul li a {
							display:block;
							padding:6px 12px;
							border:1px solid #c3c2c1;
							margin-top: -1px;
							background:#ECECEB;
							}
							ul.menu2 ul li a:hover {
								background: #c3c1bf;
								}
							ul.menu2 ul ul { /* Drop-down, second level and beyond */
								left: 159px;
								top: 0px;
								}
		/* ul.menu2 .sub { background:transparent url(../../images/arrow.gif) 136px 8px no-repeat; } */
		
		ul.menu2 .menuhover,
		ul.menu2 a:hover,
		ul.menu2 li.current_page_ancestor > a,
		ul.menu2 li.current_page_parent > a,
		ul.menu2 li.current_page_item > a { color: #1F507D; text-decoration: underline; }
		
		/* CSS Fallback */
		ul.menu2 li:hover > ul { display: block; opacity: 1; }
		
		/* clearfix - If ul.menu this is needed so wrapping element background doesn't collapse. */
		ul.menu2:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

	
	#submenu-wrapper {
		height: 55px;
		background: transparent url(../../images/backgrounds/submenu-bg1.gif) repeat-x 0 0;
		position: relative;
		z-index: 300;
		}
		#submenu {
			width: 1020px;
			height: 55px;		
			margin: 0 auto;	
			background: transparent url(../../images/backgrounds/submenu-bg2.gif) no-repeat 0 0;
			position: relative;
			}
			#condo-menu a.first {
				display: block;
				width: 146px;
				height: 49px;
				background: transparent url(../../images/buttons/condominiums.png) no-repeat 0 0;
				text-indent: -9999px;
				padding: 0;
				}
			#apartment-menu a.first {
				display: block;
				width: 146px;
				height: 49px;
				background: transparent url(../../images/buttons/apartments.png) no-repeat 0 0;
				text-indent: -9999px;
				padding: 0;
				}
			#commercial-menu a.first {
				display: block;
				width: 146px;
				height: 49px;
				background: transparent url(../../images/buttons/commercial.png) no-repeat 0 0;
				text-indent: -9999px;
				padding: 0;
				}
				#condo-menu a.first:hover,
				#apartment-menu a.first:hover,
				#commercial-menu a.first:hover {
					background-position: 0 -49px;
					}
	
	#condo-menu {
		position: absolute;
		left: 159px;
		width: 149px;
		top: 6px;
		z-index: 10;
		}
	#apartment-menu {
		position: absolute;
		left: 10px;
		width: 149px;
		top: 6px;
		z-index: 10;
		}
	#commercial-menu {
		position: absolute;
		left: 308px;
		width: 149px;
		top: 6px;
		z-index: 10;
		}
		/* Javascript */
		ul.menu3 { /* Top level */
			list-style: none;
			margin: 0;
			padding: 0;
			}
		ul.menu3 * { /* Top level */
			margin: 0;
			padding: 0
			}
			ul.menu3 a { /* All links */
				color: #74716d;
				display: block;
				padding: 17px 12px;
				text-decoration: none;
				}
				ul.menu3 a:hover {
					color: #292726;
					}
			ul.menu3 li { /* All sub-level list items */
				position: relative;
				float: left;
				}
				ul.menu3 ul { /* Drop-down, first level */
					position: absolute;
					top: 50px;
					left: 0px;
					display: none;
					opacity: 0;
					list-style: none;
					width: 160px; /* IE 7 */
					}
					ul.menu3 ul li {
						position: relative;
						width: 146px;
						margin: 0;
						}
						ul.menu3 ul li a {
							display:block;
							padding:6px 12px;
							border:1px solid #c3c2c1;
							margin-top: -1px;
							margin-right:0;
							background:#ECECEB;
							}
							ul.menu3 ul li a:hover {
								background: #c3c1bf;
								}
							ul.menu3 ul ul { /* Drop-down, second level and beyond */
								left: 145px;
								top: 0px;
								}
		/* ul.menu3 .sub { background:transparent url(../../images/arrow.gif) 136px 8px no-repeat; } */
		
		ul.menu3 li.current_page_ancestor > a,
		ul.menu3 li.current_page_parent > a,
		ul.menu3 li.current_page_item > a { color: #292726; text-decoration: underline; }
		
		/* CSS Fallback */
		ul.menu3 li:hover > ul { display: block; opacity: 1; }
			
/* ---------- Page ---------- */

	#page-wrapper {
		margin: 0 10px 0 10px;
		min-height: 670px;
		overflow: hidden;
		}
		#page-wrapper.is_front {
			margin: 0;
			height: 670px;
			overflow: hidden;
			}
		#page {
			width: 1000px;
			position: relative;
			z-index: 1;
			}

			/* ---------- Posts ---------- */
			
				#posts-wrapper {
					}
					#posts {
						width: 556px;
						float: right;
						}
					
			/* ---------- Sidebar ---------- */
			
				#sidebar-wrapper {
					position:absolute;
					left: 169px;
					z-index:10;
					}
					#sidebar {
						margin-bottom:15px;
						margin-right:15px;
						margin-top:15px;
						}
				
				#page-background {
					/*position: absolute;*/
					/*left: 0;*/
					/*top: 0;*/
					width: 444px;
					height: 625px;
					overflow: hidden;
					z-index: 1;
					float: left;
					}
		
/* ---------- Fold ---------- */

	#fold {
		width: 1000px;
		height: 162px;
		left: 10px;
		top: 509px;
		background: transparent url(../../images/backgrounds/fold-bg2.png) no-repeat 0 0;
		position: absolute;
		z-index: 10;
		}

	#home-slideshow {
		width: 1000px;
		height: 550px;	
		left: 10px;
		top: 0;
		position: absolute;
		z-index: 0;
		overflow: hidden;
		}
	
	#blurb {
		background: #000000;
		color:#FFFFFF;
		font-size:1.2em;
		left:10px;
		line-height:1.5em;
		padding:16px 16px 7px;
		position:absolute;
		top:58px;
		width:412px;
		z-index:1;
		background: rgba(0,0,0,.65);
		}
		#blurb a,
		#blurb h1 {
			color: #80bdde;
			}
	
/* ---------- Widget ---------- */

	.widget {
		background: #ffffff;
		background:rgba(246, 247, 247, 0.95);
		margin-bottom:15px;
		padding:15px;
		width:230px;
		}
		#sidebar .widget {}
		
		.widget-title {
			margin: 0 0 10px;
			padding: 0;
			}
			.widget a {}
				.widget a:hover {}
				#sidebar .widget a:hover {}
				
/* ---------- Footer ---------- */

	#footer-wrapper {
		/* height: 45px; */
		background: transparent url(../../images/backgrounds/footer-bg1.gif) repeat 0 0;
		width: 100%;
		z-index: 30;
		position: relative;
		}
		#footer {
			background:transparent url(../../images/backgrounds/footer-bg2.gif) repeat-y scroll 0 0;
			/* height:30px; */
			margin:0 auto;
			padding:15px 20px 0;
			position:relative;
			width:980px;
			color: #b2cee3;
			text-align: center;
			font-size:12px;
			}
			#footer a {
				color: #b2cee3;
				}
			#footer .seo-text {
				border-top: 1px dotted #B2CEE3;
				font-size: 10px;
				line-height: 10px;
				margin-top: 10px;
				padding: 10px 0;
				}

/* ---------- Post / Page Admin Buttons ---------- */

	.post-toolbar {
		bottom:4px;
		position:absolute;
		right:4px;
		z-index:1;
		}
		.post-toolbar a {
			background: #FAFAF5;
			border: 1px solid #D9D9CE;
			display: block;
			font-size: 10px;
			font-weight: bold;
			padding: 2px 6px;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
			float: right;
			margin-left: 4px;
			}
			.post-toolbar a:hover {
				color: #FAFAF5;
				background-color: #307cb4;
				}
		a.post-edit-link {
			padding-right: 20px;
			background: #FAFAF5 url(../../images/navigation/edit-dark.png) no-repeat scroll right center;
			}
			a.post-edit-link:hover {
				background: #307cb4 url(../../images/navigation/edit-light.png) no-repeat scroll right center;
				}
		a.post-delete-link {
			padding-right: 20px;
			background: #FAFAF5 url(../../images/navigation/delete-dark.png) no-repeat scroll right center;
			}
			a.post-delete-link:hover {
				background: #307cb4 url(../../images/navigation/delete-light.png) no-repeat scroll right center;
				}
				
/* ---------- Comment Button ---------- */
	
	span.post-comments a {
		display:inline-block;
		padding-right:13px;
		background:transparent url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
		display:inline-block;
		font-size:10px;
		font-weight:bold;
		padding:2px 20px 2px 6px;
		text-transform:uppercase;
		white-space:nowrap;
		border:1px solid #D9D9CE;
		text-decoration: none;
		}
		span.post-comments a:hover {
			color: #FAFAF5;
			background:#307cb4 url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;
			}
					
/* ---------- Breadcrumb ---------- */

	#breadcrumb-wrapper {
		margin-bottom: 10px;
		margin-top: 16px;
		}
		#breadcrumb-wrapper span {
			}
		ul#breadcrumb {
			display: block;
			margin: 0;
			}
			#breadcrumb li {
				display: block;
				float: left;
				margin: 0 6px 0 0;
				padding: 0;
				}
				#breadcrumb li a {
					margin-right: 2px;
					text-decoration: none;
					color: #292726;
					}
				#breadcrumb li.current_page_item a,
				#breadcrumb li.current_page_ancestor a {
					color: #292726;
					}
					#breadcrumb li a:hover {
						color: #307cb4;
						text-decoration: underline;
						}
		
/* ---------- Post and Page ---------- */
	
	.post, .attachment {
		margin-bottom: 10px;
		padding: 40px;
		position: relative;
		}
		.thumbnail {
			float:left;
			margin-right:15px;
			}
			.thumbnail img {
				display:block;
				}
		.teaser .thumbnail {
			margin-right: 0;
			margin-bottom: 10px;
			float: none;
			}
		.post-teaser {
			margin-bottom: 10px;
			}
			.post-thumbnail a {}
			.post-thumbnail img {
				/* border: 1px #D9D9CE solid; */
				}
		.mini-post {
			border:1px solid #D9D9CE;
			margin:0 0 10px;
			padding:15px;
			}			
			.mini-post .post-header {
				display: block;
				font-size: 1.2em;
				}	
		.post-date {
			font-size: .9em;
			line-height: 1em;
			margin: 0 0 .8em 0;
			display: block;
			}
	.page {
		margin-bottom: 40px;
		padding: 40px;
		position: relative;
		}
		.page-teaser {
			width: 280px;
			}
			.page-teaser.odd {
				float: left;
				}
			.page-teaser.even {
				float: right;
				}	
	.comments-wrapper {
		background:#FAFAF5;
		margin-bottom: 15px;
		padding:15px;
		}
		
		/* ----- post title ----- */
		
		.post-header {
			margin:0 0 10px;
			text-transform:none;
			}
			.post-header a {
				text-decoration: none;
				}
				.post-header a:hover {
					}
		.mini-post .post-header {
			display: block;
			font-size: 1.2em;
			}
		
		/* ----- post footer block ----- */
		
		.post-footer {
			border-top:1px dashed #D9D9CE;
			font-size:0.9em;
			margin:15px 0 0;
			padding:6px 0 0;
			}
			.post-footer a {
				color: inherit;
				font-weight: bold;
				}
				
		/* ----- post interior formatting ----- */
		
		.post-inside {
			position: relative;
			}
			.post-inside ul {
				list-style-image: url(../../images/elements/tick-right-black.png);
				list-style-position: outside;
				list-style-type: none;
				}
			.post-inside ul, .post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
				margin-left: 10px; /* Indent it so it stands out. */
				}
				.post-inside ul li ul, .post-inside ol li ol {
					/* A nested list. */
					margin-top: 4px;
					margin-bottom: -4px; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				.post-inside li {
					margin-top: 0;
					margin-bottom: 0;
					margin-left: 15px; /* Amount of indentation */
					padding-bottom: 4px;
					padding-top: 6px;
					}
			a.more-link {
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				white-space: nowrap;
				display: block;
				text-align: right;
				}

/* ---------- Page Navigation ---------- */

	.page-navigation {
		background:#D9D9CE none repeat scroll 0 0;
		margin:10px 0 15px;
		padding:6px 3px 5px 6px;
		text-align:right;
		}
		.page-navigation a {
			font-weight: normal;
			background: #307cb4;
			color: #fafaf5;
			margin:0 2px;
			padding:3px 6px;
			text-decoration: none;
			}
			.page-navigation a:hover {
				background: #1f507d;
				}

/* ---------- Post Navigation ---------- */

.post-navigation {
	background: #fafaf5;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	padding: 10px;
	}
	.post-navigation a {
		text-decoration: none;
		}
		.post-navigation a:hover {
			background-color: #1f507d;
			}
	.post-navigation .nav-both {
		text-align: left;
		}
	.post-navigation .nav-back {
		}
		.post-navigation .nav-back a {
			background:transparent url(../../images/navigation/older.png) no-repeat scroll left 0;
			display:block;
			float:left;
			height:25px;
			line-height:25px;
			padding:0 10px 0 30px;
			}
			.post-navigation .nav-back a:hover {
				background-position: left -25px;
				}
	.post-navigation .nav-next {
		}
		.post-navigation .nav-next a {
			background:transparent url(../../images/navigation/newer.png) no-repeat scroll right 0;
			display:block;
			float:right;
			height:25px;
			line-height:25px;
			padding:0 30px 0 10px;
			}
			.post-navigation .nav-next a:hover {
				background-position: right -25px;
				}

/* ---------- Section Title ---------- */

	
.section-title {
	background: #fafaf5;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 10px;
	}
	.section-title strong {
		font-weight: bold;
		}
	.section-title span {
		float: right;
		}

/* ---------- Comments ---------- */

form#comment-form label {
	display:block;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
	}
form#comment-form textarea {
	width: 95%;
	}
form#comment-form input[type="text"] {
	width: 50%;
	}
.form-wrapper {
	background:#FAFAF5;
	border:5px solid #D9D9CE;
	margin:10px 0 0;
	padding:15px;
	}	
ol.commentlist {
	list-style:none; margin:0;
	}
	ol.commentlist li {
		border:1px solid #D9D9CE;
		margin:0 0 15px;
		padding: 10px 10px 10px 60px;
		position:relative;
		background: #EDEDE6;
		}
		ol.commentlist li.pingback comment-author {
			padding:0 170px 0 0;
			}
		ol.commentlist li div.vcard {
			font-weight:bold;
			margin-bottom: 5px;
			}
			ol.commentlist li div.vcard cite.fn { font-style:normal; }
			ol.commentlist li div.vcard cite.fn a.url {}
			ol.commentlist li div.vcard cite.fn a.url:hover {}
			ol.commentlist li div.vcard img.avatar {
				background: #fafaf5;
				border:1px solid #D9D9CE;
				padding: 5px;
				left:7px;
				position:absolute;
				top:7px;
				}
		ol.commentlist li div.comment-meta {
			font-size: 10px;
			font-weight:normal;
			position:absolute;
			right:10px;
			text-align:right;
			top:9px;
			}
			ol.commentlist li div.comment-meta a { color: inherit; }
	
ol.commentlist li ul { list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a { 
	display:inline-block;
	padding-right:13px;
	background:#fafaf5 url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	padding:2px 20px 2px 6px;
	text-transform:uppercase;
	white-space:nowrap;
	border:1px solid #D9D9CE;
	text-decoration: none;
	}
	ol.commentlist li div.reply a:hover {
	color: #FAFAF5;
	background:#307cb4 url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;}
	
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
	ol.commentlist li ul.children li.depth-1 { background:#EDEDE6; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-2 { background:#fafaf5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-3 { background:#EDEDE6; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-4 { background:#fafaf5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-5 { background:#EDEDE6; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-6 { background:#fafaf5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-7 { background:#EDEDE6; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-8 { background:#fafaf5; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-9 { background:#EDEDE6; margin: 0 0 5px; }
	ol.commentlist li ul.children li.depth-10 { background:#fafaf5; margin: 0 0 5px; }

ol.commentlist ul.children li.odd {}
ol.commentlist ul.children li.even {}
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

/* ---------- Widgets ---------- */

		.widget ul {
			list-style-image: none;
			list-style-position: inside;
			list-style-type: none;
			}
		.widget>ul, .widget>ol, .textwidget>ul, .textwidget>ol {
			/* A root-level list. Not nested. */
			display: block;
			margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
			margin-left: 0; /* Indent it so it stands out. */
			border-bottom: 1px #D9D9CE dotted;
			}
			.widget ul li ul, .widget ol li ol {
				/* A nested list. */
				margin-top: 4px;
				margin-bottom: -4px; /* Remove bottom margin. */
				margin-left: 0; /* Remove extra left margin. */
			}
			.widget li {
				border-top: 1px #D9D9CE dotted;
				margin-top: 0;
				margin-bottom: 0;
				margin-left: 0; /* Amount of indentation */
				padding-bottom: 5px;
				padding-top: 5px;
				padding-left: 15px;
				background: transparent no-repeat url(../../images/elements/tick-right-black.png) 0 8px;
				}

	.widget_subpages a {
		color: #292726;
		}
	.widget_subpages ul li ul {
		}
		.widget_subpages ul li.current_page_item ul,
		.widget_subpages ul li.current_page_ancestor ul {
			display: block;
			}
	
		.widget_subpages .current_page_item > a,
		.widget_subpages .current_page_ancestor .current_page_item > a,
		.widget_pages .current_page_item > a,
		.widget_pages .current_page_ancestor .current_page_item > a {
			font-weight: bold; color: #1f507d;
			}
		
		.widget_subpages .current_page_ancestor > a,
		.widget_subpages .current_page_ancestor .current_page_ancestor > a,
		.widget_pages .current_page_ancestor > a,
		.widget_pages .current_page_ancestor .current_page_ancestor > a {
			font-weight: bold; color: #1f507d;
			}

	.widget select {
		font-size: 10px;
		margin: 0;
		padding: 0;
		}
	.widget p {
		margin-bottom: .6em;
		}

.share-posts {
	}
	.share-posts li {
		float: left;
		margin: 0 5px;
		display: block;
		}
		.share-posts a:hover img {
			opacity: .5;
			}
	
.widget_tag_cloud {
	}
	.widget_tag_cloud > div {
		text-align: justify;
		line-height: 2em;
		}
		.widget_tag_cloud > div a {
			vertical-align: baseline;
			}
	
.about-author img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	}

#searchform {
	}
#searchform #s {
	border:1px solid #D9D9CE;
	color:black;
	cursor:text;
	display:block;
	float:left;
	font-size:12px;
	line-height:14px;
	margin:0 10px 0 0;
	padding:5px 5px 4px;
	width:178px;
	}
#searchsubmit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#307cb4 url(../../images/elements/nav-right.png) no-repeat scroll right center;
	border:0 none;
	color:#ffffff;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin:0;
	padding:4px 20px 4px 7px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:bottom;
	width:80px;
	float: right;
	}
	#searchsubmit:hover {
		background-color: #32bef3;
		color: #ffffff;
		}

/* ---------- Tables ---------- */


/* content page internal layout */
table {
	border-collapse: collapse;
	margin-bottom: .4em;
	/* border: 1px solid #B8D2E5; */
	}
	caption {
		padding: .6em .8em;
		text-align: left;
		vertical-align: top;
		/* border: 1px solid #B8D2E5; */
		}
	th {
		font-size:0.9em;
		font-weight:bold;
		width:120px;
		}
	th, td {
		/* border: 1px solid #B8D2E5; */
		padding:0 1.6em 1.6em 0;
		text-align:left;
		vertical-align:top;
		}
	table.leasing-table td, th {
		padding: 6px 8px;
		border: 1px #cccccc solid;
		vertical-align:middle;
		}
	table.feature-table td, th {
		padding: 6px 8px;
		border: 1px #cccccc solid;
		vertical-align:top;
		}
		table.feature-table {
			margin-bottom: .8em;
			margin-top: 0;
			font-size: .9em;
			}
			table.feature-table ul {
				margin-bottom: 0;
				}
		
		
	.widget_calendar h3 {
		display: none;
		}
	table#wp-calendar {
		color: #676761;
		background: #fafaf5;
		/* border: 1px #D9D9CE solid; */
		width: 100%;
		margin: 0 auto;
		}
		table#wp-calendar caption {
			text-align: center;
			padding: 0 0 6px;
			}
		table#wp-calendar th,
		table#wp-calendar td {
			border: 1px #D9D9CE solid;
			text-align: center;
			padding:4px;
			}
		table#wp-calendar th {
			background: #EDEDE6;
			font-weight: normal;
			}
		table#wp-calendar .pad {
			}
		table#wp-calendar tfoot tr,
		table#wp-calendar tfoot td {
			border: 0 none;
			padding: 6px 0 0;
			}
			table#wp-calendar #prev {
				text-align: left;
				}
			table#wp-calendar #next {
				text-align: right;
				}

/* ---------- Forms ---------- */
		
			
	fieldset {
		border: 1px solid #D9D9CE;
		}	
	legend {
		}
		
		/* IE doesn't like psuedo selectors */
		input,
		textarea {
			background: #fafaf5;
			color: #676761;
			border: 1px solid #D9D9CE;
			}
		
		input[type='text'],
		input[type='password'],
		textarea {
			background: #fafaf5;
			color: #676761;
			border: 1px solid #D9D9CE;
			}
			input[type='text']:focus,
			input[type='password']:focus,
			textarea:focus {
				background: #ffffff;
				}
				
	input[type='submit'] {
		font-weight: normal;
		display: block;
		font-size:12px;
		line-height:14px;
		text-transform: uppercase;
		text-decoration:none;
		padding: 5px 20px 5px 8px;
		margin: 0;
		border: 0 none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #307cb4 url(../../images/elements/nav-right.png) no-repeat scroll right center;
		color: #ffffff;
		}
		input[type='submit']:hover {
			background-color: #1f507d;
			color: #ffffff;
			}
	
	#contact-form {
		background:#f0efee none repeat scroll 0 0;
		border:1px solid #D9D9CE;
		overflow:hidden;
		padding:10px 0 0 10px;
		margin: 10px 0;
		}
		#contact-form .third {
			float:left;
			margin:0 0 10px 0;
			width:154px;
			}
			#contact-form .third input {
				margin-top:2px;
				width:136px;
				}
		#contact-form .full {
			clear: left;
			margin: 0 0 10px 0;
			}
			#contact-form .full textarea {
				margin-top:2px;
				width:445px;
				}
		#contact-form .send {
			margin: 0;
			}
		#contact-form .send input {
			font-weight: normal;
			display: block;
			font-size:12px;
			line-height:14px;
			text-transform: uppercase;
			text-decoration:none;
			padding: 5px 20px 5px 8px;
			margin: 0;
			border: 0 none;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			background: #307cb4 url(../../images/elements/nav-right.png) no-repeat scroll right center;
			color: #ffffff;
			cursor: pointer;
			float: left;
			margin: 0 10px 10px 0;
			}
			#contact-form .send input:hover {
				background-color: #1f507d;
				color: #ffffff;
				}

	/* ---------- Images / Captions ---------- */
	
	.wp-caption {
		background: #fafaf5;
		border: 1px solid #D9D9CE;
		max-width: 583px;
		height: auto;
		}
		.post-inside img { /* All images */
			max-width: 605px;
			height: auto;
			}
		.wp-caption img { /* Images with captions */
			border: 0 none;
			max-width: 583px;
			height: auto;
			}
			
	/* ---------- jQuery Slideshow ---------- */
	
	#slideshow {
		}
		#slide-large {
			position: relative;
			}
			#slide-large img {
				display:block;
				margin:0 auto;
				}
			#slide-caption {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				background: rgba(0,0,0,.45);
				color: white;
				padding: 8px 0;
				text-align: center;
				}
			#slide-nav {
				}
				#slide-next {
					position: absolute;
					width: 20px;
					height: 30%;
					right: 0;
					top: 35%;
					background: rgba(0,0,0,.45) url(../../images/elements/tick-right.png) no-repeat center center;
					}
				#slide-back {
					position: absolute;
					width: 20px;
					height: 30%;
					left: 0;
					top: 35%;
					background: rgba(0,0,0,.45) url(../../images/elements/tick-left.png) no-repeat center center;
					}
				#slide-next:hover {
					background: rgba(255,255,255,.45) url(../../images/elements/tick-right-black.png) no-repeat center center;
					}
				#slide-back:hover {
					background: rgba(255,255,255,.45) url(../../images/elements/tick-left-black.png) no-repeat center center;
					}
		#slide-thumbs { display: block; }
			.slide-thumb img { opacity: .5; cursor: pointer; }
			.slide-thumb img:hover,
			.slide-thumb img.selected { opacity: 1; }
				.slide-title { display: none; }
				.slide-caption { display: none; }
				.slide-description { display: none; }
				
	/* ---------- Gallery ---------- */
	
	#nav-images {
		}
		.previous-image {
			float: left;
			}
		.next-image {
			float: right;
			}
	
	div.gallery {
		/* margin: 5px auto 15px !important; */
		}
		dl.gallery-item {
			margin-top: 7px !important;
			}
			dt.gallery-icon {
				margin: 0;
				padding: 0;
				}
				dt.gallery-icon a {
					}
					dt.gallery-icon img {
						border: 5px solid #D9D9CE !important;
						}
					dt.gallery-icon img:hover {
						border: 5px solid #307CB4 !important;
						}
			dd.gallery-caption {
				}
