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




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

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

#wrapper{
	width: 100%;
	}
	
#left-edge{ display: none; }

#page{ width: 100%;	}

#header{ display: none;	}

#nav{ display: none; }

#branding{ display: none; }

#content{ background-color: #fff; }

#sidebar{ display: none; }

#main{
	width: 100%;
	border: none;
	}

#footer {
	display: none;
	padding-top: 1.5em;
	font-size: 0.9em;
	}
#footer #search{ display: none; }
#credits{ 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;
	}

#jumplinks{ display: none; }
.jumplink-top{ display: none; }
	
.print-text{
	display: block;
	float: right;
	}

#attorney-photo{ display: none; }	
.print-image{ display: block; }	

	
/* page specific
---------------------------------------------*/

#attorney-left{
	float: left;
	width: 2.5in;
	}	

#attorney-left h3{
	xpadding-top: 1.2em;
	padding-bottom: 0;
	}
	
#attorney-left dt{
	float: left;
	margin-right: 10px;
	}

#attorney-left #vcard{ display: none; }

#attorney-right{
	width: 4.0in;
	float: left;
	}
