/* -----------------------------------------------------------------------
 Title:      	Anchor Realty Styles
 Author:     	Joseph Robert Lee
 Site:			http://www.asleepystudio.com
 Vesion: 		1.6
 Created: 		12/17/2008
 Last Modified: 02/08/2009
 Modified by: 	Joseph Robert Lee
 Copyright: 	2008, Anchor Realty Group.  All rights resevered.
----------------------------------------------------------------------- */

/* @group Background Images */

body#homepage {
	background: #fff url('img/bg_body_home.jpg') no-repeat fixed center -100px;
	border-top: 2px solid #14425a;
}

body#search {
	background: #d8d8d8 url('img/bg_body_search.jpg') no-repeat fixed center -400px;
	border-top: 2px solid #14425a;
}

body#services {
	background: #ebebeb url('img/bg_body_services.jpg') no-repeat fixed center center;
	border-top: 2px solid #14425a;
}

body#resources {
	background: #fff url('img/bg_body_resources.jpg') no-repeat fixed center center;
	border-top: 2px solid #14425a;
}

body#about {
	background: #fff url('img/bg_body_about.jpg') no-repeat fixed center top;
	border-top: 2px solid #14425a;
}

body#contact {
	background: #fff url('img/bg_body_contact.jpg') no-repeat fixed center -200px;
	border-top: 2px solid #14425a;
}

body#tags,
body#blog {
	background: #f2f2f2 url('img/bg_body_blog.jpg') no-repeat fixed center center;
	border-top: 2px solid #14425a;
}

body#blog-post, body#tags {
	background: #fff url('img/bg_body_blog-post.jpg') no-repeat fixed center center;
	border-top: 2px solid #14425a;
}

body#search #content {
	background: #fff;
	border: solid 5px #eee;
}
body#resources #content {
	background: rgba(255,255,255,0.90);
}
#content {
	margin: 4em auto;
	background: rgba(255,255,255,0.80);
	border: solid 5px #eee;
}

/* @end */

/* @group Typography */

img {
	border: solid 4px #ddd;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
hr.big {
	height: .2em;
	color: #ddd;
	background: #ddd;
}

.btn, input[type="button"] {
	padding: .25em .5em;
	color: #fff;
	background: #333;
	border: solid 1px #333;
	font-size: 1em;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: #444 1px 1px 0;
}

.btn:hover, input[type="button"]:hover {
	background: #444;
	color: #fff;
	text-shadow: #222 1px 1px 0;
	border: solid #999 1px;
}

.btn:active, input[type="button"]:active {
	color: #fff;
	background: #333;
	border: solid 1px #333;
	text-shadow: #444 1px 1px 0;
}

/* @end */

/* @group Header */

/* @group Branding */

#header {
	border-top: 2px solid #1c5c7e;
	margin-bottom: 2em;
}

h2#logo {
	display: block;
	padding: 0;
	margin: 2.6em 0 0;
	overflow: hidden;
	float: left;
	text-indent: -900em;
}

h2#logo a {
	display: block;
	font-size: 1.4em;
	font-weight: 100;
	text-shadow: #aaa 1px 1px 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 209px;
	height: 46px;
	background: url("img/logo_hover.png") no-repeat scroll left top;
}

h2#logo a:hover {
	background: url("img/logo.png") no-repeat scroll left top;
}

#homepage h2#logo {
	margin: 3.25em 0 0;
}

/* @end */

/* @group Navigation */

#main-nav {
	display: block;
	float: right;
	list-style: none;
	font-size: 1.4em;
	margin: 5em -1em 0 0;
	padding: 0;
	font-weight: lighter;
}

#main-nav li {
	float: left;
	margin-right: 1.55em;
}

#main-nav li.last {
	margin-right: 0;
}

#main-nav li a {
	color: #1c5c7e;
	text-decoration: none;
	padding: .25em .5em;
	text-shadow: #888 1px 1px 0;
}

#main-nav li a.active, #main-nav li a:hover {
	background: #eee;
	color: #154762;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
}

#top-nav {
	list-style: none;
	display: block;
	background: #e1e1e1;
	position: absolute;
	right: 6em;
	top: 4px;
	padding: .25em .5em;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
}

#top-nav li {
	float: left;
	margin-left: .5em;
	margin-right: .5em;
}

#top-nav li a {
	color: #1c5c7e;
	text-decoration: none;
	text-shadow: #aaa 1px 1px 0;
}

#top-nav li a.active {
	color: #154762;
}

#top-nav li a:hover {
	color: #333;
}

/* @end */

/* @group Intro */

#intro {
	margin-bottom: -2em;
}
#intro h1 {
	font-size: 2.2em;
	line-height: 1.25;
	font-weight: 200;
	color: #0d3a58;
	text-shadow: #aaa 1px 1px 0;
	margin: .5em 0 0;
}
#intro h1 span {
	font-size: .95em;
}
#intro h1 span span {
	padding-right: .5em;
	letter-spacing: 1px;
}

#intro img {
	border: solid 4px #ddd;
}

#intro div.span-9 {
	height: 180px;
}

