@charset "UTF-8";
/* CSS Document */

@font-face
{
  font-family: "HalisR_Black";
  src: url("fonts/HalisR-Black-webfont.eot");
  src: local("☺"),
    url("fonts/HalisR-Black-webfont.woff") format("woff"),
    url("fonts/HalisR-Black-webfont.otf") format("opentype"),
    url("fonts/HalisR-Black-webfont.svg#HalisR-Black-webfont") format("svg");
}

@font-face
{
  font-family: "HalisR_Bold";
  src: url("fonts/HalisR-Bold-webfont.eot");
  src: local("☺"),
    url("fonts/HalisR-Bold-webfont.woff") format("woff"),
    url("fonts/HalisR-Bold-webfont.otf") format("opentype"),
    url("fonts/HalisR-Bold-webfont.svg#HalisR-Bold-webfont") format("svg");
}

@font-face
{
  font-family: "HalisR_Regular";
  src: url("fonts/HalisR-Regular-webfont.eot");
  src: local("☺"),
    url("fonts/HalisR-Regular-webfont.woff") format("woff"),
    url("fonts/HalisR-Regular-webfont.otf") format("opentype"),
    url("fonts/HalisR-Regular-webfont.svg#HalisR-Regular-webfont") format("svg");
}

@font-face
{
  font-family: "HalisR_Light";
  src: url("fonts/HalisR-Light-webfont.eot");
  src: local("☺"),
    url("fonts/HalisR-Light-webfont.woff") format("woff"),
    url("fonts/HalisR-Light-webfont.otf") format("opentype"),
    url("fonts/HalisR-Light-webfont.svg#HalisR-Light-webfont") format("svg");
}

body
{
	margin: 0;
	background: url("images/trainvid_lastframe.png") no-repeat center center;
	background-size: cover;
	font-family: HalisR_Regular, Arial, sans-serif;
	font-size: 12pt;
}

#main_wrapper
{
	background-color: #ffffff;	
}

#splash_headline
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: auto;
	font-family: HalisR_Bold, Arial, sans-serif;
	font-size: 72pt;
	text-align: center;
	line-height: 70pt;
	color: #ffffff;
	opacity: .3;
	text-shadow: 0 6px 6px rgba(0,0,0,1);
}

.cd_cover
{
	border: 1px solid #000000;
}

.col-wrapper a:link, .col-wrapper a:visited, .col-wrapper a:hover, .col-wrapper a:active
{
	color: #9b2327;
}

.col-wrapper .z_para {
	background-color: #dadada;
}

.col-wrapper .z_list0 {
	margin-bottom: -16px;
	background-color: #ffffff;
}

.col-wrapper .z_list1 {
	margin-bottom: -16px;
	background-color: #dadada;
}

.col-wrapper b {
	font-family: HalisR_Bold, Arial, sans-serif;
}

.col-wrapper h1 {
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	font-family: HalisR_Regular, Arial, sans-serif;
	font-size: 14pt;
	color: #ffffff;
	background-color: #262525;
	padding: .3em;

/* TILT!
	-ms-transform: rotate(-3deg);
   -webkit-transform: rotate(-3deg);
   transform: rotate(-3deg);
*/
}

.col-wrapper h2 {
	font-family: HalisR_Bold, Arial, sans-serif;
	font-size: 12pt;	
}

.col-wrapper img {
	display: block;
	margin: 0 auto;
   height: auto;
   max-width: 100%;
}

.col-wrapper > div {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .col-wrapper {
    overflow: hidden;
  }
  .col-wrapper > div {
    float: left;
    width: 33.3333333%;
  }
  .col-wrapper2 > div {
    float: left;
    width: 100%; /* Change to 50% to display second column with image or story behind song... */
  }
}

.col-content
{
	margin: .7em;
	padding: .7em;
	background-color: #ffffff;
	color: #000000;
}

.col-feature-image
{
	margin: .7em;
	padding: .2em;
	border-style: solid;
	border-size: 1px;
	border-color: #262525;
}

#bgvid
{
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
}

#main_logo
{
	background: url("images/bb_logo3.png") no-repeat top center;
	height: 250px;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	-webkit-filter: drop-shadow(1px 1px 20px #3e3e3e);
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
	opacity: .8;
	margin-top: .3em;
	height: 40px;
	width: 100%;
	background: #2a4242;
	font-family: HalisR_Black, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 550px; /* Adjust these values when adding or deleting menu items */
	height: 40px;
}
nav li {
	display: inline;
    float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 110px; /* Adjust these values when adding or deleting menu items */
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 3px 3px 0px #000000;
}
nav li a {
	border-right: 1px solid #7dc3c3;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #609892;
}
nav a#pull {
	display: none;
}

.button {
	margin-bottom: 6px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% HalisR_Black, Arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

#footer
{
	margin: 1px;
	padding: 1px;
	margin-top: -1px;
	color: #ffffff;
	background: #2a4242;
	opacity: .8;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color: #ffffff;
	text-shadow: 3px 3px 0px #000000;
	text-decoration: none;
}

/*Styles for screen 800px (was 600px) and lower*/
@media screen and (max-width: 800px) {
	#footer
	{
		font-size: 10px;	
	}
	
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-right: 1px solid #7dc3c3;
		border-bottom: 1px solid #7dc3c3;
	}
	nav li:last-child a {
		border-right: 1px solid #7dc3c3;;
		border-bottom: 1px solid #7dc3c3;;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #2a4242;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #7dc3c3;
	}
}

.cms
{
	margin: 0 auto;
	color: #ffffff;
	background-color: #2a4242;	
}

.cancelled
{
	color: #9b2327;
}