/*
Theme Name: ZippyListings
Theme URI: http://zippylistings.com/
Description: Custom Theme for ZippyListings
Version: 1.3
Author: Mike Rogers
Author URI: http://www.fullondesign.co.uk/
*/

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a:hover {
	text-decoration:none;
}
a, a:active, a:hover {
	color: #525b6e;
	text-decoration:none;
}
#content a {
	color: #f75f50;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Helvetica;
	width:850px;
	margin: 0 auto;
}
#header, #footer, #header_login {
	float:left;
	background:#2f353b;
	width:98%;
	height:25px;
	color:#F7F7F7;
	font-size:1.3em;
	padding: 8px 1% 2px 1%;
	margin: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
}


#header, #header_login{
	width:75%;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
	}
#header_login{
	width: 19%;
	margin: 0 0 0 2%;
	text-align:center;
	height: auto;
	min-height:25px;
}
#header_login a{
	color:#BBB;
}
#header_login form {
margin-top:5px;
}
#header_login form input{
	margin: 7px 0 3px 0;
	padding: 3px;
}

#footer {
	float:left;
	background:#eeeeee;
	width:96%;
	height:23px;
	color:#F7F7F7;
	font-size:1.3em;
	padding: 8px 2% 0 2%;
	margin: 0;
}
#footer {
	margin: 5px 0 0 0;
}

#header-counter {
	float:left;
	vertical-align: middle;
	width:40%;
}

#footer-copyright {
	float:left;
	color: #2f353b;
	width:30%;
	font-family: "Trebuchet MS";
	font-size: 96%;
}
ul#header-navigation, ul#footer-navigation {
	float:right;
	margin:0; padding: 0;
}
#header-navigation li {
	float:left;
	list-style-type:disc;
	list-style-position: inside;
	padding: 0 4px;
	margin: 0;
}

#footer-navigation li {
	float:left;
	color: #2f353b;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0 4px;
}

#header-navigation li:first-child, #footer-navigation li:first-child {
	list-style-type: none;
}
#header-navigation li a {
	color: #94a0a7;
	text-decoration:none;
}
#footer-navigation li a {
	color: #2f353b;
}
#header-navigation li a:hover {
	color: #eee;
}

#footer-navigation li a:hover {
	color: #2f353b;
}

#site_status {
	float:left;
	font-size: 1.5em;
	width: 94%;
	padding: 15px 2% 15px 4%;
	color: #525b6e;
}
#site_status img {
	float:right;
}
#main {
	float:left;
	width:100%;
	font-size:1.3em;
	margin: 10px 0;
}
ul#city_list {
	float:left;
	width: 98%;
}
ul#city_list li.cat-item{
float:left;
width: 100%;
border: 1px solid #9CC318;
font-size: 1.12em;
font-weight: bold;
padding: 7px;
margin: 0 0 25px 0
}
ul#city_list li.cat-item a{
background: url(images/plus-circle.png) no-repeat left center;
padding: 0 0 0 20px;
}
ul#city_list li.cat-item ul.children li{
border: none;
width: 23.5%;
font-size: 0.9em;
font-weight: normal;
padding: 5px;
margin: 0;
}
ul#city_list li.cat-item ul.children li a{
background: url(images/plus-small.png) no-repeat left center;
}
ul#city_list li.cat-item ul.children li ul.children li{
display:none;
border: none;
width: 100%;
padding: 2px 0 2px 2px;
font-size: 0.9em;
}
ul#city_list li.cat-item ul.children li ul.children li a{
background: none;
}
#city_list a, #city_list a:active, #city_list a:hover {
	color: #2f353b;
	text-decoration:none;
}



#content {
	float:left;
	width: 55%;
}
#content.main {
	width: 55%;
}
#content h2 {
	background-color: #3399ff;
	border-top: 2px solid #0066ff;
	color:#FFF;
	padding: 7px;
	margin: 0 0 5px 0;
	font-weight:normal;
	font-size:1.4em;
}
#content h2 span,  #content h2 small{
	font-size:0.7em;
}
#content h2 a, #content h2 a:hover {
	text-decoration:none;
	color:#FFF;
}
#content h3 {
	padding: 7px 7px 3px 10px;
	font-weight:normal;
	font-size:1.2em;
}

