@import "http://www.mcgovernrealty.com/wpr/wp-content/plugins/magictoolbox/core/magiczoomplus.css";
@import "http://www.mcgovernrealty.com/wpr/wp-content/plugins/wp-pagenavi/pagenavi-css.css";
/*

Theme Name: Melissa M. Stage - McGovern RE Custom
Theme URI: 
Description: McGovern Custom Word Press Real Estate Theme
Version: 1.0
Author: Melissa M. Stage
Author URI: 
Tags: real estate


*/

/** CSS - Real Estate Theme
==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style-type: none;
}




/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	background-color: #1A1A1A;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-position: 50% 50%
}


/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

/** From mcgovernstylys.css
==============================================================================*/

.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	text-decoration: underline;
}
.aboutusimage {
	border: 1px solid #000000;
}

.mainTextAboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	padding-left: 15px;
}
.mainTextHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-align: left;
}
.phoneNumbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
.mainTextHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #B21C20;
	text-align: left;
}
/** Headings
==============================================================================*/

h1 {
font-size: 28px;
line-height: 30px;
color: #ffffff;
margin: 0 0 30px 0;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #FFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	color: #C00;
}

h4 {
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #C00;
	text-transform: capitalize;
}

h5 {
font-size: 14px;
padding: 0 0 3px 0;
margin: 20px 0 0 0;
color: #999999;
text-transform: capitalize;
border-bottom: 1px solid #efefef;
}

h6 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	color: #FFF;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



/** Links
==============================================================================*/

a:link {
	color: #C00;
	text-decoration: none;
}

a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #F30;
	text-decoration: none;
}

a:active {
	color: #F30;
	text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 960px;
margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 0;
}

/** Navigation (ul#nav used to be float: right;)
==============================================================================*/

ul#nav {
clear: both;
margin: 20px 0 0 0;

}

ul#nav li {
float: left;
margin: 0 10px 0 0;

}

ul#nav li a {
	color: #C00;
	display: block;
}

ul#nav li a:hover {
	color: #FFF;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #852432;
}

ul#nav ul.children {
display: none;
}

.bottomnavigation {
	display: none;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666;
}
/** Search
==============================================================================*/

#search {
	float: right;
	width: 920px;
	margin: 0px 0 1px 0;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	color: #FFF;
	background-color: #1A1A1A;
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#search p {
margin: 0;
}

#searchfield input {
	width: 205px;
	height: 18px;
	padding: 2px 0 0 95px;
	margin: 2px 0 0 0;
	border: 1px solid #06C;
	background-color: #FFF;
	background-image: url(images/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/** Home Header
==============================================================================*/

#homeheader {
	float: left;
	width: 960px;
	color: #CCC;
	margin: 0 0 20px 0;
}

#homeheader img {
float: left;
}

#homeintro {
	float: right;
	width: 290px;
	height: 276px;
	padding: 19px;
	background-color: #000;
	background-image: url(images/header_intro_bg-grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#homeintro h1 {
margin: 10px 0 5px 0;
}

#homeintro a#btnleft, #homeintro a#btnright {
float: left;
display: block;
width: 145px;
height: 27px;
text-align: center;
padding: 3px 0 0 0;
margin: 30px 0 0 0;
}

#homeintro a#btnleft {
background: url(images/btn_left_bg.jpg) no-repeat;
}

#homeintro a#btnright {
background: url(images/btn_right_bg.jpg) no-repeat;
}

/** Home Welcome, New Listings, Featured Listing
==============================================================================*/

#homewelcome, #newlistings {
	float: left;
	display: inline; /*ie6 double margin bug fix*/
	width: 295px;
	margin: 0 20px 0 0;
	color: #FFF;
}

#homewelcome h1 {
	margin: 0 0 10px 0;
	color: #FFF;
}

.listing {
	float: left;
	width: 295px;
	margin: 0 0 10px 0;
	background-color: #333;
	background-image: url(images/search_bg-stretched.jpg);
	background-repeat: repeat-x;
}

.listing img {
float: left;
padding: 2px;
margin: 0 10px 0 0;
border: 1px solid #d8d6d4;
}

.listing h3 {
float: right;
width: 165px;
font-size: 14px;
margin-bottom: -8px;
}

.location, .propertytype {
	font-size: 10px;
	margin: 0;
	color: #333;
}

.price, .bedbathsqft {
font-size: 12px;
margin: 0;
color: #000000;
}

