@charset "UTF-8";
/* CSS Document */

/*START 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 912px;
}
body {
	line-height: 1;
	background-color:FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Arial, Sans-Serif;
	color: #CCC;
	height: 100%;
	font-size: 0.75em;
	margin-top: 25px;
}
/*END CSS RESET*/

#nav li{
	display: inline;
	padding-left: 15px;
}
a:link {
	color: #CCC;
	text-decoration:none;
}
a:visited {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:active {
	color:#CCC;
	text-decoration:none;
}
.bio {
	text-align: justify;
	text-indent: 10px;
	line-height: 1.3em;
}
#contact {
	/* [disabled]padding-left: 660px; */
	margin-left: 445px;
}
.contactimg {
	float: left;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#header {
	padding-bottom: 30px;
}
#footer {
	padding-bottom: 60px;
}
.vidspace {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 30px;
}
#bg{position:fixed; z-index:1; overflow:hidden;}

.centered {
	position:fixed;
	top:50%;
	left:50%;
	margin-left: -400px;
	margin-top: -400px;
}
.logo {
	font-family: "Helvetica Neue Light", Helvetica, sans-serif;
	font-size: 3em;
	margin-right: 300px;
}
.imgspace {
	padding:1px;
}
.cvwrap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-bottom: 2px;
	padding-top: 8px;
}
