*{
	margin:0;
	padding:0;
}
img{
	border:none;
}

a { outline:none;}

#supersize{
/*	position:fixed;*/
	background-color: #000;
}
#supersize img{
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
	margin: 0;
	padding: 0;
	font: 75% Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#sub-container {
	position: absolute;
	top: 190px;
	left: 100px;
	height: 336px;
	width: 504px;
	background-color: #000;
	padding: 2px;
}

body#front #sub-container {
	display:none;
}

body#front #clicks {
	display:none;
}

img#strap {
	margin: 0 0 0 -74px;
}

#gallery img#strap, #links img#strap,
#shows img#strap, #contact img#strap {
	display: none;
}

span.older {
	text-indent: -5000px;
	display: block;
	background-image: url('/img/older.png');
	width: 76px;
	height: 20px;
}

span.newer {
	text-indent: -5000px;
	display: block;
	background-image: url('/img/newer.png');
	width: 73px;
	height: 18px;
}

a#logo {
	text-indent: -5000px;
	display: block;
	background-image: url('/img/white-tag.png');
	width: 211px;
	height: 75px;
}

#gallery .entry-title, #front .entry-title, #contact .entry-title,
#links .entry-title, #shows .entry-title {
	display: none;
}

#contact label {
	color: #afafaf;
	margin-left: 10px;
}

#contact form input {
	display: block;
	margin-left: 10px;
	margin-bottom: 0;
}

#contact form #subscribe {
	margin-left: 0px;
	margin-top: 0;
	padding-top: 0;
}

#contact p {
	width: 220px;
	color: #afafaf;
	margin: 10px 0 0 10px;
}

#contact a,
#shows #sub-container a {
	color: #e1673b;
	text-decoration: none;
}

#contact a:hover,
#shows #sub-container a:hover {
	color: #b64922;
}

#contact #sub-container ul {
	margin: 10px 0 0 10px;
}

#links h2 {
	display: none;
}

#links #sub-container ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
}

#links #sub-container ul li a {
	text-decoration: none;
	color: #e1673b;
}

#links #sub-container ul li a:hover {
	text-decoration: none;
	color: #b64922;
}

#shows #sub-container {
	overflow: none;
	color: #ddd;
}

#shows p, #shows #sub-container ul {
	margin: 10px 0 0 10px;
}

#shows #sub-container ul {
	list-style-type: none;
}

#shows p {
	color: #fff;
}

#shows p span {
	color: #e1673b;
}


ul#thumbnails {
	padding: 0;
	margin: 0;
}

ul#thumbnails li {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
	background-image: url('/img/thumbnail-grey_border.gif');
	margin: 2px 2px 2px 2px;
}

ul#thumbnails li a {
	width: 80px;
	height: 80px;
	display: block;
}

#nav {
	width: 150px;
	height: 340px;
	position: absolute;
	top: 190px;
	left: 690px;
}

#clicks {
	margin: 150px 0 0 40px;
	list-style-type: none;
}

#clicks li{
	background-repeat: no-repeat;
}

#clicks li.shows {
	width: 125px;
	height: 26px;
	margin-left: 7px;
}

#clicks li.links {
	width: 113px;
	height: 35px;
	margin-left: 7px;
}

#clicks li.contact {
	margin-top:7px;
	width: 148px;
	height: 28px;
}

#clicks a {
	outline:none;
	text-indent: -5000px;
	display: block;
	border:0px solid #fff;
}

#clicks li.shows a {
	width: 125px;
	height: 26px;
	background-image: url('/img/link-shows.png');
}

#clicks li.links a {
	width: 113px;
	height: 35px;
	background-image: url('/img/link-links.png');
}
#clicks li.contact a {
	width: 148px;
	height: 28px;
	background-image: url('/img/link-contact.png');
}

#clicks li.shows a:hover,
body#shows #clicks li.shows a {
	background-image: url('/img/link-hover-shows.png');
}

#clicks li.links a:hover,
body#links #clicks li.links a {
	background-image: url('/img/link-hover-links.png');
}

#clicks li.contact a:hover,
body#contact #clicks li.contact a {
	background-image: url('/img/link-hover-contact.png');
}

.login {
	color: #fff;	
}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid black;
overflow: scroll; /*leave this value alone*/
width: 500px;
height: 330px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#sub-container ul.linklist li { width:30%; line-height:1em; height:1.2em; float:left;}
#shows #sub-container ul.cList li { display:inline;}
#shows #sub-container ul.cList li a { margin-right:10px;}
#shows #sub-container ul.shows { margin-top:20px; margin-left:10px;}
#shows #sub-container ul.shows li { width:245px; float:left; padding-bottom:20px; height:;}
#shows #sub-container ul.shows li h2 { font-size:1.2em; padding-left:0; color:#e1673b;}
#shows #sub-container p { margin-left:0; margin-top:.5em;}
#shows #sub-container p span.caps { color: #fff;}

