@charset "utf-8";
	
/* ------- Reset Defaults ---------- */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
	
/* ------- Fonts -------- */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------- Body and Basic Tag Formatting -------- */

body {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
	font-family: OpenSansRegular, "Lucida Sans Unicode", sans-serif;
	min-width: 980px;
	color: #FFF;
	background:#000 url(images/darkbg.jpg) repeat-x fixed top;
	height: 100%;
}
	
strong {
	font-family: OpenSansSemibold, "Lucida Sans Unicode", sans-serif;
}

em {
	font-family: OpenSansItalic, "Lucida Sans Unicode", sans-serif;
	color: #1B20C4;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: OpenSansSemibold, sans-serif;
	margin: 5px 10px 10px 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	padding: 10px 0px 15px 10px;
	font-size: 18px;
}

h3 {
	font-size: 16px;
	padding: 10px 0px 5px 10px;
}

h4, h5 {
	font-size: 12px;
}

h6 {
	font-family: OpenSansRegular, "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}

p {
	text-align: center;
	margin: 5px 0px 10px 10px;
	text-indent: 5px;
}

ol, ul {
	text-align: left;
	font-size: 16px;
	margin: 5px 10px;
	list-style-position: outside;
}

ol {
	list-style-type: upper-roman;
}

ul {
	list-style-image: none;
	margin: 0px 10px 15px 10px;
}

li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
}

a:link, 
a:visited {
	font-family: OpenSansSemibold, "Lucida Sans Unicode", sans-serif;
	text-decoration: underline;
	color: #4480D9;
}

a:hover, 
a:active, 
a:focus {
	font-family: OpenSansSemibold, "Lucida Sans Unicode", sans-serif;
	text-decoration: underline;
	color: #38A342;
}

a img { 
	border: none;
}
	
input {
	vertical-align: middle;
}

/* ------- Layout ---------- */

#leftwrap {
	float:left;
	width:200px;
	padding:0px;
	background:url(images/leftedge.png) repeat-y;
	}
	
#rightwrap {
	float:right; 
	width:80px; 
	padding:0px; 
	background:url(images/rightedge.png) repeat-y;
	}
	
#mainwrap {
	margin:0px 80px 0px 200px;
	}
 
#wrapper {
	overflow:hidden;
	min-width: 1000px;
	}
	
#headwrap {
	position:relative;
	height: 220px;
	min-width: 1000px;
	}
	
#topleft {
	height: 220px;
	width: 200px;
	background-image: url(images/topleft.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	}
	
#topright  {
	width: 80px;
	height: 220px;
	background-image: url(images/topright.png);
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	z-index: 200;
	}
	
#footwrap {
	clear:both; 
	position:relative;
	height: 100px;
	min-width: 1000px;
	}
	
#bottomleft {
	height: 100px;
	width: 200px;
	background-image: url(images/bottomleft.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px;
	z-index: 200;
	}
	
#bottomright  {
	width: 80px;
	height: 100px;
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
	top: auto;
	bottom: 0px;
	right: 0px;
	z-index: 200;
	}
	
/* ------- Header Formatting -------- */

#header {
	margin:0px 80px 0px 200px;
	height: 220px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	background:url(images/topedge.png) repeat-x;
	}

#logo {
	background-image: url(images/headerlogo.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 125px;
	position: absolute;
	left: 20px;
	top: 20px;
	}
	
h1.headertext {
	font-family: OpenSansRegular, sans-serif;
	font-size: 36px;
	position: absolute;
	left: 0px;
	bottom: 28px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	}
	
h2.headertext {
	font-family: OpenSansRegular, sans-serif;
	font-size: 20px;
	position: absolute;
	right: 0px;
	bottom: 32px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	}
	
p.headertext {
	font-family: OpenSansRegular, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	}
	
p.headertext a:link,
p.headertext a:visited {
	text-decoration: none;
	color: #FFF;
}

p.headertext a:hover, 
p.headertext a:active, 
p.headertext a:focus {
	text-decoration: underline;
	color: #FFF;
}

#headericons {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 53px;
	position: absolute;
	top: 10px;
	right: 0px;
}

/* ------- Content Formatting -------- */

#bodycontent {
	min-height:400px;
	text-align:center;
	}

/* ------- Sidebar Formatting -------- */

#sidecontent {
	padding: 0;
	margin: 0;
	}

ul#mainnav {
	list-style:none;
	float: left;
}

#mainnav li a {
	font-family: OpenSansRegular, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color: #FFF;
	height: 30px;
	width: 145px;
	text-align: right;
	padding: 10px 45px 0px 0px;
	display: block;
	margin: 0px 0px -10px 0px;
	}

#mainnav li a:hover {
	font-family: OpenSansSemibold, sans-serif;
	color:#FFF;
	}
	
#home a#homelink,
#animation a#animationlink,
#resume a#resumelink {
	background-image: url(images/currentpage.png);
	background-repeat: no-repeat;
	background-position: right;
	}

/* ------- Footer Formatting -------- */
	
#footer {
	margin:0px 80px 0px 200px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background:url(images/bottomedge.png) repeat-x;
	}
	
.footer {
	margin: 35px 0px 0px 0px;
}

#footerlogo {
	margin: 0px;
	height: 50px;
	width: 40px;
	background-image: url(images/footerlogo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
	top: auto;
	right: 10px;
	bottom: 10px;
	}

/* ------- Gallery -------- */

#postergallery {
	margin: 10px auto;
	max-height: 225px;
	overflow-y: hidden;
	min-width: 725px;
	white-space:nowrap;
  }
  
#postergallery img {
	height: 200px;
	width: 100px;
	border: 0;
	margin: 0px;
	padding: 0px;
  }
  
#leftwrap, #mainwrap, #rightwrap {
	padding-bottom:32767px; 
	margin-bottom:-32767px;
	}
