/*
Theme Name: grubbellisar.com
Theme URI: http://grubbellisar.com/
Description: Grubb & Ellis | Solomon Partners custom theme for WordPress, Copyright 2010 Solomon Partners.
Author: Brian Sage
Version: 2010
*/




/* =Document Setup & Utility Styles
-------------------------------------------------------------- */

body {
  margin: 0;
  padding: 0 0 445px;
  
  color: #666;
  font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  
  background: #261d1d url(images/charcoal_bak.jpg);
}


/* HTML5 for older browsers */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


a:link,
a:visited {
  color: #369;
}
a:link:hover,
a:visited:hover {
  color: #09f;
}
img {
  border: none;
}


.clearboth {
  clear: both;
}

.clearfix {
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
*:first-child+html .clearfix { /* IE7-Specific */
  overflow: hidden;
  height: 1%;
  zoom: 1;
}

.end {
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}




a.nounderline:link,
a.nounderline:visited {
  text-decoration: none;
}
  
a.easybutton:link,
a.easybutton:visited {
  display: inline-block;
  padding: 15px 20px 0;
  width: 280px;
  height: 85px;
  
  color: #fff;
  font-size: 24px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  
  background: transparent url(images/easybutton.png) no-repeat 50% 0;
}
  a.easybutton small {
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    text-shadow: 0 0 5px rgba(178,102,0,0.75);
  }
  a.easybutton strong {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(178,102,0,0.75);
  }
a.easybutton:link:hover,
a.easybutton:visited:hover {
}




section {
  clear: both;
  padding: 9px 0;
}
  section:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    line-height: 0;
  }
section > header {
  padding-bottom: 4px;
}
section > header > h2 {
  display: inline;
  margin: 0;
  padding: 0 0.5em 0 10px;
  
  color: #999;
  font-weight: bolder;
  font-size: 11px;
  text-transform: uppercase;
}

.column {
  display: block;
  float: left;
  clear: right;
  padding: 1px;
  margin: -1px;
}
.column_full {
  float: none;
  clear: both;
  width: 100%;
}
.column_onehalf {
  width: 50%;
}
.column_onethird {
  width: 33.333%
}
.column_twothirds {
  width: 66.666%
}
.column_onefourth {
  width: 25%;
}
.column_threefourths {
  width: 75%;
}
  .column article,
  .column .category_contents {
    padding: 1px 10px;
    margin: 0 5px;
  }
  .column .column_content {
    padding: 0 10px;
  }




/* =HTML Tag Styles
-------------------------------------------------------------- */

p {
  margin: 1em 0;
}
* > p:first-child {
  margin-top: 0;
}
* > p:last-child {
  margin-bottom: 0;
}



/* =Pretty Layouts
-------------------------------------------------------------- */

.dropshadow {
  background: #fff;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.20);
  box-shadow: 0 0 12px rgba(0,0,0,0.20);
}
  .iedropshadow {
    position: relative;
    zoom: 1;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=7, MakeShadow=true, ShadowOpacity=0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=7, MakeShadow=true, ShadowOpacity=0.25)";
  }
  .iedropshadow > * {
    position: relative;
  }
*:first-child+html .dropshadow { /* IE7-Specific */
  border: 1px solid #ccc;
  border-color: #ddd #ccc #bbb;
}

.dark {
  background: #261d1d url(images/charcoal_bak.jpg);
}

.background_frost {
  display:block;
  min-height: 120px;
  position: relative;
  background: #f7f7f7 url(images/frost_bak.jpg);
}
  .background_frost > * {
    position: relative;
    z-index: 2;
  }
  .background_frost:before {
    content: " ";
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(images/frost_top.jpg);
    z-index: 1;
  }
  .background_frost:after {
    content: " ";
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url(images/frost_bottom.jpg);
    z-index: 1;
  }


.layout_wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}