#content h4 {
	padding: 7px 7px -2px 10px;
	font-weight:normal;
	font-size:1.4em;
}

#sidebar {
	float:right;
	width:42%;
}
#sidebar a{
	text-decoration: underline;
}
#sidebar p {
	/*background-color: #89ac15;
	border: 4px solid #9cc318;
	color:#FFF;
	padding: 7px;
	margin: 0px 0 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;*/
	padding: 5px;
	
}
#sidebar p img{
	vertical-align: middle;	
}
#sidebar.main {
	width:42%;
}
#sidebar form#searchform{
	border: 2px solid #89ac15;
	border-bottom:none;
	padding: 10px 5px;
	text-align:center;
	-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

#sidebar h2 {
	background-color: #9cc318;
	border-top: 2px solid #89ac15;
	color:#FFF;
	padding: 7px;
	font-weight:normal;
	font-size:1.3em;
	text-align:left;
	margin: 0 0 5px 0;
}

#sidebar h1 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}
#sidebar h3 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	font-family: "Trebuchet MS";
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
}
#sidebar h4 {
	background-color: #9CC318;
	border: 1px solid #89ac15;
	color:#fff;
	font-family: "Trebuchet MS";
	padding: 8px;
	margin: 0px 0px 10px 0;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
}
#sidebar h4 a {
	color:#fff;
	text-decoration: none;
}
#sidebar h2.space {
	margin: 5px 0 0 0;
}
#sidebar li {
	color: #2f353b;
	font-weight:bold;
	list-style:none;
	text-align:right;
	padding: 4px 7px;
}
#sidebar ul.side li {
	color: #2f353b;
	font-size: 1.0em;
	font-weight:bold;
	list-style:none;
	text-align:left;
	padding: 5px 7px;
}
 #sidebar li:nth-child(odd) {
 background: #F7FCE9;
}
#sidebar ul.side li img {
	float:left;
	margin: 1px;
}
#sidebar li em {
	font-weight:bold;
	font-style:normal;
	padding: 0 0 0 4px;
	margin: 1px 0 0 0;
}

#sidebar ul li .small {
	font-weight:normal;
}

#sidebar .lastest_listings li{

width: 96%;
	text-align:right;
	height: 30px;
	}
#sidebar .lastest_listings li a {
	color: #D71111;
	
	font-weight:normal;
	text-align:left;
	float:left;
}
#sidebar .more_listings {
	text-align:right;
}
#sidebar hr {
	border:none;
	border-top: 2px solid #89ac15;
	margin: 4px 0;
}
#error, #notice {
	padding: 10px 0 15px 55px;
	margin: 0 0 10px 0;
	background-color: #fff;
	background-image: url(images/icon-csshelppile.gif);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
#error em, #notice em {
	color:#000;
	font-style:normal;
}
#error p, #notice p {
	color: #525b6e;
	font-size: 1.0em;
	padding:5px 5px 5px 15px;
	border-left: 1px dotted #cccccc;
}
#add-listing , #update_account, #join{
	float:left;
	background:#f7f7f7;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 5px 0 10px 0;
}
#add-listing fieldset, #update_account fieldset, #join fieldset{
	background:#E2F6FC;
	border:#FFF 1px solid;
	padding: 10px;
	font-size:0.9em;
}
#add-listing label, #update_account label, #join label {
	width: 45%;
	float:left;
	padding: 6px 2%;
}
#add-listing label.name, #update_account label.name, #join label.name{
	float:left;
}
#add-listing label.big, #update_account label.big, #join label.big {
	width: 95%;
	float:left;
	padding: 7px 1%;
}
#add-listing label.big input, #update_account label.big input, #update_account label.big select, #update_account label.big input, #join label.big input {
	float:right;
	width: 70%;
	padding: 3px;
	margin: -2px 0 0 0;
}
#add-listing label input, #add-listing label select, #update_account label input, #join  label input{
	width: 110px;
	float:right;
	padding: 2px;
	margin: -2px 0 0 0;
	font-size:0.9em;
}
#add-listing label textarea, #update_account label textarea, #join label textarea{
	width: 97%;
	padding: 3px;
	}
