@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ end reset css ------ */

body {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #1F43DE;
	background-color: #d8def8;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	background: #d8def8;
	text-align: center;
	color: #fff;
	border: 0;
	padding: 0;
	width: 860px;
	height: 52px;
	display: block;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	background: #4963da url(circuitfooter.jpg) no-repeat;
	float: left;
	width: 860px;
	height: 25px;
	color: #fff;
}
#footer p, a {
	text-align: center;
	color:#fff;
	text-decoration: none;
	padding-top: 5px;
}
footer a:hover {
	color: #4963da;
}
#main {
	position:relative;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#leftcol {
	background-color: #7287e4;
	float: left;
	display: inline;
	width: 180px;
}
#intro {
	float: left;
	display: inline;
	width: 460px;
	margin: 0px;
	padding: 0 15px;
	background-color: #fff;
}
#intro h1 {
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}
#intro h2 {
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:x-large;
	padding-bottom: 7px;
}
#intro p {
	padding-bottom: 7px;
	line-height: 1.4;
}
#intro ol {
	margin-left: 5px;
	padding-bottom: 5px;
}
#intro li {
	list-style: disc;
	line-height: 1.3;
	margin-left: 15px;
	padding-bottom: 5px;
}
#intro ol ol {
	padding-top: 5px;
}
#intro a {
	color: #000;
}
#intro a:hover {
	color:#66F;
}
#rightcol {
	float: right;
	display: inline;
	width: 160px;
}
#headshot {
	position: relative;
	padding-top: 60px;
	height: 205px;
	width: 180px;
}
#resume_nav {
	position: relative;
	width: 180px;
}
#resume_nav a {
	color: #4963da;
	text-decoration: none;
}
#social {
	position:relative;
	padding-top: 60px;
	padding-bottom: 35px;
	text-align: center;
}
#social p {
	padding: 10px 0px;
}
#social a {
	padding: 10px;
}
#interests {
	position: relative;
	padding: 5px;
}
#interests h3 {
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: larger;
	padding-bottom: 10px;
}
#interests li {
	list-style: square;
	padding-bottom: 7px;
	margin-left: 20px;
}
#interests a {
	color: #4963da;
	padding-bottom: 7px;
	text-decoration: none;
}
#interests a:hover {
	color: #fff;
}
