
/* 
Theme Name: Ferris Real Estate
Theme URI: http://ferrisre.com
Description: Custom theme for Ferris Real Estate
Version: 2.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net
*/

body {
	background: #006;
	color: #330;
	font: 62.5% Verdana, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	background: #006 url(images/bg.png) no-repeat 6px 0px;
	margin: -8px auto 0;
	padding: 0 24px 0 45px;
	text-align: left;
	width: 790px;
}

/** MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

img, a img {
	border: none;
}

.field_caption {
	font-weight: bold;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	border-bottom: 12px solid #c93;
	float: left;
	margin: 0 0 0;
	width: 795px;
}

/** LOGO */
#logo h1 {
	font-size: 2.4em;
	margin-bottom: .5em;
}

#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active {
	background: transparent url(images/logo.png) no-repeat;
	display: block;
	float: left;
	line-height: 49px; /* height of the image */
	margin: 1px 0 5px 16px;
	text-indent: -1000em;
	overflow: hidden;
	width: 417px; /* width of the image */
}

#logo a:hover {

}
/* /LOGO **/

/** NAVIGATION */
#nav {
	float: right;
	margin: 28px 0 3px;
	text-align: right;
	width: 320px;
}

#menu li {
	display: inline;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin-right: 10px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li a:hover {
	text-decoration: underline;
}
/* /NAVIGATION **/
/* /HEADER **/

/** Popup Styles */
#req-header {
	border-bottom: 12px solid #c93;
	float: left;
	margin: 0 0 0;
	width: 440px;
}

#req-container {
	background: #010066 url(images/bg.png) no-repeat;
	margin: 10px auto;
	padding-left: 28px;
	width: 440px;
}

#req-bg {
	background: #F4E8D0 url(images/cont-bg.jpg) repeat;
	clear: both;
	margin: 0;
	padding: 0;
}

#req-content {
	margin: 0px;
	padding: 0 5px;
	width: 435px;
}
/* /Popups **/

/** CONTENT */
#cont-wrap {
	background: url(images/cont-bg.jpg) repeat-y;
	display: inline;
	float: left;
	padding-top: 17px;
	width: 796px;
}

#content {
	display: inline;
	float: right;
	font-size: 12px;
	margin-bottom: 1em;
	padding: 0 10px;
	width: 580px;
}

.content .entry {
	margin-bottom: 1.5em;
}

.content .postmeta {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: .5em;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 1.8em;
	text-align: left;
}

/** MAIN CONTENT LINKS */
.content a:link, .content a:visited, .content a:active {
	color: #663;
	text-decoration: none;
}

.content a:hover {

}

.content a.more-link {
	display: block;
	font-weight: bold1;
	margin-top: 1.5em;
}
/* /LINKS **/

/** HEADING STYLES */
.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h2.pagetitle {
	font-size: 2em;
	margin-bottom: .25em;
}

.content h2.pagetitle a:link, .content h2.pagetitle a:visited, .content h2.pagetitle a:active {
	text-decoration: none;
}

.content h2.pagetitle a:hover {

}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}
/* /HEADINGS **/

/** QUOTES & LISTS */
.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {
	margin: 0 0 1.5em 3em;
}

.content li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}
/* /QUOTES & LISTS **/

/** SEARCH STYLES */
#search .headline {
	background: #663;
	color: #fff;
	float: left;
	margin-bottom: 5px;
	padding: 0 5px 2px;
	width: 99%;
}

#search .headline h3 {
	color: #fff;
	font: 18px Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.toplinks {
	background-color: #cd9838;
	border: none;
	font-color: #fff;
	padding: 5px;
}

