@charset "utf-8";
/* Outer Wrapper
================================================== */
#outer-wrapper {
	width:100%;
	background:url(../images/bg.jpg) repeat;
}
.inner {
	width:980px;
	margin:0px auto;
	background:url(../images/body-bg.jpg);
}
.shadow {
	box-shadow:0px 5px 12px #666;
}
/* Header
================================================== */
#header {
	width:100%;
	height: 151px;
	float:left;
	position:relative;
	z-index:2;
	padding-bottom:5px;
	background-image:url(../images/toast-logo.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}
// Facebook Like Box Responsiveness
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
}

.nomarg {
	margin:0px !important;
}
.nopad-bot {
	padding-bottom:0px !important;
}
.topbar {
	width:100%;
	height:6px;
	display:block;
	background:url(../images/bg.jpg);
}
img {
   max-width: 100%;
   height: auto;
}

/* Logo
================================================== */
.logo {
	float:left;
	margin:16px 0px 0px 0px;
}
/* Top links
================================================== */
.top-links {
	float:right;
	position:relative;
	margin:6px 0px 0px 0px;
}
.top-links li{
	float:left;
	padding:0px 20px;
	background:url(../images/sep1.png) no-repeat right 4px;
}
.top-links li:last-child{
	background:none;
	padding-right:0px;
}
.top-links li a{
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	color:#b3b3b;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
}
/* Search Box
================================================== */
#search-box {
	width:211px;
	height:34px;
	display:none;
	padding:16px 0px 0px 14px;
	position:absolute;
	z-index:9000;
	top:18px;
	right:-18px;
	background:url(../images/search-bg.png);
}
#search-box input.bar{
	float:left;
	width:145px;
	height:25px;
	border:none;
	padding:0px;
	font-size:11px;
	background:transparent;
	box-shadow:none;
}
#search-box button{
	box-shadow:none;
	border:none;
	height:25px;
	padding:0px 10px;
	font-size:11px;
	color:#181818 !important;
	text-shadow:none;
}
/* Navigation
================================================== */
.navigation {
	float:right;
	padding:25px 0px 0px 0px;
}
.ddsmoothmenu{
	float:right;
}
.ddsmoothmenu ul{
	z-index:999;
	margin:0;
	list-style-type:none;
	float:left;
}
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
	padding-right:6px;
	padding:16px 0px 0px 18px;
}
.ddsmoothmenu>ul>li:first-child{
	padding-left:0px;
}
.ddsmoothmenu ul li a{
	display:block;
	padding:0px 0px 3px 0px;
	color:#b3b3b3;
	text-decoration:none;
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	border-bottom:transparent solid 2px;
	text-shadow:1px 1px #000;
}
* html .ddsmoothmenu ul li a{
	display:inline-block;
}
.ddsmoothmenu ul li a.selected {
		
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:#b3b3b3;
}
.ddsmoothmenu ul li ul{
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	margin:0px 0px 0px 12px;
	padding:0px 0px 5px 0px;
	background:#262626;
	border:#2f2f2f solid 1px;
	width:200px;
}
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:left;
	padding:0px 5px;
	margin:0px;
}
.ddsmoothmenu ul li ul li:first-child{
	padding-top:5px;
}
.ddsmoothmenu ul li ul li.last{
	padding-bottom:5px;
}
.ddsmoothmenu ul li ul li ul{
	top:0;
	margin:0px 0px 0px -15px;
	width:191px !important;
	background:#393939;
}
.ddsmoothmenu ul li ul li a{
	width:165px;
	height:24px;
	padding:6px 5px 0px 10px;
	margin:0;
	font-size:14px;
	border-radius:2px;
	border:none;
}
.ddsmoothmenu ul li ul li a.selected{
	background-image:none;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
	background:none !important;
	color:#fff;
}
.ddsmoothmenu ul li ul li ul li a{
	color:#fff !important;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	color:#fff !important;
}
* html .ddsmoothmenu{
	height: 1%;
}

