/*
Theme Name: Real Estate Wordpress Theme
Description: Real Estate Theme for Wordpress
Version: 1.3
Author: Designspike
Author URI: http://themeforest.net/user/designspike
*/
/* CSS Document [Master Reset]  */
html, body {
   border: 0;
   margin: 0;
   padding: 0;
}
body {
   font: 100.01%/1.25 Verdana, Arial, Helvetica, sans-serif;
   background: #FFFFFF;
   color: #000000;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   font-weight: normal;
}
h1 {
   padding: 30px 0 25px 0;
   letter-spacing: -1px;
   font-size: 2em;
}
h2 {
   padding: 20px 0;
   letter-spacing: -1px;
   font-size: 1.5em;
}
h3 {
   font-size: 1em;
   font-weight: bold;
}
/***** Common Formatting *****/
p, ul, ol {
   margin: 0;
   padding: 0 0 1.25em 0;
}
ul, ol { padding: 0 0 1.25em 2.5em; }
blockquote {
   margin: 1.25em;
   padding: 1.25em 1.25em 0 1.25em;
}
small { font-size: 0.85em; }
img { border: 0; }
sup {
   position: relative;
   bottom: 0.3em;
   vertical-align: baseline;
}
sub {
   position: relative;
   bottom: -0.2em;
   vertical-align: baseline;
}
acronym, abbr {
   cursor: help;
   letter-spacing: 1px;
   border-bottom: 1px dashed;
}
/***** Links *****/
a, a:link, a:visited, a:active, a:hover { text-decoration: underline;  }
a:active {
	outline-style:none;
	outline-width:0;
	position:relative;
	top:1px;
}
/***** Forms *****/
form {
   margin: 0;
   padding: 0;
   display: inline;
}
input, select, textarea { font: 1em Verdana, Arial, Helvetica, sans-serif; }
textarea {
   width: 100%;
   line-height: 1.25;
}
label { cursor: pointer; }
/***** Tables *****/
table {
   border: 0;
   margin: 0 0 1.25em 0;
   padding: 0;
}
table tr td { padding: 2px; }
/* CSS Document [Global Classes] */
.normalClear { clear: both }
.clearFix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */
/*Begin: Page Structure and Layout */
body {
   background: #FFFFFF;
   border-top: 2px solid #406E7B;
}
#wrapper {
   background: #FFFFFF url(images/bodyBg.jpg) repeat-x center top;
   min-width: 960px;
}
#header {
   position: relative;
   width: 960px;
   height: 99px;
   margin: 0pt auto;
   z-index: 2;
}
h1#logo {
   width: 500px;
   height: 60x;
   margin: 0 auto;
   padding-top:0px;
}
h1#logo a {
   display: block;
   width: 500px;
   height: 60px;
   background: url(images/logo.png) no-repeat left top;
}
#house_icon {
   background: url(images/house.png) no-repeat left top;	
   width: 90px;
   height: 90px;
   left:30px;
   position:absolute;
   
}
#subHeader {
   width: 960px;
   margin: 0px auto;
}
#bannerLeftWrapper {
   float: left;
   width: 330px;
   padding-left: 15px;
   position:relative;
}
#subBannerLeft {
   margin-top: 5px;
   background: url(images/listingBg.jpg) no-repeat left top;
   padding-top: 25px;
   padding-bottom: 10px;
}
#homeContentWrapper {
   width: 960px;
   background: url(images/mainContentBg.gif) no-repeat left top;
   margin: 0px auto;
   padding: 15px 0px 15px;
}
#footerWrapper {
   width: 100%;
   background: url(images/footerBg-repeat.gif) repeat-x center 8px;
}
#footerBg {
   width: 100%;
   background: url(images/footerBg-footer.gif) no-repeat center 8px;
}
#footerContent {
   position: relative;
   width: 960px;
   margin: 0px auto;
   background: url(images/footerBg-container.gif) no-repeat center top;
}
#footerLogo {
   position: absolute;
   right: 15px;
   width: 315px;
   height: 89px;
   background: url(images/logoFooter.png) no-repeat left top;
}
#footerLogo a {
   display: block;
   width: 315px;
   height: 89px;
}
/*End: Page Structure and Layout */
/*Begin: Feature Slider*/
#featureHolder {
   position: relative;
   z-index: 3;
   margin-top: 20px;
   float: right;
   width: 582px;
   background: url(images/featureBg.png) no-repeat left top;
   padding: 8px 0px 0px 7px;
}
#featureHolder #featureMask {
   overflow: hidden;
   height: 258px;
}
#featureHolder .imageExcerpt {
   position: relative;
   z-index: 4;
   width: 566px;
   background: url(images/excerptImageBg.png);
   margin-top: -80px;
   height: 80px;
   overflow: hidden;
}
#featureSlide div { cursor: pointer; }
#featureSlide div a {
   color: #EEEEEE;
   text-decoration: none;
}
#featureSlide p a { color: #649FAF; }
#featureSlide p a:hover { color: #00CCCC; }
#featureNav { margin-top: 15px; }
#featNumHolder {
   float: left;
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#featNumHolder li {
   float: left;
   background: #eeeeee;
   border: 1px solid #aaa5a5;
   margin-right: 5px;
}
#featNumHolder li span {
   display: block;
   color: #1b6389;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 2px 5px;
   cursor: pointer;
}
#featNumHolder li:hover span, #featNumHolder li span.jFlowSelected {
   background: #50aac3 url(images/featHighlightBg.jpg) repeat-x center top;
   color: #eeeeee;
}
#featureHolder #featButtonHolder {
   margin-right: 8px;
   margin-top: 3px;
   width: 82px;
   float: right;
}
#featureHolder #featButtonHolder .previous {
   float: left;
   display: block;
   width: 41px;
   height: 19px;
   background: url(images/featureButtonLeft.gif) no-repeat left top;
   text-indent: -99999px;
   cursor: pointer;
}
#featureHolder #featButtonHolder .next {
   float: right;
   display: block;
   width: 41px;
   height: 19px;
   background: url(images/featureButtonRight.gif) no-repeat left top;
   text-indent: -99999px;
   cursor: pointer;
}
.imageExcerpt h2 {
   padding: 10px 10px 5px;
   font: 20px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #eeeeee;
}
.imageExcerpt p {
   padding: 0px 10px;
   font: 12px/16px Arial, Helvetica, sans-serif;
   color: #eeeeee;
}
/*End: Feature Slider*/
/*Begin: Hompage Left Container*/
#homeContentLeft {
   display: inline;
   float: left;
   width: 500px;
   margin-left: 15px;
}
#homeContentLeft h2 {
	padding:0px;	
}
#homeContentLeft h2 a{
	color:#2D555F;
	text-decoration:none;
}
#homeContentLeft h2 a:hover{
	color: #666666;
}
#postColumnLeft { width: 490px; }
.homePostContainer {
   min-height: 340px;
   float: left;
   width: 230px;
   margin-right: 15px;
}
/*End: Hompage Left Container*/
/*Begin: Homepage Right Container*/
#homeContentRight {
   float: right;
   width: 425px;
   margin-right: 15px;
}
/*--Tabs*/
/*End: Homepage Right Container*/
/*Begin: Home Widgets*/
#homeWidgetContainer {
   width: 960px;
   margin: 0px auto;
   background: url(images/home-widget-bg.gif) repeat-x center bottom;
   border-top: 6px solid #2f505a;
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #333333;
}
.home-widget {
   float: left;
   width: auto;
   height: auto;
}
#home-widget-about {
   width: 275px;
   margin-left: 15px;
}
#home-widget-twitter {
   width: 300px;
   margin-left: 30px;
}
#home-widget-flickr {
   width: 300px;
   margin-left: 30px;
}
.home-widget h2, .home-widget h2 a {
   font: 24px Arial, Helvetica, sans-serif;
   color: #2f505a;
   text-decoration: none !important;
}
#home-widget-about #about-view-all a {
   display: block;
   background: url(images/read-more.gif) no-repeat left top;
   width: 97px;
   height: 24px;
}
#home-widget-twitter #twitter-follow a {
   display: block;
   background: url(images/twitter-follow.gif) no-repeat left top;
   width: 76px;
   height: 24px;
}
#home-widget-flickr #flickr-view-all a {
   display: block;
   background: url(images/flickr-view-all.gif) no-repeat left top;
   width: 87px;
   height: 24px;
}
#home-widget-twitter ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#home-widget-twitter .tweet_avatar {
   float: left;
   display: inline;
   margin-right: 10px;
}
#home-widget-twitter .tweet_text { }
#home-widget-twitter .tweet_text a { color: #006666; }
#home-widget-twitter .tweet_date {
   clear: both;
   display: block;
   text-align: right;
   padding: 5px 0px;
   color: #999999;
   text-decoration: none;
}
#home-widget-twitter .tweet_even, #home-widget-twitter .tweet_odd { margin-bottom: 15px; }
#home-widget-flickr .flickr {
   overflow: hidden;
   margin-bottom: 15px;
}
#home-widget-flickr .flickr a {
   float: left;
   display: block;
   padding: 3px;
   border: 1px solid #CCCCCC;
   margin: 0px 5px 5px 0px;
}
#home-widget-flickr .flickr a:hover { background: #2f505a; }
#home-widget-flickr .thumb { width: 54px; }
#home-widget-flickr .flickr-thumb {
   width: 46px;
   height: 36px;
   overflow: hidden;
}
/*End: Home Widgets*/
/*Begin: Left Side Bar (Inside Page)*/
#leftSidebar {
   margin-left: 25px;
   margin-top: 6px;
   width: 256px;
   float: left;
   background: url(images/sideBarBg.jpg) no-repeat right top;
   min-height: 400px;
   height: auto;
}
#widgetHolder {
   padding-left: 0px;
   padding-bottom: 0px;
}
.widget {
   list-style-type: none;
   font: 12px Arial, Helvetica, sans-serif;
   margin-top: 15px;
   position:relative;
}
.widget h3 {
   font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #2D535E;
   padding-left: 10px;
}
.widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_recent_comments ul {
   margin: 10px 0px 0px;
   padding-left: 10px;
   padding-bottom: 0px;
}
.widget .page_item, .widget .cat-item, .widget_archive li {
   float: left;
   list-style-type: none;
}
.widget .page_item ul, .widget_categories ul ul {
   padding: 0px;
   margin: 0px;
}
.widget .page_item li {
   margin: 0px;
   padding: 0px;
   border-bottom: none;
}
.widget .page_item a, .widget .cat-item a, .widget_archive li a {
   background: url(images/sideBarBullet.gif) no-repeat 0px 6px;
   margin-right: 7px;
   float: left;
   width: 90px;
   padding: 5px 0px 5px 18px;
   color: #666666;
   text-decoration: none !important;
   border-bottom: 1px solid #DDDDDD;
}
.widget .page_item a:hover, .widget .cat-item a:hover, .widget_archive a:hover, .widget .current-cat a, .widget .current_page_item a {
   color: #2D535E !important;
   background: url(images/sideBarBulletHover.gif) no-repeat 0px 6px !important;
   text-decoration: none !important;
}
.widget_recent_comments ul li {
   list-style-type: none;
   color: #694F32;
   line-height: 18px;
   padding-bottom: 8px;
   margin-bottom: 8px;
   border-bottom: 1px solid #DDDDDD;
}
.widget_recent_comments ul li a {
   color: #2D535E;
   text-decoration: none !important;
}
.widget_recent_comments ul li a:hover { text-decoration: underline; }
.widget_recent_comments ul li .url { font-weight: bold; }
.widget_links ul, .widget_text div, .widget_meta ul, .widget_recent_entries ul {
   margin: 10px 0px 0px;
   padding-left: 10px;
   padding-bottom: 0px;
}
.widget_links li, .widget_meta li, .widget_recent_entries li {
   float: none;
   padding: 5px 0px;
   color: #333333;
   list-style-type: none;
   color: #3E6C79;
   clear: both;
}
.widget_links a, .widget_meta a, .widget_recent_entries a {
   float: left;
   width: 80%;
   color: #666666;
   text-decoration: none !important;
}
.widget_meta a, .widget_recent_entries a {
   float: none !important;
   display: block;
}
.widget_links a:hover, .widget_meta a:hover, .widget_recent_entries a:hover {
   color: #066;
   text-decoration: none;
}
.widget_text div {
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #666666;
}
.adsHolder {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   margin: 15px 0px;
   background: #EEEEEE;
   padding: 5px 0px 2px;
   border: 1px solid #CCCCCC;
   width: 99% !important;
}
.adsHolder li {
   float: left;
   display: inline;
   margin-left: 4px;
   overflow: hidden;
}
.widget_calendar { color: #777; }
.widget_calendar caption {
   padding: 5px 0px 15px 5px;
   color: #37616D;
   text-align: left;
}
.widget_calendar #wp-calendar {
   width: 90%;
   margin-left: 5px;
}
.widget_calendar tbody td { text-align: center; }
.widget_calendar tfoot td { padding-top: 10px; }
.widget_calendar tbody td a {
   display: block;
   background: #999;
   text-decoration: none;
   color: #FFF;
}
.widget_calendar tbody td a:hover { background: #437180; }
.widget_calendar tfoot td#next { text-align: right; }
.widget_calendar tfoot a {
   color: #649FAF;
   text-decoration: none;
}
.widget_calendar tfoot a:hover {
   color: #066;
   text-decoration: none;
}
.widget_tag_cloud div {
   padding-left: 10px;
   padding-top: 10px;
}
.widget_tag_cloud a {
   color: #477886;
   text-decoration: none;
   font-family: Georgia, "Times New Roman", Times, serif;
}
.widget_tag_cloud a:hover { color: #033; }
/*End: Left Side Bar*/
/*Begin: Inside Page Design*/
#insideContentWrapper {
   width: 960px;
   margin: 0px auto;
   padding: 0px 0px 55px;
}
#insideRightContent {
   width: 640px;
   float: right;
   padding-top: 23px;
}
/*End: Inside Page Design*/
/*Begin: Typography and Colour */
#bannerLeftWrapper h2, #bannerLeftWrapper h2 a {
   font: 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #2D555F;
   text-decoration: none;
   padding: 10px 0 5px 0;
}
#bannerLeftWrapper h2 a:hover { color: #666666;}
#bannerLeftWrapper p {
   color: #666666;
   font-family:Georgia,serif;
   padding-bottom: 10px;
   font-size:14.5px;
}
#subBannerLeft h2 { padding: 5px 0px 8px; }
#subBannerLeft h2, #subBannerLeft h2 a {
   font: 16px Verdana, Arial, Helvetica, sans-serif;
   color: #34798c;
}
#subBannerLeft h2 a:hover { color: #666666; }
#subBannerLeft p {
   color: #646c6e;
   font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
   width: 178px;
}
.homePostContainer h3 { padding-bottom: 10px; }
.homePostContainer h3 a {
   color: #2D535E;
   font: bold 14px Georgia, "Times New Roman", Times, serif;
   text-decoration: none !important;
}
.homePostContainer h3 a:hover { text-decoration: underline !important; }
.homePostContainer p, #homeTabs .tabs-container p, #homeTabs .tabs-container li ul li, #homeTabs .tabs-container li ol li {
   color: #646c6e;
   font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.homePostContainer p a, #homeTabs .tabs-container p a, #homeTabs .tabs-container li ul li a, #homeTabs .tabs-container li ol li a {
   color: #274C55;
   text-decoration: none;
}
.homePostContainer p a:hover, #homeTabs .tabs-container p a:hover, #homeTabs .tabs-container li ul li a:hover, #homeTabs .tabs-container li ol li a:hover {
   color: #2D535E;
   text-decoration: underline;
}
.homePostContainer p.addAndMeta1 {
   color: #646c6e;
   font: 11px/18px Arial, Helvetica, sans-serif;
   padding-bottom: 10px;
}
.homePostContainer p.addAndMeta2 {
   color: #646c6e;
   font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
   padding-bottom: 5px;
}
.homePostContainer p.addAndMeta2 span { color: #006699; }
h2.postTitle, h2.postTitle a, h2.pageTitle {
   font: 31px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#2D535E;
   text-decoration: none;
   padding-bottom: 8px;
   clear: both;
}
h2.postTitle a:hover { color: #666666; }
.postInfoDate {
   background: url(images/iconCalendar.gif) no-repeat left top;
   color: #666666;
   font: 12px Arial, Helvetica, sans-serif;
   padding-left: 25px;
   margin-right: 10px;
}
.postInfoComment {
   background: url(images/iconComment.gif) no-repeat left top;
   color: #666666;
   font: 12px Arial, Helvetica, sans-serif;
   padding-left: 20px;
   margin-right: 10px;
}
.postInfoComment a {
   color: #2D535E;
   text-decoration: none !important;
}
.postInfoComment a:hover { color: #999999; }
.postInfoAuthor {
   background: url(images/iconAuthor.gif) no-repeat left top;
   color: #666666;
   font: 12px Arial, Helvetica, sans-serif;
   padding-left: 20px;
   margin-right: 10px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
   color: #3B6C8A;
   font-family: Arial, Helvetica, sans-serif;
   padding: 0px;
   margin: 0px;
   padding-bottom: 15px;
}
.entry h1 { font-size: 24px; }
.entry h2 { font-size: 21px; }
.entry h3 { font-size: 18px; }
.entry h4 { font-size: 16px; }
.entry h5 { font-size: 14px; }
.entry p, .entry ul li, .entry ol li {
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #666666;
}
.entry p a, .entry ul li a, .entry ol li a {
   color: #2B515C;
   text-decoration: none !important;
}
.entry p a:hover, .entry ul li a:hover, .entry ol li a:hover {
   color: #666666;
   text-decoration: underline !important;
}
.entry p a:hover, .entry ul li a:hover, .entry ol li a:hover { text-decoration: none; }
.entry blockquote {
   border-left:3px solid #CCCCCC;
   padding:0 0 0 15px;
}
#footerContent #copyRight {
   padding: 20px;
   color: #999999;
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.unitAndPrice {
	display:none;	
}
.unitInfo {
   color: #3C6875;
   display: block;
   padding-bottom: 5px;
   font: 12px Arial, Helvetica, sans-serif;
}
.unitInfoMod {
   float: left;
   border-right: 2px solid #CCCCCC;
   padding-right: 15px;
   margin-right: 15px;
   padding-bottom: 0px;
}
.unitPrice {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #694F32;
   font-size: 21px;
}
.unitPrice strong {
   font-size: 14px;
   color: #666666;
}
h2.archiveTitle {
   border-bottom: 1px solid #D2D2D2;
   color: #2D535E;
   font-size: 21px;
   padding-bottom: 8px;
}
.archiveListItem {
   border-bottom: 1px solid #D2D2D2;
   padding-bottom: 25px;
   padding-top: 20px;
}
.archiveListItem h2.postTitle, .archiveListItem h2.postTitle a {
   color: #437180;
   font-size: 21px;
   padding-top: 0px;
   padding-bottom: 3px;
   clear: none;
   text-decoration: none;
}
.archiveListItem h2.postTitle a:hover { text-decoration: underline; }
.archivePostMeta { float: left; }
.archivePostMeta {
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #666666;
}
.archivePostMeta a {
   color: #477886;
   padding: 0px 3px;
   text-decoration: none !important;
}
.archivePostMeta a:hover {
   background: #437180;
   color: #FFFFFF;
}
/*End: Typography and Colour */
/*Begin: Comment Design */
#commentTabs {
   background: url(images/commentBg.gif) repeat-x left top;
   border: 1px solid #cfcfcf;
}
#commentTabs .tabs-nav {
   margin: 0px;
   padding: 0px;
   height: 38px;
}
#commentTabs .tabs-nav li {
   margin: 0px;
   padding: 0px;
   margin-top: 10px;
   width: auto;
   height: 28px;
   text-align: center;
   min-width: inherit;
   margin-left: 10px;
   background: url(images/comment-disable-tab.gif) repeat-x left top;
}
#commentTabs .tabs-nav li a {
   color: #f9f9f9;
   font: bold 12px/24px Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 0px 10px;
}
#commentTabs .tabs-nav li.tabs-selected { background: #d1d1d1 url(images/comment-enable-tab.gif) repeat-x left top; }
#commentTabs .tabs-nav li.tabs-selected a { color: #143a45; }
#commentTabs .tabs-container { padding-top: 0px; }
#commentTabs .commentNavTop {
   float: right;
   width: 50%;
   height: 24px;
   margin-top: -30px;
}
#commentTabs .commentNavTop div { margin-right: 5px; }
#commentTabs .commentNavTop .commentsOlder { float: right; }
#commentTabs .commentNavTop .commentsNewer { float: right; }
#commentTabs .commentNavTop .commentsOlder a {
   display: block;
   width: 146px;
   height: 24px;
   background: url(images/older-comments-button.gif) no-repeat left top;
}
#commentTabs .commentNavTop .commentsNewer a {
   display: block;
   width: 146px;
   height: 24px;
   background: url(images/newer-comments-button.gif) no-repeat left top;
}
.tabs-container { padding-bottom: 0px; }
#commentTabs .commentContainerTab .commentlist {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   padding: 20px 15px 0px;
}
.commentFloating { margin-left: 94px; }
.vcard {
   position: relative;
   width: 73px;
   height: 73px;
   float: left;
   margin-left: -93px;
}
.commentFrame {
   display: block;
   position: relative;
   width: 73px;
   height: 73px;
   background: url(images/commentPhotoFrame.png) no-repeat left top;
}
.vcard .commentAvatar {
   position: absolute;
   top: 5px;
   left: 5px;
}
.commentWrapper {
   margin-bottom: 15px;
   padding-bottom: 15px;
}
.commentEntry {
   width: 100%;
   float: left;
}
.commentmetadata {
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
   color: #694F32;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 2px;
   margin-bottom: 10px;
}
.commentmetadata cite {
   font-style: normal;
   float: left;
}
.commentmetadata cite a {
   color: #2D535E;
   text-decoration: none;
}
.commentmetadata cite a:hover { text-decoration: underline; }
.commentmetadata a.commentDate {
   float: right;
   color: #2D535E;
   text-decoration: none;
   font-size: 10px;
}
.commentEntry p {
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #4E4E4E;
}
.commentEntry p a {
   font: 12px/18px Arial, Helvetica, sans-serif;
   color: #2D535E;
}
.optionCommentUser {
   font: 12px/40px Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
}
.optionCommentUser .optionCommentUserEdit a { color: #336699; }
.optionCommentUser a.optionCommentUserDel { color: #a94848; }
.optionCommentUser a.optionCommentUserSpam { color: #648634; }
.optionCommentUser a:hover { text-decoration: none; }
.vcard .reply { margin-top: 5px; }
.vcard .reply a {
   display: block;
   width: 73px;
   height: 20px;
   text-indent: -99999px;
   outline: none;
   background: url(images/reply-button.gif) no-repeat left top;
}
.comment-alert {
   background: #a94848;
   padding: 3px 5px;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}
.nopings {
   padding: 30px 12px 15px;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
   color: #1E424D;
}
#commentTabs .tabs-container { padding-left: 0px !important; }
/*The Reply*/
#commentTabs .commentContainerTab .commentlist ul.children {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   margin-left: 94px;
}
.commentlist .commentFloating { margin-left: 94px; }
.vcard {
   display: inline;
   position: relative;
   width: 73px;
   height: 73px;
   float: left;
   margin-left: -93px;
}
#commentTabs .commentlist ul .commentWrapper {
   border-bottom: none;
   margin-bottom: 0px;
}
#respond { margin-top: 15px; }
#respond h3 {
   font: bold 14px Verdana, Arial, Helvetica, sans-serif;
   color: #2D535E;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 5px;
   margin-bottom: 20px;
}
#respond h3 a {
   color: #694F32;
   text-decoration: none;
}
#respond label {
   display: block;
   float: left;
   width: 10em;
   font: bold 13px Verdana, Arial, Helvetica, sans-serif;
   color: #694F32;
}
#respond small.required {
   clear: left;
   display: block;
   float: left;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
}
#respond ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#respond ul li {
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid #EEEEEE;
}
#respond #author, #respond #email, #respond #url, #respond #comment {
   font: 12px Verdana, Helvetica, sans-serif;
   color: #666666;
   border: 1px solid #CFCFCF;
   padding: 3px 5px;
   width: 250px;
}
#respond .text-area-wrapper { padding-top: 10px; }
#respond #comment {
   width: 620px;
   padding: 10px;
   line-height: 18px;
}
#respond .submit-button #submit {
   background: url(images/submit-button.gif) no-repeat left top;
   width: 122px;
   height: 23px;
   border: none;
   cursor: pointer;
   float: right;
   margin-left: 5px;
}
#respond .submit-button .cancel-comment-reply a {
   float: right;
   display: block;
   background: url(images/cancel-reply-button.gif) no-repeat left top;
   width: 99px;
   height: 23px;
   border: none;
   cursor: pointer;
   text-indent: -1000em;
   outline: none;
}
#respond li.logged-in-as {
   width: 50%;
   float: right;
   text-align: right;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
   border: none;
   margin-top: -42px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   color: #1E424D;
}
#respond li.logged-in-as a.loggedInAs {
   text-decoration: none;
   color: #694F32;
}
#respond li.logged-in-as a.commentLogout {
   text-decoration: none;
   color: #a94848;
}
/*End: Comment Design */
/*Begin: Navigation */
#navHolder {
   position: absolute;
   top: 59px;
   right:90px;
   width: auto;
}
#navWrapper {
   margin: 0px;
   left: 0px;
   list-style-type: none;
   overflow:hidden;
}
#navWrapper li {
   float: left;
   background: url(images/navBgLeft.png) no-repeat -40px top;
   height: 40px;
}
#navWrapper li.navFirstLi { background: url(images/navBgLeft.png) no-repeat left top; }
#navWrapper li.navFirstLi { padding-left: 55px; }
#navWrapper li.navLastLi { background: url(images/navBgRight.png) no-repeat right top; }
#navWrapper li.navLastLi { padding-right: 55px; }
#navWrapper li a {
   display: inline-block;
   font: bold 12px/35px Verdana, Arial, Helvetica, sans-serif;
   padding: 0px 15px;
   height: 40px;
   color: #eeeeee;
   text-decoration: none;
}
#navWrapper li a:active {
	outline-style:none;
	outline-width:0;
	position:relative;
	top:0px;
}
#navWrapper li a:hover, #navWrapper li.current_page_item a {
   background: url(images/navBgHover.gif) no-repeat center top;
   color: #eeeeee !important;
}
#footerContent #footerNav {
   position: absolute;
   top: 20px;
   right: 15px;
   color: #4F738B;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#footerContent #footerNav a {
   color: #315B67;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 0px 5px;
}
#footerContent #footerNav a:hover { text-decoration: underline; }
/*End: Navigation */
/*Begin: Forms */
#homeSearchSection {
   position: relative;
   width: 425px;
   height: 49px;
   background: url(images/searchBg.gif) no-repeat left top;
}
#homeSearchSection input {
   border: none;
   width: 250px;
   padding: 5px;
   background: none;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #2b536e;
}
#homeSearchSection #inputFieldBg {
   position: absolute;
   left: 110px;
   top: 11px;
   background: url(images/searchField.gif) no-repeat left top;
   width: 260px;
   height: 24px;
}
#homeSearchSection button {
   position: absolute;
   top: 11px;
   right: 10px;
   width: 39px;
   height: 25px;
   background: url(images/searchButton.gif) no-repeat left top;
   border: none;
   cursor: pointer;
}
#insideSearchSection {
   position: relative;
   width: 256px;
   height: 49px;
   background: url(images/searchBg-inside.jpg) no-repeat left top;
}
#insideSearchSection input {
   border: none;
   width: 250px;
   padding: 5px;
   background: none;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #2b536e;
}
#insideSearchSection #inputFieldBgInside {
   position: absolute;
   left: 10px;
   top: 15px;
   background: url(images/searchField-inside.jpg) no-repeat left top;
   width: 195px;
   height: 24px;
}
#insideSearchSection button {
   position: absolute;
   top: 15px;
   right: 6px;
   width: 39px;
   height: 25px;
   background: url(images/searchButton.gif) no-repeat left top;
   border: none;
   cursor: pointer;
}
#contactForm { }
#contactForm p label {
   float: left;
   width: 150px;
}
#contactForm .inputTextField {
   width: 250px;
   border: 1px solid #CCC;
   padding: 5px;
   color: #666;
}
#contactForm .inputTextArea {
   width: 473px;
   border: 1px solid #CCC;
   padding: 5px;
   color: #666;
}
#contactForm .submitButton {
   display: block;
   width: 82px;
   height: 23px;
   background: url(images/sendButton.gif) no-repeat left top;
   border: none;
   cursor: pointer;
   float: right;
}
/*End: Forms */
/*Begin: Table Design*/
.entry table { }
.entry table th {
   font: bold 12px/18px Arial, Helvetica, sans-serif;
   background: #1a4868 url(images/table-head.gif) repeat-x left top;
   border-top: 1px solid #1e4260;
   border-bottom: 1px solid #17334a;
   border-left: 1px solid #234a6b;
   border-right: 1px solid #17334a;
   color: #eeeeee;
   padding: 5px;
}
.entry tablen thead th.firstTH { border-left: 1px solid #17334a !important; }
.entry table td {
   font: 12px/18px Arial, Helvetica, sans-serif;
   background: #f1f1f1 url(images/table-data.gif) repeat-x left top;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #CCCCCC;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #CCCCCC;
   color: #333333;
   padding: 4px 8px;
   vertical-align: top;
}
.entry table tbody td.firstTD { border-left: 1px solid #CCCCCC !important; }
.entry table tbody tr.selectedTR td {
   background: #E0E0E0 !important;
   color: #333333;
}
.entry table { border-collapse: collapse; }
.entry table td {
   border-top: 1px solid #CCCCCC;
   background: url(images/tableWhiteBg.gif) repeat-x right bottom;
}
/*End: Table Design */
/*Begin: Post Tools */
#postTools {
   float: right;
   background: url(images/post-option-bg.gif) no-repeat left top;
   margin: 0px;
   margin-left: 15px;
   padding: 5px 5px 5px;
   font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
   width: 152px;
   height: 120px;
}
#postTools li {
   position: relative;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   margin-bottom: 5px;
   background: none;
   z-index: 5;
}
#postTools li a {
   display: inline-block;
   width: 112px;
   height: 24px;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   color: #2F5864;
   padding-left: 31px;
   line-height: 24px;
}
#postTools li a:hover, #postTools li a.hovered {
   text-decoration: none !important;
   background-position: right bottom;
   color: #EEEEEE;
}
#postTools li ul {
   padding: 10px 0px 5px 10px;
   background: #447482;
}
#shareContainerWrap {
   position: absolute;
   left: 0px;
   top: -10px;
   margin-left: -289px;
   width: 281px;
   background: url(images/post-option-drop-bg.gif) no-repeat right top !important;
   z-index: 10px;
   padding-right: 8px;
   display: none;
}
#postTools li ul li {
   list-style-type: none;
   float: left;
   margin-right: 10px;
   display: inline;
}
#postTools li ul li a {
   width: 125px;
   background: #2c4951;
   padding: 0px;
   color: #EEEEEE;
}
#postTools li ul li a img {
   display: inline;
   float: left;
   margin: 4px 5px 0px 4px;
}
#postTools li ul li a:hover {
   text-decoration: none !important;
   background: #233c43;
   color: #FFFFFF;
}
.postToolsBgEmial a { background: url(images/post-option-bg-mail.gif) no-repeat left top; }
.postToolsBgPrint a { background: url(images/post-option-bg-print.gif) no-repeat left top; }
.postToolsBgShare a { background: url(images/post-option-bg-share.gif) no-repeat left top; }
/*End: Post Tools */
/*Begin: Individual Elements (Extras) */
.postThumb {
   position: relative;
   background: url(images/imageThumbBG.jpg);
   width: 228px;
   height: 118px;
   margin-bottom: 10px;
   overflow: hidden;
}
.modRightThumb {
  /* float: right;
   margin-left: 15px; */
   display:none;
}
.postThumb img.imgPostThumb {
   padding: 0px;
   margin: 0px;
   position: absolute;
   top: 7px;
   left: 9px;
}
.postThumb img.ribbon {
   padding: 0px;
   margin: 0px;
   position: absolute;
   top: 0px;
   right: 5px;
}
.nextAndPrevNav {
   font: 11px Arial, Helvetica, sans-serif;
   margin-top: 15px;
}
.nextAndPrevNav .alignleft a, .nextAndPrevNav .alignright a {
   display: block;
   background: #50A8C0;
   color: #eeeeee;
   padding: 3px 5px;
   text-decoration: none;
}
.nextAndPrevNav .alignleft a:hover, .nextAndPrevNav .alignright a:hover { background: #396C87; }
/* Begin Images */
.postContent p img {
   border: 1px solid #CCCCCC;
   padding: 5px;
}
.post-edit-link {
   display: block;
   width: 82px;
   height: 23px;
   background: url(images/edit-this-button.gif) no-repeat left top;
   text-indent: -1000em;
   outline: none;
}
/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignright {
   padding: 4px;
   margin: 0 0 2px 7px;
   display: inline;
}
img.alignleft {
   padding: 4px;
   margin: 0 7px 2px 0;
   display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */
.viewAllHolder {
   border-top: 1px solid #CCCCCC;
   clear: both;
   padding-top: 10px;
   padding-bottom: 0px;
}
.containerTab .viewAllHolder, .containerTab .viewAllHolder a {
   float: none;
   border: none;
   padding: 0px;
}
.viewAllHolder a {
   display: block;
   width: 99px;
   height: 25px;
   background: url(images/viewAll.gif) no-repeat left top;
}
h1#logo span, h2#footerLogo span, #homeSearchSection button span, #insideSearchSection button span, .containerTab li .readMoreHolder a span, #commentTabs .commentNavTop span, .commentFrame span, #respond .submit-button #submit span, .viewAllHolder a span, #about-view-all a span, #twitter-follow a span, #flickr-view-all a span, #contactForm .submitButton span {
   position: absolute;
   left: -99999px;
   top: -99999px;
   overflow: hidden;
   width: 0px;
   height: 0px;
}
.breadcrumb {
   float: left;
   margin: 0px;
   padding: 0px;
   height: auto;
   list-style-type: none;
   background: url(images/breadCrumbMiddle.gif) left top;
   font: 12px/23px Arial, Helvetica, sans-serif;
   color: #3E6C79;
   overflow: visible;
}
.breadcrumb a {
   color: #666666;
   text-decoration: none !important;
}
.breadcrumb a:hover { color: #2A505B; }
.breadcrumb li {
   float: left;
   height: 23px;
   background: url(images/breadCrumbItem.gif) no-repeat left top;
   padding: 0px 8px 0px 20px;
}
.breadcrumb li.breadcrumbFirst {
   background: url(images/breadCrumbFirst.gif) no-repeat left top;
   width: 74px;
   height: 23px;
   padding: 0px;
   margin-left: -2px;
}
.breadcrumb li.breadcrumbLast {
   background: url(images/breadCrumbLast.gif) no-repeat left top;
   width: 5px;
   height: 23px;
   padding: 0px;
   margin-right: -2px;
}
/*End: Individual Elements (Extras) */
/*Begin: Sub Menu */
#navWrapper li ul, #widgetHolder ul ul {
   display: none;
}
#header {
   z-index: 1000;
}
#navWrapper li {
   position: relative;
   color: #0F3;
}
#navWrapper li ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
	position: absolute;
   left: 0;
   top: 95%;
   height: auto;
   background: #447482 !important;
   width: 150px;
}
#navWrapper li ul ul {
   left: 100%;
   top: 0;
}
#navWrapper li ul li {
   display: inline-block !important;
   float: none !important;
   width: 100% !important;
   height: auto !important;
   padding: 0 !important;
   margin: 0 !important;
   background-image: none !important;
}
#navWrapper li ul li a {
   display: inline-block !important;
   line-height: 18px !important;
   padding: 0 !important;
   width: 100% !important;
   height: auto !important;
   background-image: none !important;
   width: 130px !important;
}
#widgetHolder li ul li {
   
}
#widgetHolder ul ul {
   list-style-type: none;
	position: absolute;
   left: 0;
   top: 100%;
   height: auto;
   background: #447482 !important;
   width: 150px;
}
#widgetHolder ul ul ul {
   left: 100%;
   top: 0;
}
#widgetHolder ul ul li {
   display: inline-block !important;
   float: none !important;
   width: 100% !important;
   height: auto !important;
   padding: 0 !important;
   margin: 0 !important;
   background-image: none !important;
}
#widgetHolder ul ul li a {
   display: inline-block !important;
   float: none !important;
   margin-right: 0 !important;
   margin: 0 !important;
   border-bottom: none !important;
   line-height: normal !important;
   width: 130px !important;
   height: auto !important;
   background-image: none !important;
}
#widgetHolder ul ul li a:hover {
   background: none !important;
   background-image: none !important;
}
.widget .page_item li a:hover, .widget .cat-item li a:hover, .widget .current-cat li a, .widget .current_page_item li a {
   background: none !important;
   background-image: none !important;
}
#widgetHolder ul ul li a, #navWrapper li ul li a {
   padding: 6px 10px !important;
   background: #2C4951 !important;
   color: #eee !important;
   font-weight: normal !important;
}
#widgetHolder ul ul li a:hover, #navWrapper li ul li a:hover {
   color: #eee !important;
}
#navWrapper .dropdown_hovered {
   background: url(images/navBgHover.gif) no-repeat center top !important;
   color: #eeeeee !important;
}
#navWrapper ul a.dropdown_hovered {
   color: #eee !important;
   background: none !important;
   text-decoration: none !important;
}
#widgetHolder .dropdown_hovered {
   color: #2D535E !important;
   background: url(images/sideBarBulletHover.gif) no-repeat 0px 6px !important;
   text-decoration: none !important;
}
#widgetHolder ul ul a.dropdown_hovered {
   color: #eee !important;
   background: none !important;
   text-decoration: none !important;
}
/*End: Sub Menu */
/* DEVIN CUSTOMIZATION STARTS */
/* HOMEPAGE BLOG CONTENT AREA */
#content h2 {
	padding:10px 0px 10px 0px;	
}
#content h2 a{
	color:#437180;
	font-size:21px;
	text-decoration:none;
}
#content h2 a:hover{
	color: #066;
	font-size:21px;
	text-decoration:none;
}
.mainWrap{
	background:url("images/grayBG.jpg") repeat-x top left;
	padding-top:1px;
	width:475px;
	margin:0px 0px 30px 0px;
}
.main {
	color:#646C6E;
	font-family:Georgia,serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;	
	background:#fff;
	margin:10px;
	padding-bottom:15px;
}
.main img{
	display:none;	
}
.main div{
	background:#F5F5F5;	
}
.main p{
	padding:10px 10px 0;
}
.main div h2{
	margin-left:5px;
}
.main a{
	text-decoration: none; 
	color:#437180;
}
.main a:hover{ 
	border-bottom:1px dotted #333;
	color:#437180;
	text-decoration:none;
}	
.readMore{
	text-align:right;	
}
.tags p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#444;
}
.tags a{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#437180;
}
.tags a:hover{
	text-decoration:none;
	color: #666666;
}
/*--- APPROVAL EXPERTS CUSTOM SLIDER */
#loopedSlider {
   position: relative;
   margin-top: 20px;
   float: right;
   width: 582px;
   background: url(images/featureBg.png) no-repeat left top;
   padding: 8px 0px 0px 7px;
}
.slideshow { 
	width:566px; 
	height:258px; 
	overflow:hidden; 
	position:relative; 
}
.slides { 
	position:absolute; 
	top:0; 
	left:0; 
	width:566px;
}
.item_title {
	font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	color:#FFFFFF;
	font-size:18px;
	left:15px;
	padding:0;
	position:absolute;
	top:175px;
	z-index:1; 
}
.item_description {
	position:absolute;
	top:200px;
	left:15px;
	width:525px;
	color:#FFFFFF;
	font-size:12px;
	z-index:1; 
}
#sliderBtns_bg {
	background:url(images/slideshow/slideshowbtnBG.png) no-repeat;
	width:65px;
	height:25px;
	position:absolute;
	top:81px;
	right:10px;
}
.previous{
	background:url(images/slideshow/arrow-l.png) no-repeat;
	position:absolute;
	bottom:1px;
	left:10px;
	height:15px;
	width:15px;
	z-index:2;
}
.previous:hover{
	cursor:pointer;
	background-position:0 -15px;
}
.next {
	background:url(images/slideshow/arrow-r.png) no-repeat;
	position:absolute;
	bottom:1px;
	right:10px;
	height:15px;
	width:15px;
	z-index:2;
}
.next:hover {
	cursor:pointer;
	background-position:0 -15px;
}
#slides_footer {
	position:absolute;
	bottom:0px;
	left:7px;
	height:90px;
	width:566px;	
}
/*--- END: APPROVAL EXPERTS CUSTOM SLIDER */
/*--- Categories List -----*/
#categories{
	position:relative;	
	height:255px;
}
.cat-item-14 {
	bottom:-40px;
	position:absolute;
	left:10px;
}
.cat-item-9 {
	display:none;	
}
#categories_list_wrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories_list_wrap ul li { 
	display: inline; 
	padding-left:9px;
}
#categories_list_wrap ul li a { 
	text-decoration: none; 
	color:#2D535E;
}
#categories_list_wrap ul li a:hover { 
	text-decoration: underline; 
	color:#666;
}
/*--- DEVIN TEMPLATE MODS */
/*--- Top-10 -----*/
.top10 {
	background-color:#EEEEEE;
	border:7px solid #DEDEDE;
	
	margin:10px 0px 20px 0px;
	padding:5px 10px 30px 10px;
	color:#666;
	position:relative;
}	
.top10 em {
	font-family:Georgia,serif;
	font-size:25.5px;
	color:#333;
}
.top10 span {
	font-size:55px;	
	color:#DEDEDE;
	position:absolute;
	bottom:25px;
	right:0px;
	
}
.top10 p{
	color:#666666;
	font-family:Georgia,serif;
	font-size:14.5px;
	padding:10px 0;
}
/*--- SLIDER --- */
.item_title a{
	color:#FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration:none;
}
.item_title a:hover{
	color:#999;
	border-bottom: 1px dotted #999;
}
/*--- Accordion --- */
#accordion {
	margin:10px 0 0;
	position:absolute;
	right:-50px;
	top:15px;
	width:380px;
}
.ui-accordion{
	font-size:20px;	
	padding:0px;
	margin-top:8px;
}
.ui-accordion-header a{
	font-family:Georgia,serif;	
	font-style:italic;
	font-size:22px;
	padding:5px 0 5px 50px;
}
.accordionList {
	float:left;
	margin:0 20px;
}
.accordionList ul{
	padding:0px;
}
.accordionList ul li a{
	font-family:Georgia,serif;
	font-style:italic;
	list-style:outside;
	text-decoration:none;
	color:#2D555F;
}
.accordionList ul li a:hover{
	border-bottom:1px dotted #333;
	color:#437180;
	text-decoration:none;
}
/*
/* ---- HOME CONTENT ---- */
#homeContentLeftHeading{
	background:url(images/SanDiegoShortSale.png) no-repeat top left;
	text-indent:-1000px;
	height:35px;
	margin:5px 0;
}
#homeContentLeftHeading2{
	background:url(images/SanDiegoShortSale.png) no-repeat top left;
	height:35px;
	margin:5px 0;	
}
#homeContentLeftHeading2 a{
	font-family:Georgia,serif;
	font-style:italic;
	color:#2D555F;
}
	
