/*  
Theme Name:     Fountain Hills Update
Theme URI:      http://www.FountainHillsUpdate.com
Description:    An example of a luxury real estate showcase
Version:        1.5
Date:           August, 2008
Author:         Jay Robinson
Author URI:     http://jayrobinson.name
*/



/*
Source:         Eric Meyer's CSS Reset Stylesheet
URL:            http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /* Restore some sensible defaults */ strong { font-weight:bold } em { font-style:italic } a img { border:none } /* Gets rid of IE's blue borders */ a { outline: none; } /* remove all of those nasty dotted borders from all of your links */



/* 
Clearfix (easy clearing of floats)
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display: block;}
* html .clearfix {height:1px} /* For IE */



body {
	background: #CCC3A6 /* #C5D9EA */;
	width: 900px;
	color: #202020;
	font-size: 16px;
	font-family: "Georgia", "Times New Roman", times, serif;
	margin: 0 auto;
	padding: 0;
	}
	
#wrap {
	background: #fff url(img/wrap.gif);
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited { 
	color: #800000; 
	text-decoration: underline; 
	-webkit-transition: color, background-color .25s ease-in;
}
	
a:hover { 
	text-decoration: none;
}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #fff url(img/header1.gif);
	width: 860px;
	height: 76px;
	color: #202020;
	margin: 0 auto;
	padding: 0;
	}

.hide { text-indent: -9999px; }
	
#header a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}

#header a:hover { color: #800000; }
	
#header h3 {
	color: #202020;
	font-size: 18px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#headerleft {
	height: 76px;
	width: 460px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	}
	
#headerleft a {
	display: block;
	height: 76px;
	width: 460px;
	}

#headerright {
	width: 235px;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#headerright h3 {
	margin-top: 12px;
	padding: 0;
	}
	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #fff url(img/topnav.gif);
	width: 900px;
	height: 50px;
	color: #fff;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
	
#topnavbar a:hover { text-decoration: none; }

#topnavbar p {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 0;
	margin: 0;
	}
	
.topnavbarleft {
	width: 590px;
	float: left;
	margin: 0;
	padding: 28px 0 0 30px;
	overflow: hidden;
	}
	
.topnavbarright {
	font-size: 16px;
	width: 250px;
	float: right;
	margin: 0;
	line-height: 17px;
	padding: 27px 30px 0 0;
	text-align: right;
	overflow: hidden;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0 2px 0 0;
	padding: 0;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #fff url(img/navbar.gif);
	width: 860px;
	height: 30px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	}

ul#nav { 
	list-style: none;
	margin: 0 15px; 
	overflow: hidden;
	width: 860px;
}

#nav a {
	color: #fff;
	display: block;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
	text-shadow: #000 1px 1px 0;
	}
	
#nav a:hover, #nav a.current { background: #989383; text-decoration: none; }

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	color: #3A3734;
	width: 140px;
	float: none;
	margin: 0;
	padding: 8px 10px;
	border: solid #989383;
	border-width: 0 1px 1px;
	text-decoration: none;
	text-shadow: none;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #fff;
	background: #989383;
	padding: 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	z-index: 1000;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6em;
	}
	
#content h1 {
	color: #202020;
	font-size: 24px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #202020;
	text-decoration: none;
	margin: 0 0 10px;
	padding: 0;
	}

#content h1 a:hover { color: #800000; text-decoration: none; }

#content h1.entry-title {
	font-family: "Georgia", "Times New Roman", times, serif;
}

#content h1.entry-title,
#content h2 {
	color: #202020;
	font-size: 20px;
	margin: 0 0 3px 0;
	padding: 5px 0 0 0;
	}
	
#content h2 a, #content h2 a:visited { color: #202020; text-decoration: none; }

#content h2 a:hover { color: #202020; text-decoration: underline; }
	
#content h3 {
	color: #202020;
	font-size: 18px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px;
	}
	
#content h4 {
	background: #6C6964;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	line-height: 22px;
	}
	
#homeleft {
	float: left;
	width: 480px;
	margin: 20px 0 10px 10px;
	padding: 0 20px 0 10px;
	display: inline;
	}
	
