@charset "UTF-8";
/* CSS Document */

/* Print formatting for resume */

/* General Headers and Formatting ...*/
		
/* Main Content */
#main {
		font-family: "minion-pro-1", "minion-pro-2";
		font-size: 9pt;
		margin-left: 30%;
		margin-right: 4%;
		line-height: 115%; }
		
/* Headings */
h1, h2, h3, h4, h5 {
		font-family: "myriad-pro-1", "myriad-pro-2";
}
		
h1 {
		font-size: 12pt;
		font-weight: 600;
		color:#666;
		margin-left: -30%;
		margin-bottom: 2em; }

h2 {
		color: black;
		font-size: 10pt;
		font-weight: 600;
		margin-bottom: -23px; 
		margin-left: -30%;}
		
h3 {
		color: black;
		font-size: 9pt%;
		font-style: italic;
		font-weight: 500;
 		margin-bottom: -23px; 
		margin-left: -30%;}
		
h4 {
		color: #666;
		font-weight: 600;
		font-size: 8pt;
		margin-bottom: -0.5em; }
		
h5 {
		color: #666;
		font-style: italic;
		font-weight: 400;
		margin-bottom: -0.5em; 
		font-size: 8pt%; }

a:link {
	text-decoration: none;
	color: #06C;
	border-bottom-style: none;
	border-bottom-color: #6CF;
/*	background-color: #FFF; */
}

a:hover {
	text-decoration: none;
	color: #09F;
	border-bottom-style: dotted;
	border-bottom-color: #6CF;
	border: #F00;
	background-color: #EEE;
}

a:visited {
	text-decoration: none;
	background-color: white;
	border-bottom-color: #555;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
	
/* Function-specific Definitions */

#header {
	display: none;
}

#ruler {
		display: none; }

#fauxleft {
		height: 1000px;
		margin-bottom: 100px;
		float: left;	
}

#footer {
	display: none;
}

.fineprint {
	display: none; }
	
/* Other text highlighting/decoration */

.reflink {
	font-family: "myriad-pro-1", "myriad-pro-2";
	font-weight: 400;
	font-size: 95%;
	background-color: transparent;
	border-bottom-style: none;
}
	
.reflink:link {
	color: #039;
}
	
.reflink:hover {
	color: #09F; }
	
.reflink.visited {
	color: #006; } 
	
code 
	{font-family: "DejaVuSansMonoBook","Lucida Console", Monaco, monospace;
	font-size: 90%; }
	
img {border-color: transparent; } /* apparently needed for IE */

/* Print-only text (like h2) */

p.printonly {
		margin-top: 50pt;
		font-family: "myriad-pro-1", "myriad-pro-2";
		color: black;
		font-size: 100%;
		font-weight: 200;
		margin-left: -30%;}
		
strong.printonly {
		font-family: "myriad-pro-1", "myriad-pro-2";
		color: black;
		font-size: 100%;
		font-weight: 600;
		margin-left: -30%;}
