
/* basic elements */

body {
	background: white;
	font-size: 12pt;
	margin: 15px;
	}
p {
	margin-top: 0;
	}
li { 
	list-style:circle;
	}
img {
	border: none;
	}
h1,h2,h3,h4,h5,h6 {	color:#000000; }
h3 {
	font-size: 14pt;
	font-weight: bold;
	}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
acronym { border-bottom: none; }

/************ Page Container **************/
#container {
	width: auto;
	margin: 3%;
	padding: 0px;
	border: 0px;
	float: none !important;
	color: black;
	background: transparent none;
}

/************ Header **************/
#header {
	display:none;
	}

/************ MENU **************/
#menu {
	display:none;
}

/************ Page Conent **************/

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1em;
	margin: 0px;
}

	
/************ Resume Page **************/

#resume #contact {
	margin-bottom: 75px;
}
#resume #contact span {
	display: block;
	text-align: center;
}
#resume #contact h2 { 
	font-size: 18pt;
	}
#resume #contact p { 
	font-size: 10pt;
	}
#resume #print-button {
	display:none;
}
#resume .section {
	margin-bottom:50px;
	font-size: 12pt;
}
#resume .section h3 {
	padding-bottom: 2px;
	color:black;
	border-bottom:1px black solid;
	font-size: 14pt;
}
#resume .section p, #resume .section .category {
	margin-left: 25px;
	}
#resume .section .employer, #resume .section .school, #resume .section .employer ul, #resume .section .school ul  {
	margin-top: 25px;
	}
#resume .section .employer ul, #resume .section .school ul {
	list-style:none;
	}
#resume .section .employer ul li, #resume .section .school ul li {
	display: inline;
	}
#resume .section .employer .name, #resume .section .school .name, #resume .section .category h4 {
	font-weight: bold;
	font-size: 12pt;
	color:black;
	}
#resume .section .employer .year, #resume .section .school .year {
	display:none;
	}
#resume .section .employer .location, #resume .section .school .location {
	position:relative;
	float:right;
	}
#resume .section .job, #resume .section .emphasis{
	margin-left: 50px;
	text-decoration:none;
	}
#resume .section .job h4, #resume .section .emphasis h4{
	background: url(images/expand_minus.gif) no-repeat left center;
	}
#resume .section .job li, #resume .section .emphasis li, #resume .section .category li {
	margin-left: 25px;
	}

/************ Footer **************/

#clearfooter {
	display: none;
}

#footer { 
	display: none;
	}