/*   
Theme Name: Sagamore Properties
Theme URI: http://www.sagamoreproperties.com
Description: A custom theme for Sagamore Properties
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com
Version: 1.0b
*/


/* Reset */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}



/* ----- Body/Wrapper/Container ----- */



body {
	background: url(images/body-bg.jpg) repeat-x #92866e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
}

#page-wrap {
	width: 960px;
	padding: 0 9px;
	background: url(images/page-tabs.jpg) no-repeat transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.container, #header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 187px;
	background: url(images/header-bg.jpg) no-repeat #4a1d1d;
}


#header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:	960px;
	height: 187px;
	background: url(images/logo.png) no-repeat transparent;
}

/*
body.home #header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:	960px;
	height: 187px;
	background: url(images/logo-pumpkin.png) no-repeat transparent;
}
*/

#globalnav {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 47px;
	background: url(images/nav-bg.jpg) repeat-x #be9d82;
}

#globalnav ul li {
	display: inline;
	float: left;
	line-height: 47px;
	position: relative;
	z-index: 99999;
}

#globalnav ul li.first a {
	margin-left: 9px;
	padding: 0 26px;
}

#globalnav ul li a {
	display: block;
	color: #461c1d;
	text-decoration: none;
	padding: 0 18px;
	font-size: 16px;
	font-weight: bold;
}

#globalnav ul li a:hover {
	background: #c3a187;
}


/*1st sub level menu*/
		
		#globalnav ul li ul{
			left: 0;
			position: absolute;
			top: 1em; /* no need to change, as true value set by script */
			display: block;
			visibility: hidden;
			background: #461c1d;
		}
		
		/*Sub level menu list items (undo style from Top level List Items)*/
		#globalnav ul li ul li{
			display: list-item;
			float: none;
			line-height: 22px;
			width: 190px;
		}
		
		/*All subsequent sub menu levels offset after 1st level sub menu */
		#globalnav ul li ul li ul{ 
			left: 159px; /* no need to change, as true value set by script */
			top: 0;
		}
		
		/* Sub level menu links style */
		#globalnav ul li ul li a{
			display: block; /*width of sub menu levels*/
			color: #fff;
			text-decoration: none;
			border: none;
			padding: 5px 22px 5px 8px;
			font-size: 12px;
		}
		
		#globalnav ul li ul li a:hover {
			text-decoration: none;
			background:#301314;
		}







#content {
	background: url(images/content-bg.gif) repeat-y #baad99;
	margin: 0px 0px 0px 0px;
}

#content a {
	color: #491d1c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}



.main {
	width: 630px;
	padding: 20px;
	float: left;
}

#sidebar {
	float: right;
	width: 240px;
	padding: 25px;
}



#sidebar h3.qs {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 35px;
	background: url(images/quick-search.jpg) no-repeat #bdb2a1;
}

	#sidebar #qs {
		margin: 0 0 15px 20px;
		line-height: 1.5em;
	}
	
	#sidebar #qs div{
		line-height: 1.8em;
	}
	
	

#sidebar h3.fp {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 50px;
	background: url(images/feature-properties.jpg) no-repeat #bdb2a1;
}

	#sidebar div#fp {
		margin: 0 0 25px 25px;
	}
	
	#sidebar div#fp #SLIDESTEXT {
		line-height: 1.3em;
		margin: 6px 0 0 0;
	}

#sidebar h3.ct {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 30px;
	background: url(images/client-testimonial.jpg) no-repeat #bdb2a1;
}

#sidebar blockquote {
	margin: 15px 0 0 0;
	padding: 0px 0 10px 55px;
	background: url(images/quotes.jpg) no-repeat #bdb2a1;
	font-size: 13px;
	line-height: 1.5em;
}




.post h1 {
	color: #491d1c;
	font-size: 1.7em;
	line-height: 1.8em;
	font-weight: bold;
}

.post h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
}

.post h3 {
	color: #491d1c;
	font-size: 1.4em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
}

