/***************************************************************************

		resume.css
		Author: Shane Shepherd
		Created: 08.26.06
		URL: shepherdweb.com
		
***************************************************************************/
body
{
	background-color: #fff;
	font-family:  helvetica, arial, verdana, sans-serif;
	margin: 0;
	padding: 20px;
	font-size: .9em;
}
h1, h2
{
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
}
h3, h4, h5
{
	margin: 15px 0 6px 0;
	padding: 0;
}
address 
{
	font-style: normal;
	text-align: center;
	font-family: mono-type;
	font-size: .8em;
}


span.fs
{
	display: none;
}

a
{
	color: #3054BF;
	text-decoration:  underline;
}
a:hover
{
	text-decoration: none;
	background-color: #ffffca;
}

abbr, acronym
{
	border-bottom: 1px dashed #888;
	cursor: help;
}
.company, .institution
{
	font-family: georgia, times, serif;
	font-size: .83em;
	font-weight: bold;
}
.resume ol
{
	list-style-type:  none;
}


body.resume ul
{
	margin: 8px 25px;
	padding: 0 25px;
}

body.resume .compexps
{
	margin-left: 20px;
	padding-left: 20px;
}
body.resume .compexps h3
{
	margin-left:  -50px;
}

.os li ul, .os li ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.copyright
{
	text-align:  center;
	margin: 20px;
	font-size: .8em;
}
.references
{
	margin-top: 20px;
	font-size: .8em;
}