ul#top_citys {
	list-style:none;
}
ul#top_citys li {
	float:left;
	margin: 0px 3px;
}
ul#top_citys li a {
	font-size:0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 5px;
	line-height: 28px;
	background: #fff6d3;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #f75f50;
}
ul#top_citys li a:hover {
	color:#F00;
}
.mobileonly {
	display:none;
}
ul#city_list li {
	list-style:none;
	float:left;
	width: 105px;
	padding:2px 5px;
}

/* comments */

fieldset {
	border:none;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	background-color: #ffffff;
	border: 1px dashed #d2dada;
	color:#2f353b;
	padding: 5px;
	margin: 5px 0% 10px 0%;
	font-weight:normal;
	font-size:0.9em;
	list-style: none;
	text-align: justify;
	-moz-border-radius:3px;
	min-height:70px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 3px 8px 3px 0;
	padding: 2px 2px;
}
.comment-body {
	padding:2px 7px;
}
.blah {
	margin:10px 10px 10px 10px;
	color:#3399ff;
}
.children {
	padding: 0;
}
.commentlist li.reply {
	width: 80%;
	margin: 5px 4% 5px 6%;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.gravatar {
	float:right;
	padding: 3px 2px 2px 10px;
}
#respond h3, h3#comments {
	color: #3399ff;
	font-size:1.1em;
	text-decoration:none;
	padding: 7px 0 5px 0;
}
#respond textarea, .wpcf7-form textarea {
	width:75%;
	margin: 2px 5%;
	height:90px;
	border:#999 1px solid;
	-moz-border-radius:3px;
	padding: 5px;
}
#respond textarea:hover, .wpcf7-form textarea:hover {
	border:#03F 1px solid;
}
#respond input, .wpcf7-form input {
	margin: 2px 0 2px 5%;
	border:#999 1px solid;
	-moz-border-radius:3px;
	padding:4px;
}
input.dimmed {
	color:#484848;
}
input.dark {
	color:#000;
}
#respond input:hover, .wpcf7-form input:hover {
	border:#03F 1px solid;
}
#respond input#submit, .wpcf7-form input#submit {
}
.navigation {
	float:left;
	width:100%;
	padding: 3px 0px;
}
.message h1 {
	background-color: #fff;
	color:#525b6e;
	padding: 10px;
	border: 1px solid #3399ff;
	margin: 5px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}
.preview {
	float:left;
	color:#3d4255;
	min-height:110px;
	width:454px;
	border: 1px dashed #0066ff;
	margin: 2px 0 4px 0;
}

.shift {
	float:left;
	color:#3d4255;
	min-height:110px;
	width:464px;
	border: 1px dashed #0066ff;
	margin: 2px 0 4px 0;
}

.shift:hover {
	background-color: #F8FAFF;
}
.shift small{
color: #F75F50;
padding: 0 0 0 2px; margin: 0;
}
.shift #preview_image {
	float:left;
	padding: 7px 5px 5px 7px;
}
.shift p strong {
	color:#3d4255;
}
.shift p strong .light {
	color:#999;
}
.shift p {
float:right;
	margin: 5px 23px 5px 0;
	width: 327px;
}
.shift p.details {

}
.shift p .desc {
	color:#F9F9F9;
}

