/* CSS Resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{border:0;margin:0;padding:0}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object
{display:block}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

body {
	font-family: sans-serif;
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background: #000;
	color: #fff;
	text-align: center;
	position: relative;
	height:100%;
}

#container {
	/*background-color: #a15837;*/
	margin: 0px;      
	padding: 0px;
	width: 400px;
	min-height:100%;
	position:relative;
}

#header {
   padding: 20px 0 0 20px;
   padding-bottom: 60px;
   text-align: left;
   display: none;
}

#footer {
	position: absolute;
	bottom: 230px;
	width: 100%;
	height: 200px;
  	/*background-color: #a15837;*/
  	/*margin-left: 100px;*/  	
}
#footer h1 {   
  	color: #FFF;
  	margin: 20px 0 40px 20px;
  	text-align: left;
  	text-transform: uppercase;
  	/*border-bottom: 2px solid #FFF;*/
  	width: 360px;
}
#mf {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;	
	border-top: 2px solid #FFF;
	width: 360px;
	padding: 20px 0 0 0;
	margin: 0 0 0 20px;
	text-align: left;
}

    pre.prettyprint {
      background:rgba(0,0,0,.3);
    }

    #bgimgwrapper {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      overflow: hidden;
    }

    #bgimg { display: block; -ms-interpolation-mode: bicubic; }
    
    
.concertList {


}
.concertList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}
.concertList li {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform:uppercase;
}
.concertList li a:link, .concertList li a:visited { 
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.concertList li a:hover {
	border-bottom: 1px dotted #db3d5e;	
}

/* popup */

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}
#boxes .window {
	position: absolute;
	left: 0;
    top: 0;
    width: 422px;
    height: 620px;
    display: none;
    z-index: 9999;
    padding: 20px;
}
#boxes #dialog {
	width: 422px;
    height: 620px;
    padding: 10px;
    background-color: #ffffff;
}        
#boxes #dialog h1 {
	font-size: 16px;
	font-weight: bold;
}
#boxes #dialog p {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#mf, #mf * {
    color: white !important;
    text-decoration: none;
    line-height: 19px;    
}


.social {
    position: absolute;
    top: 80px;
    right: 0px;
}