#homeContentLeftHeading2 a:hover{
	border-bottom:1px dotted #333;
	color:#437180;
	text-decoration:none;
}
#homeContentLeftAboutWrap{
	background:url(images/grayBG.jpg) repeat-x top left;
	width:475px;
	padding-top:1px;
}
#homeContentLeftAbout{
	background:#fff;
	margin:10px;
	font-family:Georgia,serif;
	color:#6C6C6C;
	font-size:15px;
}
#homeContentLeftAbout p{
	padding:10px 0px 10px 0px;	
}
#homeContentLeftFinalParagraph{
	font-size:16px;
	color:#000;
}
#homeContentLeftAbout div{
	background:#F7F7F7;
	font-family:Georgia,serif;
	font-style:italic;
	text-decoration:none;
	color:#333;
	font-size:18px;
}
#homeContentLeftAbout div p{
	padding:5px 0 5px 15px;	
}
#homeContentLeftAbout img{
	margin:10px;	
}
#phoneNumber{
   font-family:Georgia,serif;
   font-size:18px;
   color:White;
   position:absolute;
   top:65px; 
   left:10px;
}
#phoneNumber img
{
    float:left;
}
#jeranInfo{
   font-family:Georgia,serif;
   font-size:18px;
   color:#FFF;
   position:absolute;
   bottom:10px; 
   right:0px;
}
#jeranInfo img
{
    right:-30px;
	position:absolute;
	top:-13px;
}
/*--- Box Shadow for Mozilla --- */
.boxshadow {
-moz-box-shadow:0 0 4px #999999;
}
.boxshadow:hover {
-moz-box-shadow:0 0 8px #555555;
}
#wpstats {display:none;}
/* IDX Showcase */
#idxShowcase 
{
	width:500px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#idxShowcase img
{
	border:1px solid black;
}
#idxShowcase h2 a
{
	font-size:30px;
	font-style:italic;
	font-family:Georgia, serif;
	color:#437180;
	text-decoration:none;
	padding-left:22px;
}
#idxShowcase h2 a:hover
{
	color:#006666;
	border-bottom:1px dotted #006666;
}
#sidebarMLS {
	margin-bottom:10px;
	margin-top:15px;
	
}
#sidebarMLS img{
	margin-bottom:10px;
	border:1px solid black;
	
}
#sidebarMLS h3 {
color:#2D535E;
font:bold 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
padding-left:10px;
margin-bottom:10px;
}
#sidebarMLS a{
	color:#437180;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#sidebarMLS a:hover
{
	color:#006666;
	border-bottom:1px dotted #006666;
}

