/* 
	Title:		Morgan Brown print styles 
	Table of Contents:
		layout
		typography
		page specific
		
*/




/* layout
----------------------------------------------- */

body{
	color: black;
	font-size: 11pt;
	}

#wrapper-top-frame,
#nav,
#branding,
#nav,
#bottomnav{ display: none; }


#main{ width: 75%; padding-bottom: 2.0em; float: left;}
#sidebar{ width: 20%; padding-bottom: 2.0em; float: right;}

#footer { clear: both; }

#footer #legal{ width: 75%; float: left;}
#footer #credits{ width: 20%; float: right;}
#footer #credits img{ display: none;}

/* typography
----------------------------------------------- */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em; 
	margin-bottom: 0;
	font-variant: small-caps;
	letter-spacing: 0.06em;
	}

h2 { 
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-variant: small-caps;
	letter-spacing: 0.06em;
	}
	
h3 { 
	font-size: 1.1em;
	font-weight: bold;
	}
	
p {
	margin-top: 0.15em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	}
	
a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-weight: normal;
	}
a img{
	border: 0;
	}

	
.print-text{ display: block; }

/*CSS Related to sIFRN technique */
.sIFR-flash,
.sIFR-flash object,
.sIFR-flash 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;
}
	
/* page specific
---------------------------------------------*/
