/*
Theme Name: Minimal
Theme URI: http://wordpress.org/
Description: The Minimal theme was developed for Windermere
Author: Konstantin Kifa
Version: 1.1
*/


h2{
    font-size: 1.75em;
}
h3{
    font-size: 1.4166666667em;
    margin-bottom: 12px;
    font-family: Georgia, serif !important;
}
div.menu {
    background-image: url('/wp-content/themes/personality/images/bgline.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
}
/*
div.menu > ul{
    background: url('/wp-content/themes/personality/images/bgline.png') transparent; 
}
*/

div.menu > ul > li > a,
div.menu > ul > li > span > a {
    font-size: 1.25em;
    line-height: 21px; /*1.25em;*/
    white-space: nowrap;
}

div.menu ul > li > a,
div.menu ul > li > span > a {
    font-size: 1.25em;
    line-height: 21px; /*1.25em;*/
    word-wrap: break-word;
}

div.menu ul li ul{
    background-color: #ffffff;
    border: 1px solid #888888;
}

div.menu ul li ul li a:hover{
    background-color: #e6e6e6;
    color: #213B79;
}

div.menu ul li li.current ul li.nav-menu-item a,
div.menu ul li li.current ul li.current a:hover {
    color: #213B79;
}

div.submenu a:hover {
    text-decoration: none;
}

div.menu ul li ul li.mxMenuHighlight > a:hover, div.menu ul li ul li.mxMenuHighlight > span > a:hover {
    color: #213B79;
}

/* SUBMENU */
div.submenu {
	/*position: relative;*/
	float: left;
	margin-left: 4px;
	/*top: 30px;*/
	width: 160px;
	overflow-x: hidden;
}

div.submenu span {
	display:block;
}

div.submenu ul {
    padding-left: 4px;	
}
div.submenu ul:first-child {
    margin-top:30px;
}

div.submenu li li.mxMenuHighlight ul {
    padding-left: 8px;	
}

div.submenu li {
	padding-left: 4px;
}

div.submenu li li li {
	padding-left: 14px;
}

div.submenu a {
	padding: 5px 10px 5px 0px;
	display: block;
}

div.submenu li {
	overflow: hidden;
	clip: rect();
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;*/
}

div.submenu ul > li > ul > li > ul > li > span.mxMenuSpanHighlight,
div.submenu ul > li > span.mxMenuSpanHighlight,
div.submenu ul > li > ul > li > span.mxMenuSpanHighlight,
div.submenu a.mxRootMenuHighlight.mxRootMenuActiveHighlight {		
	border-radius: 3px 0px 0px 3px;
	display: block;
}		

div.submenu li.mxMenuHighlight {
	padding-left: 0px;
}

div.submenu li li.mxMenuHighlight span {
	padding-left: 4px;
}

div.submenu li li.mxMenuHighlight li,
div.submenu li li li.mxMenuHighlight span {
	padding-left: 14px;
}

div.submenu li li li.mxMenuHighlight li {
	padding-left: 20px;
}

div.submenu a.mxRootMenuHighlight {
    font-weight: bold;
}

div.submenu ul, div.submenu li {
    list-style-position: outside;
}

div.submenu a {
    color: #333333 !important;   /* for Minimal: overrides styles specified in palette files */
}

	
div.submenu ul > li > ul > li > ul > li.nav-menu-item {
    list-style-image: none;
    background-repeat: no-repeat;
    background-position: 2px 10px;
    background-attachment: scroll;
}

div.submenu ul > li > ul > li > ul > li > span.mxMenuSpanHighlight {
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: 2px 10px;
    background-attachment: scroll;
}

/* handles odd case where a custom page is the top level nav item */
div.submenu a.mxRootMenuHighlight.mxRootMenuActiveHighlight {
    margin-left: -4px !important;
    padding-left: 4px !important;
}


div.wrapper.minimal {
    background-color:#ffffff;
}

div.header{
    height: 84px;
    background-color: white;
    border-bottom: 1px solid #DDDDDD;
}

div.header div.mxHeaderText{
/*    color: black;  */
    float: left;
    width: 640px;
    margin-top: 0px;
    margin-left: 20px;
    padding-left: 10px;
    overflow: hidden;
}

div.header div#mxHeaderRight{
    float: right;
    height: 66px;
    margin-right: 32px;
    width: 200px;	
}