/* @end */

/* @end */

/* @group Content */

#content #sub-nav {
	list-style: none;
	margin: 1em 0 3em;
	float: left;
}

#content #sub-nav li {
	float: left;
	margin-right: 1em;
	font-size: 1.2em;
}

#content #sub-nav li.last {
	margin-right: 0;
}

#content #sub-nav li a {
	background: #444;
	padding: .5em .75em;
	text-decoration: none;
	color: #fff;
	text-shadow: #333 1px 1px 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#content #sub-nav li a:hover, #content #sub-nav li a.active {
	background: #333;
	text-shadow: #000 1px 1px 0;
	-webkit-box-shadow: 1px 1px 5px #eee;
	-moz-box-shadow: 1px 1px 5px #eee;
}

#content h1 {
	padding-bottom: .25em;
	margin-bottom: .5em;
	color: #005b57;
	border-bottom: solid #ddd 1px;
	font-weight: lighter;
	font-size: 2.4em;
}
#content h1.intro {
	font-weight: 200;
	border-bottom: none;
	font-size: 2.4em;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: .25em
}
#content h1.intro span {
	text-transform: none;
}
#content h2 {
	font-size: 1.8em;
	margin-bottom: 0.25em;
	font-weight: lighter;
	color: #003d38;
}
#content h3 {
	margin-bottom: .5em;
	padding-bottom: .25em;
	font-size: 1.4em;
	color: #762810;
	border-bottom: solid 1px #ddd;
}
#content h4 {
	font-size: 1.2em;
	margin-bottom: .25em;
	line-height: 1;
	border-bottom: dotted 1px #ccc;
	padding-bottom: .25em;
	color: #ab3631;
}
#content .sidebar {
	padding: 1em;
	border: 5px solid #f5f5f5;
	background: #eee;
	text-shadow: #a0a0a0 1px 1px 0;
}

#content .sidebar h2 {
	font-size: 1.6em;
	line-height: 1.5;
	padding: .25em;
	margin-bottom: 1em;
	color: #444;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
}

#content .sidebar h2 a {
	text-decoration: none;
	text-shadow: #bcbcbc 1px 1px 0;
	color: #555;
}
#content .sidebar h2 a:hover {
	color: #276d80;
}
#content .sidebar ul {
	list-style: none;
	line-height: 2.4;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	border-top: solid 1px #ddd;
	border-bottom: solid 3px #e3e3e3;
}

#content .sidebar ul li a {
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	padding: 0 0 0 .3em;
	text-shadow: #bcbcbc 1px 1px 0;
}

#content .sidebar ul li a:hover,
#content .sidebar ul li a.active {
	background: #3ca4c1;
	color: #fff;
	text-shadow: 1px 1px 0 #444;
}

#homepage h2 {
	font-size: 1.6em;
	font-weight: 200;
	margin-bottom: 0;
	color: #10344a;
	line-height: 1;
}
#homepage h2.space {
	padding-top: 1em;
}
#content #idx-tools iframe {
	margin-bottom: 1em;
}
#content #idx-tools #featured-property {
	margin-bottom: 1.5em;
}
#content #idx-tools #property-search table {
	width: 96% !important;
}

/* @end */

/* @group Property Search */
#custom-header-inner {
	display: none !important;
	visibility: hidden !important;
}


/* @end */

/* @group About */
ul.coverage-areas {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 1em;
}
ul.coverage-areas li {
	float: left;
	background: #aaecef;
	padding: .4em .8em;
	display: block;
	margin: 0 .5em .5em 0;
}

/* @end */


/* @group Resources */

body#resources #content ul {
	list-style: none !important;
	line-height: 2.4;
	margin: 0 0 .5em 0;
	border-top: solid 1px #eee;
}

body#resources #content ul li {
	border-bottom: solid 1px #eee;
}

body#resources #content ul li a {
	text-decoration: none;
	display: block;
	padding-left: .25em;
}

body#resources #content ul li a:hover {
	background: #f4f4f4;
	color: #091f2b;
}

/* @end */

/* @group Blog */

#blog-post {
	background: transparent;
}

