* {
	/*
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	*/
	}
html,
body {
    margin: 0;
    padding: 0;
    color: white;
	background:black;
    /*background: url("../img/photos/photo04.jpg");*/
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 12px;
	}
h1,h2,h3,h4,h5,h6 {
	margin:0px 0px 20px 0px;
	}
h1 {
	font-size:2em;
	}
h2 {
	font-size:1.2em;
	}
#page {
	min-width:980px;
	}

a {			text-decoration:none;	color:white;		border-bottom:1px solid #000;	cursor:pointer;}
a:active {	text-decoration:none;	color:white;	border-bottom:none;	cursor:pointer;}
a:hover {	text-decoration:none;	color:white;	border-bottom:none;	cursor:pointer;}

#contact a, #contact a:hover, #contact a:active {
	color:black;
	}
#album {
	position:fixed;
	z-index:999;
	top: 30px;
	right:40px;
	text-align:right;
	}
#newsletter {
	position:fixed;
	z-index:999;
	top: 320px;
	right:40px;
	text-align:right;
	}
#photos {
	display:none;
	position:absolute;
	z-index:999;
	top:160px;
	left:0px;/*
	height:220px;*/
	padding:0px 40px 0px 40px;
	/*background:rgba(0,0,0,0.3);*/
	width:100%;
	}
#photos img {
	float:left;
	margin:10px 20px 10px 0;
	}
#videos {
	display:none;
	position:absolute;
	z-index:999;
	top:160px;
	left:0px;
/*
	height:220px;*/
	padding:0px 40px 0px 40px;
	/*background:rgba(0,0,0,0.3);*/
	width:100%;
	}
#videos img {
	float:left;
	margin:20px 20px 0 0;
	}
#social-icons {
	position:absolute;
	top:105px;
	left:452px; /*t 115 l 380 for nav line*/
	z-index:999;
	}
#social-icons a,#social-icons a:hover,#social-icons a:active  {
	border-bottom:none;
	}
#logo {
	text-transform:uppercase;
	white-space:nowrap;
	font-family: 'texgyreadventorregular';
	position:absolute;
	left:35px;
	top:10px;
	margin:0px 0px 0px 0px ;
	padding:0px 0 0px 0px;
	font-size:5em;
	color:#fff;
	text-shadow: 1px 1px #000;
	z-index:999;
	}
p {
	font-size: 1.3em;
	line-height:1.5em;
	margin:0px 0px 20px 0px;
	}
.symbol {
	position:relative;
	font: 1.3em 'HeydingsCommonIconsRegular', Arial, sans-serif;
	padding:-10px 0 0 0;
	top:1px;
	}
#nav {
	white-space: nowrap;
	position:absolute;
	left:40px;
	line-height:1.3em;
	font-size:1.3em;
	top:110px;
	z-index:999;
	text-transform:uppercase;
	text-shadow: 1px 1px #000;
	}
#nav a {
	border-bottom:none;
	}
.clr {
	clear:both;
	}

.hidden {
	display:none;
	}
	
#content{ }
	
/* mbytplayer */
.movie{
    display:none;
    }
.dida{
	position:fixed;
	bottom:0;
	font: 12px/14px Arial, sans-serif;
	color:white;
	padding:10px;
	}
#player-controls {
	position:fixed;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	bottom:30px;	
	left:40px;
	z-index:999;
	font-size:1.3em;
	text-shadow: 1px 1px #000;
	}
#player-controls button {
	text-transform:uppercase;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 1em;
		text-shadow: 1px 1px #000;
	}
button{
    /*display:block;*/
    background:transparent;
    border:none;
    color:white;
    cursor:pointer;
    }
button.command{
    display:inline-block;
	font-size:0.8em;
    }
button:hover, button.sel{
    color: red;
    }
/* mbytplayer */

/* FANCYBOX */
.fancybox-close {
	border-bottom:none;
	}
/* FANCYBOX */

/* bandsintown */
.bit-rsvp label a {
	border-bottom:none;
	}
	/*
.bit-header-links a {
	color:black;
	}*/
/* bandsintown */