div.header div#networkLogoBackground.backgroundOn{
    background: url(/wp-content/plugins/matrix/images/logo_background_small.png) no-repeat scroll 0 0 transparent;
}

div.header div#networkLogo{
    height: 66px;
    cursor: pointer;
    margin-top: 4px;
}

div.header div#networkLogoBackground.backgroundOn div#networkLogo{
    margin-top: 0;
}

div.header div#usernameDiv{
    cursor: pointer;
    font-weight: bold;
	text-align: center;
    margin-top: -2px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

div.header div#loginDiv{
	float:left;
    margin-left: 48px;
    margin-top: -2px;
}

div.header div#loginDiv a{
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

div.header div#loginDiv a#signin{
    margin-left: 6px;
}

div.header div.mxHeaderText h1{
    font-size: 32px;
    margin-top: 15px;
    font-family: Georgia, serif !important;
}

div.header div.mxHeaderText p{
    font-size: 14px;
    padding: 1px 4px;
    font-family: Georgia, serif !important;
}

div.wrapper{
    width: 1024px !important;
}

/* homepage */


div.homerow > div,
div.subbody > div > div{
    float: left;
}
div.subbody > div > div.haveaquestion {
    overflow: visible;
}

div.haveaquestion > div {
    height: 182px;
    width: 284px;
}
div.homerow > div{
    /*height: 400px;*/
}
 div.subbody > div{
    float: none;
    clear: both;
}
div.homerow > div.searchwrapper{
    width: 364px;
    height: 400px;
    float: left;
}
div.homerow > div.searchwrapper > div{
    padding-top: 120px;
    padding-left: 20px;

}
div.homerow > div.searchwrapper > div.searchbylocation input[type="text"]{
    padding: 9px;
    font-size: 1.1666666667em;
    width: 300px;
}
div.homerow > div.searchwrapper > div.searchbylocation h4{
    font-size: 1.1666666667em;
    display: block;
    float: none;
}
div.homerow div.searchbylocation input#searchString[type="text"]{
    width: 255px;
    height: 24px;
    padding: 8px 8px 8px 28px;
    font-size: 1.1666666667em;
    background-position: 5px 10px;
}
div.homerow div.searchbylocation label {
    font-size: 1.4em;
}

div.homerow div.searchbylocation div.searchType {
    width:300px;
}

div.homerow div.searchbylocation input.searchByLocationSubmit {
    font-size: 2em;
    padding: 2px 0;
    text-align:center;
}
div.homerow > div.searchwrapper > div.searchbylocation select{
    width: 143px;
    margin: 2px 4px 2px 0px;
    padding: 6px 3px;
}
div.homerow > div.searchwrapper > div.searchbylocation select:last-child {
    margin-right: 0px;
}

div.homerow div.searchbylocation div.searchType div.radio_control {
    width:55px;
    float:left;
    text-align:left;
    padding-top:8px;
}

div.homerow div.searchbylocation div.searchType div.button_control {
    float:left;
    margin-left:4px;
}

div.subbody > div{
    margin: 0 26px 0 26px;
}
div.subbody > div >div{
    height: 210px;
    margin: 25px 12px 25px 12px;
    padding-left: 12px;
    width: 280px;
    overflow: hidden;
}

div.subbody > div > div.agentcustomarea {
    width: 600px;
}

div.subbody > div > div.agentcustomarea h1,
div.subbody > div > div.agentcustomarea p {
    font-family: Georgia, serif !important;
}

div.aboutanagent.largeOnLeft div.phones {
    width:200px;
}
div.aboutanagent.largeOnLeft div.phones div {
    width: 100px;
}

div.subbody > div > div:first-child{
    border: 0 none;
    margin-left: 0;
    padding: 0px;
    width: 308px; /* Note the first div of the subbody is actually 30 pixels larger*/
}
div.subbody > div > div:last-child{
    padding-right: 0;
    margin-right: 0;
}
div#Search div.subbody > div > div.featuredProperties {
    overflow: visible;
    width: 317px;
    /*margin-right: 25px;*/
}
body div.wrapper, body div.wrapper.homepage {
	background-attachment: local;
}
div.featuredProperties div.sliderblock {
    width:600px;
}
div.wrapper div.featuredProperties div.sliderblocks {
    margin-left: 10px;
}
div.wrapper div.featuredProperties div.sliderblocks lastcol {
    margin-right:0px;
}
div.homepage.wrapper > div > div:first-child{
    clear: left;
}
div.pageContent{
	float: left;
    margin: 30px 0px 30px 9px;
    border-left: solid 1px #ccc;
    /*margin: 1px 0px 0px 181px;*/
    width: 798px;
	min-height:700px;
    /*position: relative;*/
}

