/*
Theme Name: Personality
Theme URI: http://wordpress.org/
Description: The Personality theme was developed for Windermere
Author: the Logic20/20 Team
Version: 1.1
*/


h2{
    font-size: 1.75em;
}
h3{
    font-size: 1.4166666667em;
    margin-bottom: 12px;
}
div.menu {
    /*border-bottom: 1px solid #DDDDDD;*/
    background-image: url('/wp-content/themes/personality/images/bgline.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    /*padding-bottom: 1px;*/
}

div.menu ul li a,
div.menu ul li span a {
    line-height: 21px; 
}

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: solid 1px #888;
}

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;
}

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

div.submenu span {
	display:block;
}

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

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 a:hover {
    text-decoration: none;
}

div.submenu li {
	overflow: hidden;
	clip: rect();
    text-overflow: ellipsis-word;
    text-overflow: ellipsis;
}

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 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.header{
    height: 130px;
    background-color: white;
    border-bottom: solid 1px;
}

div.header div.mxHeaderPhoto{
    float: left;
    height: 130px;
    width: auto;
    max-width: 200px;
    overflow: hidden;
}

div.header div.mxHeaderPhoto > div {
    /*padding: 0 16px;*/
}

div.header div.mxHeaderPhoto div.mxImageResizeWrapper {
    text-align: left !important;
}

div.header div.mxHeaderText{
/*    color: black; */
    float: left;
    max-width: 540px;
    margin-top: 16px;
    margin-left: 8px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
}

div.header div#mxHeaderRight{
    float: right;
    height: 130px;
    margin-right: 17px;
    width: 183px;
}

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

div.header div#networkLogo{
    height: 99px;
    cursor: pointer;
    margin-top: 12px;
    background-position: 0 18px !important;
}

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

div.header div#loginDiv{
	float:left;
	margin-left: 37px;
}

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

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

div.header div.mxHeaderText h1{
    font-size: 32px;
    margin-top: 16px;
}

div.header div.mxHeaderText p{
    font-size: 16px;
    padding: 1px 4px;
}

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

/* homepage */


div.homerow > div,
div.subbody > div > div{
    float: left;
}
div.subbody > div > div.haveaquestion {
    overflow: visible;
    padding-left:20px;
}

div.haveaquestion > div {
    height: 192px;
    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: 34px;

}
div.homerow > div.searchwrapper > div.searchbylocation input[type="text"]{
    padding: 9px;
    font-size: 1.1666666667em;
    width: 300px;
    border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: inset 0 0 5px 2px #ccc;
	-webkit-box-shadow: inset 0 0 5px 2px #ccc;
	box-shadow: inset 0 0 5px 2px #ccc;
}
div.homerow > div.searchwrapper > div.searchbylocation h4{
    font-size: 1.1666666667em;
    display: block;
    float: none;
}
div.homerow div.searchbylocation input#searchString[type="text"]{
    width: 260px;
    height: 24px;
    padding: 8px 4px 8px 26px;
    font-size: 1.1666666667em;
    background-position: 5px 10px;
    border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: inset 0 0 5px 2px #ccc;
	-webkit-box-shadow: inset 0 0 5px 2px #ccc;
	box-shadow: inset 0 0 5px 2px #ccc;
}
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 4px;
}
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: 200px;
    margin: 20px 12px 20px 0;
    padding-left: 12px;
    width: 287px;
    overflow: hidden;
}

div.subbody > div > div:first-child{
    border: 0 none;
    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.wrapper div.featuredProperties div.sliderblocks {
    margin-left: 15px;
}
div.homepage.wrapper > div > div:first-child{
    clear: left;
}
div.homepage.wrapper > div > div > div:first-child{
    clear: left;
}
div#listingsDetail {
/*  background:none repeat scroll 0 0 transparent; */
}
div.pageContent{
    float: left;
    border-left: 1px solid #CCCCCC;
    margin: 0px 0px 0px 9px;
    width: 798px;
	min-height:700px;
    /*position: relative;*/
}
div#neighborhoodNewsPage.personality.wrapper {
    margin-bottom: 0;
    overflow: hidden;
}

div#searchPage div.pageContent, div#listingsDetail div.pageContent, div#neighborhoodNewsPage div.pageContent {
    float: none;
    margin: 0;
    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, div#neighborhoodNewsPage div.mainbody div.pageContent{
  padding: 0;
}

/* 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 h3{
        font-size: 1.75em;
        margin-top: 25px;
        margin-left: 25px;
    }

    div.subbody .featuredProperties h3{
        margin-top: 0px;
        font-size: 1.4166666667em;
        margin-left: 15px;
    }

    div.homerow div.featuredProperties div.price, div.homerow div.featuredProperties div.name {
        width: 140px;
    }

    div.featuredProperties div.name {
        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 {
        height: 20px;
        clip: rect();
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

     div.featuredProperties div.featureblock > div{
        margin: 0 20px 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.homerow div.featuredProperties .featureblock img,
    div.subbody div.featuredProperties .featureblock img {
        width:140px;
        height:104px;
    }

    div.subbody div.featuredProperties{
        background-color: transparent;
    }
    div.subbody div.featuredProperties div.featureblock > div{
        width: 120px;
        /*width: 127px;*/
        text-align: left;
    }
    div.featuredProperties div.featuredproperties div.featuredpropertynav {
        height: 30px;
        width: 10px;
        position: absolute;
        top: 120px;
        *top: 190px; /* IE6-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: 20px;
        display: none;
    }

/* have a question */
div.haveaquestion div input[type="text"]{
    width: 130px;
}
div.haveaquestion div textarea{
    height: 58px;
    padding: 4px;
    width: 270px;
    margin-bottom: 4px;
}

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 span.charsRemaining {
    float: left;
	width: 52%;
	height:30px;
    overflow: hidden;	
}

div.haveaquestion div input.button {
    float: right;
    margin-right: 6px;
/*	width:105px; */
	width: 40%;
	height:30px;
	
}

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;
    padding-left:34px;
}

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.image{
    width: 120px;
}
div.aboutanagent > div.data{
    width: 160px;
}
div.aboutanagent  div.labelset > div {
    float: left;
}
div.aboutanagent div.label{
    width:40px;
}

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

/* search by location
 * note - there is another SBL definition above in the "homerow" */

div.wrapper > div.subbody > div > div.searchbylocation {
    width: 296px;
    margin-right:26px;
    overflow:visible;
}
div.searchbylocation h4{
    padding-top: 0px;
}
div.searchbylocation input#searchString[type="text"]{
    width: 260px;
    padding: 8px 8px 8px 26px;
    font-size: 1.1666666667em;
    background-position: 5px 7px;
}
div.subbody div.searchbylocation > div{
    text-align:right;
}
div.searchbylocation select{
    padding: 4px 3px 4px 1px;
    width: 102px;
}
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:296px;
	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:right;
    padding-right:4px;
}

div#Social div.subbody div div.blog {
    /*clip: rect();*/
    overflow: hidden;
    padding-left: 20px;
    width: 300px;
}

div#Social div.subbody div div.blog .blogroll-wrap {
    height:120px;
    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 ************/


/*
div.agentProfile {
    float:none !important;
}
*/

/************* 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 **************************/