#homeleft p,
#homeleft ul,
#homeleft ol,
#homeleft dl {
	margin-bottom: 1em;
}

#homeleft p {
	clear: both;
}
	
#contentleft p { padding: 0 0 15px; margin: 0; }
	
#contentleft {
	float: left;
	width: 480px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	display: inline;
	}
	
#contentleft a img {
	border: none;
	margin: 0 10px 10px 0;
	padding: 0;
	}
	
.archive {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
.date { margin: 0; padding: 0; }
	
.date p { font-size: 12px; }
	
#contentleft ol {
	margin: 0 0 0 5px;
	padding: 0 0 15px;
	}
	
#contentleft ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#contentleft ul ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

blockquote {
	margin: 0 20px 15px;
	padding: 5px 0 5px 15px;
	border-left: 3px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0;
	padding: 0;
	}
		
.abouthome {
	background: #fff;
	float: left;
	width: 480px;
	margin: 0;
	padding: 20px 0;
	}
	
.abouthome p {
	margin: 0;
	padding: 0;
	}
	
.abouthome p img {
	margin: 0;
	padding: 4px;
	border: 1px solid #6C6964;
	}
	
.postarea {
	background: #fff;
	float: left;
	width: 480px;
	margin: 0;
	padding: 10px 0 0;
	}
	
.postmeta {
	width: 480px;
	font-size: 12px;
	padding: 5px 0 0;
	margin: 0 0 22px;
	border-top: 1px dotted #C0C0C0;
	clear: both;
	}
	
.postmeta2 {
	width: 480px;
	font-size: 12px;
	padding: 5px 0 0;
	margin: 0 0 40px;
	border-top: 1px dotted #C0C0C0;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 1px solid #6C6964;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 0 10px;
	display: inline;
	border: 1px solid #6C6964;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	border: 1px solid #6C6964;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	display: inline;
	border: 1px solid #6C6964;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 20px 0 0;
	line-height: 18px;
	display: inline;
	overflow: hidden;
	}
	
#sidebar p {
	font-size: .9em;
	padding: 0 0 10px;
	margin: 0;
	}
	
#sidebar p img {
	margin: 0;
	padding: 4px;
	border: 1px solid #6C6964;
	}
	
#sidebar a img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 {
	background: #6C6964;
	color: #fff;
	font-size: 14px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 2px 0 2px 10px;
	line-height: 20px;
	}
	
#sidebar h3 {
	color: #800000;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0;
	}
	
#sidebar h3 a, #sidebar h3 a:visited { color: #800000; text-decoration: underline; }

#sidebar h3 a:hover { color: #800000; text-decoration: none; }
	
#sidebar ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li li {
	padding: 0 0 5px 20px;
	margin: 0;
	}
	
#sidebar ul li ul li {
	font-size: 14px;
	padding: 0 0 5px 20px;
	margin: 0;
	}
	
/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	background: #fff;
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: inline;
	}
	
#l_sidebar p {
	padding: 0 0 15px;
	margin: 0;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0;
	padding: 0 0 15px;
	}
	
#l_sidebar h2 {
	background: #6C6964;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 1px 0 1px 5px;
	line-height: 20px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}
	
#l_sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#l_sidebar ul li li {
	background: #fff url(img/icon.gif) no-repeat top left;
	padding: 0 0 5px 20px;
	margin: 0;
	}
	
#l_sidebar ul li ul li {
	padding: 0 0 5px 20px;
	margin: 0;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	background: #fff;
	float: right;
	width: 145px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: inline;
	}
	
#r_sidebar p {
	padding: 0 0 15px 0;
	margin: 0;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#r_sidebar h2 {
	background: #6C6964;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 1px 0 1px 5px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#r_sidebar ul li li {
	background: #fff url(img/icon.gif) no-repeat top left;
	padding: 0 0 5px 20px;
	margin: 0;
	}
	
