@charset "UTF-8";

/* @override http://exploder.face/styles.css */

body {
	background-color: #000000;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS, Helvettica, Arial;
}
a:link, a:visited{ text-decoration:none; }
a, a:visited{ color: #351bad;}
a:hover{color: #fff;}

img,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,body,html,blockquote,fieldset,input{
	margin: 0;
	padding: 0;
}

/* No blue linked image borders */
a img,:link img,:visited img { border:none }

hr {
	height: 4px;
	color: #006900;
	background-color: #003400;
}
p {
	color: #000000;
	font-size: 16px;
}

/*BASIC LAYOUT*/
.hide { display: none; }
.center{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.right {text-align: right}
.italics_text{
	font-style: italic;
}
.bold_text{
	font-weight: bold;
}

.clearboth{
	clear: both;
}
.floatleft{
	float: left;
	margin: 0 10px 0 0;
}

.floatright{
	float: right;
	margin: 0 0 0 10px;
}

.padleft30{
	padding-left: 30px;
}
.marginleft30{
	margin-left: 45px;
}
.notop{
	padding-top: 0px;
	margin-top: 0px;
}


/* HEADER
--------------------- */
div#header {
	height: 165px;
	background: #ffc8ff;
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
}
a.navlinks{
	font-family: Courier New, Helvetica, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	padding: 0px 15px 0px 15px;
}
a.navlinks:hover{
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	border-right: 15px;
	border-left: 15px;
	border-color: black;
}
a.navlinkselect{
	font-family: Courier New, Helvetica, Arial;
	font-size: 30px;
	font-weight: bold;
	background-color: #000000;
	padding: 0 15px 0 15px;
	color: #ffffff;
}


a.subnavlinks {
	background-color: #ffc8ff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 9px 2px 9px;
}
a.subnavlinks:hover{
	background-color: #000000;
	color: #ffffff;
}
a.currentsublink{
	background-color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	margin: 0px;
	padding: 0px 9px 2px 9px;
}



.page_links{
	font-family: Courier;
	font-size: 1em;
	font-weight: bold;
}
.page_links a{
	color: #7629a1;
}
.page_links a:hover{
	color: #f9ff00;
}
/* PAGE LAYOUT
----------------------------------------------- */
div#page{
	padding: 0px;
	border: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
div.contentwindow {
	background-color: #9d94ff;
	padding: 0px 35px 25px 35px;
	border-top: 8px solid #0066CC;
	border-bottom: 8px solid #0066CC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
div.contentwindow ul{
	padding-left: 24px;

}
div.footer {
	height: 20px;
	z-index: 15;
	clear: both;
	padding-top: 1px;
	padding-bottom: 6px;
}

div.commons {
	color: white;
	font-family: Times New Roman, Georgia, sans-serif;
	text-align: center;
	font-size: 13px;
}
div.commons a{
	color: #6e5dff;
	text-decoration: underline;
}
div.commons a:hover{
	color: #ff9494;
	text-decoration: underline;
}

/*END PAGE LAYOUT*/



/*DIV STYLES*/
div.contentheaderside{
	width: 210px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Helvetica, sans-serif;
	float: left;
}
div.contentheaderside a{
	height: 28px;
	background-color: #000;
	color: #fff;
	display: block;

	font-size: .8em;
	font-weight: bold;

	padding-top: 13px;
	padding-left: 15px;
}
div.contentheaderside a:hover{
	background-color: #ffcb8e;
	color: #ef0000;
}
a#currentpage{
	color: #ff8fff;
	border-color: #ffcd00;
	background-color: #005fff;	
}

#gallerywindow {
	border-top: 8px solid #0066CC;
	border-bottom: 8px solid #0066CC;
	padding: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0px 35px 25px 35px;
	background-color: #9d94ff;
}



/*VIDEO PAGE LAYOUT*/
a.vid_cell{
	padding: 0;
	margin: 10px;
	width: 200px;
	height: 200px;
	float: left;
	font-family: Helvetica;
	background-color: #000000;
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #ffffff;
}
a.vid_cell:hover{
	padding: 0;
	margin: 5px;
	border: 5px #f1009f;
	border-style: solid;
	color: #f1009f;
}

ul#vidbuttons { margin: .7em 0 3.3em 0; }
ul#vidbuttons li {
	padding: .2em .5em;
	background-color: #ffc8ff;
	border: 4px solid #000;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
ul#vidbuttons li:hover{
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;

}
ul#vidbuttons li {
	float: left;
	display: block;
	margin-right: 1em;
}

ul#vidbuttons li a.active { color: #ff0070; }

/*END VIDEO PAGE LAYOUT*/


/* Headings
----------------------------------------------- */
h1 {
	font-family: Helvetica, Verdana, sans-serif;
	color: #080036;
	text-align: center;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color: #b600a1;
	padding-bottom: 9px;
}
h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 150%;
	color: #7d00da;
}
h4{
	color: #4200a4;
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica;
}
h5
{
	font-family: Helvetica, sans-serif;
	color: #0066CC;
	font-size: 16px;	
}
h6{
	font-size: 14px;
	color: #392ca2;
	font-family: Courier;
	font-weight: bold;
}