/* Slider
================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 20px; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption {
    width: 85%;
    position:absolute;
    left:5%;bottom:10%;
    background:rgba(0, 0, 0,0.6);
    z-index:1;padding:10px;
 }
 .flex-caption h3 { font-size: 28px; color: #d93427; }
 .flex-caption p { font-size: 16px; color: #fff; padding-top: 5px; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/* Sub Page Banner
================================================== */
#sub-banner {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
#sub-banner a{
	float:left;
}
#sub-banner a img{
	float:left;
}
#sub-banner img {
   max-width: 100%;
   height: auto;
}
#sub-banner .sub-caption{
	float:left;
	position:absolute;
	bottom:40px;
	left:40px;
}
#sub-banner .sub-caption h1{
	color:#FFF;
	font-size:50px;
	line-height:50px;
}
#sub-banner .sub-caption h1:first-child{
	color:#FFF;
	font-size:25px;
	line-height:25px;
}
/* Second Level Navigation
================================================== */
.second-nav {
	float:left;
	height:50px;
	width:100%;
	background:#262626;
}
.second-nav ul{
	float:left;
	width:100%;
	display:table;
}
.second-nav ul li{
	display:table-cell;
	border-left:#343434 solid 1px;
}
.second-nav ul li:first-child{
	border:none;
}
.second-nav ul li a{
	width:100%;
	display:block;
	color:#b3b3b3;
	height:35px;
	font-size:16px;
	text-align:center;
	padding:15px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.second-nav ul li a.active,
.second-nav ul li a:hover{
	color:#222222;
}
/* Small Banners
================================================== */
.small-banners {
	float:left;
	position:relative;
	overflow:hidden;
	
}
.small-banners a.thumb img{
	float:left;
	border:#2c2416 solid 1px;
}
.small-banners h1.title{
	float:left;
	position:absolute;
	top:10px;
	left:10px;
	padding:8px;
	background:#2c2416;
}
.box-text-wrap {
	position:absolute;
	bottom:30px;
	padding:10px 20px;
	font-family: 'Oswald', sans-serif;
	color:#adacac;
}
.box-text-wrap h3{
        color: white;
}

/* Tabs Section
================================================== */
.tab-section {
	width:100%;
	float:left;
	background:#FFF;
}
.tab-section .tab-head{
	width:100%;
	float:left;
	background:#453823;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tab-section .tab-head h1{
	float:left;
	color:#e7e7e7;
	padding:13px 0px 16px 10px;
}
.tab-section .tab-head .tab_menu_container{
	float:right;
}
.tab-section .tab-head ul{
	float:left;
}
.tab-section .tab-head ul li{
	float:left;
}
.tab-section .tab-head ul li a{
	float:left;
	color:#e7e7e7;
	font-size:20px;
	height:50px;
	cursor:pointer;
	border-top:#2c2416 solid 5px;
	padding:10px 20px 0px 20px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tab-section .tab-head ul li a:hover, .tab-section .tab-head ul li a.current{
	color:#4c4c4c;
	background:#FFF;
}

.tab-section .tab-list{
	float:left;
	width:100%;
	padding:20px;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* News Listing
================================================== */
.news-list {
	width:100%;
	float:left;
	padding-bottom:20px;
}
.news-list li{
	width:100%;
	float:left;
	padding:20px 0px;
	position:relative;
	border-bottom:#ededed solid 1px;
}
.news-list li:first-child{
	padding-top:0px;
}
.news-list li .date{
	width:86px;
	height:54px;
	padding:8px 0px 0px 0px;
	float:left;
	text-align:center;
	color:#FFF;
	position:absolute;
	left:0px;
	top:20px;
	background:url(../images/date-bg.gif) no-repeat #4c4c4c;
}
.news-list li:first-child .date{
	top:0;
}
.news-list li:hover .date{
	background-color:#262626;
}
.news-list li .date h6{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.news-list li .date h1{
	text-shadow:1px 1px #000;
	color:#FFF;
}
.news-list li .desc{
	width:auto;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 0px 101px;
}
.news-list li .desc h4 {
	padding-bottom:5px;
}
.news-list li .desc h4 a{
	color:#262626;
}
.news-list li .desc h4 a:hover{
	color:#000;
}
.news-list li .desc p{
	width:100%;
	font-size:11px;
}
/* Box Small
================================================== */
.box-small {
	width:100%;
	background:#FFF;
	margin-top:20px;
	overflow:hidden;
}
.one-third .box-small:first-child {
	margin-top:0px;
}
.box-small .box-in{
	width:100%;
	padding:10px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* Now Playing
================================================== */
.nowplaying {
	width:100%;
	float:left;
	font-size:11px;
}
.nowplaying p{
	margin-bottom:10px;
}
.buynow {
	width:100%;
	height:41px;
	padding:9px 10px 0px 20px;
	background:#bbbbbb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.buynow h5{
	float:left;
	padding-top:1px;
}
.buynow ul{
	float:right;
}
.buynow ul li{
	float:left;
	padding-left:10px;
}
.buynow ul li a{
	float:left;
	display:inline-block;
}
.buynow ul li a.soundcloud{
	width:42px;
	height:21px;
	background:url(../images/soundcloud-icon.png);
}
.buynow ul li a.amazon{
	width:24px;
	height:22px;
	background:url(../images/amazon-icon.png);
}
.buynow ul li a.apple{
	width:18px;
	height:23px;
	background:url(../images/apple-icon.png);
}
.buynow ul li a.grooveshark{
	width:22px;
	height:22px;
	background:url(../images/grooveshark-icon.png);
}
/* Custom Scroll Bar
================================================== */
#mcs2_container{
	width:100%;
	height:164px;
	position:relative;
}
#mcs2_container .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
}
#mcs2_container .customScrollBox .container{
	display:block; 
	padding-right:17px; 
	width:100%; 
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box;
	margin:0;
}
#mcs2_container .dragger_container{
	position:absolute; 
	right:0; 
	top:0; 
	width:4px; 
	height:162px; 
	float:left; 
	cursor:pointer; 
	background:#bbbbbb; 
	border:#bbbbbb solid 1px;
}
#mcs2_container .dragger{
	position:absolute; 
	width:4px; 
	height:60px !important; 
	background:#fff; 
	text-align:center; 
	line-height:60px !important; 
	overflow:hidden; 
	cursor:pointer;
}
#mcs2_container .dragger_pressed{
	position:absolute; 
	width:4px; 
	height:60px !important; 
	text-align:center; 
	line-height:60px !important; 
	overflow:hidden; 
	cursor:pointer;
}
/* List with Thumb
================================================== */
.list-thumb {
	width:100%;
	float:left;
	font-size:11px;
}
.list-thumb ul{
	width:100%;
	float:left;
}
.list-thumb ul li{
	width:100%;
	float:left;
	padding-top:20px;
	margin-top:20px;
	position:relative;
	border-top:#ededed solid 1px;
}
.list-thumb ul li a.thumb{
	position:absolute;
	left:0;
	top:20px;
}
.list-thumb ul li:first-child{
	padding-top:0px;
	margin-top:0px;
	border-top:none;
}
.list-thumb ul li:first-child a.thumb{
	top:0px;
}
.list-thumb ul li .desc{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0px 0px 0px 73px;
}
.list-thumb ul li .desc h5 a{
	color:#262626;
}
.list-thumb ul li .desc p{
	padding:5px 0px;
}
.readmore{
	color:#aaaaaa !important;
}
/* Widget Links
================================================== */
.widget-links {
	width:100%;
	float:left;
}
.widget-links ul{
	width:100%;
	float:left;
}
.widget-links ul li{
	width:100%;
	height:25px;
	float:left;
	padding:0px 0px 0px 28px;
	margin:0px 0px 5px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bullet.gif) no-repeat 0px 0px;
}
.widget-links ul li a{
	width:100%;
	font-size:12px;
	color:#4f4f4f;
	display:inline-block;
	margin:4px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/dots.gif) repeat-x bottom;
}
.widget-links ul li a:hover{
	color:#000;
}
.widget-links ul li span{
	float:right;
	background:#FFF;
	display:inline-block;
}
.widget-links ul li span:first-child{
	float:left;
	background:#FFF;
}
/* Contact Widget
================================================== */
.contact-widget {
	width:100%;
	float:left;
	color:#666666;
	font-family: 'Oswald', sans-serif;
}
.contact-widget p{
	font-size:14px;
	padding-bottom:10px;
}
.contact-widget h4{
	padding:10px 0px 5px 0px;
}
/* Albums
================================================== */