#r_sidebar ul li ul li {
	background: #fff url(img/icon.gif) no-repeat top left;
	padding: 0 0 5px 20px;
	margin: 0;
	}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #fff url(img/footer.gif);
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#footer a.alignleft:link,
#footer a.alignright:link,
#footer a.alignleft:visited,
#footer a.alignright:visited,
#footer a.alignleft:hover,
#footer a.alignright:hover { 
	display: block;
	opacity: .5;
	overflow: hidden;
	padding: 25px 0 0;
	text-indent: 150%;
	text-decoration: none;
	-webkit-transition: opacity .5s ease-in;
}

#footer a.alignleft:hover,
#footer a.alignright:hover { 
	opacity: .65;
}

#footer a.alignleft {
	background: url(/img/eho.gif) no-repeat;
	margin: 20px 0 0 40px;
	height: 1px;
	width: 24px;
}

#footer a.alignright {
	background: url(/img/MLS.gif) no-repeat;
	margin: 20px 40px 0 0;
	height: 1px;
	width: 54px;
}

/*
#footer img.alignright {
	float: right;
	padding: 20px 40px 0 0;
}

#footer img.alignleft {
	float: left;
	padding: 20px 0 0 40px;
}
*/
	
#footer p {
	color: #333;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	margin: 0;
	padding: 25px 0 0;
	}
	
#footer a, #footer a:visited { color: #333; text-decoration: none; }
	
#footer a:hover { color: #800000; text-decoration: underline; }

/************************************************
*	Search Form									*
************************************************/

#searchform { margin: 0; padding: 0; overflow: hidden; }
	
#s-head {
	background: #eee;
	width: 205px;
	color: #21303D;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 5px 0 20px;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ddd;
	}
	
#s {
	background: #fff;
	width: 200px;
	color: #21303D;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 5px 0 20px;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	}
	
#subscribe { margin: 0 0 20px; padding: 0; overflow: hidden; }
	
#subbutton {
	background: #989383;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 3px;
	margin: 0;
	border: 1px solid #555;
	font-weight: bold;
	}
	
#subbox {
	background: #eee;
	width: 200px;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 5px 10px 0 0;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	}
	
#contact { margin: 0 0 10px; padding: 0; overflow: hidden; }
	
#contactbutton {
	background: #989383;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 3px;
	margin: 0;
	border: 1px solid #555;
	font-weight: bold;
	}

#name, #email, #url, #contact_name, #contact_email {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	}
	
#submit {
	background: #989383;
	color: #fff;
	font-size: 11px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 3px;
	margin: 0;
	border: 1px solid #555555;
	font-weight: bold;
	}
	
#words {
	background: #eee;
	width: 380px;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	}
	
#contact_message {
	background: #EEEEEE;
	width: 260px;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 4px;
	margin: 0 0 10px 0;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	}
	
/************************************************
*	Comments									*
************************************************/

#commentblock {
	color: #202020;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
.commentdate {
	font-weight: bold;
	font-size: 12px;
	}

.commentname {
	color: #202020;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	}

.commentinfo {
	clear: both;
	}

.commenttext {
	width: 460px;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 0;
	margin: 5px 10px 20px 0;
	border-bottom: 1px dotted #C0C0C0;
	}

.commenttext-admin {
	width: 460px;
	color: #202020;
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", times, serif;
	padding: 0;
	margin: 5px 10px 20px 0;
	border-bottom: 1px dotted #C0C0C0;
	}

/*****************************************
*           	CUSTOM CSS               *
******************************************/

h2.index-titles {
	margin: 16px;
}

.thumbnail {
	float: left;
	margin: 4px 10px 4px 0;
	padding: 4px;
	border: 1px solid #6C6964;
	width: 225px;
	height: 157px;
}

.thumbnail-featured {
	float: left;
	margin: 4px 10px 4px 0;
	padding: 4px;
	border: 1px solid #6C6964;
	width: 130px;
	height: 90px;
}

.thumbnail:hover {
	border: 1px solid #000;
}

.details-box {
	float: left;
	width: 230px;
}

.jqGSImgContainer li { 
	display: inline; 
	list-style: none; 
/* 	padding-left: 1.2em;  */
}

span.weather_title {
	padding-left: 2em;
    font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
}

span.weather_info {
	padding-left: .25em;
    font-weight: normal;
}

.pxDivWrapper p { display: none; }

.jqGSContainer .jqGSImgContainer { 
	padding: 0 4px 8px 0;
}

.jqGSContainer .jqGSPagination {
/*
	position: relative; 
	width: 460px; 
	height: 40px; 
	top: 2px; 
	padding: 2px 0 0;
*/
	margin-top: -1em;
	width: 460px;
}

body #homeleft .single-content .jqGSContainer .jqGSPagination ul { 
/*
	padding: 0; 
	margin: 0 0 10px; 
*/
	list-style: none;
/* 	width: 450px; */
}

