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

* {

	font-family: Georgia, "Times New Roman", Times, serif;
	
}

body {
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	background-color:#111111;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a {
	font-family: Georgia, "Times New Roman", Times, serif;

}

a {
	color: #fff;
	text-decoration: none;

}

a:link {
	color: #fff;
}

a:hover {
	border-bottom: 1px solid #fff;
}

a img{
	border: 0;
	background: none;
}

img a:hover {
	border: 3;
	background: none;
}


a:visited {
	color: #fff;
}

#content {

	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	/*height: 1800px;*/  /*this will need to be deleted*/
	
	

}

#loginDiv {
	background-color:#111111;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	position: relative;
	width: 100%;
	height:600px;
}

#bodyDiv {
	background-color:#111111;
	background-color:#111111;
	background-repeat: repeat;
	position: relative;
	/*height: 1900px;*/
	
}

#header {


}

#adminInfo {

	top: 20px;
	right: 5px;
	width: 200px;
	margin: 0;
	text-align: right;
	position: absolute;
	z-index: 2;

}


#headerImg {
	width: 800px;
	height: 143px;
	background-image: url(images/header-bg.png)

}

#navBar {
	height: 42px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	border-color: #ffffff;
	background-image: url(images/nav-bg.png)
}

#leftCol {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 528px;
}

#middleCol {
	position: relative;
	left: 70px;
	width: 515px;
	top: 0;
	/*height: 600px;*/
	padding-top: 10px;

}


#rightCol {
	position: absolute;
	left: 588px;
	width: 200px;
	top: 0;
	height: 600px;
	padding-top: 10px;
	padding-left: 10px;
}

.expand {
	padding-top:200px;
	margin-bottom:5px;
	height: auto;
	height:100%;
	position: relative;;
}

.expand p {
	color:#0099CC;
	margin-top:200px;
	position: absolute;
	bottom: 0;
	font-size: 0.7em;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.glitch {
	padding-left: 270px;
}

#disc {

}

#disc img {
	padding: 5px;
}

.discDiv {
	float: left;
	padding: 10px;
	margin-bottom: 50px;

}

.discDiv ol {
	padding-top: 10px;
	padding-left: 25px;
	width: 215px;
	font-size: .9em;
}


.clear {

	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.bodycopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #fff;
}

.small {
	font-size: 0.6em;
	line-height: 1.4em;
	color: #FFFFFF;
}

.huge {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	color: #FFFFFF;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #0099CC;
	text-transform: uppercase;}

.date{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.3em;
	color: #666666;
}

/* menu stuffs */

.menu {

	list-style: none;
	color: #000;
	list-style-type: none;
	display:inline-block;
	white-space:nowrap;
	padding-top: 10px;
	margin-top: 0;
	
}

ul.menu {
	
	list-style: none;
	margin-left: 68px;

}

.menu li {
	display:inline;
	
}

.menu li a {
	float:left;
	padding-right: 30px;
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	display: block;
	font-variant: small-caps;
}

.menu li a:hover {
	color: #41C3F7;
	border-bottom: 0;
}

#highlight a {
	color:#999999;
}

#highlight a:hover {
	color:#999999;
}


.store {
	float: left;
	width: 150px;
	list-style-type: none;
	padding: 10px;
	margin: 5px;
	margin-bottom: 50px;
	padding-right: 30px;
	border: 1px dotted #fff;
}

.dashed {
	border: 1px dotted #fff;
	padding: 10px;
}




/*shows section*/

.show, .showdetails {
	border-bottom:1px dotted #ffffff;
cursor:pointer;
padding:5px;
}
.show span, .showdetails span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #ffffff;
}
.showx {
		background-color:#191919;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #ffffff;
}
.showdetails {
	background-color:#191919;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #ffffff;
}
/**/

hr {
	border: 1px dotted #fff;
}

