
/*print styles by Kevin Byrd, www.lightroom.tv, www.kevinbyrd.com*/


body {
	margin: auto;
	font-family:  "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	}
	
body * {
	margin: 0;
	padding: 0;
	text-decoration: none; 
	border: none;
	color: #000;
	list-style-type: none;
	font-weight: normal;
	}
div#content {
	width: 7.5in;	
	text-align: left;
	margin-bottom: 3em;
}
	
div#ColLeftPost {
	width: 7in;
	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;
}

div#commentlist {
	display: none;
}

p, li {
    font-size: 10pt;
    padding: 5px;
    line-height: 12pt;
    color: #000;
  }
  
h2#comments, .feedback, div#commentfor, h2#postcomment, form, div#ColRightPost   {
	display: none;
}

ol#commentlist  {
	display: none;
}

div#postcomment  {
	display: none;
}
  
  
h1 { font-size:24pt; 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; }
h4 { font-size:12pt; margin: 0 0 0.25em 0; }
h5 { font-size:18pt; margin: 0.5em 0 0.25em 0; }

   
     
a:link, a:visited {
        color: #000;
        background: transparent;
        font-weight: bold;
        text-decoration: none;
        }


div#footer {	

	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #D2D2D2;

}

.credits {
	border-top: 1px solid #666;
	padding: 0.5em;
	font-size: 8pt;
}



	




/* 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; 
  }
*/