.jqGSContainer .jqGSPagination ul:before { 
	color: #ccc;
/* 	content:"Photos:";  */
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	padding: 0;
}

.jqGSContainer .jqGSPagination ul li { 
	float: left;
	min-width: 12px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
/* 	display: inline; */
}

.jqGSContainer .jqGSPagination ul li a { 
	color: #ccc;
	display: block;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	padding: 0 4px;
	text-decoration: none;
}

.jqGSContainer .jqGSPagination ul li:hover a, .jqGSContainer .jqGSPagination ul li a.selected { 
	color: #000;
	}

.jqGSImgContainer {
	margin: 8px 0 0 0;
	border:1px solid #6C6964;
}

.hide-permalinks {
	display: none;
}

div.single-content p {
	font-size: 16px;
}

.post-box {
	font-size: 18px;
}

.single.vcard {
	background: #6C6964;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 10px 8px;
	position: relative;
	width: 285px;
	text-align: center;
	text-shadow: #000 1px 1px 0;
}

.single.vcard a.url {
	position: absolute;
	top: 0; left: 0;
	height: 1px; width: 1px;
	overflow: hidden;
}

.price-box {
	clear: both;
	text-align: right;
	padding: 6px 20px 2px 0;
}

span.price {
	font-size: 22px;
}

#sidebar .street-address {
	font-size: 24px;
	margin-bottom: 12px;
}

#sidebar .citystatezip {
	font-size: 19px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
}

ul#tools li a, ul#tools li a:link {
	background: #6C6964;
	color: #fff;
	display: block;
	font-size: 18px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 5px 7px 10px;
	text-decoration: none;
	}

ul#tools li a:visited {
	color: #fff;
	padding: 5px 10px 7px;
	text-decoration: none;
}

ul#tools li a:hover {
	background: #989383;
	color: #000;
	text-decoration: none;
}

ul#tools li a:active {
	background: #6C6964;
	color: #fff;
	text-decoration: none;
	}

.textwidget {
	font-size: 14px;
}

.navigation a {
	padding: 0;
	display: inline;
}

.navigation div.prev {
	float: left;
}

.navigation div.next {
	float: right;
}
/***********************************************/
#sidebar #details {
	background: #f3f3f3;
	width: 300px;
/* 	min-height: 245px; */
	margin-bottom: 10px;
	padding: 0 0 16px;
}

#homeleft dl#details {
	float: right;
	margin: 0;
	padding: 0 8px 8px;
	width: 222px;	
}

#homeleft dl#details dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: auto;
	margin:0 8px 0 0;
	padding:0;
}

#homeleft dl#details dd {
	float: left;
	clear: right;
	display: block;
	width: auto;
	margin:0;
	padding:0;
}

#sidebar dl#details dt {
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	width: 120px;
	text-align: left;
	color: #6C6964;
	margin-right: 0;
	padding: 20px 20px 0 40px;
	text-shadow: #fff 1px 1px 0;
	float: left;
}
#sidebar dl#details dd {
	width: 120px;
	text-align: left;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	padding: 20px 0 0 0;
	text-shadow: #fff 1px 1px 0;
	float: left;
	clear: right;
	display: block;
}

#sidebar dl#details {
	display:block;
/*	margin: 0;
	padding: 8px;
	width: 318px;	
*/
}

.search-query {
	color: #800000;
}

/******************************/
/*         Front Page         */
/******************************/