.preview:hover {
	background-color: #F8FAFF;
}
.preview #preview_image {
	float:left;
	padding: 7px 5px 5px 7px;
}
.preview p strong {
	color:#3d4255;
}
.preview p strong .light {
	color:#999;
}
.preview p {
float:right;

}
.preview p.details {
	margin: 5px 0 0 0;
}
.preview p .desc {
	color:#F9F9F9;
}
.entry {
	float:left;
	color:#3d4255;
	min-height:110px;
	width:464px;
	border: 1px dashed #0066ff;
	margin: 2px 0 4px 0;
}

.entry:hover {
	background-color: #F8FAFF;
}
.entry small{
color: #F75F50;
padding: 0 0 0 2px; margin: 0;
}
.entry #preview_image {
	float:left;
	padding: 7px 5px 5px 7px;
}
.entry p strong {
	color:#3d4255;
}
.entry p strong .light {
	color:#999;
}
.entry p {
float:right;
	margin: 5px 23px 5px 0;
	width: 327px;
}
.entry p.details {

}
.entry p .desc {
	color:#F9F9F9;
}
#wp125adwrap_1c, #wp125adwrap_2c {
	text-align:center;
	padding: 5px;
}
.dimmed {
	color:#A1A1A1;
}
/*- Menu Tabs--------------------------- */ 
ul.tabs  {
	float:left;
	display:block;
	width: 98%;
	background:#3399ff;
	margin: 0 0 5px 0;
	height: 27px;
	padding: 6px 2% 0 0;
	
	list-style:none;
	border-top: 2px solid #06F;
	
}
ul.sidetabs{
	background:#9CC318;
	
	border-top: 2px solid #89AC15;
}
ul.tabs li{
	float:left;
	background:none!important;
	margin: 0; padding:0!important;
	}
	
ul.tabs li a {
	float:left;
	margin:3px 3px 0 3px;
	font-weight:normal;
	font-size:0.95em;
	padding:5px 9px;
	background: #e7f1f8;
	-webkit-border-top-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-topleft: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
ul.tabs li a.active, ul.tabs li a.on{
	background: #FFFFFF;
	font-weight:bold;
}
ul.tabs li a {
	text-decoration: none!important;
}
ul.tabs li.name {
	float:right;
	display:block;
	color:#FFF;
	font-size:1.4em;
}

#content_2, #content_3, #content_4 {
	display:none;
}

#entry_preview {
	display:none;
	background-color: #fff;
}
#entry_preview .entry {
	padding: 5px;
	margin: 5px;
}
.navigation {
	text-align:center;
}
.cform {
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size:0.9em;
}
#twitter_comment {
	background:url(images/twitter_submitter.png) no-repeat;
	float:left;
	margin: 10px 5px 0 10px;
	padding: 6px;
	width:448px;
}
#twitter_comment #twitter_head {
	float:right;
	width:448px;
	text-decoration:none;
}
#twitter_comment #twitter_head h3 span {
	color:#0066FF;
	text-decoration:none;
}
#twitter_comment #twitter_head h3 span a {
	color:#0066FF;
	text-decoration:none;
}
#twitter_comment #twitter_body {
	float:left;
	width:350px;
	margin: -45px 0 10px 68px;
}
#twitter_comment #twitter_body p {
	color:#000;
}
#twitter_comment #twitter_body small a {
	color:#666;
	text-decoration:none;
}
#twitter_comment #twitter_body small a:hover {
	text-decoration:none;
}
#twitter_comment img {
	float:left;
	margin: 0 10px 3px 0;
}
#twitter_comment #twitter_buttons img {
	float:left;
	margin: 2px;
}

#twitter_comment h3 {
	float:left;
	text-decoration:none;
	padding:1px;
}

#twitter_body_listing {
	float:left;
	background-color:#3399ff;
	width:435px;
	padding:3px;
	text-align:left;
	margin: 0px 0px 8px 0;
}

#twitter_body_listing p {
	color:#fff;
	
}

