
/*print styles by Kevin Byrd, www.lightroom.tv, www.kevinbyrd.com*/


body {
	margin: auto;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	}
	
div#firstfloor {
	width: 7.5in;
	border: 0;
	margin: 0;
	padding: 0;
	}
div#mastersuite{
	width: 7in;
	float: none;
	background-color: #FFFFFF;
	margin: 0;

}
div#readingmaterial {
	padding: 0;
	margin: 0;
}
div#guestsuite{
	width: 7in;
	margin: 0;
	float: none;
}
}
div#gallery	{
	width: 7in;
	float: none;
}
div#readingroom{
	width: 7in;
	float: none;
}
/*TURN OFF PORTFOLIO NAV and next and previous btns*/
div#subnavcontainer, .nextprev {
	display: none;
}
  
p {
    font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    color: #000;
  }
  
.exploremore{
	display: none;
}
  
  
h1 { font-size:16pt; margin: 0 0 0.5em 0; }
h2 { font-size:14pt; margin: 0 0 0.5em 0; }
h3 { font-size:12pt; margin: 0 0 0.25em 0; }


  
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after {
   content: " (http://www.lightroom.tv" attr(href) ") ";
   }  
   
     
a:link, a:visited {
        color: #000;
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
        }


div#siteInfo .footer {	
	border-top: 1px solid #666;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #D2D2D2;

}

div#siteInfo{
	padding-top: 0.1em;
}



	




/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;*/
}

/*Say good night, flashy baby (we did this above) 
object {
    height: 0;
    width: 0;
    position: absolute;
    display: none; 
  }
*/


