/*
	Single Page Anchor-Jump Résumé
	by Nathan Smith, sonspring.com
*/

*
{
	border: 0;
	color: #000;
	margin: 0;
	padding: 0;
}

#side ul, #contact, #contact_form, #footer
{
	display: none;
}

/* =Basic HTML
----------------------------------------------------------------------*/

body
{
	font: 11px Verdana, sans-serif;
}

a
{
	text-decoration: none;
}

li
{
	list-style: none;
}

p, ol, ul
{
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0 0 10px;
	text-align: justify;
}

/* =Container
----------------------------------------------------------------------*/

#container
{
	margin: 0 auto;
	width: 450px;
}

/* =Side
----------------------------------------------------------------------*/

#side h1
{
	float: left;
	font: 25px Georgia, sans-serif;
	padding: 0 0 10px;
}

#side p
{
	font-family: Tahoma, sans-serif;
	padding: 0 10px 0 0;
	text-align: right;
}

/* =Content
----------------------------------------------------------------------*/

#content h2
{
	border-bottom: 1px solid #000;
	font: 17px Georgia, sans-serif;
	padding: 20px 0 5px;
	margin: 0 0 10px;
}

#content h3
{
	font: bold 13px Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#content img.inset
{
	border: 1px solid #000;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}

#content li
{
	list-style: square;
	margin: 0 0 0 20px;
}

/* =Footer
----------------------------------------------------------------------*/

#footer
{
	border-top: 1px solid #000;
	clear: both;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