div#neighborhoodNewsPage.minimal.wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
div#searchPage div.pageContent, div#listingsDetail div.pageContent, div#neighborhoodNewsPage div.pageContent  {
    float: none;
    margin: 0px;
    border-left: none;
    width: auto;
}
div#searchPage div.pageContent, div#listingsDetail div.pageContent  {
    padding: 4px 20px 20px;
}
div#neighborhoodNewsPage div.pageContent {
    padding: 0;
    width: 100%;
    min-height: inherit;
}
div#listingsDetail div.mainbody div.pageContent{
  padding: 0;
}
div.listoflistings {
    /*border-left: solid 1px #ccc;*/
    /*margin-top:30px;*/
    /*margin-bottom:30px;*/
}
/*
div.agentProfile {
    float:none;
}
*/
/* featured properties */
     div.homerow > div.featuredProperties{
        width: 364px;
        height: 400px;
        /*padding:25px 0px 5px 15px;*/
    }

    div.homerow > div.featuredProperties > div.featuredproperties {
        margin: 5px 0px 5px 15px;
    }

    div.featuredProperties div.featuredproperties {
        position: relative;
    }

    div.subbody div.featuredProperties {
        width: 625px;
        margin-right:0px;
        position:relative;
    }

    div.subbody div.featuredProperties .featureblock img {
        width:140px;
        height:104px;
    }

    div.subbody div.featuredProperties .featureblock div {
        cursor:pointer;
    }

    div.featuredProperties h3{
        font-size: 1.75em;
        margin-top: 0px;
        margin-left: 10px;
    }
    div.featuredProperties div.name {
        width: 140px;
        height: 20px;
        clip: rect();
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis-word;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    div.featuredProperties div.price {
        width: 140px;
        height: 20px;
        clip: rect();
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

    div.featuredProperties div.featureblock > div{
        margin: 0 10px 0 0;
        padding-bottom: 20px;
        text-align: center;
        float: left;
    }
    /*div#Search.wrapper div.featuredProperties div.featureblock > div {
        margin: 0 5px;
    }*/
    div.featuredProperties div.featureblock > div strong{
        padding-top: 10px;
    }
    div.featuredProperties div.image{
        margin: auto;
        padding-bottom: 10px;
    }

    div.subbody div.featuredProperties{
        background-color: transparent;
    }
    div.subbody div.featuredProperties div.featureblock > div{
        /*width: 127px;*/
        text-align: center;
    }
    div.featuredProperties div.featuredproperties div.featuredpropertynav {
        height: 30px;
        width: 10px;
        position: absolute;
        top: 30px;
        *top: 70px; /* IE 6/7 only */
        background-align-y: 2px;
        background-repeat: no-repeat;
        cursor: pointer;
        cursor: hand;
    }
    div#Search div.featuredProperties div.featuredproperties div.featuredpropertynav {
        top: 30px;
        *top: 90px; /* IE6/7-only */
    }
    div.featuredProperties div.navleft {
        left: -15px;
        display: none;
    }
    div.featuredProperties div.navright {
        right: 15px;
        display: none;
    }

/* have a question */
div.haveaquestion div input[type="text"]{
    width: 130px;
}
div.haveaquestion div textarea{
    height: 68px;
}
div.haveaquestion div textarea,
div.haveaquestion div input[type="text"] {
    color:#666666 !important;
    border:1px solid #666666;
}
div.haveaquestion div{
    margin: 0px;
    background-repeat: no-repeat !important;
    /*  this element has a background created by a .cst.
     * .csts repeat on the x axis, but this one must only show once */
}

div.haveaquestion h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* useful links */
 div.usefullinks ul{
    margin-left: 14px;
    display:inline-block;
}

 div.usefullinks ul li{
    list-style: inherit;
    padding: 6px 0;
}
/* mortgage rates */

div.subbody div div.mortgagerates{
    overflow: visible;
}

div.mortgagerates table{
    width: 100%;
}
div.mortgagerates table tbody td{
    font-size: .9166666667em;
}
div.mortgagerates h3{
    margin-bottom: 0px;
}
div.mortgagerates p.disclaimer{
    padding-top: 12px;
    font-size:10px;
    line-height:12px;
    color:#999999;
}
div.mortgagerates table thead th{
    font-size: 1em;
}
div.mortgagerates td,
div.mortgagerates th{
    padding: 4px;
}
div.mortgagerates  td:first-child{
    padding-left: 8px;
}
div.mortgagerates  th:first-child{
    padding-left: 0px;
}

/*   about an agent */
div.aboutanagent > div.data{
    width: 160px;
}
div.aboutanagent  div.labelset > div {
    float: left;
}
div.aboutanagent div.label{
    width:40px;
}

div.aboutanagent h3 {
    font-weight: bold;
    font-size: 1.75em;
    margin-left: 0px;
    margin-top: 0px;
}

div.aboutanagent div.email{
    width: auto;
    overflow: hidden;
    white-space: nowrap;
/*     text-overflow: ellipsis-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; */
}

div.aboutanagent div.mxAboutAgentPhoto{
    width: 120px;
    overflow: hidden;
    margin-right: 16px;
}

div.subbody div.aboutanagent.largeOnLeft div.mxImageResizeWrapper {
    width:110px;
    height:170px;
}
/* search by location
 * note - there is another SBL definition above in the "homerow" */

div.wrapper > div.subbody > div > div.searchbylocation {
    width: 274px;
    margin-right:46px;
    overflow:visible;
}
div.searchbylocation h4{
    padding-top: 6px;
}
div.searchbylocation input#searchString[type="text"]{
    width: 236px;
    padding: 8px 8px 8px 28px;
    font-size: 1.1666666667em;
    background-position: 5px 7px;
}
div.subbody div.searchbylocation > div{
    text-align:right;
}
div.searchbylocation select{
    padding: 4px 0;
    width: 97px;
}
div.searchbylocation input.searchByLocationSubmit{
    padding: 3px 0;
    text-align:center;
}