.post h4 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.post h5 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.post h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.post ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}

.post ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.post ol, .post ul {
	padding: 12px 0px;
}

.post ul.id-menu {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

.post ul.id-menu li {
	list-style: none;
	float: left;
	padding: 0 4px;
	margin: 0 0 0 0;
}



.post blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #92866e;
} 



.post p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.post p span {
	color: #333 !important;
}

.post hr {
	border: 0;
	background: #92866e;
	height: 2px;
	margin: 20px 0px;
	clear: both;
}

.post h5.look {
	display: block;
	background: url(images/look.jpg) no-repeat #b9ad97;
	padding: 0 0 0 55px;
	line-height: 50px;
	font-style: italic;
}

.post h5.homes {
	display: block;
	background: url(images/home.jpg) no-repeat #b9ad97;
	padding: 0 0 0 55px;
	line-height: 50px;
	font-style: italic;
}

.post strong.homes {
	display: block;
	position: relative;
	margin: -15px 0 0 0;
	padding: 0 0 0 55px;
}


#footer {
	text-align: left;
	padding: 25px 0px;
	color: #a49f95;
	background: #18130d;
}

#footer .container {
	background: url(images/footer-logos.jpg) top right #18130d no-repeat;
}


#footer p {
	line-height: 1.7em;
	font-size: 13px;
	padding: 4px 20px;
}

#footer a {
	text-decoration: none;
	color: #a49f95;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.facebook a {
	display: block;
	background: url(images/facebook.png) no-repeat transparent;
	padding: 0 0 0 35px;
	line-height: 26px;
}


/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* WordPress Post Navigation */

.navigation {
	height: 55px;
}

.navigation a {
	padding: 6px 8px;
	color: #fff !important;
	background: #491d1c;
	text-decoration: none;
	display: inline-block;
}

.post .entry {
	padding: 15px 0px;
}

.navigation .next-posts {
	float: left;
}

.navigation .prev-posts {
	float: right;
}

/* WordPress Post Comments */

#commentform div {
	margin: 8px 0px;
}

#commentform input, #commentform textarea {
	padding: 3px;
	color: #474747;
	border: #92866e 1px solid;
}

#commentform input#submit {
	padding: 6px 8px;
	color: #fff;
	background: #491d1c;
	text-decoration: none;
	display: inline-block;
}





/* Column Shortcodes */

.entry .leftcolumn, .entry .rightcolumn {width: 50%; line-height: 1.5em; }
.entry .leftcolumn {float: left;  }
.entry .rightcolumn {float: right; }
.entry .leftcolumn p {padding-right: 0.5em; }
.entry .rightcolumn p {padding-left: 0.5em; }
.entry .topcolumn {clear: both; }

ul.rss-news li {
	list-style: none;
	padding: 12px 0px;
	margin: 0 0 0 0;
}

ul.rss-news li a {
	font-weight: bold;
	font-size: 1.1em;
}

/* Column Shortcodes */

table.inline td {
	padding: 4px 6px;
	line-height: 1.5em;
}

.wpcf7 input, .wpcf7 textarea {
	padding: 3px;
	color: #474747;
	border: #92866e 1px solid;
} 

.wpcf7 p.submit-btn input {
	padding: 6px 8px;
	color: #fff;
	background: #491d1c;
	text-decoration: none;
	display: inline-block;
}

/* Featured Properties Styling */

.custom-fields {
	background: #b2a690;
	border: 1px solid #ab9f8b;
	padding: 15px;
	margin: 15px 0px;
}



.custom-fields h4 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	
	font-size: 14px;
}

.custom-fields h4 .title-attribute {
	font-weight: bold;
	font-family: Arial, sans-serif;
	display: inline-block;
	width: 120px;
}

#content .custom-fields .myGallery a {
	color: #fff;
}

#content .custom-fields .myGallery {
	border: none;
}

#content .custom-fields .jdGallery .slideElement {
	background-color: #b2a690;
}

