/* @override http://seanmurph.com/resume/resume.css */

html
{
	background-image: url(wavecut.png);
}

body {
	color: #2a2a2a;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 10px;
	margin-left: 19px;
	margin-top: 40px;
	text-shadow: white 0 2px 1px;
}

#content-wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin-top: -1px;
}

a {
	color: #163278;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:hover
{
	background-color: #cbd4eb;
	color: black;
}

.note
{
	background-color: rgba(64,97,182,0.11);
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	border: 1px dotted #9d9d9d;

}

.note p
{
	margin: 0;
}

.note#looking
{
	background-color: rgba(140,137,126,0.23);
}

span
{
	text-transform: lowercase;
}

#visual-resume
{
	margin-bottom: 18px;
}

#opening-box {
	margin-bottom: 30px;
}

#name-address {
}

#contact-info {
}

#contact-info p span.contact-type {
	font-weight: bold;
}

h1, h2 {
	color: #664206;
	font-weight: normal;
	font-style: normal;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	margin-bottom: 14px;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 22px;
}

h3 {
	margin-top: 26px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
}

h4 {
	margin-bottom: 11px;
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}

h5 {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.0em;
	margin-top: 11px;
}

#education p {
	margin-bottom: -1px;
}

ul {
	padding-left: 8px;
	margin-top: 12px;
	margin-bottom: 45px;
	color: #404040;
	list-style-type: disc;
}

li {
	margin-bottom: 6px;
	padding: 0;
	opacity: 1;
	list-style-position: inside;
}

em {
	font-style: italic;
}

#references {
	margin-top: 51px;
}

#footer
{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}