#body_header {
  border: 2px solid #fff;
  height: 117px;
  min-width: 960px;
  border-width: 0 0 2px 0;
  background: #f7f7f7 url(images/header_bak.png);
}
  #body_header h1 {
    width: 300px;
    height: 93px;
    margin: 0; 
  }
    #body_header h1 a:link,
    #body_header h1 a:visited {
      display: block;
      width: 300px;
      height: 93px;
      
      font-size: 0;
      line-height: 0;
      text-decoration: none;
    }
      #body_header h1 a strong {
        display: block;
        width: 300px;
        height: 93px;
        
        font-size: 0;
        line-height: 0;
        text-indent: -5000px;
      }
#site_description_header,
#site_description_footer {
  text-align: right;
  color: #999;
  font-size: 11px;
  line-height: 24px;
}
#site_description_header big,
#site_description_footer big {
  color: #444;
  font-size: 18px;
  line-height: 24px;
}
  
#body_topcontent {
  color: #ccc;
  font-size: 12px;
  height: 33px;
  min-width: 960px;
  
  background: #261d1d url(images/body_topcontent_bak_hor.jpg);
}
body.home #body_topcontent {
  height: 368px;
}

#body_topcontent_bak {
  min-width: 960px;
}
body.home #body_topcontent_bak {
  height: 368px;
  background: transparent url(images/body_topcontent_bak.jpg) no-repeat 50% 0;
}
  body.home #body_topcontent_bak.bak_00 {
    background-image: url(images/body_topcontent_bak_00.jpg);
  }
  body.home #body_topcontent_bak.bak_01 {
    background-image: url(images/body_topcontent_bak_01.jpg);
  }
  body.home #body_topcontent_bak.bak_02 {
    background-image: url(images/body_topcontent_bak_02.jpg);
  }

  #body_topcontent article {
    width: 270px;
    padding: 35px 35px 0 20px;
  }

  #body_topcontent p {
    text-align: justify;
  }
  #body_topcontent p:first-child {
    color: #f3f3f3;
    font-size: 13.5px;
    text-transform: uppercase;
  }
  #body_topcontent p strong,
  #body_topcontent p b {
    color: #fff;
    font-size: 114%;
    text-transform: uppercase;
  }


  #body_topcontent #slideshow {
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
  }
    #body_topcontent #slideshow img {
      position: absolute;
      left: -160px;
    }


  #body_topcontent div.menu {
    position: relative;
    z-index: 2;
    height: 33px;
  }
    #body_topcontent div.menu ul {
      display: block;
      list-style: none;
      padding: 8px 0 0;
      margin: 0;
      text-align: center;
    }
      #body_topcontent div.menu ul li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 1px 17px;
      }
      #body_topcontent div.menu ul li.current_page_item {
        background: #444;
      }
      body.home #body_topcontent div.menu ul li.current_page_item {
        background: transparent;
      }
      #body_topcontent div.menu ul li.current_page_ancestor {
        padding: 0 15px;
        border: 1px solid #444;
      }
        #body_topcontent div.menu ul li a:link,
        #body_topcontent div.menu ul li a:visited {
          color: #e5bf00;
          text-decoration: none;
          text-transform: uppercase;
        }
        #body_topcontent div.menu ul li a:link:hover,
        #body_topcontent div.menu ul li a:visited:hover {
          color: #ffe566;
          text-decoration: none;
        }

        #body_topcontent div.menu ul li ul {
          display: none;
        }
        
        
#body_maincontent {
  border: 2px solid #fff;
  border-width: 2px 0;
  min-width: 960px;
  padding: 30px 0 0;
}
body.home #body_maincontent {
  padding: 0;
}


#topcontent_content {
  float: left;
}