#buzz {
	margin-right: 1.00em;
	margin-top: 0.65em;
	float:right;
}
#gmap {
	border: 1px solid #89ac15;
	padding: 5px;
	text-align:left;
}
#gmap h3 {
	font-weight:bold;
	font-size:13px;
}
#gmap #map {
	height:300px;
}
#suggest-realtor {
}
#suggest-realtor span.name, #suggest-realtor input, #suggest-realtor select {
	float:left;
	width:40%;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 3px;
}

#suggest-realtor span.name{
font-size:14px;
}

#suggest-realtor input {
	padding: 2px;
}
#suggest-realtor input.btn {
	height: 27px;
	padding: 0px;
}
.hidden {
	display:none;
}
.realtors-tweets #twitter_comment {
	border: 1px dashed #3399ff;
	padding: 7px 1px 1px 10px;
	background:url(images/twitter_submitter.png) 3px 3px no-repeat;
	/*background:#e2f8fa;*/
}
.realtors-tweets #twitter_body p {
	padding: 4px 3px 0px 3px;
}
.center{
	text-align:center;
}

.right{
	text-align:right;
}

.spacing {
	padding: 7px;
}

#sidebar .chatty-realtor{
	background:#F2FBE9;
	width: 340px;
	height: 75px;
	margin: 5px 0;
}
#sidebar .chatty-realtor h4{
	background:none;
	padding:3px 0; margin:0;
	color:#0066FF;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	border: none;
}

#sidebar .chatty-realtor h4 a, a:active, a:hover {
	text-decoration:none;
	
}

#sidebar .chatty-realtor p{
	font-size:14px;
	padding:0; margin:0;
}
.chatty-realtor img{
	padding: 5px;
	margin: 0 5px 5px 0;
	float:left;
	background:#FFF;
}

.rtymsg {
	background-color: #F2FBE9;
	border-top: 1px solid #9CC318;
	border-bottom: 1px solid #9CC318;
	color:#525b6e;
	font-family: "Trebuchet MS";
	padding: 5px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.83em;
	text-align:left
	
}

#tags {
	float:right;
	width:100%;

}
#tags h1 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}

#tags .allcities{
	background:#F2FBE9;
	width: 100%;
	height: 275px;
	margin: 5px 0;
}

#zipcities {
	float:right;
	width:100%;
}
#zipcities h1 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}

#zipcities .allcities{
	background:#F2FBE9;
	width: 100%;
	height: 275px;
	margin: 5px 0;
}

ul#sub_locations {
	border: 1px solid #9cc318;
	padding: 5px 25px;
	margin: 5px 0;
}
#sub_locations li{
	list-style:none url(images/plus-small.png);
	margin: 10px 5px;
	width: 105px;
}

#sidebar ul li{
	text-align: left;
	}

ul#title{
padding: 1%;
background: #39F;
border-top: 2px solid #06F;
color: #fff;
width: 98%;
margin: 0 0 5px 0;
list-style:none;
}
ul#title li:nth-child(1){
	font-size:15px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

#title h2 {

	margin: 0; padding: 0 0 6px 0; color: #fff; text-decoration: none; font-size: 14pt; font-weight: normal;
}

.jShow{
display:none;
}
.jClickHidden, #loginform{
	display:none;
}
.alignCenter{
	text-align: center;
	}
.light {
	color:#000;
}
.nav_options{
	float:left;
	width:100%;
	text-align:center;
	padding: 5px 0;
	}
	
.half{
width:48%;
padding: 0 1%;
}
.floatleft{
float: left;
}
.floatright{
float: right;
}

ul.manage_listings2{
list-style:none;
border: #708090 1px solid;
background-color: #f0ffff;
margin: 7px 0;
}
ul.manage_listings2 li{
text-align: right;
border-top: #c0c0c0 1px solid;
padding: 5px;
}
ul.manage_listings2 li:first-of-type{
border: none;
}

#message {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}

#sidebar3 {
	background-color: #fff;
	color:#525b6e;
	width: 45%;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0;
	text-decoration: none; font-size: 13pt; font-weight: bold;
	text-align:left;
}

#sidebar3 span {
	
	text-decoration: none; font-size: 11pt; font-weight: normal;
	
}

