/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 50em;
	background-color: white;
	color: #666;
	border: 1px #cccccc solid;
	margin: 50px auto 0px auto;
	padding: 0px 20px 0 20px
}
/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: left;
	width: 20em;
	font-size:3em;
	text-transform: uppercase;
}

/**************************************************************************
The content - full of goodness and textuality, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}
/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h2 {
font-size: 12px;
}
#content h2 a:link, a:visited, a:active {
	color: #FF9900;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
#content h2 a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #FF9900;
}
/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/
#content h3 { 
font-size: 10px;
letter-spacing: 2px;
text-transform: uppercase;
}
footer {
text-align: center;
color: #696969;
}
.role {font-weight:bold;}

.donotdisplay{
display:none;
}

h4, h5, h6 {margin:1px; padding:1px;}

.alert {
background: #FFCC66 url('\images\exclamation.png') 15px center no-repeat;
border-top: 2px solid #FF9900;
border-bottom: 2px solid #FF9900;
margin: 10px auto;
padding: 5px 20px 5px 45px;
text-align: center;
}

#nav{
border-bottom:2px solid #111;
padding-bottom: 1em;
}

#nav li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

section {
border-bottom:2px solid #111;
padding-bottom: 1em;
}

.history ol
{
list-style-type: none;
text-align: left;
}

li.experience{}