.toplink a:link { color: #fff; } /* unvisited link */
.toplink a:hover { color: #fff; text-decoration: none; } /* hover link */
.toplink a:visited { color: #fff; } /* visited links */
.toplink a:active { color: #fff; } /* active links */

/* Listing Browse Page Navigation Widget 'Next_Prev()' Display Stuff */
.browse_tool_table {
	background-color: transparent;
	color: #000;
	font-size: 11px; 
	text-decoration: none;
	width: 100%;
}

.browse_tool {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.browse_tool_num { color: #369; }

.browse_tool_button a {
	background-color: #cd9838;
	border: 1px outset #000;
	color: #000 !important;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	line-height: 10px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 82px;
}

.browse_tool_button a:visited { color: #000; }

.browse_tool_button a:hover {
	border-style: inset;
	color: #000;
	height: 18px;
	width: 82px;
}

.browse_tool_ghost {
	color: #aaa;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

.browse_tool_curpage {
	background-color: #132975;
	color: #ffffff;
	display: block;
	height: 20px;
	text-align: center;
	width: 24px;
}

.bt_pages {
	font-family: verdana,arial,Helvetica,sans-serif;
	background-color: #d1dee9;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	color: #000000;
}

.bt_pages_ghost {
	color: #aaaaaa;
	text-decoration: none;
}

a.bt_pages {
	color: #000;
	display: block;
	height: 20px;
	text-align: center;
	width: 24px;
}

a.bt_pages:visited {
	color: #000;
}

a.bt_pages:hover {
	color: #fff;
	background-color: #132975;
}

#desc { border-bottom: 1px solid #000; margin-bottom: 5px; }

tr.result_row_1 {
	background-color: #e4d69c; 
}

tr.result_row_0 {
	background-color: #f4e8d0; 
}
/* /SEARCH **/

/** LISTING DETAILS STYLES */
.content .headline {
	background: #663;
	color: #fff;
}

.content .headline h3 {
	color: #fff;
	float: left;
	font: 18px Verdana;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0 0 3px;
	width: 210px;
}

.content .backlink {
	float: right;
	font: 12px Verdana;
	line-height: 18px;
	width: 220px;
}

.content .backlink a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.content #contact-us {
	padding-bottom: 20px;
}

.content .bluelinks {
	display: inline;
	float: left;
	width: 49%;
}

.content .bluelinks a {
	color: #006;
	font: 12px Verdana;
	font-weight: bold;
	text-decoration: none;
}

.content .contact {
	color: #333300;
	display: inline;
	float: right;
	font: 12px Verdana;
	text-align: right;
	width: 49%;
}

.content .contact strong {
	font: 14px Verdana;
	font-weight: bold;
}

#prop-head .images {
	display: inline;
	float: left;
	width: 408px;
}

#prop-head .top-right {
	display: inline;
	float: right;
	width: 192px;
}

.slideshow_img {
	/*height: 240px;*/
	margin: 0 0 5px;
	width: 320px;
}

.slideshow_img a img {
	display: block;
	/*height: 240px;*/
	margin: 0 auto;
	width: 320px;
}

.slideshow_links {
	margin: 0 0 10px 6px;
	width: 308px;
}

.slideshow_links a {
	display: block;
	float: left;
	height: 21px;/* height of the image */
	line-height: 21px;/* height of the image */
	margin: 0 1px 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 37px;/* width of the image */
}

.slideshow_links a#ss_first {
	background: transparent url(images/button_carousel_begin.gif) no-repeat;
	margin-left: 0;
}

.slideshow_links a#ss_prev {
	background: transparent url(images/button_carousel_rwnd.gif) no-repeat;
}

.slideshow_links a#ss_play {
	background: transparent url(images/button_carousel_play.gif) no-repeat;
	width: 75px;/* width of the image */
}

.slideshow_links a#ss_pause {
	background: transparent url(images/button_carousel_pause.gif) no-repeat;
	width: 75px;/* width of the image */
}

.slideshow_links a#ss_next {
	background: transparent url(images/button_carousel_ffwd.gif) no-repeat;
}

.slideshow_links a#ss_last {
	background: transparent url(images/button_carousel_end.gif) no-repeat;
	margin-right: 0;
}

.listingview {
	float: left;
	font: 12px Verdana, sans-serif;
	font-weight: normal;
}

.listingview a.right-btn {
	background: url(images/button-bg.png) no-repeat;
	color: #006;
	display: block;
	height: 17px;
	margin-bottom: 8px;
	padding: 5px 0 5px 6px;
	text-decoration: none;
	width: 140px;
}

.listingview2 {
	color: #322F02;
	float: left;
	font: 12px Verdana, sans-serif;
}

.center {
	color: #330;
	text-align: left;
}

.center hr {
	background-color: #fff;
	color: #fff;
	height: 3px;
}

.center a.button2 {
	background: url(images/button2-bg.png) no-repeat;
	color: #f2e9d1;
	display: block;
	float: left;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	height: 39px;
	padding: 0 27px 0 14px;
	text-decoration: none;
	width: 82px;
}

.center a.single {
	line-height: 28px;
}

.center strong {
	color: #963;
}

.center div.addr {
	color: #006;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.center table.prop_inf {
	font-size: 11px;
}

#disclaimer {
	text-align: left;
}

#disclaimer img {
	float: right;
}

#disclaimer hr {
	background-color: #fff;
	color: #fff;
	height: 3px;
}
/* /LISTING DETAILS **/
/* /CONTENT **/

/** SIDEBAR */
#sidebar {
	border-right: 1px solid #330;
	display: inline;
	float: left;
	font-size: 12px;
	padding: 0 10px 20px 0;
	text-align: right;
	width: 179px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #663;
	text-decoration: none;
}

.sidebar a:hover {

}

.sidebar h3 {
	color: #960;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.sidebar ul {
	margin: 0 0 1.5em 0;
}

.sidebar li {
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: none;
	margin-bottom: 0;
}

.sidebar div#find-us {
	font-size: 10px;
	font-weight: bold;
}

.sidebar div#gen-info, .sidebar div#sellers, .sidebar div#contact {
	font-size: 11px;
}

.sidebar li.gold {
	color: #960;
	font-weight: bold;
}

.sidebar #facebook {
	margin-bottom: 10px;
}
/* /SIDEBAR **/

/** FOOTER */
#footer {
	clear: both;
	color: #c93;
	font-size: 9px;
	padding: 20px 0 5px;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {

}
/* /FOOTER **/
