

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 * ## BASE
 */
#newyear .email {
  display: block;
  position: relative;
  height: 600px;
  border: none !important;
  text-decoration: none !important;
} 

#newyear .email:hover {
  background: none;
}

#newyear .email img {
  top: 0;
  left: 0;
  margin-left: 50px;
  border: 10px solid #000;
}

#newyear .email:hover img {
  border-color: #ea8e41;
}
 
#newyear .email strong {
  position: absolute;
  display: none;
  top: 150px;
  left: 300px;
  margin: 0 auto;
  width: 300px;
	background: #000;
	text-decoration: none !important;
	border: none !important;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #fff;
	z-index: 50;
	line-height: 1.5em;
	padding: 1em;
} 

#newyear .email:hover strong {
	display: block;
} 
 
html, body {
	height: 100%;
}

body {
	font: 12px/1.2 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	background: #1e0705 url(../_img/background.jpg) no-repeat fixed 50% 0;
}

a {
	color: #b5338e;
}

a:hover {
	color: #fff !important;
	background: #b5338e;
}

strong,th,thead td,h1,h2,h3,h4,h5,h6,dt {
	font-weight:bold;
}

cite,em,dfn {
	font-style:italic;
}

code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea {
	font-size:100%;
	color: #b4b4b4;
	font-family: "Tahoma", mono-space,monospace;
	font-weight: bold;
}

input[type='text']:focus,input[type='password']:focus,textarea:focus {
	color: #000;
	border: 2px solid #b7308e;
}

pre {
	white-space:pre;
}

pre * {
	font-size:100%;
	white-space:pre;
}

del {
	text-decoration:line-through;
}

ins,dfn {
	border-bottom:1px solid black;
}

small,sup,sub {
	font-size:85%;
}

big {
	font-size:125%;
	line-height:80%;
}

abbr,acronym {
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title],acronym[title],dfn[title] {
	cursor:help;
	border-bottom:1px dotted #fff;
}

blockquote {
	padding-left:2.2em;
}

hr {
	display:none;
}

input,select,button {
	cursor:pointer;
}

input[type='text'],input[type='password'] {
	cursor:text;
}

input[type='hidden'] {
	display:none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;	
}




/**
 * ## GENERIC CLASSES
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.back {
	position: relative;
	top: -1em;
	left: 2em;
	padding-top: 23px;
	background: transparent url(../_img/arrow_up.png) no-repeat 0 0;	
}

.back a {
	padding: 1.2em 1.2em 0.8em 1.2em;
	background: #000;
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: none;
	color: #76c79e;
}

/**
 * ## WRAPPERS
 */

#global_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	padding: 0 0 5em 0;
}

.wrapper {
	padding: 7em 0 10em 0;
	margin: 0 0 10em 0;
	border-top: 1px dotted #fff !important;
}

#header, .content {
	position: relative;
	margin: 0 auto;
	width: 80em;
	text-align: left;
}

#footer {
	width: 100%;
	height: 120px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: transparent url(../_img/footer_gradient_rainbow.png) repeat-x 0 0;
}

/**
 * ## HEADER
 */

#header_wrapper {
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 50px;
	background: #000;
	border-bottom: 5px solid #b5338e;	
}

#header {
	position: relative;
	height: 35px;
	padding-top: 20px;
	background: transparent url(../_img/header_gradient.png) no-repeat 0 100%;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	float: left;
	margin-left: 1.1em;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: lowercase;
}

#header h1 a span {
	color: #636363;
}

#header h1 a:hover {
	color: #f6ed55 !important;
	background: none !important;
}

#header h1 a:hover span {
	color: #fff;
}

/**
 * ## NAV
 */


ul#nav {
	float: left;
	margin: 0 0 0 6em;
}

ul#nav li {
	display:inline;
	float: left;
	margin: 0 0 0 2em;
	padding: 0;
}

ul#nav li a, ul#nav li s {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: -0.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav li s {
	color: #626262;
	text-decoration: line-through;
}

/**
 * ## MUSIC PLAYER
 */


#header #player {
	float: right;
	margin: 0 1em 0 0;
}

