/*
	STYLESHEET OF STILLMAN
*/
html, body { min-height: 100%; }


body{
	font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	
	color: #000;
}

#body{
	margin-left: auto;
	margin-right: auto;
}

.button{
	text-align: right;
	margin: 5px;
}

.button a{
	font-size: 11px;
	padding: 5px;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	border-radius: 2px;
}

.nmt *{
	color: #fff!important;
}
.nmt input{
	color: #000!important;
}
.nmt .presentation{
	background: transparent!important;
	background-color: transparent!important;
}

.nmt-menu{
	margin-top: 25px;
	margin-bottom: 10px;
}

#mc_signup_form{
	background-color: transparent!important;
}

.body_adjust{
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

#video_body{
	margin-left: auto;
	margin-right: auto;
	
	height: 100%;
	
	position: relative;
	
	z-index: 3;
	
}

.background_image{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	overflow: hidden;
	
	height: 100%;
	max-width: 100%;
	width: 100%;
	
	background-color: #000;
	text-align:center;	
	
	
	border: 0 solid rgb(255, 255, 255);
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.298039) -6px 2px 10px;
	
	
}

.background_image img{
	/*-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	filter: grayscale(40%);	*/
}

#YTplayer{
	margin: auto;
	width: 640px;
	height: 390px;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	position: absolute;
	margin-top: -195px;
}


#player {

}
 
#player iframe,
#player object,
#player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video_shade{
	height: 135px;
	width: 100%;
	
	position: absolute;
	bottom: 0;
	left: 0;
	
	background-image: url('../img/shade.png');
	background-repeat: repeat-x;
}

img{
   border: 0;
}

a{
color: #333;
text-decoration:  none;
}

.col_1of3, .col_2of3{
	display: inline-block;
	vertical-align: top;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#header{
	position: relative;
}

h1{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	
	margin:0;
	padding:0 0 15px 0;
}

.dreams_of_music{
	font-size: 350%;
	padding: 0;
	margin: 0;
}

.homeHeader{
	margin-top: 35px;
	font-size: 230%;
}

body.home .col_2of3 .shows{
	margin-bottom: 15px;
}


h1 a{
	color: #fff;
}

p{
	margin: 0;
	padding: 0;
}

#header ul, #scroll_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:  right;
	
}

#header li, #scroll_menu li{
	float: left;
}

#header .videos a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 32px;
	background-image: url('../img/icon_cam.png');
	background-repeat: no-repeat;
}

#header .live a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 21px;
	background-image: url('../img/icon_agenda.png');
	background-repeat: no-repeat;
}

#header.dark .videos a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 32px;
	background-image: url('../img/icon_cam_white.png');
	background-repeat: no-repeat;
	color: #fff;
}

#header.dark .live a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 21px;
	background-image: url('../img/icon_agenda_white.png');
	background-repeat: no-repeat;
	color: #fff;
}

.videos.current-menu-item{
	background-color: #c28695;
	background-image: url('../img/bg_video.png');
}
#header .videos.current-menu-item a{
	background-image: url('../img/icon_cam_white.png');
	color: #fff;
}



.live.current-menu-item{
	background-color: #536a90;
	background-image: url('../img/bg_agenda.png');
}
#header .live.current-menu-item a{
	background-image: url('../img/icon_agenda_white.png');
	color: #fff;
}


#scroll_menu{
	position: fixed;
	top: -45px;
	z-index: 999;
	width: 100%;

	background-color: #000;
	padding: 3px 0;

	color: #fff;

	border-bottom: #fff solid 2px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

}

#scroll_menu .videos a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 32px;
	background-image: url('../img/icon_cam_white.png');
	background-repeat: no-repeat;
	color: #fff;
}

#scroll_menu .live a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 21px;
	background-image: url('../img/icon_agenda_white.png');
	background-repeat: no-repeat;
	color: #fff;
}



#head_menu{
	width: 100%;
	background-color: #000;
	padding: 3px 0;

	color: #999;
	height: 18px;

	border-bottom: #fff solid 2px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

}



.logo{
	
}


.social_head{
	position: absolute;
	width: 100px;	
}

.dark .social_head{
	opacity: 0.5;
}

#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.9);

	height: 100%;

	z-index: 999;

}

#overlay a{
	color: #fff;
}
.close_video{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
}

.close{

}


.video_meta{
	position: absolute;
	left: 0;
	
	color: #fff;
	
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: lighter;
		
}
.video_meta a{
	color: #fff;
}

.video_meta .line{
	height: 2px;
	width: 100%;	
	
}

.video_title{
	font-size: 250%;
}

.play{
	position: absolute;
	top: 45%;
	left: 50%;
	
	opacity: 0.8;
}

.play_button{
	display: none;	
}

.scrolldown{
	position: absolute;
	right: 0;
	bottom: -10px;	
}

.pass .background_image{
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

	  /* IE 5-7 */
	  filter: alpha(opacity=60);

	  /* Netscape */
	  -moz-opacity: 0.6;

	  /* Safari 1.x */
	  -khtml-opacity: 0.6;

	  /* Good browsers */
	  opacity: 0.6;

}

