body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #000;
	color: #CCC;
}

h2 {
font-size:16px;
font-family: Varela, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal; 
/*text-transform:uppercase; */
/*height is distance from top of div to underline */
height:30px;border-bottom:1px solid #CCCCCC;
}

.footer_text {
font-size:6px;
font-family: Varela, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #00a5d0;
	outline: none;
	text-decoration: none;
}

br.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#logo {
	margin: 50px 0;
}
	#logo h1 {
		margin: 0;
		padding: 0;
		font-family: 'Bilbo Swash Caps', Coda, Verdana, sans-serif;
		font-weight: 400;
		font-style: cursive;
		font-size: 60px;
		letter-spacing: -1px;
	}
	
	
	
	
	#logo span {
			font-family: Yanone Kaffeesatz, Coda, Verdana, sans-serif;
			font-weight: 400;
			font-style: normal;
		font-size: 32px;
		color: #00a5d0;
	}
	
#categories {
	float: right;
}
	#categories a{
		padding: 10px;
		color: #FFF;
		font-family: Coda, Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	
	#categories li {
		margin: 0;
		padding: 0;
		display: inline-block;
		height: 31px;
	}
	
	#categories .current {
		background: #00a5d0;
	
		/* Round select corners */
		
		-webkit-border-radius: 15px 15px 0 0;
		-khtml-border-radius: 15px 15px 0 0;	
		-moz-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;		
	}


#output img {	
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 600px;
	border: solid 10px #ffffff;
	
	/* Round select corners */
	
	-webkit-border-radius: 25px 0;
	-khtml-border-radius: 25px 0;	
	-moz-border-radius: 25px 0;
	border-radius: 25px 0;
}





	
	





#nav{
	float: left;
	margin: -4px 0 0 0;
	padding: 0;
	width: 400px;
	height: 40px;
	background: #00a5d0;
	text-align: center;
	display: block;	
	overflow: hidden;
	
	/* Round select corners */
		
	-webkit-border-radius: 0 0 15px 15px;
	-khtml-border-radius:  0 0 15px 15px;	
	-moz-border-radius:  0 0 15px 15px;
	border-radius: 0 0 15px 15px;		
	
}
	#nav ul {
		margin-top: 8px;
	}
	#nav li {
		display: inline-block;
	}
	
	#nav a {
		margin: 0;
		padding: 0 10px;
		color: #FFF;
		text-decoration: none;
		font-family: Coda, Verdana, sans-serif;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}

	#nav a.navStopAdvance
	{
		display: inline;
	}

	#nav a.navPlayAdvance
	{
		display: inline;
	}

	#nav a.active
	{
		display: none;
	}

#captions{
	margin: 0;
}

	#captions .line
	{
		margin: 5px 0 0 0;
		float: right;
		font-size: 24px;
		font-weight: normal
	}

	#captions .line2 {
		position: absolute;
		top: 860px;
		display: block;
		width: 940px;
		margin: 0 10px;
		background: #000;
		padding: 10px;
		text-align: left;
		
		/* Round select corners */
		-webkit-border-radius: 0 0 15px 0;
		-khtml-border-radius: 0 0 15px 0;	
		-moz-border-radius: 0 0 15px 0;
		border-radius: 0 0 15px 0;
		
		/* Apply Opacity */
		-khtml-opacity:.40; 
		-moz-opacity:.40; 
		-ms-filter:"alpha(opacity=40)"; 
		filter:alpha(opacity=40); 
		opacity:.40;		
	}
	

	#captions .line3 {
		display: block;
		margin: 2em 0 2em 0;
		font-size: 0.75em;
	}

.hidden {
	display: none;
}

.thumbnails
{
	width: 980px;
	list-style: none;
	margin: 50px auto;
	padding: 0;
	position: relative;
	top: 0;
}

	.thumbnails li
	{
		margin: 7px;
		float: left;
	}
	.thumbnails .first
	{
		margin-left: 0px;
	}
	.thumbnails .last
	{
		margin-right: 0px;
	}
	.thumbnails li img
	{
		width: 100px;
		height: 75px;
		border: solid 5px #ffffff;
		cursor: pointer;
		
		/* Round select corners */
		
		-webkit-border-radius: 15px 0;
		-khtml-border-radius: 15px 0;	
		-moz-border-radius: 15px 0;
		border-radius: 15px 0;	
	}

	.thumbnails li img.active
	{
		border: solid 5px #00a5d0;
	}


/* footer adapted*/




footer #top {
	height: 140px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background:-moz-linear-gradient(#484848,#333333);
	background:-webkit-linear-gradient(#484848,#333333);
	background:-o-linear-gradient(#484848,#333333);
	background:-ms-linear-gradient(#484848,#333333);
	background:linear-gradient(#484848,#333333);
	margin-top:20px;
	padding-top:10px;
}



footer h2 {
font-size:12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal; 
text-transform:uppercase; 
/*height is distance from top of div to underline */
height:30px;border-bottom:1px solid #CCCCCC;
}


footer link {
font-size:20px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:normal; 
text-transform:uppercase; 
/*height is distance from top of div to underline */
height:30px;border-bottom:1px solid #CCCCCC;
text-decoration: none;
}


footer ul {padding:0;border-top:1px solid #555555;padding-top:20px;}
footer p {padding:0;border-top:1px solid #555555;padding-top:15px;font-size:14px;}
footer #bottom{
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.18);
	background:-moz-linear-gradient(#484848,#333333);
	background:-webkit-linear-gradient(#484848,#333333);
	background:-o-linear-gradient(#484848,#333333);
	background:-ms-linear-gradient(#484848,#333333);
	background:linear-gradient(#484848,
