html /* body, #wrappe */ {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0px;
   border: 0;
}


body {
    border: none;
    margin: 0;
    padding: 15px 0 15px 0 !important;
    background: #000;
    /* color: #433a66; */
    font: normal 16px/20px;
    font-family: "aaux-next", sans-serif, arial;
    font-weight: 600; /* 400 is Regular, 600 is semibold */
}

@media (min-width: 550px) {
	body {
    border: none;
    margin: 0;
    padding: 15px;
    background: #000;
    /* color: #433a66; */
    font: normal 16px/20px;
    font-family: "aaux-next", sans-serif, arial;
    font-weight: 600; /* 400 is Regular, 600 is semibold */
}	
	}
	
	
#wrapper td {
   vertical-align: center;
   text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0 !important;
  -webkit-margin-before: 0 !important;
  padding-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}

h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.25; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}    

a:link { text-decoration: none; color: #999999; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #999999; }

a.menu:link { text-decoration: none; color: #ffffff; text-transform: uppercase; font-family:"ff-tisa-web-pro", serif; }
a.menu:visited { text-decoration: none; color: #ffffff; }
a.menu:hover { text-decoration: none; color: #666666; }
a.menu:active { text-decoration: none; color: #ffffff; }

ul, ol {
	list-style: none;
	margin: 0 !important;
	padding-left: 0;
	-webkit-margin-before: 0 !important;
}


/* YTPlayer */

.player {
    display: inline-block;
    vertical-align: top;
    position: relative;
	width: 500px;
	height: 350px;
	margin-top: 100px;
	left: 0;
	overflow: hidden;
	border-radius: 4px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}


/* Wintersleep Name Graphic */

#wintersleep-name-wrapper {
	margin: 0 auto;
	text-align: center;
	position: fixed:
	width: intrinsic;
	z-index: 1;	
}

#wintersleep-name {
	z-index:1;	
}

#wintersleep-name img {
	max-width:90%;
	margin-top:40px;
	margin-bottom: 40px;
	z-index:1;		
}


/* Menu - Styling of the main links on index page */

.menu {
	font-weight: 700;
	font-size: 1.6em;
}


/* Shows */

#mobile-shows-wrapper {
	position: relative;
	width: intrinsic;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}

#shows-wrapper {
	display: none;
}

/* Social */

#mobile-social-wrapper {
	position: relative;
	text-align: center;
	z-index: 2;
}

#social-wrapper {
	display: none;
}

#social {
	display: inline-block;
}

.social-list {	
}

.social-link {
	display: inline-block;
	padding: 0 10px;
}

.social-link img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */   
}

.social-link img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/* Store */

#mobile-store-wrapper {
	position: relative;
	width: intrinsic;
	text-align: center;
	z-index: 3;	
	margin:0 auto;
}

#store-wrapper {
	display: none;
}


/* Albums */

#mobile-albums-wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: intrinsic;
	z-index: 3;	
}

#albums-wrapper {
	display: none;
}

 #mobile-videos-wrapper {
	display: block;
	position: relative;
	width: intrinsic;
	margin: 0 auto;
	z-index: 3;	
	text-align: center;
}
	

/* Contacts */

#mobile-contacts-wrapper {
	position: relative;
	margin: 0 auto;
	padding-bottom:20px;
	width: intrinsic;
	text-align: center;
	z-index: 3;
}

#contacts-wrapper {
	display: none;
}

.inline-full { }
.inline-half { }
 
/* Larger than phablet */
@media (min-width: 550px) {


#mobile-wintersleep-name-wrapper {
	display: none;
}

#wintersleep-name-wrapper {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;	
}

#wintersleep-name {
	z-index:1;	
}

#wintersleep-name img {
	max-width:100%;
	margin-top:25%;
	z-index:1;		
}

.menu {
	font-weight: 700;
	font-size: 0.7em;
}

#mobile-shows-wrapper {
	display: none;
}

#shows-wrapper {
	display: block;
	position: fixed;
	top: 20px;
	left: 25px;
	width: 100px;
	z-index:3;	
}

#mobile-social-wrapper {
	display: none;
}

#social-wrapper {
	display: block;
	top: 40px;
	right:0;
	left:0;
	text-align: center;
	z-index:2;
}

#social {
	display: inline-block;
}

.social-list {	
}

.social-link {
	display: inline-block;
	padding: 0 10px;
}

.social-link img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */   
}

.social-link img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}	

#mobile-store-wrapper {
	display: none;
}
	
#store-wrapper {
	display: block;
	position: fixed;
	top: 20px;
	right: 25px;
	width: 100px;
	text-align: right;
	z-index:3;	
}

#store {
}

/* Albums */

#mobile-albums-wrapper {
	display: none;
}

#albums-wrapper {
	display: block;
	position: fixed;
	bottom: 5px;
	left: 25px;
	width: 100px;
	z-index:3;	
}

#albums {
	text-align: left !important;
}

/* Videos */