.itemSub { display: none; }

#bannerLeftWrapper .textwidget, #bannerLeftWrapper .widget_text div {
	padding: 0px;	
}


#socials, #socialsHome { padding-left: 0px; }

#socials {margin-top:55px; }

#socials img {
	padding: 10px 10px 0 0;	
}

#socials img:hover, #socialsHome img:hover {
	position: relative;
	top: -2px;
}

#socialsHome img {
	padding: 10px 30px 0 0;	
}

#newsletter { margin-top: 0px; }


/* blog */

#blogFeaturedHeading, #blogFeaturedHeadingSub {
	color:#437180;
	font-family:Georgia,serif;
	border-bottom: 1px solid #437180;
}

#blogFeaturedHeadingSub {
	border:medium none;
	left:0;
	position:absolute;
	top:-37px;
}

.postTitleFeatured  {
	margin-bottom: 5px;	
	padding-bottom: 0px;
}


#blogFeaturedWrapper {
	margin-bottom: 60px;
}	

.postTitleFeatured a{
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2D535E;
 	text-decoration: none;
	padding-bottom: 0px;
 	clear: both;
}


#featuredSellerWrap a:hover, #featuredBuyerWrap a:hover, #featuredSanDiegoWrap a:hover{
	border-bottom: 1px dotted #2D535E;
}

#featuredSellerWrap, #featuredBuyerWrap {
	width:42%;
	float: left;
	background-color: #fdfdfc;
	border: 10px solid #e0e0e0;
	position: relative;
	padding:10px 10px 0;
	margin-bottom:50px;
}

#featuredSellerWrap {
	margin-right: 20px;	
}

.postTitleList {
	padding:0 0 10px 0;	
}

.postTitleList a{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2D535E;
 	text-decoration: none;
	padding-bottom: 0px;
 	clear: both;
}

#featuredSanDiegoWrap {
	background-color: #fdfdfc;
	border: 10px solid #e0e0e0;
	position: relative;
	padding:10px 10px 0;
	clear:both;
}