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

body  {
	font: 100% Helvetica, Geneva, Arial, sans-serif;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-right-style: none;
	border-right-width: 0px;
	background-color: #131313;

}


.maintext
 {
	color: white;
	font: normal 15px Helvetica, Geneva, Arial, sans-serif;
	text-align: left;
	right: 12px;
	padding-right: 160px;
	padding-left: 5px;
}

.quotetext {
	color: white;
	font-size: 12px;
	padding-right: 10px;
	text-align: right;
	width: 300px;
	padding-top: 100px;
}

.quotename {
	color: fuchsia;
	font-size: 12px;
	text-align: right;
}

		*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#content{
			margin:0px auto;
			height:850px;
			width:100%;

			z-index: 3;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
	background-repeat: no-repeat;
	background-position: 90%;
}
#contentdates{
			margin:0px auto;
			height:2250px;
			width:100%;

			z-index: 3;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
	background-repeat: no-repeat;
	background-position: 90%;
}


#contentmusic{
			margin:0px auto;
			height:1000px;
			width:100%;

			z-index: 3;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
	background-repeat: no-repeat;
	background-position: 90%;
}

#contentmedia{
			margin:0px auto;
			height:1850px;
			width:100%;

			z-index: 3;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
	background-repeat: no-repeat;
	background-position: 90%;
}

		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}

h1 {color: white;
	font: normal 30px Helvetica, Geneva, Arial, sans-serif;
	text-align: left;
}

.critiques
 {color: white;
	font: normal 12px Helvetica, Geneva, Arial, sans-serif;
	text-align: left;
	
}

