html { 
background-color:#000000;
	background: url(/images/tth_back_2.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{font-family: 'Sora', sans-serif;
}

.baka{display:none;}

.nojavamsg {display:none;}


.toplogo {width:100%;margin: 0 auto;padding:0;max-width:1006px}
.toplogo img {width:100%;}
.cont {width:80%;max-width:900px;margin:20px auto;font-size:1.6em;color:#ccc;/*color:#FDCC57;*/}
.picz {float:left;width:30%;max-width:296px;margin:0 9%;}
.fb {float:none;width:30%;max-width:296px;margin:0 auto;display:block;}
.tthname {color:#f1f1f1;}
.bigtits {font-family: 'Luckiest Guy', cursive;color:#19191a;font-size:2.8em;display:block;text-align:center;margin:16px 0;/*font-weight:bold;*/text-transform:uppercase;background-color:#ccc;padding: 17px 0 0px;}
.clear{clear:both;}

/*.info {width:68%;max-width:700px;float:right;font-size:2em;color:#FDCC57;}

.sidepics, .audiocontainer {float:left;width:30%;max-width:296px;}
.sidepics img{width:100%;}*/
a {color:#ccc;font-weight:bold;text-decoration:none;}
a:hover{color:#FFFFFF;}
/*PLAYER*/
li a {text-decoration:none;color:#ffffff;}
 li.playing { color: #FDCC57; text-decoration:none;}
 li.playing a { color: #FDCC57; text-decoration:none;}
 ol { padding: 0px; margin: 10px auto; list-style: none; color: #ccc; width: 100%; text-align:center; font-weight:bold;font-size:1.2em;}
.playlisttitle{color: #9F5D55;}
.time{display:none;}


.tunes {
    font-size:0.9em;
    text-align:justify;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding:10px 10px;
	background: rgb(0, 0, 0) transparent ;
background: rgba(0, 0, 0, 0.7) ;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF) ;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)" ;}

.tunelist {font-size:0.9em;color:#D36464;}

.eventdata {display:block;padding:8px;
margin-bottom:12px;
font-weight:bold;
text-align:center;

	padding:10px 10px;
	background: rgb(169,169,169) transparent ;
background: rgba(169,169,169, 0.5) ;
}

.eventdetails{display:block;color:#D36464;font-weight:400;}

.nodisplay{display:none;}

.ui-corner-all {-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;}

@media screen and (min-width: 320px) and (min-device-width: 320px) {
html { 
	background: none;
	background-color:#555555;}
.cont {font-size:1.2em;width:95%;}	
/**/.audiojs { width: 270px; } 
.audiojs .scrubber { width: 212px; }
.bigtits {/*margin:5px 0;*/font-size:1.8em;}
li {line-height:2em;font-size:0.8em;}
.picz {display:block;float:none;width:100%;max-width:296px;margin:0 auto;}
.mobilebtm{margin-bottom:10px;}
}

@media screen and (min-width: 480px) and (min-device-width: 480px) { 
.bigtits {/*margin:5px 0;*/padding-bottom:6px;}
.picz {float:left;width:30%;max-width:296px;margin:0 9%;}
.cont {font-size:1.2em;width:95%;}
/* */.audiojs { width: 360px; }
.audiojs .scrubber { width: 302px; }
}


@media screen and (min-width: 600px) { 
.cont {font-size:1.6em;}
html { 
	background: url(/images/tth_back.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bigtits {/*margin:20px 0;*/}
/**/.audiojs { width: 450px; } 
.audiojs .scrubber { width: 392px; }

}

@media screen and (min-width: 768px) { 
.cont {font-size:1.6em;}
/**/.audiojs { width: 580px; } 
.audiojs .scrubber { width: 522px; }

}

@media screen and (min-width: 1000px) { 
.bigtits {padding-bottom:0px;font-size:2.8em;}
.cont {font-size:1.6em;}

/**/.audiojs { width: 780px; } 
.audiojs .scrubber { width: 722px; }

}




@media screen and (min-width: 1200px) {
	.bigtits {padding-bottom:0px;font-size:2.8em;}
/*audio */
.audiojs { width: 880px; } 
/**/.audiojs .scrubber { width: 810px; }
/* ******** */
}

/******EMAIL FORM**************************/
.block {
    width:100%;
	/**/margin:0 auto;
    /*margin:0 auto;*/
    text-align:left;
}
.element * {
    padding:0px; 
    margin:0px; 
    color:#000;
	font-family: 'Life Savers', cursive;
    
}
.element label {
    float:left; 
    width:100%;
    color:#ddc;
	line-height:1em;
	margin-bottom:12px;
	margin-top:6px;
}
/*.element input.text {
	background-color:#FF9;
	border:none;
    float:left; 
    width:230px;
    padding-left:10px;
}*/

.element .inputnormal {
	color:#eee;
	font-size:1em;
	/*background-color:#FFF587;
	background-color:#eab219;*/
	background: rgb(169,169,169) transparent ;
background: rgba(169,169,169, 0.5) ;
	border: 1px solid #444444;
	float:left; 
	padding:0 1%;
    width:98%;
    
	font-family: 'Life Savers', cursive;
	margin-bottom:12px;
}

/*.element .textarea {
	background-color:#FF9;
	border:none;
	float:left; 
    height:120px; 
    width:230px;
    padding-left:10px;
	
}*/

.element .textareanormal {
	color:#eee;
	font-size:1em;
	/*background-color:#FFF587;
	background-color:#eab219;
	border: 1px solid #fff;*/
	background: rgb(169,169,169) transparent ;
background: rgba(169,169,169, 0.5) ;
	border: 1px solid #444444;
	float:left; 
    height:120px; 
    padding:0 1%;
    width:98%;
    
	font-family: 'Life Savers', cursive;
	margin-bottom:12px;
	
}
.element .hightlight {
    /*border:2px solid #9F1319;
	background-color:#eab219;*/
	border: 1px solid #ff0000;
	background-color:#333;
    /*background:url(iconCaution.gif) no-repeat 2px*/
}
.element #submit {
	font-size:1em;
	width:80px;
    float:right;
	background-color:#FDCC57;
	border: 1px solid #FDCC57;
	margin-top:3px;
   /**/ margin-right:6px;
   color:#000000;
   cursor:pointer;
}



.form .loading {float:right;
	 margin-right:10px;
   
    background:url(../images/buffering_3.gif) no-repeat 1px; 
   height:40px; 
    width:40px; 
   display:none;
}
.done {
	width:100%;
	text-align:center;
	color:#FFF;
    
    /**/display:none
}
/******END EMAIL FORM**************************/

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs {
    left: 50%;
    bottom: -21px;
    margin-left: -30px;
    height: 10px;
    text-align: center;
    width: 100%;
    /*height:50px;
    	background-color:#444;  Tweak this to center bullets */
}

.rslides_tabs li {
    display: inline-block;
    width: 10px;
    height: 10px;
    /*background: url(/images/tokyoseidokan_bullets.png) no-repeat;
        text-indent: -9999px;*/
    background-color: #666;
    border: 0;
    margin-right: 7px;
}

.rslides_tabs li.rslides_here {
    background-color: #ED2D3C;
}

.rslides_tabs li a {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0px;
}

.rounded {border-radius: 8px;}
