﻿/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Main Outer Structure */

body {
	background-color: #fff;
	font-size:80%;
	color: #000;
	font-family: lucida sans unicode, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	}

#leftcolumn {
	display: none;
	position: absolute;
	top: -1px;
	width: 14em;
	background-color: #fff;
	height: 80em;
	margin: 1em 0 0 1em;
	}

#content {
	margin-left: 16.5em;
	margin-right: 2em;
	margin-top: 1em;
	}
	
a:link, a:active, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	border: 0;
	}

/* Secondary Inner Structure */


#content {
	width: 60%;
	line-height: 160%;
	}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	}	
	
#backgroundresume {
	background-color: #fff;
	padding: 8px;
	margin: 0 0 10px 0;
	}
	
#designcontainer {
	width: 30em;
	padding: 0 10em 0 0;
	margin: 0 0 10px 80px;
	}
	
#designcontainer h3.resumesubtitle {
	border: 0;
	}
	
#skillbox {
	position: relative;
	float: left;
}

#softwarebox {
	position: relative;
	float: right;
}

#actionbuttons {
	position: relative;
	float: right;
	margin-right: 40px;
	display: none;
	}
	
ul.thumbnails {
	display: none;
	}

#resumebox {
	position: relative;
	clear: both;
	padding: .75em 0 10px 0;
}

/* Styling */
 
h2#pagetitle {
	font-size: 200%;
	padding: 3px 0 5px 0;
	margin: 0 0 .3em 0;
	font-weight: normal;
	display: none;
	}

h3.pagesubtitle {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	color: #969696; 
	font-size: 150%;
	display: none;
	}
	
h3.resumesubtitle {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	color: #969696; 
	font-size: 150%;
	border-top: 1px solid #969696;
	}
	
h4 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000; 
	font-size: 110%;
	font-weight: bold;
	}
	
p.descriptions {
	display: none;
	}
	
h1.printresumehed span {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 70%;
	line-height: 110%;
	padding: 5px 10px 0 10px;
	}
	
h1.printresumehed {
	width: 600px;
	font-weight: normal;
	color: #000;
	font-size: 150%;
	text-align: center;
	line-height: 120%;
	border-bottom: 1px solid #969696;
	border-top: 1px solid #969696;
	padding: 5px;
	}
	
#resumebox {
	margin: 0 0 0 10px; 
	}


	
#resume li {
	padding: 0 0 5px 0;
	}	

#footer {
	color: #666666;
	text-align: center;
	border-top: 1px dotted #666666;
	display: none;
	}