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

@font-face {
    font-family: 'CopystructNormal';
    src: url('COPYN___-webfont.eot');
    src: url('COPYN___-webfont.eot?#iefix') format('embedded-opentype'),
         url('COPYN___-webfont.woff') format('woff'),
         url('COPYN___-webfont.ttf') format('truetype'),
         url('COPYN___-webfont.svg#CopystructNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CopystructBold';
    src: url('COPYB___-webfont.eot');
    src: url('COPYB___-webfont.eot?#iefix') format('embedded-opentype'),
         url('COPYB___-webfont.woff') format('woff'),
         url('COPYB___-webfont.ttf') format('truetype'),
         url('COPYB___-webfont.svg#CopystructBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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;
	}

/* Text Altering Classes */

h1 {
	font-size: 30px;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	font-family: 'CopystructNormal', "Times New Roman", Times, serif;
	width: 580px;
	}
	
h2 {
	font-size: 30px;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	font-family: 'CopystructNormal', "Times New Roman", Times, serif;
	width: 912;
	}
	
h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #cc0000;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.caps {
	text-transform: uppercase;
	}
	
	
/* Background & Header Elements */
	
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	}

#pagewrap {
	width: 975px;
	margin: auto;
	}


/* Navbar & Links Elements */

#navbar {
	margin: 349px 0px 0px 0px;
	font-family: 'CopystructNormal', "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 10px 0px;
	}
	
	#navbar a {
		padding: 0px 20px;
		}

a:link {
	text-decoration: none;
	color: #fff;
	}
a:visited {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	text-decoration: none;
	color: #cc0000;
	}
a:active {
	text-decoration: none;
	color: #fff;
	}

a.nav {
	color: #cc0000;
}
		
/* Main Content Elements */

.pic {	
	border: 2px solid #fff;
}
#social_media {
	float: left;
	border: 2px solid #fff;
	width: 295px;
	padding: 5px;
	margin: 10px 0px 0px 34px;
}

	#social_media a{
		float: right;
	}
	
#slideshow {
	margin: 10px 25px 0px 0px;
	float: right;
	border: 2px solid #fff;
	height: 310px;
	width: 580px;
	}
	
#music_player {
	float: left;
	border-top: 2px solid #fff;
	height: 310px;
	width: 100%;
	}
	
#poster {
	float: left;
	border: 2px solid #fff;
	width: 295px;
	padding: 5px;
	margin: -35px 0px 25px 34px;
}
	
#newsfeed {
	float: right;
	width: 580px;
	margin: -25px 20px 0px 0px;
}

#bio {
	float: left;
	width: 912px;
	text-align: justify;
	margin: 0px 0px 25px 34px;
}

#schedule {
	float: left;
	width: 912px;
	text-align: justify;
	margin: 0px 0px 25px 34px;
	line-height: 20px;
}

.top {
	vertical-align: top;
	margin-top: 0px;
	padding-left: 20px;
}

#photos {
	width: 912px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 34px;
}
	
.headshot {
	float: left;
	margin: 40px 0px 0px 107px;
	}

#contact {
	float: right;
	width: 580px;
	margin: -25px 20px 0px 0px;
}

/* Footer & Credit */

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 60px;
	line-height: 21px;
	}
	
	#footer a{
		text-decoration: underline;
		}
	
	#footer a:hover{
		background: none;
		}
		
/* Hoverbox */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #000;
	border-color: #cc0000;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

.hoverbox li
{
	background: #000;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 6px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 133px;
}

.headshots
{
	cursor: default;
	list-style: none;
}

.headshots a
{
	cursor: default;
}

.headshots a .preview
{
	display: none;
}

.headshots a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.headshots img
{
	background: #000;
	border-color: #cc0000;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 150px;
}

.headshots li
{
	background: #000;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 5px;
	position: relative;
}

.headshots .preview
{
	border-color: #000;
	width: 200px;
	height: 300px;
}

.headshots a
{
	position: relative;
}

.headshots a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.headshots a:hover .preview
{
	top: -38px;
	left: -50px;
}

.headshots li
{
	position: static;
}

.headshots .preview
{
	border-color: #000;
	width: 200px;
	height: 291px;
}

