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

/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300);

body {
	background-color:#000;
font: 100%/1.2 "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
color:#C1C1C1;
text-align:center;
margin:0;
padding:0;
}
img, object, embed, video {
	max-width: 100%;
}
p {
	margin:0 0 10px 0;
	padding:0;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.container {
width:100%;
margin:0;
padding:0;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #444444 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #444444 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #444444 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #444444 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);	
}
ul.shows {text-align:center;margin:20px auto;}
ul.shows li {display:inline-block;padding:15px;}
/*
.shows {
	margin:20px auto;
	text-align:center;	
}
.shows img {
	padding:15px;	
}
*/
h1, h2, h3 {
	font-weight:bold;
	text-transform:uppercase;
}
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }
a:link, a:visited {color:#FF9900;}
a:hover, a:focus, a:active {color:#FFF;}

hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 200, 200, 0.75), rgba(0, 0, 0, 0)); 
margin:50px 0;
}