div.searchbylocation input#typeMap,
div.searchbylocation input#typeList {
    border:0 none;
}

div.searchbylocation div.searchRange {
    margin-bottom:13px;
}

div.searchbylocation div.searchType {
    width:274px;
	border-top:1px solid #c7c7c7;
}

div.searchbylocation div.searchType input.button {
    margin-left:0;
    margin-right:-3px;
}

div.searchbylocation input.searchByLocationSubmit {
    width:159px;
}

div.searchbylocation div.searchType div.radio_control {
    width:46px;
    float:left;
    text-align:left;
    padding-top:5px;
}

div.searchbylocation div.searchType div.button_control {
    width:159px;
    float:left;
    padding-left:20px;
}

div#Social div.subbody div div.blog {
    clip: rect();
    overflow: hidden;
}

.blog .social strong{
    display: block;
    float: left;
    width: 68px;
}
/*
 * This was catching more than it was supposed to, including the anchors in the footer.
.blog .social a{
    padding-right: 8px;
}*/
/**************************** listing details ***************************/
#detail_left{
  width: 660px;
}
#zillow_graph {
  width: 300px;
  height: 200px;
  float: left;
}
#avm_container {
  float: right;

}
#avm_container table {
  width: 100%;
}

/********** view listings ************/


/************* 404 page **************/

div.mx404-page div.mx404-image {
    background-image: url("/wp-content/plugins/matrix/images/mx404-image.jpg"); 
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 453px;
	height: 264px;
	margin: 20px 8px;
}

div.mx404-page div.mx404-text {
	clear: both;
	width: 450px;
	margin-left: 10px;
}

div.mx404-page p.mx404-error {
	font-weight: bold;
}


iframe.cma_report {
    margin-left:74px;
}


/**********************start listings page*****************************/

