/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}
h1 { font-size: 20px; line-height: 1; margin-bottom: 0.5em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h2 { font-size: 18px; margin-bottom: 10px; }

.featured-img {display:block; margin-left: 5px; width:94px; z-index:100; height:94px; position:relative; bottom:-94; margin-bottom:-94px; top:-196px;}
.on-show        { display:block; height:78px; margin-left:285px; margin-top:-15px; position:absolute; width:78px; }
.featured-img-details {display:block; width:94px; height:94px; position:relative; bottom:-94; margin-bottom:-94px; top:0; margin-left: 0; margin-top: 0;}
.on-show-medium { display:block; height:64px; margin-left:155px; margin-top:-15px; position:absolute; width:64px; }
.on-show-small  { display:block; height:52px; margin-left:45px; margin-top:-10px; position:absolute; width:52px; }

.print-hide {display:none;}
.print-show {display:block;}
.featured {border: none; margin-bottom:30px; width:680px; padding:5px; background-color:#FBFBF7;}
p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

.details-heading { background-color:#EBECDD; padding:3px; font-weight:bold; margin-bottom:10px;}

.column {
  float: left;
  margin-right: 10px;
}

.columnRight {
  float: right;
}

a { color: #850F13; text-decoration: none; }

.arial-11 {font-size:11px;}
.font-19 {font-size:19px; font-weight: bold;}
.font-25 {font-size:23px;}
.span-8   { width: 280px; } /* Used Details */
.span-9   { width: 351px; } /* Used Details */

.red {color: #850F13;}
.times {font-family:"Times New Roman", Times, serif;}
.georgia {font-family:Georgia, "Times New Roman", Times, serif;}
.right-align-float {float:right;}

.border-bottom2 {border-bottom:1px solid #CACAC2; padding-bottom:10px; margin-bottom:10px;}
.property-details { border-top:0px; width:600px; padding:10px;}
.details-heading { font-size: 16px; margin-bottom: 10px;}
.span-11  { width: 315px; } /* Used Details */
.page-break {page-break-before: always;}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
