
/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	}
body {
	background: white;
	font-size: 12pt;
	margin: 15px;
	}
p {
	margin-top: 0px;
	}
ul {
	margin-top: 0px;
	}
li {
	list-style:circle;
	}
img {
	border: none;
	}
h1,h2,h3,h4,h5,h6 {	color:#000000; }
h3 {
	font-size: 14pt;
	font-weight: bold;
	}
h4 {
	margin-bottom: 0px;
	}
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 span {
	display: block;
	text-align: center;
}
#resume #contact h2 {
	font-size: 18pt;
	}
#resume #contact p {
	font-size: 10pt;
	}
#resume #print-button, #resume .collapser_expandall {
	display:none;
}
#resume .section {
	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 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 li, #resume .section .emphasis li, #resume .section .category li {
	margin-left: 25px;
	}

/************ Hide/Un-hide **************/
.collapsed, #resume #employment ul, #resume #education ul, #resume #skills ul{
	display: inline;
	}
.orange_fish, .yellow_fish, .moray_eel, .stingray{
	display: none;
	}

/************ Footer **************/

#clearfooter {
	display: none;
}

#footer {
	display: none;
	}