div.agentProfile div.singleProfile div.top > div.right{
    float: right;
}
div.agentProfile div.singleProfile div.contentbody {
    padding-top:20px;
    clear:both;
}
div.agentProfile div.singleProfile div.profile-followme {
    padding-top:12px;
}
div.singlelisting > *{
    float: left;
    margin: 0;
    padding: 20px;
}
div.singlelisting .single-listing-img-wrap {
    width: 320px;
}
div.agentProfile div.top{
    width: 100%;
}
div.singlelisting h2,
div.singlelisting h3{
    font-size: 1.1666666667em;
}
div.singlelisting a.imgtooverlay {
    width: 100%;
}
div.singlelisting a.imgtooverlay img {
    max-width: 100%;
}
div.singlelisting h3{
    color: black;
    font-weight: bold
}
div.singlelisting td{
    padding: 1px 4px 0px 0px;
}
div.singlelisting td.divider{
    padding: 0px 12px 0px 0px;
}
div.singlelisting div.listingDetails {
    width: 300px;
}
div.singlelisting div.address{
    padding: 8px 0px;
}
div.singlelisting div.subdued{
    color: #666;
    padding: 4px 0;
}
div.singlelisting strong{
    font-weight: bold;
}

div.singlelisting div.listingDetailsSubRight {
    float: right;
    width: 160px;
}

div.singlelisting a.LinkToDetails {
    background: url("/wp-content/plugins/matrix/images/personality_button_gradient.png") repeat-x #033e75;
    border: 0px;
    color: white;
    font-size: 1em;
    padding: 4px 8px;
    position: relative;
    left: 0px;
    text-align: center;
    float: right;
    width: 120px;
    cursor: pointer;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color='#969696', Direction=145, Strength=4);
    -ms-filter:"progid:DXImageTransform.Microsoft.shadow(Color='#969696', Direction=145, Strength=4)";
}

div.singlelisting ul.singlelisting_share_actions {
    list-style: none outside none;
    margin-top: 6px;
    white-space: nowrap;
}

div.singlelisting ul.singlelisting_share_actions.Sold {
    display: none;
}

div.singlelisting ul.singlelisting_share_actions li {
    cursor: pointer;
    height: 22px;
    width: 22px;
    display: list-item;
    float: left;
}

div.singlelisting ul.singlelisting_share_actions .make-favorite:before {
    font-family: FontAwesome;
    content: "\f08a";
}
div.singlelisting ul.singlelisting_share_actions .make-favorite {
    margin-left: 8px;
    margin-right: 22px;
}

div.singlelisting ul.singlelisting_share_actions .make-favorite:hover:before {
    font-family: FontAwesome;
    content: "\f004";
    cursor: pointer;
}
div.singlelisting ul.singlelisting_share_actions .is-favorite:before {
    font-family: FontAwesome;
    content: "\f004";
}
div.singlelisting ul.singlelisting_share_actions .is-favorite {
    margin-left: 8px;
    margin-right: 22px;
}
div.singlelisting ul.singlelisting_share_actions .is-favorite:hover:before {
    font-family: FontAwesome;
    content: "\f08a";
    cursor: pointer;
}
div.singlelisting ul.singlelisting_share_actions .email_friend:before {
    font-family: FontAwesome;
    content: "\f003";
}
div.singlelisting ul.singlelisting_share_actions .email_friend {
    margin-left: 4px;
    margin-right: 22px;
}
div.singlelisting ul.singlelisting_share_actions .email_friend:hover:before {
    cursor: pointer;
    content: "\f0e0";
}
div.singlelisting ul.singlelisting_share_actions .photo_gallery:before {
    font-family: FontAwesome;
    content: "\f03e";
}
div.singlelisting ul.singlelisting_share_actions .photo_gallery {
    margin-left: 4px;
    margin-right: 0px;
    position: relative;
}

div.singlelisting ul.singlelisting_share_actions .photo_gallery:hover {
    cursor: pointer;
}

div.singlelisting ul.singlelisting_share_actions .photo_gallery a {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

div.singlelisting ul.singlelisting_share_actions .photo_gallery a h3 {
    display: none;
}

div.singlelisting div.listingDetails a span.openhouse-icon-true {
    width: 60px;
    height: 30px;
    display: block;
    float:right;
    background: url("/wp-content/plugins/matrix/images/OpenHouseIcon.png") no-repeat scroll center center transparent;
}

div.listings div.singlelisting img#builder-logo {
    max-width: 100px;
    max-height: 50px;
}
/*div.listings div.singlelisting img {*/
/*width:227px;*/
/*height:150px;*/
/*}*/

div#listingspage div.singlelisting a.LinkToDetails:hover{
    text-decoration: none;
}
/********************** end listings page **************************/
