/*
Pittock Mansion Print Stylesheet
Paul Farning - ISITE Design, Inc.
*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input {
    margin:0; padding:0; border:0;
}
hr, #nav, #accessibility, #header ul, #header img, #footer, #secondaryContent img, .nextpage, #info	{ display:none; }


body {
    font: 11pt/16pt "Times New Roman", Times, serif;
	text-align:center;
} 

h1, h2, h3, h4, h5, h6, p { margin: 0 0 1em 0; }

/* ------------ LINKS -------------- */
a { color: #999; text-decoration: none; }

h1	{ border-bottom: 1px solid #666; font-size:200%; padding: 0 0 5pt 0; }
h2	{ font-size:170%; }
h3	{ font-size:140%; }
h4	{ font-size:120%; }
h5	{ font-size:100%; }
h6	{ font-size:90%; } 
input, textarea { border: 1px solid #cccccc; }
ul, ol { margin-left:1em; }

.clear		{ clear:both; }
.clearleft	{ clear:left; }
.clearright	{ clear:right; }
.left		{ float:left; margin-right:10pt; }
.right		{ float:right; margin-left:10pt; }
.hide		{ position:absolute; left:-9999em; }

.off		{ display:none; }
.on			{ display:block; }
 
/* ----------- LAYOUT ----------- */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 95%;
}

#header a img { display:block; border: 0; margin-bottom: 10pt; }

#content 		{ margin-bottom: 10pt; }
	#content ul, #content ol { margin-bottom: 10pt;	}
	#content ul { list-style: square; }
	
#home #info {	border-top: 1px solid #333; display: block;}
	#info dl {
		float: left;
		margin: 10pt 10pt 10pt 0;
		width: 45%;
	}
		#info dl dt {
			border-bottom: 1px solid #ccc;
			font-weight: bold;
		}
		address 						{ font-style: normal; }
		#info dl dd span.street-address { display: block; }
		#info dl dd a 					{ display: none; }
		
		#info dl.cost dd 				{ text-align: right; }
		#info dl.cost dd span.age 		{ float: left; }
		#info dl.cost dd span.price 	{ padding-left: 4px; }
		#info dl.cost dd span.last 		{ padding-bottom: 5px; }	