#mobile-videos-wrapper {
	display: none;
}
	

/* Contacts */

#mobile-contacts-wrapper {
	display: none;
}

#contacts-wrapper {
	display: block !important;
	position: fixed;
	bottom: 10px;
	right:0;
	left:0;
	text-align: center;
	z-index:3;
}

#contacts {
	width:63px;
	display: inline-block;
	font-size:0.7em;
}

#mobile-wintersleep-name-wrapper {
	display: none;
}

#videos-wrapper {
	display: block;
	position: fixed;
	bottom: 5px;
	right: 25px;
	width: 100px;
	text-align: right;
	z-index:3;	
}

.content-column-left {
	display: inline-block !important;
	width: 47% !important;
	vertical-align:top;
	padding-right:2%;
	text-align: left !important;
}
	
.content-column-left-albums {
	display: inline-block !important;
	width: 47% !important;
	vertical-align:top;
	padding-right:2%;
	text-align: center !important;
	}
	
.content-column-left-albums img {
	max-width: 100%;
	display: inline-block !important;
	text-align: center !important;	
	padding-right: 2% !important;
	}
	
.content-column-right {
	display: inline-block !important;
	width: 47% !important;
	vertical-align:top !important;
	text-align: left !important;
}
	
.content-column-full {
	display: block;
	width: 100%;
	height:75px;
}

#cboxClose { position:absolute; bottom:20px !important; right:0; display:block; color:#444; font-size: 0.75em !important;  width:100% !important ;}
	
#inline-content-videos-mobile { margin-bottom: 0px !important; }
#inline-content-shows { margin-bottom: 0px !important; }
#inline-content-albums { margin-bottom: 0px !important; }
#inline-content-contacts { margin-bottom: 0px !important; }
	
} /* End Min-550px Media Query */


#cboxClose { position:absolute ; bottom:75px; right:5px; color:#444; font-size:1.5em; width:100% !important ; }

#inline-content-videos-mobile { margin-bottom: 100px; }
#inline-content-shows { margin-bottom: 100px; }
#inline-content-albums { margin-bottom: 100px; }




/* Hidden Inline Content Contacts */

#inline-content-contacts {
	padding: 10px;
	background: #fff;
	line-height: 1.3em;
	font-size:0.85em;
	color: #433a66;
	margin-bottom:75px;
}

.contacts-position {
	text-transform: uppercase;
}


/* Videos */

.videos-list {
	font-size: 1.25em;
	text-align: center;
}

#cboxOverlay {
	opacity: 0.2 !important;
	cursor: pointer;
	visibility: visible;
}


/* Inline Content - Colorbox Popup Styling (Shows, Albums, Contacts, Videos) */

.content-column-left {
		display: inline-block;
		width: 100%;
		vertical-align:top;
		padding-right:0;
		
}
	.content-column-left-albums {
		display: inline-block;
		width: 100%;
		vertical-align:top;
		padding-right:0%;
		
	}
	.content-column-left-albums img {
		max-width: 100%;
		display:block;
	}	
	.content-column-left-contacts {
		display: block;
		width: 100%;
		vertical-align:top;
		padding-right:2%;
		
	}
	.content-column-left-contacts img {
		max-width: 100%;
		display:block;
		
	}
	.content-column-right {
		display: block;
		width: 100%;
		vertical-align:top;
	}
	.content-column-full {
		display: block;
		width: 100%;
		height:100px;
	}
	
	.content-column-full-general {
		display: block;
		width: 100%;
		height:1px;
	}


.page-title {
	font-size: 3em;
	padding: 15px 0 30px 0;
	text-transform: uppercase;
	text-align: center;
}

.music-title {
	margin-bottom:15px;
}

.music-year-label {
	color:#b7b7b7; /* grey */
	font-size:0.9em;
	padding-bottom:15px;
}

.music-track-number {
	color:#b7b7b7;
	font-size:0.9em;
	padding-right:15px;
}

.music-buy {
	padding:20px 0 20px 0;
	font-family:"ff-tisa-web-pro",sans-serif;
	}
	
a.music-buy:link {
	text-decoration: none;
	font-size:0.6em;
	text-transform: uppercase;
	font-family:"ff-tisa-web-pro", serif;
}

.music-buy-divider {
}
.music-buy-buttons {
}
.meta-tag-video {
	font-size:0.8em;
	display: none;
}	

#jandm {
	font-size: 0.3em;
}


/* For devices larger than 550px */

@media (min-width: 550px) {

#social-wrapper {
	position: fixed;
	top: 20px;
	width: 100%;
	z-index:2;
}

.meta-tag-video {
	font-size:0.8em;
	display: inline-block;
}	

/* Menu - Styling of the main links on index page */

.menu {
	font-weight: 700;
	font-size: 1em;
}


} /* End Media Query min-width: 550px */

.videothumb { display: block; margin: 0 auto; text-align: center; padding-top: 50px; padding-bottom: 15px; }

.volume { height: 33px; }
#ivolume { cursor: pointer; }