#header #listen {
	display: none;
	position: absolute;
	top: 44px;
	right: 40px;
	width: 165px;
	height: 32px;
	background: transparent url(../_img/listen.png) no-repeat 0 0;	
}

#header #listen strong {
	display: none;
}


/**
 * ## MAIN CONTENT
 */

.box div {
	padding: 2em;
	background: #000;
}


/**
 * ## EINDBAAS
 */

#main #eindbaas {
	position: absolute;
	width: 29.25em;
	top: 20em;
	left: 26em;
	text-align: center;
}

#main #eindbaas #eindbaas_flash {
	width: 29.25em;
	height: 11em;
}

#main #eindbaas .box {
	margin-top: 2em;
	padding-bottom: 23px;
	background: transparent url(../_img/arrow_big_down.png) no-repeat 50% 100%;	
}

#main #eindbaas .box a {
	padding: 1em 1em 0.6em 1em;
	background: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}

/**
 * ## INTRO
 */

#main #intro {
	float: left;
	width: 44em;
	padding-bottom: 30px;
	background: transparent url(../_img/arrow_big_down.png) no-repeat 100% 100%;
}


/**
 * ## EVENT
 */

#main #event_box  {
	float: right;
	clear: right;
	padding-bottom: 40px;
	background: transparent url(../_img/arrow_big_down.png) no-repeat -60px 100%;
}

#main #event_box a {
	display: block;
	width: 28em;
	padding: 2em;
	background: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#main #event_box a span {
	font-size: 1.3em;
	color: #76c79e;
	line-height: 1.4em;
}

#main #event_box a span.venue {
	color: #fff;
	font-size: 1.0em;
}

#main #event_box a span.city {
	color: #f6ed55;
	font-size: 1.0em;
}

#main #event_box a span.lineup {
	color: #e17237;
	font-size: 1.6em;
}

#main #event_box a span.lineup span {
	color: #fff;
	font-size: 0.9em;
}

#main #event_box a span.lineup sup {
	color: #fff;
	font-size: 0.4em;
}

#main #event_box a strong {
	color: #b7308e;
}

#main #event_box a:hover strong, #main #upcoming_event a:hover span  {
	color: #fff;
}


#main #event_box a:hover span.lineup  {
	color: #43b4d4;
}



/**
 * ## MAILPRESS
 */

#main #subscribe {
	float: right;
	clear: right;
	margin-top: -2em;
	width: 19em;
	padding-left: 30px;
	background: transparent url(../_img/arrow_big_left.png) no-repeat 0 50%;
}

#main #subscribe div {
	padding-bottom: 1.2em;
}

#MailPress {
	padding-top: 0 !important;
	color: #43b4d4;
	display: block;
}

#MailPress div {
	padding: 0 !important;
	zoom: 1;
}

#MailPress #mp-container, #MailPress #mp-formdiv {
	position:relative;
} 

#MailPress #mp-loading, #MailPress #mp-message  {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
} 

#MailPress input {
	width: 14em;
}


#MailPress #mp_submit {
	border: 0;
	color: #fff;
	font-size: 10px;
	width: 10em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	padding: 2px 4px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	margin-right: 2px;
	background-color: #b5338e;
}

/**
 * ## FACEBOOK
 */

#main #facebook {
	float: right;
	clear: right;
	margin-top: 2em;
	width: 22em;
	padding-left: 20px;
	background: transparent url(../_img/arrow_big_left.png) no-repeat 0 50%;
}

#main #facebook div {
	padding: 10px;
	margin: 0;
}

/**
 * ## TWITTER
 */

#main #twitter {
	position: relative;
	float: left;
	clear: left;
	width: 20em;
	padding-right: 30px;
	background: transparent url(../_img/arrow_big_right.png) no-repeat 100% 80%;
}

#main #twitter .time {
	display: block;
	margin-bottom: 0.4em;
}

#main #twitter .time a {
	color: #626262;
	font-size: 0.9em;
	font-weight: bold;
}

#main #twitter .time a:hover {
	background: #fff;
	color: #000 !important;
}