.protected{
	position: absolute;
	top: 25%;
	left: 50%;

	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;

	background-color: #fff;

	border-radius: 3px;
	border: 3px #e2e2e2 solid;

	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.navigation{
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 999;
}
.navigation img{
	width: auto!important;
	height: auto!important;
}

.navigation .alignright{
	margin-right: 45px;
}
.navigation .alignleft{
	margin-left: 15px;
}

.protected h1{
	padding-bottom: 3px;
}

.presentation{
	background-color: #fff;
	line-height: 150%; 	
}

.presentation_content a{
	text-decoration: underline!important;
}

.social_video{
	margin-top: 20px;
}

.presentation .presentation_head h1{
	padding: 0;
	font-size: 350%;
	line-height: normal; 
	
	text-transform: uppercase;
}

.menu{
	text-transform: uppercase;
	font-weight:  lighter;
	font-weight:  light;
	font-weight:  200;
}

.band_item{
	display: inline-block;
	position: relative;
}

.band_item_img{
	position: absolute;
	overflow: hidden;
}

.band_item_text{
	position: absolute;
}

.band_item_text a{
	color: #000;
}

.band_item_text h1{
	
	
}

.band_item_meta{
	
}


.newsfeed_item{
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.newsfeed_img{
	overflow: hidden;
}

.newsfeed_img img{
	width: 100%;
	height: auto;
}


.event_item{
	display: inline-block;
	position: relative;
	vertical-align: top;
}



.event_item_img{
	overflow: hidden;
}

.event_item_img img{
	/*display: none;*/
}

.event_item_text{
}

.event_item_text h1{
	
}

.event_item_meta{
	
}

.event_item_meta a{
}

.event_detail_header, .event_detail_small-pic{
	position: relative;
	width: 100%;
	overflow:  hidden;
}


.event_detail_header img.adjust, .event_detail_small-pic img.adjust{
	position: absolute;
	width: 100%;
}

.date_sep{
	background-color: #000;
	padding: 8px 0;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 15px;

	font-size: 10px;
}






/* Featuerd shows */
.featured_event{
	background-color: #000;
	color: #fff;
	position: relative;
	overflow: hidden;

}

.featured_event ul{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
}
.featured_event ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 100%;
}

.featured_event .video{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.featured_event .image{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.featured_event .image img{
	width: 100%;
}


.featured_event .text{
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 100%;
	
	background-image: url('../img/shade.png');
	background-repeat: repeat-x;
}

.featured_event .text .caption{
	position: absolute;

	width: 100%;
}

.featured_event .text .caption a{
	color: #fff;
}


/* Featured videos */


.featured_video_home{
	padding: 10px;
	background-color: #000;
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}

.featured_video{
	background-color: #000;
	color: #fff;
	position: relative;


	overflow: hidden;
}

.featured_video .video{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.featured_video .image{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}


.featured_video .text{
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 100%;
	
	background-image: url('../img/shade.png');
	background-repeat: repeat-x;
}

.featured_video .text .caption{
	position: absolute;

	width: 100%;
}

.video_item_text{
	text-align: left;
}
.video_item{
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.video_item h1{
	display: inline;
}

.video_item .video_item_meta{
	white-space: nowrap;
	display: inline;	
}

ul#videos{
}

.videos_style{
	margin: 0;
	padding: 0;	
}


.sort{
	background-color: #000;
	color: #fff;
}

.sort a{
	color: #fff;	
}

.sort h1{
	padding: 0;
	padding-bottom: 4px;	
}

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

.sort li{
	position: relative;	
}

.sort li.selected:before{
	position: absolute;
	content: "";
	
	background-image: url(../img/sort_arrow.png);
	background-repeat:no-repeat;
	
	background-size: 100% auto;
}

.featured_img, .featured_img_vid{
	position: absolute;
}

.stillget{
	margin-top: 35px;
	text-align: center;
}

.stillget .friends{
	text-align: center;
}

.stillget h1{
	padding: 0;
	text-align: center;
}

.stillget .content{
	text-align: center;
	margin-top: 5px;	
}


.social_icon{
	width: 20px;
}

.small{
	font-size: 65%;
	text-transform:uppercase;	
}

.clear{
	clear: both;
}

#footer{
	background-color: #000;
	color: #fff;
	height: 60px;
	padding: 35px 0 35px 0;
	
	position: relative;
}

.social_foot{
	/*position: absolute;*/
	width: 100px;	
	margin-bottom: 15px;
	
	opacity: 0.5;
}


.full_width{
	width: 100%;
}

#footer a{
	color: #fff;	
}

#head_menu a{
	color: #999;	
}

#head_menu a:hover{
	color: #fff;	
}

#head_menu .payoff{
	float: left;
	color: #d8d8d8;
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 15px;
	padding-top: 3px;
}

#head_menu ul{
	float: left;
}

#head_menu ul.foot-menu, #footer ul.foot-menu, .nmt-menu ul.foot-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

#head_menu ul.foot-menu li, #footer ul.foot-menu li, .nmt-menu ul.foot-menu li{
	float: left;
	padding: 0 15px 0 15px;
	border-left: 1px solid #fff!important;
	text-transform: uppercase;
}

#footer ul.foot-menu li:first-child, .nmt-menu ul.foot-menu li:first-child{
	border: 0!important;
	padding-left: 0!important;
}

#head_menu ul.foot-menu{
	margin-top: 2px;
	font-size: 12px;
}

#head_menu ul.foot-menu li{
	float: left;
	border-left: 1px solid #999!important;
}

table{
	width: 100%;
}

tr{
}
td{
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;

	font-size: 100%;

	vertical-align: middle;
}

td h1{
	padding: 0;
	margin: 0;

	font-size: 120%;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}



/* WP image settings */
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}