#topcontent_didyouknow {
  display: block;
  position: relative;
  z-index: 0;
  float: left;
  width: 635px;
  /*
  height: 368px;
  */
  
  padding: 185px 0 0 100px;
  width: 428px;
}
  #topcontent_didyouknow h3 {
    padding: 0;
    margin: 0;

    color: #e5bf00;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase; 
  }
  #didyouknow_left,
  #didyouknow_right {
    display: block;
    position: absolute;
    top: 212px;
    left: 41px;
    width: 48px;
    height: 48px;
    line-height: 0;
    text-indent: -5000px;
    background: transparent url(images/didyouknow_left.png) no-repeat 0 0;

    display: none;
  }
  #didyouknow_right {
    left: 538px;
    background-image: url(images/didyouknow_right.png);
  }
  #topcontent_didyouknow ul {
    display: block;
    padding: 8px 0 0;
    margin: 0;
    list-style: none;
  }
    #topcontent_didyouknow ul li {
      display: block;
      padding: 0;
      margin: 0;
      
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      text-align: justify;
    }


#body_header,
#body_topcontent,
#body_maincontent,
#body_footer {
  position: relative;
  z-index: 2;
}
#body_footer {
  clear: both;
  padding: 40px 4px 10px 20px
}
#body_end {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 25px;
  padding: 420px 0 0 0;
  
  text-align: center;
  background: transparent url(images/body_end.jpg) repeat-x bottom;
}
  #body_end h2 {
    margin: 0;
    padding: 0;
    
    color: #666;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
  }
  #body_end a:link,
  #body_end a:visited {
    color: #777;
    text-decoration: none;
  }


.twoeasybuttons {
  text-align: center;
}
  .twoeasybuttons:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    line-height: 0;
  }  





/* Sidebar Layouts
-------------------------------------------------------------- */

#sidebar {
  margin: 0 0 0 10px;
}

#sidebar .widget-area,
#sidebar .widget-area > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar .widget-container {
  display: block;
  padding: 10px 0 ;
  margin: 0;
}




/* Widget Layouts
-------------------------------------------------------------- */

#sidebar .widget_search {
  display: block;
  margin: 0;
  padding: 20px 10px 10px;
}
.widget_search #searchform {
  display: block;
  margin: 0;
  padding: 0;
}
.widget_search #searchform label {
  display: none;
}
.widget_search #searchform input[type="text"] {
  width: 60%;
  padding: 1%
}
.widget_search #searchform input[type="submit"] {
  width: 33%;
}


#pages > section,
#categories > section,
#pages > div > section,
#categories > div > section {
  min-height: 358px;
}

.navlist,
.navlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .navlist > li {
    margin: 0;
    /*padding: 0 10px;*/
    line-height: 13px;
  }
    .navlist h2 {
      color: #888;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 0.1em;
      margin: 5px 0;
    }
    .navlist h2 a:link,
    .navlist h2 a:visited {
      color: #888;
      text-decoration: none;
    }

  
  .navlist > li > ul > li {
    padding: 0;
    border-top: 1px solid #bbb;
  }
    
    .navlist li a {
      display: block;
      padding-top: 9px;
      padding-bottom: 9px;
      padding-left: 20px;
      border: none;
    }
    .navlist ul ul li a {
      padding-left: 30px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .navlist ul ul ul li a {
      padding-left: 40px;
    }
    .navlist ul ul ul ul li a {
      padding-left: 50px;
    }

    .navlist li.current-cat > a,
    .navlist li.current_page_item > a {
      background: #f4f4f4;
    }




/* Page Layouts
-------------------------------------------------------------- */

body.page .page_content,
body.single-realestate .page_content,
body.single .page_content {
  padding: 30px 0;
}




body.single article.post,
body.single article.real_estate,
body.author article.post,
body.single article.attachment,
body.page article.page,
body.blog .category_contents,
body.category .category_contents {
  padding: 20px;
  min-height: 400px;
  margin: 0 5px;
}
article .navigation {
  width: 950px;
  clear: both;
  background: #eee;
}
article #nav-above {
  margin: 0 -20px 20px;
}
body.single article #nav-above {
  display: none;
}
body.attachment article #nav-above {
  display: block;
}
article #nav-below {
  margin: 20px -20px 0;
}
  article .navigation .nav-previous,
  article .navigation .nav-next {
    width: 50%;
    float: left;
    min-height: 2.5em;
  }
    article .navigation a:link,
    article .navigation a:visited {
      display: block;
      padding: 0.5em;
      height: 1.5em;
      overflow: hidden;
      
      color: #fff;
      text-overflow: ellipsis;
      text-align: center;
      text-decoration: none;

      border: 1px solid #ccc;
      border-color: #ccc #999 #999 #ccc;
      background: #aaa;
    }
    article .navigation a:link:hover,
    article .navigation a:visited:hover {
      background: #999;
    }