#main a.twitter {
	border-top: 1px dotted #212121; 
	height: 2em;
	line-height: 21px;
	color: #43b4d4;
	display: block;
	font-weight: bold;
	padding: 1em 1em 1em 3.2em;
	background: #000 url(../_img/icon_twitter.gif) no-repeat 1em 50%;
}

/**
 * ## EVENT PAGE
 */

.description {
	margin-top: 1em;
	padding: 2em;
	background: #000;
	font-size: 1em;
}

#upcoming .description {
  padding-right: 12em;
  margin-right: 24em;
}

#upcoming .description h3, #page .description h3 {
	margin: 1.8em 0 0.4em 0;
	color: #fff !important;
	float: left;
}

#upcoming .description p.tracks {
	float: left;
	margin-left: 10px !important;
	margin-top: 1.2em !important;
}

#upcoming .description p.tracks a {
	color: #e17237;
}

#upcoming .description p.tracks a:hover {
	background: #e17237 !important;
}

#upcoming .description p {
	clear: both;
}

#upcoming .description p.tracks {
	clear: none !important;
}

#upcoming img.flyer {
	position: absolute;
	top: 0;
	right: -2em;
}

#mailinglist {
	margin-top: 1em;
	width: 24em;
	padding-left: 43px;
	background: transparent url(../_img/box_left.png) no-repeat 0 100%;
}

/**
 * ## CONTENT ELEMENTS
 */

.content h2 {
	font-size: 1em;
	margin-bottom: 0.2em;
	color: #f6ed55;
	text-transform: uppercase;
}

.content h3 {
	font-size: 0.8em;
	margin: 1em 0 0 0;
	color: #e17237;
	text-transform: uppercase;
}

.content strong.date {
	color: #626262;
}

.content ul {
	list-style:square outside;
}

.content ol {
	list-style:decimal outside;
}

.content table {
	border-collapse:collapse;
}

.content hr,.content ul,.content ol,.content dl,.content pre, .content address,.content table,.content form {
	margin-bottom:1.2em;
}

.content p+p {
	margin-top: 1.2em;
}

.content fieldset {
	margin:1.6em 0;
	padding:1.6em;
}

.content legend {
	padding-left:.8em;
	padding-right:.8em;
}

.content textarea,.content input[type='text'] {
	padding:.1em .2em;
}

.content input {
	padding:.2em .1em;
}

.content select {
	padding:.2em .1em 0;
}

.content select[multiple] {
	margin-bottom:.8em;
}

.content option {
	padding:0 .4em .1em;
}

.content button {
	padding:.3em .5em;
}

.content input[type='radio'] {
	position:relative;
	bottom:-.2em;
}

.content dt {
	margin-top:.8em;
	margin-bottom:.4em;
}

.content ul,.content ol {
	margin-left:2.2em;
}

.content ul ul,content ol ul,#main ul ol,content ol ol {
	margin-bottom:0;
}

/**
 * ## LINKS
 */
 
#links .description {
  min-height: 22em;
}
 
#links .links {
  display: block;
  width: 12em;
  float: left;
  margin-right: 2em;
}

#links .links ul {
  margin: 0 0 0 1em;
  list-style: square;
}

#links .links ul li a {
  color: #76c79e;
  padding: 2px;
  display: block;
  text-decoration: none;
}

#links .links ul li a:hover {
  background: #76c79e;
  color: #fff;
}

/**
 * ## CONTACT FORM
 */
#contactForm {
  margin: 1em 0;
}
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #b5338e; padding:0.5em; margin: 0.5 0; width: 40em; }

ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 0.6em; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	text-align: right;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 1.5em;
	width: 8em;
}
ol.forms input, ol.forms textarea {
	border: 2px solid #000;
	width: 14em;
}
ol.forms textarea { height: 10em; width: 22em; }
ol.forms input:focus, ol.forms textarea:focus { border-color: #b5338e; }
.error { color: #e17237; }
ol.forms li .error { margin-left: 1.5em; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	left: 32em;
	top: 0;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.submit {padding-left: 9.5em;}
ol.forms li.submit #contactSubmit {
	border: 0;
	text-align: left;
	color: #fff;
	font-size: 10px;
	width: 10em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 4px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #b5338e;
}

ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }
