
#radiohead{
	display: none !important;
}

#base{
	
}

body, #main{
	background: url("../img/swirl_pattern.png") #fff;
	color: #000;
}

header{
	/*background: url("/templates/tbg15/img/ifdakar.png") center 30px no-repeat;
	background-size: 75% auto;*/
	width: 100%;
	height: 40vw;
	margin-top: 4%;
	margin-bottom: 0;
	z-index: 2;
	overflow: hidden;
}

#header {
	content: "";
	/*background: url("/templates/tbg15/img/DSC_2146.jpg") 0 50%;
	background-size: 100% auto !important;*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;  
	height: 50vw; 
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}

#header img{
	width: 100%;
	display:none;
}

#header img:first-child{
	width: 100%;
	display: inline;
}

#main{
	position: relative;
	margin-top: 0px;
	padding: 4%;
	width:92%;
	min-height: 500px;
	-webkit-box-shadow: inset -5px 3px 25px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -5px 3px 25px -5px rgba(0,0,0,0.75);
	box-shadow: inset -5px 3px 25px -5px rgba(0,0,0,0.75);
	overflow: hidden;
	z-index: 2;
}

nav{ 
	background: rgba(0,0,0,0.6) !important;
	position: fixed;
	top: 0;
	left 0;
	width: 98%;
	height: 75px;
	text-align: right;
	z-index: 100;
	font-size:0;
	padding-right: 2%;
}

#logo{
	position: relative;
	float:left;
	margin-left: 20px;
	height: 20vw;
	width: auto;
	z-index: 2001 !important;
}

nav a{
	display: inline-block;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin:0;
	padding:0 15px 0 15px;
	font-weight: bold;
	font-size:14pt;
	color: #fff;
	text-decoration: none;
}

nav a:hover{
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}

nav{	
	-webkit-box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
	box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
}

#nlinks ul li{
	background: rgba(0,0,0,0.6) !important;
	color: #FFFFFF;
}

#nlinks ul li a{
	height: 35px;
	line-height: 35px;
}

#nlinks{
	position: absolute;
	right: 30px;
}

.nav li:hover ul{ left: 0px;}

footer{
	height: 100px;
	text-align: center;
	line-height: 100px;
	background: rgba(0,0,0,0.1);
}

footer a{
	display: inline-block;
	padding: 0 10px 0 10px;
}


	
	#panel-toggle, #radio-toggle{  
		position: absolute;
	 	top: 10px;
		min-height: 38px;
		width: 38px;
		text-indent: 50px;
		overflow: hidden;
		border: none;
		float: left;
		display: none;
	}
	
	#panel-toggle{  
	 	right: 60px;
		background: url("../img/menu.png") no-repeat;
	}
	
	#radio-toggle{  
	 	right: 20px;
		background: url("../img/music.png") no-repeat;
		background-size: 38px 38px
	}

/**** radio ****/


#jp_playlist_1 a{
	color: #ffffff !important;
	font-size: 12pt !important;
	text-shadow: none !important;
}

.jp-current-time, .jp-duration{
	color: #FFFFFF !important;
}

#splaylist{
	display:none !important;
}


/*** front page ****/

.col1{
	margin: 0;
	float: left;
	width: 65%;
}

.col2{
	float: left;
	width: 35%;
}

#local{
	margin-top: 50px;
	width: 100%;
}

#local a{
	display: inline-block;
	width: 24%;
	text-align: center;
}

#local a img{
	width: 80%;
	height: auto;
}

.uline{
	background: rgba(0,64,32,0.6);
}

.uline{
	margin: 0;
	height: 75px;
	width: 100%;
	line-height: 75px;
	text-indent: 20px;
	color: #fff;
	font-size: 20pt;
}

.uline a{
	-ms-transform: rotate(-.5deg); /* IE 9 */
    -webkit-transform: rotate(-.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-.5deg)
}

.col1 .uline{
	width: 98% !important;
}

.col1 #news .uline{
	padding-top: 5px;
	min-height: 75px;
	line-height: 14pt;
	text-indent: 0px;
}

.front, #showpic, #social img, #social .ical, .uline, .show, .ucal, .show img{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.col2 .uline{
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	width: 100%;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-indent: 10px;
	color: #fff;
	margin: 0 0 5px 0;
}

