/* Resume CSS
-----------------------------------------------
Author: Nate Manderfeld (http://www.natemanderfeld.com)
Version: 2006-08-28
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html { font-size: 100%; /* IE hack */ }

body {
	background: #fff;
	color: #000;
	font-size: 76%;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 5px;
	width: 750px;
	min-width: 700px;
}

img {	border: none; }
p, ul li { line-height: 1.2em; }

sup {
	vertical-align: super;
	text-transform: uppercase;
}

dt { font-weight: bold; }
dd { padding: 0 0 15px 0; }

hr { border-bottom: 1px solid #ccc; }

small { font: .76em; }

abbr, acronym, .help {
	background: url(greydot.gif) repeat-x left bottom;
	cursor: help;
}

/* Links
----------------------------------------------- */
a:link, a:active, a:visited {
	background: url(greydot.gif) repeat-x left bottom;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #333;
}

#content a {
	background: none;
	color: #000;
	text-decoration: none;
	cursor: default;
}

#footer p a {
	letter-spacing: 2px;
}

a img {
	border: 0;
}

/* Header
----------------------------------------------- */
#header {
	border-bottom: 5px solid #000;
	height: 72px;
}

#header h1 {
	font-size: 1.8em;
	font-family: Agency FB, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

#header ul {
	float: left;
	font-size: 1.2em;
	line-height: 1.1em;
	list-style-type: none;
}

#header ul li.address { width: 350px; }

#header strong {
	text-decoration: none;
	font-weight: normal;
}

#header #contact {
	float: right;
	margin: 14px 0 0 0;
}

#header img {
	padding: 0 8px 0 0;
	float: left;
}

/* Structure
----------------------------------------------- */
#content {
	background: url(content_bg.gif) repeat-y 0 0;
	line-height: 1.6em;
	padding: 8px 0 0 0;
}

#content h2 {
	float: left;
	font-size: 1.3em;
	width: 100px;
	overflow: visible;
}

#content h3 {
	font-size: 1.35em;
	display: inline;
}

#corp h4 {
	font-size: 1.15em;
	display: inline;
}

#sprint { padding: 0 0 0 20px; }

#content ul { padding: 0 0 0 8px; }

#edu li {
	float: left;
	list-style-type: none;
	background: url(resume_bluedot.gif) no-repeat 0 3px;
	padding: 0 50px 0 14px;
}

#corp li {
	margin: 0 0 8px 0;
	padding: 0 0 0 12px;
	list-style-type: none;
	background: url(resume_bluedot_li.gif) no-repeat 0 4px;
}

#content p em {
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
}

#content em {
	font-weight: bold;
	background: url(greydot.gif) repeat-x left bottom;
	font-size: 1.15em;
}

div.hr {
	clear: both;
	background: url(resume_blueline.gif) no-repeat 50% 50%;
	height: 25px;
}

div.hr hr { display: none; }
#edu, #obj, #corp, #comp, #comm { padding: 0 0 0 110px; }
#corp p { padding: 0 0 10px 0; }

/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	padding: 4px 0 0 0;
	text-align: center;
	background: url(greydot.gif) repeat-x left top;
	font-size: .8em;
}

#footer p {	font-style: italic; }
#footer ul { padding: 3px 0 0 0; }

#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 12px;
	border-left: 1px solid #666;
}

#footer li.first { border-left: 0; }

/* Annex
----------------------------------------------- */
.hide { display: none; }
.clear { clear: both; }

.imgLeft {
	margin: 10px 10px 5px 5px;
	float: left;
}

.imgRight {
	margin: 10px 10px 5px 5px;
	float: right;
}

sup {
	font-size: 75%;
	vertical-align: text-top;
}

acronym { speak: normal; }
abbr.initialism { speak: spell-out; }
abbr.truncation { speak: normal; }

/* Tables
----------------------------------------------- */
table {
	color: #333;
	font-size: 100%;
}

table.data {
	font-size: 85%;
	line-height: 1.6em;
}

.data th, .data td {
	padding: 2px 5px 3px;
	border-top: 1px solid #ccc;
}

.data td {
	text-align: left;
}

.data th, .data .rowHeader th em {
	font-style: italic;
	font-weight: normal;
}

.data .rowHeader th {
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.data th.txt, .data td.txt {
	text-align: left;
}

.data .alt th, .data .alt td {
	border-color: #ccc;
	background: #eeeeec;
}