#blog-post #content {
	background: transparent;
	border: none;
}

	/* @group Post */
	
	#content .blog-post {
		margin-bottom: 3em;
		clear: both;
	}
	
	#content h1.post-title {
		margin-bottom: 0;
		font-weight: 200;
		border-bottom: none;
		color: #762810;
	}
	
	#content h3.post-title {
		margin-bottom: 0;
		font-weight: 200;
		border-bottom: none;
		font-size: 1.6em;
	}
	#content h3.post-title a {
		text-decoration: none;
	}
	#content p.post-details, #content p.post-catagorey {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	
	#content p.post-author {
		font-weight: bold;
	}
	
	#content p.post-catagorey span.right {
		display: block;
		float: right;
		text-transform: capitalize;
	}
	
	/* @end */
	
	/* @group Comments */
	
	#content h2#comments, #content h2#respond {
		text-transform: uppercase;
		font-size: 2.2em;
		font-weight: 300;
	}
	
	ol.post-comments {
		list-style: none;
		margin: 2em 0 1em;
	}
	
	ol.post-comments li {
		border-top: solid 1px #ddd;
		margin: 1em 0;
		padding: 1em 0;
		display: block;
		clear: both;
	}
	
	ol.post-comments span.comment-data {
		
	}
	
	ol.post-comments span.comment-data cite {
		display: block;
		font-weight: bold;
		text-shadow: #999 1px 1px 0;
		color: #00496c;
	}
	
	ol.post-comments span.comment-data span.date {
		display: block;
		clear: both;
		color: #333;
		text-shadow: #999 1px 1px 0;
	}
	
	ol.post-comments p.comment-number {
		text-align: right;
	}
	
	ol.post-comments p.comment-number a {
		text-decoration: none;
		color: #00496c;
		background: #ddd;
		padding: .25em .5em;
		text-shadow: #999 1px 1px 0;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: #999 1px 1px 1px;
	}
	
	/* @end */
	
	/* @group Tags */
	body#tags #content {
		background: transparent;
		border: none;
	}
	body#tags div.blog-post h3.post-title, body#tags div.blog-post p.post-details, body#tags div.blog-post h2#comments {
		display: none;
	}
	/* @end */
	
	/* @group Sidebar */
	
	.side-bar h2 {
		margin-bottom: .25em!important;
		line-height: 1.5!important;
	}
	.side-bar .search-box {
		margin-bottom: 1.5em;
	}
	.side-bar ul {
		list-style: none;
		margin: 0 0 1em 0;
		line-height: 2.4;
		border-top: solid 1px #eee;
	}
	
	.side-bar ul li a {
		border-bottom: solid 1px #eee;
		display: block;
		text-decoration: none;
	}
	
	.side-bar ul li a:hover {
		background: #f5f5f5;
	}

	.side-bar ul.recent-comments {
		line-height: 1.6;
	}
	
	.side-bar ul.recent-comments li a {
		padding: .5em 0;
	}
	.side-bar ul.recent-posts {
		border: none;
		margin: 0;
	}
	.side-bar ul.recent-posts li a {
		border: none;
		line-height: 1.4;
		margin-bottom: .5em
	}	
	
	.side-bar ul.recent-posts li a:hover{
		background: transparent;
	}
	
	.side-bar ul.recent-posts li p {
		margin: 0 0 1em 0;
		
	}	
	
	/* @end */

/* @end */

/* @group Contact */

#contact #content h2 {
	font-weight: 300;
	font-size: 2.4em;
	margin: 0;
	line-height: 1.2;
}

#content #google-map iframe {
	border: solid 4px #eee;
}

#content .vcard {
	background: #fafafa;
	padding: .75em 0 .25em .75em;
	border: solid 1px #eee;
	border-bottom: solid 15px #dfdfdf;
	margin-bottom: 1em;
	font-size: 1.2em;
}

form label em {
	text-transform: lowercase;
	letter-spacing: 0;
	color: #666;
}

form div p { color: #555;font-weight: lighter; letter-spacing: 1px;font-family: "Lucida Grande", Lucida, Verdana, sans-serif; text-shadow: #aaa 1px 1px 0; }

#content .hcard {
	text-transform: capitalize;
}

#content .hcard a {
	background: url(img/vcard_add.png) no-repeat left top;
	padding-left: 1.5em;
}
/* @end */

/* @group Footer */

#footer {
	background: #00496c;
	border-top: 5px solid #10344a;
	margin: 0;
	padding: 1em 0;
}

#footer a {
	color: #eee;
}

#footer a:hover {
	color: #266e80;
}

#directory-wrapper {
	border-top: 1px solid #00324c;
	border-bottom: 1px solid #005782;
	float: left;
}

#directory {
	border-top: 1px solid #005782;
	border-bottom: 1px solid #00324c;
	float: left;
	padding-top: 1em;
	color: #fff;
	text-shadow: #222 1px 1px 0;
}

#directory h4 {
	font-size: 1.4em;
	font-weight: 200;
	border-bottom: solid 1px #004262;
	margin-bottom: .5em;
	padding-bottom: .3em;
}

#directory h4 a {
	color: #fff;
	border-bottom: 1px solid #003955;
	text-decoration: none;
	padding-bottom: .4em;
}

#directory ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

#directory ul li a {
	color: #fff;
	text-decoration: none;
}

#directory ul li a:hover {
	color: #1d515f;
}

#directory a img {
	border: solid 4px #eee;
}

#copyright-wrapper {
	border-top: 1px solid #00324c;
	border-bottom: 1px solid #005782;
	float: left;
	margin: 2em 0 1em 0;
}

#copyright {
	border-top: 1px solid #005782;
	border-bottom: 1px solid #00324c;
	float: left;
	padding-top: .35em;
	color: #ddd;
	text-shadow: #222 1px 1px 0;
}

#copyright p {
	margin-bottom: .5em;
}

#copyright p.last {
	text-align: right;
}

#copyright p a {
	color: #ddd;
	text-decoration: none;
}

#copyright p span.cap {
	text-transform: uppercase;
}

/* @end */