body.page article.page header,
body.author article.post header,
body.single article.post header,
body.single article.real_estate header,
body.single article.attachment header,
body.blog .category_contents header,
body.category .category_contents header {
  padding: 0 20px 20px;
  margin: 0 -20px 20px;
  border-bottom: 1px solid #aaa;
}
body.news .category_contents header,
body.category .category_contents header {
  margin-bottom: 0;
} 
body.page article header h1,
body.single article header h1,
body.author article header h1,
body.blog .category_contents header h1,
body.category .category_contents header h1 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: #333;
  font-weight: normal;
  letter-spacing: 0.1em;
}


body.single article.post section,
body.single article.real_estate section {
  padding: 20px;
  margin: 0 -20px -1px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


article.post .entry-content,
article.page .entry-content,
article.real_estate .entry-content {
  min-height: 100px;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
article.post p {
  text-align: justify;
}




article.page section,
article.post section,
article.real_estate section,
.category_contents section {
  margin: 0 -20px -1px;
  padding: 30px 20px;
  /*
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  */
}
  article.post h2,
  article.page h2,
  article.real_estate h2,
  .category_contents h2 {
    margin: 2em 0 1em;
    
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal;
  }
    article.real_estate h2 small {
      text-transform: lowercase;
      letter-spacing: 0;
    }
    
    article section h2 a:link,
    article section h2 a:visited {
      color: inherit;
      text-decoration: none;
    }
    article.page h2:first-child,
    article.post h2:first-child,
    article.real_estate h2:first-child,
    .category_contents h2:first-child {
      margin-top: 0;
    }
    
  



.entry_thumb {
  float: left;
  margin:0 10px 10px 0;
  padding: 4px;
  line-height: 0px;
  background: #eee;
  border: 1px solid #e0e0e0;
}

.single .gallery {
  display: block;
  clear: both;
}
.single .gallery .gallery-item {
  margin:0 10px 10px 0;
  padding: 0;
  float: left;
  clear: right;
}
.single .gallery .gallery-icon {
  width: 125px;
  margin: 0;
  padding: 4px;
  line-height: 0px;
  background: #eee;
  border: 1px solid #e0e0e0;
}
.single .gallery a.fancybox {
  display: block;
  margin:0 10px 10px 0;
  float: left;
  clear: right;
  width: 125px;
  padding: 4px;
  line-height: 0px;
  background: #eee;
  border: 1px solid #e0e0e0;
}
*:first-child+html .single .gallery a.fancybox {
  clear: none;
  width: 125px;
  height: 94px;
  overflow: none;
}

body.page .gallery a {
  display: block;
  float: left;
  width: 25%;
  height: 130px;
  text-align: center;
}


table.details {
  border-collapse: collapse;
}
table.details tbody th,
table.details tbody td {
  line-height: 18px;
  padding: 1px;
  vertical-align: top; 
}
table.details tbody th {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 0.2em;
  line-height: 18px;
  padding-right: 10px;
}

#closed-listings {
  clear: both;
  overflow: hidden;
}




/* Category List Layouts
-------------------------------------------------------------- */

body.archive article,
article.real_estate_listing_loop {
  display: block;
  clear: both;
  margin: 0 -20px -1px;
  padding: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
article.real_estate_listing_loop {
  display: block;
  clear: both;
}
  article.real_estate_listing_loop:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    line-height: 0;
  }

  article.real_estate_listing_loop h2 {
    font-size: 12px;
    margin: 0 0 1em;
    letter-spacing: 0.05em;
  }
    article.real_estate_listing_loop h2 a:link,
    article.real_estate_listing_loop h2 a:visited {
      color: inherit;
      text-decoration: none;
    }
  article.real_estate_listing_loop h3.listing_price {
    display: block;
    float: right;
    font-size: 10px;
    padding: 1px 0 0 2em;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  article.real_estate_listing_loop p {
    margin: 0.5em 0;
  }


/* Property Teaser Layouts
-------------------------------------------------------------- */

.property_teaser {}
.property_teaser header {
  padding: 4px 10px;
  margin: 0 -10px;
  border-bottom: 1px solid #eee;
}
.property_teaser header h3 {
  padding: 0;
  margin: 0;
  float: left;
  
  color: #333;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
  .property_teaser header h3 a {
    color: #333;
    text-decoration: none;
  }
.property_teaser header .property_price {
  color: #333;
  text-align: right;
}
.property_teaser .property_photo {
  float: left;
  text-align: right;
  height: 158px;
  width: 210px;
  padding: 0 30px 0 0;
}
.property_teaser .property_description {
  float: left;
  height: 164px;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property_teaser .property_link {
  clear: both;
  text-align: right;
}
  .property_teaser .property_link a {
    font-size: 9px;
    line-height: 18px;
    text-transform: uppercase;
  }




ul.childnav {
  margin: 1em 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
  ul.childnav > li.column {
    display: inline-block;
    float: none;
  }
  *:first-child+html ul.childnav li.column { /* IE7-Specific */
    min-height: 148px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
.childnav a:link,
.childnav a:visited,
a.portnav:link,
a.portnav:visited {
  display: block;
  float: left;
  height: 148px;
  width: 100%;
  padding: 8px 0 0;
  
  color: #666;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.childnav a strong,
a.portnav strong {
  display: block;
  font-weight: normal;
}
/*
a.portnav{
  background: transparent url(images/portnav_transaction.jpg) no-repeat 50% 100%;
}
a.portnav.propman {
  background-image: url(images/portnav_propman.jpg);
}
a.portnav.consulting {
  background-image: url(images/portnav_consulting.jpg);
}
a.portnav.projman {
  background-image: url(images/portnav_projman.jpg);
}
*/



#nav_social {}

a.socialnav:link,
a.socialnav:visited {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  text-indent: -5000px;  
}
a.socialnav {
  background: transparent url(images/socialicon_rss.png) no-repeat 0 0;
}
a.socialnav.facebook {
  background-image: url(images/socialicon_facebook.png);
}
a.socialnav.twitter {
  background-image: url(images/socialicon_twitter.png);
}




#admin_post_cp  {
  display: block;
  clear: both;
  margin: 1em 0;
  background: #eee;
  padding: 8px;
  border: 2px solid #fff;
  -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
  #admin_post_cp .post-edit-link {
    float: right;
  }

a.button,
a.button:link,
a.button:visited {
  display: inline-block;
  min-height: 19px;
  min-width: 80px;
  margin: 0 auto;
  padding: 6px 15px 0;
  
  color: #444;
  font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #ddd;

  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ddd url(images/button.png) repeat-x center center;
}
  .button a strong,
  a.button strong {
    display: block;
    margin: -1em 0 0 0;
    
    font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
  }
  .button a em,
  a.button em {
    display: block;
    margin: 0.25em 0 0 0;
    
    font: normal normal normal 10px/10px Arial, Helvetica, sans-serif;
  }
.button a:hover,
.button a:active,
.button a:focus,
a.button:hover,
a.button:active,
a.button:focus {
  color: #000;
  text-decoration: none;
  border-color:#888;
  background-color: #ccc;
  -moz-box-shadow:0 0 4px #6699FF;
  -webkit-box-shadow:0 0 4px #6699FF;
  box-shadow:0 0 4px #6699FF;
}
.button a:active,
.button a:focus,
a.button:active,
a.button:focus {
  border-color:#36f;
  -moz-box-shadow:0 0 8px #6699FF;
  -webkit-box-shadow:0 0 8px #6699FF;
  box-shadow:0 0 8px #6699FF;
}

.button.goodbutton a,
.button.goodbutton a:link,
.button.goodbutton a:visited
a.button.goodbutton,
a.button.goodbutton:link,
a.button.goodbutton:visited {
  color: #fff;
  text-shadow: 0 -1px 0 #666;
  border: 1px solid #66b3ff;
  background-color: #66b3ff;
}
.button.goodbutton a:hover,
.button.goodbutton a:active,
.button.goodbutton a:focus,
a.button.goodbutton:hover,
a.button.goodbutton:active,
a.button.goodbutton:focus {
  color: #fff;
  border-color: #369;
  background-color: #39f;
  -moz-box-shadow:0 0 4px #6699FF;
  -webkit-box-shadow:0 0 4px #6699FF;
  box-shadow:0 0 4px #6699FF;
}
.button.goodbutton a:active,
.button.goodbutton a:focus,
a.button.goodbutton:active,
a.button.goodbutton:focus {
  -moz-box-shadow:0 0 8px #6699FF;
  -webkit-box-shadow:0 0 8px #6699FF;
  box-shadow:0 0 8px #6699FF;
}



a.emaillink,
a.emaillink:link,
a.emaillink:visited,
a.pdflink,
a.pdflink:link,
a.pdflink:visited,
a.printlink,
a.printlink:link,
a.printlink:visited {
  width: 110px;
  clear: both;
  margin: 2em 1em 2em 0;
  padding: 6px 0 0 50px;
  position: relative;
  white-space: nowrap;
}
*:first-child+html a.emaillink,
*:first-child+html a.emaillink:link,
*:first-child+html a.emaillink:visited,
*:first-child+html a.pdflink,
*:first-child+html a.pdflink:link,
*:first-child+html a.pdflink:visited,
*:first-child+html a.printlink,
*:first-child+html a.printlink:link,
*:first-child+html a.printlink:visited {
  padding-left: 0px;
  margin: .25em 1em .25em 0;
}
a.emaillink:before,
a.pdflink:before,
a.printlink:before {
  content: " ";
  display: block;
  height: 64px;
  width: 56px;

  position: absolute;
  top: -16px;
  left: 0px;
  z-index: 500000000000000;
}
a.emaillink:before {
  background: url(images/email.png) no-repeat 0 0;
}
a.pdflink:before {
  background: url(images/pdf.png) no-repeat 0 0;
}
a.printlink:before {
  background: url(images/doc_default.png) no-repeat 0 0;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

body {
	-webkit-text-size-adjust: 120%;
}




/* =Print Style
-------------------------------------------------------------- */

@media print {

	body {
	  padding: 0 0 0 0 !important;
	}
	body,
  #body_header,
  .background_frost,
  .background_frost:before,
  .background_frost:after {
		background:none !important;
	}
  
  .donotprint,
  #nav_social,
  #body_footer,
  .entry-utility,
  body.single-realestate #body_topcontent,
  #admin_post_cp,
  #nav-below {
    display: none !important;
  }
  *:first-child+html .navigation { /* IE7 Specific */
    display: none !important;
  }
  .navigation {
    display /*\**/: none\9; /* IE8 Specific */
  }
  
  #body_end {
    position: static;
    padding: 0;
  }
  
  #body_maincontent {
    padding: 0;
  }

  * {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .dropshadow {
    border: 1px solid #aaa;
    border-color: #ccc #aaa #999;
    margin-left: -2px;
  }
  
  a.easybutton:link,
  a.easybutton:visited {
    width: 260px;
    height: 55px;
    padding: 10px 20px 0;
    margin: 10px 4px;
    color: #444 !important;
    background: #ffd204 !important;
    border: 1px solid #999;
    border-color: #ccc #aaa #999;
  }
    a.easybutton * {
      text-shadow: 0 1px 0 #fff !important;
    }
  
  .property_teaser .property_description {
    width: 208px;
  }

}