.price {
font-weight: bold;
margin-bottom: -5px;
}

.price span {
font-weight: normal;
font-size: 12px;
}

#featuredlisting {
float: left;
width: 330px;
}

#featuredwrap {
float: left;
width: 328px;
border: 1px solid #cccccc;
background-color: #FFFFFF;
}

#featuredlisting img {
float: left;
}

#featuredlisting h3 {
margin: 0 0 -8px 0;
}

.address {
float: left;
padding: 10px 20px 8px 20px;
background-color: #f9f9f9;
border-bottom: 1px solid #ebd0b4;
margin: 0 0 10px 0;
}

#featuredlisting .address {
width: 288px;
}

#featuredlisting .price, #featuredlisting .bedbathsqft, #featuredlisting .propertytype,
.listinginfo .price, .listinginfo .bedbathsqft, .listinginfo .propertytype, .listinginfo .mls {
margin: 0 0 0 20px;
}

#featuredlisting .propertytype {
margin-bottom: 10px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
float: left;
width: 960px;
background: url(images/listing_bg-grey.jpg) repeat-y;
}

/** Sidebar
==============================================================================*/

#sidebar {
	float: left;
	width: 209px;
	padding: 19px 0 19px 19px;
	background-color: #000;
	background-image: url(images/header_intro_bg-grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}

#sidebar ul {
list-style-type: none;
}

#sidebar ul li {
text-align: left;
}

#sidebar ul li a {
	display: block;
	padding: 5px 0 5px 0;
	width: 209px;
	color: #999999;
	background: url(images/subnav_item_bg.jpg) no-repeat bottom;
}

#sidebar ul li a:hover {
color: #cccccc;
}

#sidebar ul li.current-cat a {
color: #ffffff;
background: url(images/subnav_current_bg-grey.jpg) repeat-y;
}

/** Search Result
==============================================================================*/

.searchresult {
	float: right;
	margin: 20px 0 0 0;
	width: 710px;
	background: url(images/search_result_description_bg.jpg) repeat-x bottom;
}

.searchresult img {
float: left;
}

.listinginfo {
	float: left;
	width: 410px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listinginfo .address {
width: 388px;
}

.listinginfo .price {
font-size: 18px;
}

.mls {
color: #999999;
}

#searchnav {
float: right;
width: 610px;
margin: 20px 0 0 0;
}

#searchnav a#btnleft, #searchnav a#btnright {
display: block;
width: 145px;
height: 27px;
text-align: center;

padding: 3px 0 0 0;
}

#searchnav a#btnleft {
float: left;
background: url(images/searchnav_btnleft.jpg) no-repeat;
}

#searchnav a#btnright {
float: right;
background: url(images/searchnav_btnright.jpg) no-repeat;
}

.noresults {
float: left;
margin: 20px 0 0 20px;
}

/** Listing Detail
==============================================================================*/

#listingdetail {
	float: right;
	width: 730px;
}

#listingdetail h3, #listingdetail .location {
	float: left;
	width: 500px;
	margin-left: 0px;
}

#listingdetail img {


margin: 0 0 20px 20px;
border: 1px solid #999999;
padding: 2px;
}
#listingdetail mmf-validation-errors {
	border: 1px dashed #FF7800;
	font-weight: bold !important;;
	color: #F00 !important;;
}

#listingdetail mmf-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-weight: bold !important;;
	color: #F00 !important;;
}

#listingdetail .address {
float: right;
width: 690px;
margin: 0 0 20px 0;
}

#listingdetail .price {
font-size: 26px;


}

#listingdetail p, #listingdetail h4, #listingdetail h5, #listingdetail ul {
margin-left: 20px;

}

#listingdetail ul {
font-size: 12px;
margin-top: 20px;
}

#listingdetail ul li {
color: #999999;
line-height: 18px;
margin: 0 0 18px 0;
}

#listingdetail p {
	color: #666;
	font-size: 12px;
}

/** Footer
==============================================================================*/

#footer {
	float: left;
	width: 960px;
	margin: 30px 0 0 0;
	border-top: 1px solid #cfcfcf;
	background-color: #333;
}

#footer p {
margin: 10px 20px 20px 10px;
color: #aaaaaa;
font-size: 11px;
}
#footer a {
	margin: 10px 20px 20px 10px;
	color: #CCC;
	font-size: 11px;
}

#footernav {
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #434343;
}