@charset "utf-8";

/* v1.0 | 20080212 CSS Reset */

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: 1em;
}
body {
	line-height: 1;
}
ol, ul {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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 CSS Reset*/


body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.0em;
}

img {
	border: 1px solid #000000;
	float: left;
	margin: 5px;
}

#content img {
	margin-bottom: 10px;
}

/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

#title {
	width: 230px;
	float: left;
	height: 30px;
	display: block;
	background-color: #000000;
	padding: 10px;
}

#title a {
	text-decoration: none;
	color: #FFFFFF;
	height: 70px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}
#title  h1 {
	float: left;
	font-size: 30px;
}


#sidebar {
	width: 320px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DADCDB;
	float: left;
}

#navbar {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 710px;
	float: left;
	line-height: 10px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navbar ul {
	list-style-type: none;
	float: left;
	padding-left: 50px;
}
#navbar ul li {
	float: left;
	margin-left: 20px;
}



#navbar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 5px;
	margin-left: 5px;
	font-size: 1.0em;
	text-align: center;

}
#navbar ul li a:hover {
	color: #000000;
	padding: 5px;
	display: block;
	background-color: #FFFFFF;
	float: left;
	margin-left: 5px;
	font-size: 1.0em;
}
 

#header {
	background-image: url(images/banner-image.png);
	height: 70px;
	width: 960px;
	background-repeat: no-repeat;
	float: left;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
}

#footer {
	clear: both;
	height: 35px;
	width: 960px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
}
#main {
	clear: both;
	width: 960px;
	background-color: #FFFFFF;
	font-size: .8em;
}
#main   ul  {
	list-style-type: none;
	clear: both;
}

#main ul li {
	margin-bottom: 10px;
}


#content {
	float: left;
	width: 570px;
	padding: 10px;
	margin-left: 20px;
}
#content  p  {

}
#popsci {
	height: 25px;
	width: 150px;
	float: left;
	background-image: url(images/popsci.gif);
	clear: both;
}




#writing {
}


#musicplayer {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}




body#resume a#resumenav, body#design a#designnav, body#writing a#writingnav, body#video a#videonav, body#music     a#musicnav   {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	padding: 5px;
	width: 75px;
}
h1 {
	font-size: 1.2em;
	text-align: center;
}


h2 {
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
}

h3{
	font-size: 1em;
	font-weight: bold;
}


h4{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 30px;
	clear: both;
	float: left;
}
h5 {
	font-size: 1em;
}


#skills {
	float: left;
	margin-top: 20px;
}
#special {
	float: right;
	margin-top: 20px;
}
#software {
	float: left;
	margin-top: 20px;
}
ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;

}
#main li {
	line-height: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
}

#date {
	float: left;
	width: 100px;
}
#rescontent {
	float: left;
	width: 440px;
	margin-bottom: 20px;
}
#resbox {
	clear: both;
	margin-left: 10px;
}


p     {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#videoplayer {
	margin-bottom: 20px;

}
#mpl {
}
