/* Print CSS Document for FLYING HOUSE PRODUCTIONS */
/* http://www.flyinghouseproductions.com */

/* Created by PBDH : www.pbdh.com : January 2005 */


body#smc-2, 
body#swc-2, 
body#fhp-2, 
body#fhp-3, 
body#smc-3, 
body#swc-3,
body#home {
	background: none;
}


/*--------------------------------------------------------------

										PAGE LAYOUTS

--------------------------------------------------------------*/


/* ---===WRAPPERS===--- */
#wrapper {
	width: 8.5in;
	margin: 0;
	padding: 0;
}

#wrapper-footer {
	display: none;
}

/* ---===CONENT DIVS===--- */

#logo-fhp,
#logo-smc, 
#logo-swc {
	display: none;
}

body#fhp-2 #main-content, 
body#fhp-3 #main-content,
body#smc-2 #main-content, 
body#smc-3 #main-content,
body#swc-2 #main-content, 
body#swc-3 #main-content {
	width: 7.5in;
	padding: 0;
	margin: .5in .5in 0 .5in;
	position: relative;
	float: none;
}

body#home #main-content {
	width: 8in;
	padding: 0;
	margin: .5in auto 0 auto;
	position: relative;
	float: none;
}

#home-wrap {
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
	position: relative;
	float: none;
}

body#smc-2 #smc-wrap,
body#smc-3 #smc-wrap,
body#swc-2 #swc-wrap,
body#swc-3 #swc-wrap,
body#fhp-2 #fhp-wrap,
body#fhp-3 #fhp-wrap {
	background: none;	
	margin: 0;	
	padding: 0;	
	position: relative;
	float: none;
} 


div#column1, 
div#column2, 
div#column3, 
div#column4 { 
	margin: 0 .25in;
	padding: .25in 0 0 0;
	width: 7.5in;
	position: relative;
	float: none;
}

body#swc-1 #side-nav, 
body#swc-3 #side-nav,
body#fhp-1 #side-nav, 
body#fhp-3 #side-nav {
	display: none;
}

#wide-right {
	width: 7.5in;
	margin: 0 auto;
	padding: 0;
	position: relative;
	float: none;
}

#mid-column, 
#far-right, 
#sub-column1,
#sub-column2 {
	width: 7.5in;
	margin: 0 auto;
	padding: .25in 0 0 0;
	position: relative;
	float: none;
}

#footer {
	width: 7.5in;
	height: auto;
	margin: 0 .5in;
	padding: 0;
	position: relative;
	float: none;
}

/*--------------------------------------------------------------

											   NAVIGATION

--------------------------------------------------------------*/

#super-global,
#nav-global,
#nav-fhp, 
#nav-smc, 
#nav-swc,
div#side-nav {
	display: none;
}



/*--------------------------------------------------------------

										     FORMATTING

--------------------------------------------------------------*/

p, ul, ol, dl {
	font-size: 8.25pt;
	line-height: 13.5pt;
}

h1 { font-size: 18pt; }
h2 { font-size: 10.5pt; } /* Use h2 for multicolered headings : see classes below */
h3 { font-size: 10.5pt; } /* Use h3 for traditional sub-heading */
h4 { font-size: 9.75pt; }
h5 { font-size: 9pt; }
h6 { font-size: 7.5pt; }


/*--------------------------------------------------------------

										SPECIAL FORMATTING

--------------------------------------------------------------*/

div#footer p {
	font-size: 8pt;
}




/*---===COLORED H2 CLASSES===---*/
/*Use in combination with spans to acheive black*/

h2 {
	margin: 0 0 3.75pt 0;
}

span.blue { color: #7289A6; }
span.green { color: #71904A; }
span.orange { color: #E48000; }
span.red { color: #900; }
span.purple { color: #A6A5D0; }
span.grey { color: #666; }

p.lead {
	font-size: 12pt;
	line-height: 18pt;
	margin-bottom: 0.125in;
	text-align: justify;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

 div#wide-right img {
 	border: 1pt solid #ccc;
	padding: 3.75pt;
 }

