/* Reset
*******************************************************************************/
html,body {
	height: 100%;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #999;
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 1;
}

a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset,a img {
	border: none;
}

abbr {
	cursor: help;
}

form {
	display: inline;
}

input,select,th,td {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
	color: #330000;
	font-family: Arial;
}

h1 {
	border-bottom: 5px solid #330000;
	font-size: 44px;
	padding: 25px 0;
	text-align: center;
}

h2 {
	left: -9999px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Classes
*******************************************************************************/
.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* Wrap
*******************************************************************************/
#wrap {
	background: #fff;
	border-left: #330000 solid 5px;
	border-right: #330000 solid 5px;
	margin: 0 auto;
	overflow: auto;
	width: 850px;
}

/* Navigation
*******************************************************************************/
#navigation {
	border-bottom: #330000 solid 5px;
	display: block;
	float: right;
	font-size: 14px;
	list-style: none;
	width: 120px;
}

#navigation li {
	text-align: left;
}

#navigation a {
	display: block;
	font-family: Arial;
	outline: none;
	padding: 5px;
	text-transform: uppercase;
}

#navigation a:hover {
	background-color: #330000;
	color: #fff;
}

#home #nav-home a,#resume #nav-resume a,#jokes #nav-jokes a,#links #nav-links a,#music #nav-music a,#contact #nav-contact a
	{
	background-color: #330000;
	color: #fff;
}

/* Content
*******************************************************************************/
#content {
	border-right: #330000 solid 5px;
	float: right;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	width: 685px;
}

/* Home
*******************************************************************************/
#home .quote {
	color: #330000;
	font-size: 44px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

/* Jokes
*******************************************************************************/
#jokeList {
	border-right: #330000 solid 1px;
	float: left;
	list-style: none;
	padding-right: 10px;
	text-transform: capitalize;
	width: 250px;
}

#jokeList li {
	color: #330000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

#jokeList li.hover,#jokeList li:hover {
	text-decoration: underline;
}

.joke {
	float: right;
	width: 414px;
}

.joke h3 {
	text-transform: capitalize;
}

.joke ol,.joke ul {
	margin-left: 20px;
}

/* Links
*******************************************************************************/
#links #content li {
	list-style: none;
}

/* Music
*******************************************************************************/
#music #content ol {
	margin-left: 20px;
}

/* Resume
*******************************************************************************/
#resume h3 {
	float: left;
	text-align: right;
	width: 155px;
}

#resume .section {
	border-left: #330000 solid 1px;
	float: right;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 509px;
}

#resume .section ul {
	margin-left: 20px;
}

#resume .section dt {
	font-size: 16px;
	font-weight: bold;
}

#resume .section dd {
	margin-left: 20px;
}

#resume .section .org {
	font-size: 16px;
}

#resume h5 {
	margin-top: 10px;
}