*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, input.button, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
}	
body {
	background: #021a32 url(img/bg.png) no-repeat fixed top center;
}
h1 {
	color: #00060c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;	
	padding: 8px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
h3 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
	padding: 8px;
	margin-bottom: 16px;
	background-color: #d1144d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: justify;
}
a {
	color: #35BDB2;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
/*popup*/
#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9990;
	background-color:#000;
	display:none;
}
#popup #dialog {
	background-color:#ffffff;
}
#popup .window {
	position:fixed;
	left:0;
	top:0;
	width:600px;
	display:none;
	z-index:9999;
	padding:16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#popup .window p {
	color: #021a32;
}
/*website*/
#wrap {
	width: 840px;
	background: url(img/rocket9.png) no-repeat top left;
	margin: 16px auto 0px auto;
	padding: 200px 10px 0px 10px;
}
#menu {
	width: 840px;
	height: 45px;
	float: left;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#menu ul#navigation {
	list-style-image: none;
	list-style-type: none;
	margin: 8px 0px 0px 8px;
}
#menu ul#navigation li {
	float: left;
	display: block;
	margin-right: 8px;
}
#menu ul#navigation li a {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px;
	float: left;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu ul#navigation li a:hover {
	color: #fed257;
	text-decoration: none;
}
#menu ul#navigation li.active a {
	color: #fed257;
	background: #00060c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slideshow {
	width: 840px;
	height: 220px;
	background: url(img/mask50.png) repeat top left;
	float: left;
}
#slideshow ul#now {
	list-style: none;
	list-style-image: none;
}
#slideshow ul#now li, #slideshow ul#now li img {
	width: 840px;
	height: 220px;
	display: block;
	float: left;
}
#main {
	width: 840px;
	float: left;
	position: relative;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#main #left {
	width: 524px;
	float: left;
	margin: 8px 0px 8px 8px;
}
.content {
	width: 492px;
	float: left;
	padding: 16px;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box {
	width: 226px;
	height: 180px;
	float: left;
	margin: 8px 8px 0px 0px;
	padding: 16px;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.image {
	height: 180px;
	width: 226px;
	position: absolute;
	z-index: 1;
	top:16px;
	left:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
} 
img.b {
	position: absolute;
	left: 0;
	top: 0;
}
.float-left {
	float: left;
	margin-right: 16px;
}
.float-left img {
	height: 8px;
	width: 8px;
	float: left;
	display: block;
	margin-right: 8px;
}
.float-left p {
	float: left;
}
.event, .venue {
	width: 226px;
	float: left;
	margin: 8px 8px 0px 0px;
	padding: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(img/mask50.png) repeat top left;	
}
.music p, .visual p, .lecture p {
	text-align: left;
}
.music:hover p {
	color: #d1144d;	
}
.visual:hover p {
	color: #fed257;
}
.lecture:hover p {
	color: #20beca;
}
.strong {	
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.title {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
#tickets {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: justify;
}
.support a img {
	margin: 8px;
	vertical-align: middle;
}
.support a img.no-left {
	margin-left: 0px;
}
.support a img.no-right {
	margin-right: 0px;
}
.no-right {
	margin-right: 0px;
}
.no-bottom {
	margin-bottom: 0px;
}
.no-left {
	margin-left: 0px;
}
#main #right {
	width: 292px;
	float: right;
	margin: 8px 8px 8px 0px;
}
.block {
	width: 260px;
	margin: 0px 8px 8px 0px;
	padding: 16px;
	float: left;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider {
	width: 260px;
	height: 218px;
	margin-top: 10px;
	overflow: hidden;
}
#slider ul {
	list-style: none;
	list-style-image: none;
}
#slider li {
	width:260px;
	height: 218px;
	display: block;
}
#slider p {
	padding-top: 10px;
}
span#prevBtn a, span#nextBtn a {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-indent: -999%;
	width: 122px;
	height: 24px;
	display: block;
	float: left;
	margin-top: 16px;
}
span#prevBtn a {
	background: url(img/previous.png) no-repeat top left;
	margin-right: 16px;
}
span#prevBtn a:hover {
	background: url(img/previous-anima.gif) no-repeat top left;
}
span#nextBtn a {
	background: url(img/next.png) no-repeat top left;
}
span#nextBtn a:hover {
	background: url(img/next-anima.gif) no-repeat top left;
}
input#email, input#send {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #171717;
	text-align: center;
	border: none;
	text-transform: lowercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form {
	width: 260px;
	float: left;
}
input#email {
	width: 220px;
	height: 23px;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
input#email:focus, input#email:hover {
}
input#send {
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	text-indent: -999%;
	background: url(img/launch.png) no-repeat top left;
}
input#send:focus, input#send:hover {
	background: url(img/launch-anima.gif) no-repeat top left;
}
ul#social, ul#archive {
	width: 260px;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
ul#social li, ul#archive li {
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;
	float: left;	
	margin-right: 8px;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
ul#social li a, ul#archive li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #00060c;
}
ul#social li a:hover, ul#archive li a:hover {
	color: #d1144d;
}
ul#social li.last, ul#archive li.last {
	margin-right: 0px;
}
#wrap #media {
	width: 808px;
	float: left;
	padding: 16px;
	margin-top: 16px;
	background: url(img/mask50.png) repeat top left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer {
	width: 840px;
	height: 120px;
	margin-top: 16px;
	float: left;
	clear: both;
	background: url(img/moon.png) no-repeat top left;		
}
.clear {
	width: 100%;
	clear: both;
}