#frontpage {
	float: left;
	width: 620px;
	padding: 0;
	margin: 20px 0 10px 10px;
	display: inline;
	-webkit-text-size-adjust: none;
	}

.frontpage-img {
	float: right;
	display: inline;
	margin:0px 0 10px 0;
	padding:4px;
	border:1px solid #6C6964;
}

ul#listings-nav {
	padding: 0;
	margin: 0;
	position: relative;
}

ul#listings-nav small a {
	font: normal 10px Arial, sans-serif;
/* 	float: left; */
	position: absolute;
	bottom: 4px;
	right: 420px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

ul#listings-nav li {
	width: 200px;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	}

ul#listings-nav li a {
	color: #202020;
	text-decoration: none;
	}

ul#listings-nav li a:link, 
ul#listings-nav li a:visited {
	color: #202020;
	text-decoration: none;
	}

ul#listings-nav li a:hover, 
ul#listings-nav li a:active {
	color: #800000;
	text-decoration: underline;
	}

#frontpage-sidebar {
	font-size: 14px;
	line-height: 21px;
	width: 195px;
	margin: 0;
	padding: 30px 10px 0 20px;
	overflow: hidden;
	}

#frontpage-featured {
	float: left;
	margin: 10px 10px 10px 20px;
	text-align: center;
	width: 380px;
}

#frontpage-featured ul li p, 
#frontpage-featured h3 {
	text-align: left;
}

#frontpage-featured h2 {
	border-bottom: 1px dotted #6C6964;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	margin: 10px auto;
}

#frontpage-featured h3 a {
	color: #202020;
	font-family: "Georgia", "Times New Roman", times, serif;
	text-decoration: none;
	}

#frontpage-featured h3 a:link, 
#frontpage-featured h3 a:visited {
	color: #202020;
	text-decoration: none;
	}

#frontpage-featured h3 a:hover, 
#frontpage-featured h3 a:active {
	color: #800000;
	text-decoration: underline;
	}

#frontpage-featured li {
	clear: left;
}

#frontpage-featured p {
	font-size: 14px;
	line-height: 21px;
}

#frontpage-signup {
	display: inline;
	float: right;
	margin: 10px 20px 10px 10px;
	padding: 0 0 0 10px;
	text-align: center;
	width: 380px;
}

#frontpage-signup p {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}

#frontpage-signup p small {
	font-size: 10px;
	text-align: left;
}

#frontpage-signup h2 {
	border-bottom: 1px dotted #6C6964;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	margin: 10px auto;
}

#signup-form {
	text-align: right;
}

#signup-form li ol li {
	list-style:none!important;
}

#li-2-1 {
	list-style:none!important;
}

#usermessage2a {
	width: 380px;
}

#cformsii-no2 {
	list-style:none!important;
}

p.linklove {
display: none;
}

#cformsii p#ll.linklove, #cformsii h2.widgettitle {
/*   visibility: hidden; */
display: none;
}

#sidebar ul li#recent-posts {
	clear: both;
}

#cformsform.cform p.cf-sb {
  clear:both;
	margin: 0 0 56px;
}

#cformsform.cform p.cf-sb input#sendbutton.sendbutton {
  float:left;
  margin: 0 0 0 120px;
}

img#wpstats {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
}

/* Begin Sidebar Contact Form */

#sidebar div#contact-form form#contact {
	margin: .5em 0 0;
}

#sidebar div#contact-form form#contact p {
	font-size: 14px;
	margin: 0;
}

#sidebar div#contact-form form#contact p label {
	float: left;
	margin: 0 6px 0 0;
	text-align: right;
	width: 80px;
}

#sidebar div#contact-form form#contact p input.field,
#sidebar div#contact-form form#contact p textarea {
	border: 1px solid #888888;
	font: 12px/1.2 "Lucida Grande", sans-serif;
	padding: 3px;
	width: 190px;
}

#sidebar div#contact-form p {
	margin-left: 20px;
}

/* End Sidebar Contact Form */

/* Begin Homepage Signup Form */

div#signup-form form#signup {
	margin-top: 20px;
}

/* End Homepage Signup Form */