#social img{
	float:left;
	height: auto;
	width: 24%;
	margin-right: 1%;
}

#social:last-child{
	margin-right: 0 !important;
}

.ical{
	background: url("../img/iCal.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	height: auto;
	width: 19%;
	text-align: center;
}

.imonth{
	margin: 3% 0 0 0;
	font-size: 1.3vw;
	color: #FFFFFF;
}

.idate{
	margin: 2% 0 0 0;
	font-size: 3.7vw;
}

.ucal{
	background: url("../img/iCal.png") no-repeat;
	background-size: 100% 160%;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	padding: 2px 4px 4px 4px;
	float: left;
	margin-bottom: 8px;
}

.ucal *{
	
}

.umonth{
	color: #FFFFFF;
	font-size: 16pt;
	clear: both;
}

.udate{
	margin 0;
	font-size: 24pt;
}

.uyear{
	display: none;
	float: left;
	font-size: 9pt;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg)
}

.uvenue{
	float: left;
	display:inline-block;
	min-height: 50px;
	width: 50%;
	padding: 2px 2px 4px 10px;
	vertical-align: middle !important;
}

.show .ucal{
	height: 90px;
	width: 90px;
}

.show .umonth{
	font-size: 24pt;
}

.show .udate{
	font-size: 40pt;
}

.front .front_info{
	padding: 2px 5px 10px 15px;
	overflow: hidden;
}

.col1 #showtbl{
	width: 98% !important;
	margin: 0 !important;
	border-collapse: collapse;
}

.front, #showpic, #news .entry{
	background: rgba(141,199,63,0.2);
}

.front, #showpic{
	margin: 10px 0 10px 0;
}



/***** news ****/

.uline .newshead, .uline a, .uline .time{
	color: #FFFFFF !important;
}

.uline .newshead{
	font-size: 20pt !important;
}

#news.col1 .time{
	margin-top: -50px !important;
}

#news.col1 .entry{
	margin-top: 0px;
	padding-top: 20px !important;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.uline .time{
	font-size: 10pt;
}

#news .entry{
	padding: 0 4% 0 4% !important;
	width: 90%;
}

#pagination{
	width: 98%;
	text-align: right;
}

#pagination strong, #pagination a, #pagination span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#pagination strong, #pagination a{
	width: 30px !important;
	color: #FFFFFF;
}

#pagination span{
	width: 60px;
}


/**** shows *****/

.sinfo{
	padding: 0 30px 0px 30px;
}



#sideshows{
	padding-top: 10px;
	line-height: 20pt;
}

#showpic{
	float: left;
	width: 20%;
	padding: 2px 25px 10px 5px;
	overflow: none !important;
}

#showpic img, .flyer{
	max-width: 100% !important;
	margin: 15px 0 0 4%;
	clear: both;
}

#shows{
	float: left;
	width: 70%;
	margin-left: 5%;
}

.ui-icon-triangle-1-e, .ui-icon-triangle-1-s{
	background-image:none !important;
}

.ui-accordion-content{
	color: #000;
}

.shws div{
	border-top: rgb(0,100,60) solid 1px;
	padding-top:10px;
	margin-top: 20px;
}

#showtbl tr td:first-child{
	padding: 10px 10px 0 10px;
	width: 15%;
}

#showtbl tr td:nth-child(2){
	padding: 10px 0 0 0;
	width: 80%;
}

#showtbl tr td:last-child{
	padding: 10px 0 10px 0;
	width: 5%;
}

/***************** bio *********************/

.bpimg{
	background: rgba(255, 255, 255, .80);
	border-radius: 10px;
	-moz-border-radius: 10px;	
	margin-left:0% !important; 
	max-width: 100% !important;
	
}

/****** links ***********/

#blinks{
	width: 98%;
}

#blinks td, #song td{
	padding: 5px;
}

#blinks td:first-child, #song td:first-child, #showtbl td:first-child{
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

#blinks td:last-child, #song td:last-child, #showtbl td:last-child{
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

#blinks tr:nth-child(even), #song tr:nth-child(even), #showtbl tr:nth-child(4n+0){
	background: rgba(255, 255, 255, .4); 
}

#showtbl tr:last-child{
	background: none;
}



