/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* General styles */
/*-------------------------------------------------------------------------------------------*/
body {
	font: 12px "Arial", "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Sans-Serif; 
	line-height: 1.5; 
	color: #333; 
}	
h1, h2, h3, h4, h5, h6  {
	margin: 0; 
	font-family: "Arial", "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Sans-Serif;
	color: #333;
}
h1  {font-size: 30px;} 
h2  {font-size: 24px;} 
h3  {font-size: 20px;} 
h4  {font-size: 18px;} 
h5  {font-size: 14px;} 
h6  {font-size: 12px;}
p  {margin: 0;}
a:link, a:visited  { color: #333; text-decoration:none; font-weight: bold; }
a:hover  { text-decoration:underline; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}
.upper {
  text-transform: uppercase;
  font-weight: bold;
}
.cb {
	clear: both;
}
.lower {
  text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}


#header-nav, .gallery-item, #agent-info a,
#request-more-info-container, .print-page, #left-sidebar, #right-sidebar, #prop-details-title, #property-agent-details, #footer-nav, .post-edit-link,
#property-thumb-3, #property-thumb-4, #property-thumb-5, #property-thumb-6, #property-thumb-7, #property-thumb-8, #property-thumb-9, #property-thumb-10  {
  display: none;
}
a img {
	border: 0;
}
/** 2nd option for displaying a background image coz by deafault bg images arent printed 
#header {
  height: 76px !important;
  display: list-item;
  list-style-image: url("images/print-header.jpg");
  list-style-position: inside;
  margin-bottom: 10px;
 
}
#header img {
  display: none;
}
**/
/**  second option but this modifies header.php **/
#header-logo { 
  display: none;
}
#print-header {
  display: block !important;
  margin-bottom: 0px;
}
#featured-property-image {
  position: absolute; 
  margin-top: 10px;
  left: 364px;
}
#gallery_0 {
	margin: 0;
	padding: 0;
}
#gallery_0 img {
  width: 50%;
  height: 50%;
}
#thumbnails_gallery_0 {
  display: block;
  margin-top: -370px;
  width: 400px !important;
} 
#thumbnails_gallery_0 li {
  list-style-type: none;
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}
#thumbnails_gallery_0 li a img {
  display: block !important;
}
#property-highlights {
 margin-top: 10px;
 font-size: 14px;
 font-weight: bold;
}
#property-desc {
  min-height: 275px;  
}
#property-content-left-container {
  float: left;
  width: 325px;
}
#property-content-left-container ul {
list-style-type: disc;
margin-left: 20px;
}
#property-content-left-container h1 {
	display: none;
}
#property-details {
  position: absolute;
  width: 183px;
  left: 0px;
  top: 430px;
}
#property-details p {
  font-weight: bold;
  padding: 0px;
}
#property-agent-details h3 {
  font-weight: bold;
}
#property-details-info td {
  border-bottom: 1px solid #CECECE;
	padding: 3px;
	margin: 0;
	width: 200px;
}
#property-details-info td.pd-title {
	font-weight: bold;
	width: 100px;
}
.post {
  float: left;
  padding: 4px 0 10px;
}
#back-to-search-right {
	display: none;
}
.print-page {
	display: none;
}
/*Agents*/
#property-agent-details-container {
  position: absolute;
  width: 473px;
  left: 200px;
  top: 430px;
}
.agency {
  float: left;
  width: 236px;
  margin-top: 10px;
}
#property-agent-details-container span {
  display: block !important;
}
.agency-img-placeholder img {
  margin-bottom: 10px;
}
#agent-info {
  margin-bottom: 20px;
}
#agent-info a {
	display: inline;
}
#agent-info a#agent-more-properties {
	display: none;
}
#agent-info .upper {
  font-weight: bold;
}
.upper {
	text-transform: capitalize;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
	font-size: 8px;
}
    
    