.prod-sec {
	width:100%;
	padding:20px 20px 0px 20px;
	float:left;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.prod-sec .prod-head{
	width:100%;
	float:left;
	padding-bottom:20px;
}
.prod-sec .prod-head h1{
	float:left;
	color:#4c4c4c;
	padding:4px 0px 0px 0px;
}
.prod-sec .prod-head a{
	float:left;
}
.prod-list{
	width:100%;
	float:left;
}
.prod-list li{
	width:210px;
	float:left;
	overflow:hidden;
	padding:0px 0px 20px 20px;
}
.prod-list li:first-child{
	padding-left:0px;
}
.prod-list li a.thumb{
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	border:#a6a6a6 solid 1px;
	box-shadow:0px 0px 3px #666;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.prod-list li a.thumb img{
	float:left;
}
.prod-list li a.thumb span{
	width:208px;
	height:158px;
	top:0;
	left:0;
	position:absolute;
	background:url(../images/album-bg.png) no-repeat;
}
.prod-list li h4.title{
	padding-bottom:5px;
}
.prod-list li h4.title a{
	color:#262626;
}
.prod-list li .prod-opts{
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
}
.prod-list li .prod-opts h6{
	float:left;
	padding-right:10px;
	background:url(../images/sep3.png) no-repeat right;
}
.prod-list li .prod-opts a{
	float:left;
	display:inline-block;
	margin-left:10px;
	position:relative;
}
.prod-list li .prod-opts a span{
	display:none;
	position:absolute;
	height:27px;
	padding:7px 10px 0px 10px;
	color:#FFF;
	font-size:14px;
	top:-34px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/bubble-bg.png) no-repeat center top;
}
.prod-list li .prod-opts a.amazon{
	width:18px;
	height:16px;
	margin:1px 0px 0px 10px;
	background:url(../images/amazon-gray-icon.png) no-repeat top;
}
.prod-list li .prod-opts a.amazon span{
	left:-25px;
}
.prod-list li .prod-opts a.apple{
	width:15px;
	height:18px;
	background:url(../images/apple-gray-icon.png) no-repeat top;
}
.prod-list li .prod-opts a.apple span{
	left:-23px;
}
.prod-list li .prod-opts a.grooveshark{
	width:17px;
	height:17px;
	margin:1px 0px 0px 10px;
	background:url(../images/grooveshark-gray-icon.png) no-repeat top;
}
.prod-list li .prod-opts a.grooveshark span{
	left:-44px;
}
.prod-list li .prod-opts a.soundcloud{
	width:28px;
	height:13px;
	margin:4px 0px 0px 10px;
	background:url(../images/soundcloud-gray-icon.png) no-repeat top;
}
.prod-list li .prod-opts a.soundcloud span{
	left:-34px;
}
.prod-list li .prod-opts a:hover{
	background-position:bottom;
}
.prod-list li .prod-opts a:hover span{
	display:inline-block;
}
/* Albums
================================================== */
#tab-rock {
	margin-left:-20px;
}
#tab-rock .prod-list li{
	width:210px;
	float:left;
	overflow:hidden;
	padding:0px 0px 20px 20px;
}
#tab-rock .prod-list li:first-child{
	padding-left:20px;
}
#tab-rock h4.epkheading {
        padding: 0 0 15px 20px;
}
#tab-rock p.epktext {
    font-size: 14px;
    padding-left: 20px;
}
#tab-rock hr {
    margin-left: 20px;
}
/* Album Details
================================================== */
.album-detail {
	width:100%;
}
.album-detail a.thumb{
	width:208px;
	float:left;
	margin-right:20px;
	position:relative;
	border:#a6a6a6 solid 1px;
	box-shadow:0px 0px 3px #666;
}
.album-detail a.thumb img{
	float:left;
}
.album-detail a.thumb span{
	width:208px;
	height:158px;
	top:0;
	left:0;
	position:absolute;
	background:url(../images/album-bg.png) no-repeat;
}
.album-detail .desc{
	float:left;
	width:60%;
}
.album-detail p.musicby{
	color:#262626;
	font-size:12px;
}
.album-detail p.released{
	color:#8c8b8b;
	font-size:14px;
	padding:0px 0px 5px 0px;
}
.album-detail p.txt{
	padding:5px 0px;
}
/* Album Options
================================================== */
.album-opts {
	width:100%;
}
.share-album {
	width:265px;
	float:left;
	border-right:#ededed solid 1px;
	margin-right:20px;
}
.share-album a{
	float:left;
	margin-right:8px;
}
.share-album h6{
	padding-bottom:5px;
}
.availble {
	width:135px;
	float:left;
	border-right:#ededed solid 1px;
	margin-right:20px;
}
.availble h6{
	padding-bottom:5px;
}
.availble a{
	float:left;
	display:inline-block;
	position:relative;
}
.availble a span{
	display:none;
	position:absolute;
	height:27px;
	padding:7px 10px 0px 10px;
	color:#FFF;
	font-size:14px;
	top:-34px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/bubble-bg.png) no-repeat center top;
}
a.amazon-ind{
	width:18px;
	height:16px;
	margin:1px 5px 0px 0px;
	background:url(../images/amazon-gray-icon.png) no-repeat top;
}
a.amazon-ind:hover{
	background-position:bottom;
}
a.amazon-ind span{
	left:-25px;
}
a.amazon-ind:hover span{
	display:inline-block;
}
a.apple-ind{
	width:15px;
	height:18px;
	background:url(../images/apple-gray-icon.png) no-repeat top;
}
a.apple-ind:hover{
	background-position:bottom;
}
a.apple-ind span{
	left:-23px;
}
a.apple-ind:hover span{
	display:inline-block;
}
a.grooveshark-ind{
	width:17px;
	height:17px;
	margin:1px 0px 0px 5px;
	background:url(../images/grooveshark-gray-icon.png) no-repeat top;
}
a.grooveshark-ind:hover{
	background-position:bottom;
}
a.grooveshark-ind span{
	left:-44px;
}
a.grooveshark-ind:hover span{
	display:inline-block;
}
a.soundcloud-ind{
	width:28px;
	height:13px;
	margin:4px 0px 0px 5px;
	background:url(../images/soundcloud-gray-icon.png) no-repeat top;
}
a.soundcloud-ind:hover{
	background-position:bottom;
}
a.soundcloud-ind span{
	left:-34px;
}
a.soundcloud-ind:hover span{
	display:inline-block;
}
/* Tracks
================================================== */
.album-tracks {
	width:100%;
}
.album-tracks .track{
	width:100%;
	height:41px;
	background:#f3f3f3;
	border-radius:3px;
	margin-top:10px;
	box-shadow:0px 0px 3px #CCC;
	border:#d8d8d8 solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.album-tracks .track:hover{
	background:#ffffff;
}
.album-tracks .track:first-child{
	margin-top:0px;
}
.album-tracks .track h5{
	float:left;
	text-shadow:1px 1px #fff;
	padding:9px 0px 0px 10px;
}
.album-tracks .track h5 a{
	color:#4c4c4c;
}
.album-tracks .track:hover h5 a{
	color:#262626;
}
.album-tracks .track > ul{
	float:right;
}
.album-tracks .track > ul > li{
	float:left;
	height:41px;
	padding:0px 10px;
	border-left:#d8d8d8 solid 1px;
}
.album-tracks .track > ul > li > a{
	float:left;
	display:inline-block;
	position:relative;
}
.album-tracks .track ul li a span{
	display:none;
	position:absolute;
	height:27px;
	padding:7px 10px 0px 10px;
	color:#FFF;
	font-size:14px;
	top:-35px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/bubble-bg.png) no-repeat center top;
}
.album-tracks .track ul li a:hover span{
	display:inline-block;
}
.album-tracks .track ul li a.play{
	width:10px;
	height:15px;
	margin:11px 0px 0px 0px;
	background:url(../images/track-icons.png) no-repeat 0px 0px;
}
.album-tracks .track ul li a.cp-play span{
	left:-20px;
}
.album-tracks .track ul li a.cp-pause span{
	left:-24px;
}
.album-tracks .track ul li a.download{
	width:12px;
	height:12px;
	margin:12px 0px 0px 0px;
	background:url(../images/track-icons.png) no-repeat 0px -15px;
}
.album-tracks .track ul li a.download span{
	left:-36px;
}
.album-tracks .track ul li a.lyrics{
	width:11px;
	height:12px;
	margin:12px 0px 0px 0px;
	background:url(../images/track-icons.png) no-repeat 0px -27px;
}
.album-tracks .track ul li a.lyrics span{
	left:-24px;
}
.album-tracks .track ul li a.buysong{
	width:13px;
	height:13px;
	margin:12px 0px 0px 0px;
	background:url(../images/track-icons.png) no-repeat 0px -39px;
}
.album-tracks .track ul li a.buysong span{
	left:-34px;
}
/* Contact Us Section
================================================== */
.contact-form{ width: 100%; }
.contact-form form{ padding-right: 20px; position: relative; top: -10px; width: 100%; }
.contact-form label{ width: 100%; font: 12px Arial, Helvetica, sans-serif; display: block; margin-bottom: 5px; margin-top: 15px; }
.contact-form .name, .contact-form .email {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 300px;
    height: 12px;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 10px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-form .contact-message{ background: #fff; border: 1px solid #ccc; border-radius: 2px; width: 438px; font: 12px Arial, Helvetica, sans-serif; line-height: 22px; padding: 10px; }
.contact-form .submit{ display: block; font: bold 12px Arial, Helvetica, sans-serif; cursor: pointer; }
.contact-form input.error, .contact-form textarea.error { border: 1px solid red; }
#ajax { display: none; }
.loading { float: left; background:url('../images/ajax-loader.gif') no-repeat 1px; height:28px; width:28px; display:none; }
#number { display: none; } /* Used for honeypot */
/* About Author
================================================== */
.about-author {
	width:100%;
	position:relative;
}
.about-author .avatar{
	float:left;
	width:53px;
	border:#b1b1b1 solid 1px;
	position:absolute;
	left:0;
	right:0;
}
.about-author .desc{
	float:right;
	width:100%;
	padding:0px 0px 0px 70px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.about-author .desc h5 a{
	color:#262626;
}
/* Static Page
================================================== */
.static {
	width:100%;
}
.static p{
	padding:5px 0px;
}
.static h1, .static h2, .static h3, .static h4, .static h5, .static h6{
	padding:0px 0px 10px 0px;
}
/* Albums
================================================== */
.albumstabs {
	width:100%;
	height:39px;
	background:#e3e3e3;
}
.albumstabs h5{
	float:left;
	color:#838383;
	height:30px;
	padding:9px 20px 0px 20px;
}
.albumstabs ul{
	float:left;
}
.albumstabs ul li{
	float:left;
}
.albumstabs ul li a{
	float:left;
	color:#262626;
	height:30px;
	padding:9px 20px 0px 20px;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/tab-sep.gif) no-repeat left center;
}
.albumstabs ul li a.current, .albumstabs ul li a:hover, .albumstabs ul li.active a{
	background:#fff;
}
.albumstabs nav{
	float:left;
}
.albumstabs nav a{
	float:left;
	color:#262626;
	height:30px;
	padding:9px 20px 0px 20px;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	background:url(../images/tab-sep.gif) no-repeat left center;
}
.albumstabs nav a.current, .albumstabs nav a:hover, .albumstabs nav a.active{
	background:#fff;
}
/* Album Description
================================================== */
.album-desc {
	width:100%;
	overflow:hidden;
}
.album-desc ul{
	width:920px;
	float:left;
	margin-left:-20px;
}
.album-desc ul li{
	margin-bottom:20px;
}
.album-desc ul li:first-child{
	padding-left:20px;
}
/* Gallery Column
================================================== */
.gal-desc {
	width:100%;
	overflow:hidden;
}
#gal-container {
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position:relative;
}
#gal-container li {
	float: left;
	position: relative;
}
#gal-container ul {
	
}
#gal-container ul.hidden {
	display:none;
}
/* Gallery Small Column
================================================== */
.gallery-small {
	width:600px;
	float:left;
	margin-left:-20px;
}
.gallery-small li{
	width:278px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 20px;
	border:#878787 solid 1px;
}
.gallery-small li img{
	width:100%;
}
/* Gallery Two Column
================================================== */
.gallery-two-col {
	width:100%;
	overflow:hidden;
}
.gallery-two-col {
	width:920px;
	float:left;
	margin-left:-20px;
}
.gallery-two-col li{
	width:438px;
	height:288px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 20px;
	border:#878787 solid 1px;
}
.gal-caption{
	width:100%;
	bottom:0;
	left:0;
	display:none;
	text-align:center;
	position:absolute;
	padding:50px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.gal-caption h3{
	padding:0px 0px 10px 0px;
}
.gal-caption p{
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#afafaf;
}
li:hover .gal-caption{
	display:block;
}
.music-bg{
	background:url(../images/gal-music.png) no-repeat center top;
}
.image-bg{
	background:url(../images/gal-image.png) no-repeat center top;
}
.video-bg{
	background:url(../images/gal-video.png) no-repeat center top;
}
/* Gallery Three Column
================================================== */
.gallery-three-col {
	width:100%;
	overflow:hidden;
}
.gallery-three-col {
	width:920px;
	float:left;
	margin-left:-20px;
}
.gallery-three-col li{
	width:285px;
	height:188px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 19px;
	border:#878787 solid 1px;
}
/* Gallery Four Column
================================================== */
.gallery-four-col {
	width:100%;
	overflow:hidden;
}
.gallery-four-col {
	width:920px;
	float:left;
	margin-left:-20px;
}
.gallery-four-col li{
	width:208px;
	height:168px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0px 0px 20px 20px;
	border:#878787 solid 1px;
}
.gallery-four-col li a{
	float:left;
}
.gallery-four-col li h3{
	font-size:14px;
}
/* Pagination
================================================== */
.pagination {
	width:100%;
}
.pagination li{
	float:left;
	padding-right:10px;
}
.pagination li a{
	float:left;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	box-shadow:0px 0px 3px #b4b4b4;
	height:26px;
	display:inline-block;
	padding:4px 10px 1px 10px;
	font-size:14px;
	color:#4c4c4c !important;
	text-transform:uppercase;
	background:#eaeaea;
	border:#bbbbbb solid 1px;
	text-shadow:1px 1px #fff;
	font-family: 'Oswald', sans-serif;
}
.pagination li a:hover{
	background:#4c4c4c;
	color:#FFF !important;
	text-shadow:1px 1px #666;
}
/* Footer
================================================== */
#footer {
	width:100%;
	float:left;
	background:#453823;
}
#footer .foot-top{
	width:100%;
	height:69px;
	padding:10px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#footer .logo-foot{
	float:left;
	height:39px;
	padding:10px 20px 0px 10px;
	border-right:#4b4b4b dotted 1px;
}
#footer .links-foot{
	float:left;
	padding:15px 0px 0px 20px;
}
.links-foot ul{
	float:left;
}
.links-foot ul li{
	float:left;
	padding:0px 15px;
	background:url(../images/sep2.png) no-repeat left;
}
.links-foot ul li:first-child{
	padding-left:0px;
	background:none;
}
.links-foot ul li a{
	float:left;
	color:#FFF;
	font-size:11px;
	text-shadow:1px 1px #000;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
#footer .newsletter{
	float:right;
	height:41px;
	padding-top:8px;
	padding-left:20px;
	border-left:#4b4b4b dotted 1px;
}
#footer .newsletter h5{
	float:left;
	padding:5px 10px 0px 0px;
}
#footer .newsletter ul{
	float:left;
	width:205px;
	height:25px;
	padding:3px;
	background:#0c0c0c;
	border:#1f1f1f solid 1px;
	box-shadow:inset 0px 0px 4px #000;
	border-radius:4px;
	overflow:hidden;
}
#footer .newsletter ul li{
	float:left;
}
#footer .newsletter ul li input.bar{
	float:left;
	width:145px;
	height:25px;
	border:none;
	padding:0px;
	font-size:11px;
	background:transparent;
	box-shadow:none;
}
#footer .newsletter ul li button{
	box-shadow:none;
	border:none;
	height:25px;
	padding:0px 10px;
	font-size:11px;
	color:#181818 !important;
	text-shadow:none;
}
#footer .foot-bottom{
	width:100%;
	height:43px;
	float:left;
	background:#2c2416;
}
.copyrights{
	float:left;
	padding:10px 0px 0px 10px;
}
.copyrights p{
	color:#777777
}
.followus-top{
	float:right;
}
.followus-top a.top{
	float:right;
	width:26px;
	height:25px;
	padding:18px 0px 0px 14px;
	font-size:10px;
	color:#4c4c4c;
	font-family: 'Oswald', sans-serif;
	background:url(../images/gotop.png) no-repeat #0c0c0c;
}
.followus-top a.top:hover{
	color:#cacccc;
	background:url(../images/gotop.png) no-repeat bottom #0c0c0c;
}
.followus-top ul{
	float:right;
	padding:11px 10px 0px 0px;
}
.followus-top ul li{
	float:left;
	padding-left:8px;
}
.followus-top ul li h6{
	padding-top:1px;
}
.followus-top ul li a{
	float:left;
	display:inline-block;
}
.followus-top ul li a.facebook{
	width:17px;
	height:18px;
	background:url(../images/social-fb.png) no-repeat top;
}
.followus-top ul li a.twitter{
	width:17px;
	height:18px;
	background:url(../images/social-twitter.png) no-repeat top;
}
.followus-top ul li a.vimeo{
	width:17px;
	height:18px;
	background:url(../images/social-vimeo.png) no-repeat top;
}
.followus-top ul li a.amazon{
	width:18px;
	height:18px;
	background:url(../images/social-amazon.png) no-repeat top;
}
.followus-top ul li a.apple{
	width:18px;
	height:18px;
	background:url(../images/social-apple.png) no-repeat top;
}
.followus-top ul li a.grooveshark{
	width:19px;
	height:18px;
	background:url(../images/social-grooveshark.png) no-repeat top;
}
.followus-top ul li a.soundcloud{
	width:28px;
	height:18px;
	background:url(../images/social-soundcloud.png) no-repeat top;
}
.followus-top ul li a:hover{
	background-position:bottom;
}
/* Gigs
================================================== */
.gigs-desc {
	width:100%;
	overflow:hidden;
}
.gigs-desc .tab-list {
	height:1px;
	overflow:hidden;
	display:inherit !important;
}
/* Timeline
================================================== */
#tab-timeline p {
	width:100%; 
	border-bottom:#ededed solid 1px; 
	padding:20px; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.timeline {
	width:100%;
	float:left;
	padding:0px 0px 20px 0px;
	border-bottom:#dfdfdf solid 1px;
	background:url(../images/gray.gif) repeat-y 33px 0px;
}
.timeline li{
	width:100%;
	float:left;
	padding:20px 20px 0px 0px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.timeline li .date{
	width:61px;
	float:left;
	text-align:center;
	position:absolute;
}
.timeline li .date span{
	display:inline-block;
	width:31px;
	height:31px;
	margin:10px 0px 4px 0px;
	background:url(../images/date.png) no-repeat 0px 0px;
}
.timeline li .date h6{
	display:inline-block;
	background:#262626;
	padding:1px 5px 2px 5px;
	border:#d7d7d7 solid 1px;
	border-radius:3px;
	overflow:hidden;
}
.timeline li .desc{
	padding:0px 0px 0px 61px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
}
.timeline li .desc .desc-in{
	width:100%;
	border:#d7d7d7 solid 1px;
	border-left:#d7d7d7 solid 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	float:left;
}
.timeline li .desc-in h5 a{
	color:#262626;
}
.timeline li .desc .desc-in .pointer{
	position:absolute;
	left:-12px;
	top:15px;
	width:7px;
	height:14px;
	display:inline-block;
	background:url(../images/pointer.gif) no-repeat;
}
.timeline li .desc .desc-in .thumb{
	margin:10px 0px 0px 10px;
	float:left;
	position:absolute;
}
.timeline li .desc .desc-in .txt{
	float:left;
	width:100%;
	min-height:96px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 0px 10px 140px;
}
.timeline li .desc .desc-in .txt p{
	padding:0 !important;
	border:none !important;
}
.timeline li .desc .desc-in .txt h5{
	padding-bottom:5px;
}
.timeline li .gig-opts{
	width:100%;
	height:30px;
	float:left;
	background:#f7f7f7;
	border-top:#dfdfdf solid 1px;
}
.timeline li .gig-opts h6{
	float:left;
	height:25px;
	padding:5px 10px 0px 30px;
	border-right:#dfdfdf solid 1px;
	color:#838383;
	background:url(../images/clock.png) no-repeat 8px 6px;
}
.timeline li .gig-opts a{
	float:right;
	height:25px;
	padding:5px 10px 0px 10px;
	border-left:#dfdfdf solid 1px;
	color:#838383;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
.timeline li .gig-opts a.location{
	padding:5px 10px 0px 30px;
	background:url(../images/location.png) no-repeat 8px 6px;
}
.timeline .map-sec {
	width:100%;
	float:left;
	position:relative;
	display:none;
	border-top:#dfdfdf solid 1px;
}
.timeline .active {
	display:block;
}
.map-sec a.closemap{
	width:100%;
	position:absolute;
	top:0;
	right:0;
	width:29px;
	height:29px;
	display:inline-block;
	background:url(../images/close.png) no-repeat;
}
.map-sec iframe{
	float:left;
}
/* Calendar
================================================== */
#tab-calender p.txt{
	width:100%; 
	border-bottom:#ededed solid 1px; 
	padding:20px; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
/* Gigs - Map
================================================== */
#tab-gigmaps p.txt{
	width:100%; 
	border-bottom:#ededed solid 1px; 
	padding:20px; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
#tab-gigmaps .mapsec{
	width:100%; 
	padding:5px; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
#tab-gigmaps .mapsec #map{
	width:100%;
	height:594px;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	border:#d6d6d6 solid 1px;
}
/* Play Pause at Album Detail page
================================================== */
.cp-container {
	position: relative;
}
.cp-container :focus {
	border:none; 
	outline:0;
}
.cp-controls {
	margin:0;
	height:41px;
	padding:0px 0px;
	position:relative;
}
.cp-controls li{
	list-style-type:none;
	display: block;
}
.cp-controls li a{
	position: relative;
	display: block;
	width:10px;
	height:15px;
	z-index:1;
	margin:11px 0px 0px 0px;   
}
.cp-controls .cp-play {
	background:url(../images/track-icons.png) no-repeat 0px 0px;
}
.cp-controls .cp-play:hover {
	background:url(../images/track-icons.png) no-repeat 0px 0px;
}
.cp-controls .cp-pause {
	background: url(../images/pause.gif) 0 2px no-repeat;
}
.cp-controls .cp-pause:hover {
	background: url(../images/pause.gif) 0 2px no-repeat;
}
.cp-jplayer {
	width: 0;
	height: 0; 
}