@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Special+Elite);
html, body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style:none;
  text-decoration:none;
}
body {
	background-color:rgba(0,0,0,1);
 /*background: rgb(0,0,0);
 background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,15,79,1) 41%, rgba(0,12,68,1) 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(41%,rgba(17,15,79,1)), color-stop(100%,rgba(0,12,68,1)));
 background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,15,79,1) 41%,rgba(0,12,68,1) 100%);
 background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,15,79,1) 41%,rgba(0,12,68,1) 100%); 
 background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,15,79,1) 41%,rgba(0,12,68,1) 100%);
 background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(17,15,79,1) 41%,rgba(0,12,68,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000c44',GradientType=0 );*/
  font-family: 'Special Elite', cursive;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
a {
	color:#09F;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
	color:#F96;
}
#wrapper {
	max-width:940px;
	margin:0 auto 40px auto;
}
header {
	padding:0 20px 0 20px;
	background-color:rgba(0,0,0,0.4);
}
header h2 {
	padding-left:10px;
}
header p{
	text-align:left;
}
#bg-saturn{
	opacity:0.6;
	z-index:-1;
	position:absolute;
	top:20%;
	left:0;
	width:100%;
}
#bg-star {
	width:100%;
	height:100%;
	opacity:0.8;
	z-index:-2;
}
#top-img {
	max-width:900px;
	margin:0 auto;
}
dl {
	max-width:940px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.4);
	padding:5px 20px 10px 20px;
}
dt {
	cursor:pointer;
}
dt:hover {
	background-color:rgba(255,255,255,0.3);
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
}
dt p {
	text-align:center;
}
dt h2{
	text-align:left;
	padding:5px 0 5px 10px;
	font-size:20px;
}
dd {
	padding:10px;
	background-color:rgba(0,0,0,0.4);
	margin:10px 0;
}
dd p {
	line-height:1.8em;
	font-size:12px;
}
.border {
	border-bottom:rgba(255,255,255,1) 1px dotted;
	margin-bottom:10px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.paddinger {
	padding:10px;
}
.paddinger2 {
	padding:10px;
}
.particleground {
	width:100%;
	height:100%;
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.margin1 {
	margin:10px 0;
}
.marginL {
	margin-left:5%;
}
#op-head img {
	max-width:470px;
}
#setlist {
	padding-left:15px;
	z-index:2;
	height:auto;
}
#setlist h3 {
	font-size:12px;
	cursor:pointer;
}
#setlist ul li {
	font-size:12px;
	line-height:1.2em;
	cursor:pointer;
}
footer {
	display:block;
	width:100%;
	height:40px;
	background-color:rgba(0,0,51,0.6);
	text-align:center;
}
#movie-area {
	padding:10px 40px 10px 40px;
}
footer ul li a {
	width:100px;
	font-size:0.8em;
	color:#FFF;
	padding-top:10px;
	float:left;
}
footer p {
	font-size:0.8em;
	color:#FFF;
	padding-top:7px;
	padding-right:10px;
	float:right;
}