#sidebar ul li span {
	
	text-decoration: none; font-size: 10pt; font-weight: normal;
	
}

h2 { margin: 0; padding: 0 0 8px 0; color: #39F; text-decoration: none; font-size: 16pt; font-weight: bold; }
h3 { margin: 0; padding: 0 0 8px 0; color: #89ac15; text-decoration: none; font-size: 16pt; font-weight: bold; }

.info_bar {
	padding:  18px 0;
	font-size: 16px;
	color: #285b9e;
	background: url(http://loftyfinds.com/img/info-bar-bg.jpg) top repeat-x;
	border-top: 1px #eaeaea solid;
	border-bottom: 1px #eaeaea solid;
}
.info_bar2 {
	padding: 10px 0;
	font-size: 18px;
	color: #285b9e;
	background: #4171B1;
	border-top: 1px #eaeaea solid;
}
/****** CHANGED WIDTH ******/

.info_bar span {
	width: 85%;
	float: left;
}
.info_bar a img {
}
.info_bar a {
	color: #285b9e;
	font-weight: bold;
}
/***************** CONTENT STAR *****************/

.search {
	padding: 17px;
}
.search h2 {
	text-transform: uppercase;
	font: 80% tahoma, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4E4E46;
}
.search label {
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: right;
	padding-right: 45px;
	padding-bottom:5px;
}
.search #s {
	margin-right: 5px;
	background: url(http://loftyfinds.com/img/search-input-bg.jpg) top left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #1E4F91;
	padding: 5px 10px;
	width: 180px;
}
.search input {
	vertical-align: middle;
}

#sidebar3 {
	float:right;
	width:42%;
}
#sidebar3 h1 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.78em;
	text-align:left;
}

#sidebar4 {
	float:right;
	width:42%;
}
#sidebar4 h1 {
	background-color: #fff;
	border: 1px solid #fff;
	color:#525b6e;
	padding: 2px;
	margin: 0px 0px 5px 0;
	font-weight:normal;
	font-size:0.78em;
	text-align:left;
}

#add-listing fieldset legend, #update_account fieldset legend, #join fieldset legend{
font-weight: bold;

}

.half{
width:46%;
padding: 0 1%;
}
.floatleft{
float: left;
}
.floatright{
float: right;
}

ul.manage_listings{
list-style:none;
border: #777 1px solid;
margin: 7px 0;
}
ul.manage_listings li{
text-align: right;
border-top: #777 1px solid;
padding: 5px;
}
ul.manage_listings li:first-of-type{
border: none;
}
h2.half{
color: #39F;
font-size: 16pt;
font-weight: bold;
margin: 0px;
padding: 5px 0 8px 0;
text-decoration: none;
}
h2.half.green{
color: #89AC15;
}
ol.WhyToJoin{
color: #525B6E;
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 17px;
font-weight: bold;
}
ol.WhyToJoin li small{
font-weight:normal;
}
ol.WhyToJoin li{ margin: 0 0 20px 35px;}

#sidebar2 h1 {
	background-color: #fff;
	border: 1px solid #9cc318;
	color:#525b6e;
	padding: 10px;
	margin: 0px 0px 10px 0;
	font-weight:normal;
	font-size:0.98em;
	text-align:left;
}

.nolistings {
	float:left;
	font-size: 112.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color:#3d4255;
	width:444px;
	margin: 0px;
padding: 10px 10px 10px 10px;
	border: 1px dashed #0066ff;
	
}

.red
{background-color: #363722;}

#red
{background-color: #363722;}

ul.socialize-this{
display:block;
list-style:none;
text-align:center;
padding: 0; margin: 10px 0;
}
ul.socialize-this img{
border:none;
}
ul.socialize-this li{
display:inline;
padding: 0; margin: 3px;
opacity:0.9;
}
ul.socialize-this li:hover{
opacity:1;
}
.addthis_default_style a{
color: #fff!important;
}
