/* -------------------------------------------------------------- 
  
   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,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

/*a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 7pt;
}
*/
/* 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) ") ";
} */

body {
  font-size: 1em;
}

a, a:link, a:visited {
  color: #000;
}

#return_button { display:none; }
#nav { display: none; }

#photo_viewer {
  width: 100%;
  padding: 0;
}

#listing #vtour {
  height:auto;
  width: auto;
  display: block;
  margin: 8px auto;
  text-indent: 0;
  background: none;
}

#vtour:link:after, #vtour:visited:after {
  content: " (" attr(href) ") ";
  font-size: 7pt;
}

#header {
  position: relative;
  background: none;
  height: auto;
  border-bottom: 3px solid #bfc4c7;
  color: #000;
  text-align: center;
}

#header h3 {
  font-size: 12pt;
  line-height: 18pt;
  text-indent: 0;
  margin: 0 auto 12pt;
  padding: 0;
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  background: none;
}

#listing #content {
  width: 100%;
  padding: 0;
}

#listing #details table {
  background: none;
  border-top: 1px solid #a6acb0;
}

#listing #realtor {
  clear: none;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #a6acb0;
}

#realtor a.email {
  display: block;
}

#realtor h3.fn a {
  font-size: 12pt;
  color: #000;
}

#realtor p a {
  display: none;
}

#footer {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
}

