@charset "UTF-8";

@import "jquery-ui-custom.css";
@import "triangle.css";
@import "nivo-slider.css";
@import "colorbox.css";
@import "sc-player.css";

/* ******************************************************************** */ 
/*                                layout                                */
/* ******************************************************************** */
.hander{cursor:pointer; margin-right:0px !important;}
html, body{ 
	margin:0; 
	padding:0; 
	text-align:left;
	border-top: #ee1c24 solid 3px;
	font-family: STHeiti, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-family:Helvetica, simhei, "微軟正黑體", "Microsoft JhengHei", "LiHei Pro", "新細明體", sans-serif\9;
	background: #000 url(../images/bg.jpg) center top no-repeat;
	color:#555;
	font-size:0.9em;
	line-height:1.2em;
	letter-spacing:1px;
}

p{
	line-height:1.5em;
}

a{
	color:#ee1c24;
}

/*------------------------form----------------------------*/

form div{
	margin-bottom:10px;
	line-height:20px;
}

label {
	display:inline-block;	
	height:25px;
	width:5em;
	line-height:25px;
	margin-right:10px;
}

.form_info {
	height:20px;
	line-height:20px;
	margin-right:10px;
	padding:2px 0px;
}

input, .customStyleSelectBox, textarea{
	background-color:#fff;
	border:1px solid #CCC;
	box-shadow:inset 0 0 1px #ccc;
	-moz-box-shadow:inset 0 0 1px #ccc;
	padding-left:10px;
	font-size:12px;
	/*--radius--*/
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	text-align:left;
}

.customStyleSelectBox{
	padding:0px 10px;
	padding:0px 5px\9;
	margin-right:5px;
	
	height:20px;
}

.bubble .customStyleSelectBox{
	margin-left:-8px\9;
}

.customStyleSelectBox.changed {
	/*color: #ee1c24;*/
}
.customStyleSelectBoxInner { background:url(../images/canvas-list-nav-item-arrow-.gif) no-repeat center right; }



input[type="text"], input[type="password"] {
	width:200px;
	width:225px\9;
	height:20px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	height:24px;
	margin-right:10px;
	color:#FFF;
	border:none;	
	background-color:#ee1c24;
	letter-spacing:0.2em;
	font-size:13px;
	line-height:24px;
	padding:0 10px;
	/*--gradient--*/
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, rgb(238,28,35)),
		color-stop(0.5, rgb(242,29,40)),
		color-stop(0.84, rgb(238,28,35))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(238,28,35) 26%,
		rgb(242,29,40) 50%,
		rgb(238,28,35) 84%
	);
}

input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
	border:0;
}

.confirm{
	margin-top:10px;
}

.btn_wrap{
	margin-top:20px;
	border-top: 1px solid #E1E1E1;
	padding-top:20px;
}

input[type="button"].btnDisagree, input[type="reset"].btnDisagree{
	background-color: #252525;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, rgb(37,37,37)),
		color-stop(0.62, rgb(41,41,41)),
		color-stop(0.81, rgb(37,37,37))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(37,37,37) 24%,
		rgb(41,41,41) 62%,
		rgb(37,37,37) 81%
	);

}

textarea{
	margin-top:3px;
	/*margin-left:-8px;*/
	line-height:1.2em;
	width:215px;
	height:160px;
	padding:10px;
	resize: none;
	/*--radius--*/
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
}

/*.submit{
	margin-left:260px;	
}*/

#pagewidth, #header, #keyimage, #artist_title, #content,#footer{margin:0 auto;}

#pagewidth, #keyimage, #footer{ 
	width:1024px;
}

#artist_title{
	width:982px;
}

#header, #content, .space{
	width:940px;
	background-color:#fff;
	background:#FFF url(../images/wrapper_bg.gif) repeat;
}




/* ******************************************************************** */ 
/*                              header                                  */ 
/* ******************************************************************** */ 

#header{
	text-align:center;
	padding-bottom:10px;
}

#logo{
	width:120px;
	float:left;
	padding:10px 0px 10px 30px;
}

#menu{
	/*width:730px;*/
	float:right;
	padding:5px 20px 0 10px;
	text-align:right;
}

/*-------------------------topmenu-------------------------*/


#topmenu{
	margin-bottom:10px;	
}

#topmenu a{
	color:#ee1c24;
	font-size:12px;
}


#topmenu ul li:first-child{
	border:none;
	padding-right:0px;
}

#topmenu ul li{
	border-right: 1px solid #ee1c24;
	line-height:12px;	
	padding:0 10px;
	float:right;
}

/*------------------------search----------------------------*/

#search{
}

#search input[type="text"]{
	width:120px;
	/*--radius--*/
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	
}
#search input[type="submit"] {
	padding:0px 10px 3px 10px;
	padding:2px 10px 0px 10px \9;
	position:relative\9;
	top:2px\9;
	margin-left:-4px;
	margin-right:0px;
	border:none;
	/*letter-spacing:0;*/
	/*--radius--*/
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}


/*------------------------nav----------------------------*/
.nav{
	width:760px;
	width:720px\9;
	letter-spacing:0.5em;
	margin-top:53px;
	height:36px;
	background-color:#ee1c24;
	/*--gradient--*/
	background-image: linear-gradient(bottom, rgb(238,28,35) 38%, rgb(238,28,35) 69%, rgb(238,28,35) 85%);
	background-image: -o-linear-gradient(bottom, rgb(238,28,35) 38%, rgb(238,28,35) 69%, rgb(238,28,35) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(238,28,35) 38%, rgb(238,28,35) 69%, rgb(238,28,35) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,28,35) 38%, rgb(238,28,35) 69%, rgb(238,28,35) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(238,28,35) 38%, rgb(238,28,35) 69%, rgb(238,28,35) 85%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.38, rgb(238,28,35)),
		color-stop(0.69, rgb(238,28,35)),
		color-stop(0.85, rgb(238,28,35))
	);
	/*--gradient for ie--
	-pie-background: linear-gradient(#ee1c23, #ee1c24);
	behavior: url(PIE.htc);*/
	
	/*--radius--*/
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius:20px;
	
	/*behavior: url(ie-css3.htc);*/
}
.nav ul{
	display:block;
	width:720px;
	height:36px;
	margin : 0px auto;
}
.nav ul li{
	width:120px;
	float:left;
	text-align:center;
	display:block;
}

.nav ul li a{
	color:#fff;
	display:block;
	padding-left:8px;
	/*padding:11px 14px 9px 20px\9;*/
    border-right: 1px solid #d41a21\9;
	/*border-left: 1px solid rgba(255,255,255,0.1);*/  
    border-right: 1px solid rgba(0,0,0,0.1);

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	font-size:14px;
	line-height:36px;
}
/*.nav ul li:hover{
	background-color:#fff;
}*/

/*.nav ul li:first-child{
	margin-left:4px;
	margin-left:0px \9;
}*/


.nav ul li:last-child{
	/*margin-right:10px;*/
	border-right:none\9;
}


/*.nav a{  
	 width:100%; height:100%;}*/
.nav a:hover{
	/*color:#000;*/
	background: transparent none;
}
.nav ul li.act a, .nav ul li:hover{
	/*border:1px solid #CCC;*/
	-moz-box-shadow: inset 0 0 7px #7e1216;
	-webkit-box-shadow: inset 0 0 7px #7e1216;
	box-shadow: inner 0 0 7px #7e1216;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	background-color:#d41a21\9;
}
/* ******************************************************************** */ 
/*                              keyimage                                */ 
/* ******************************************************************** */

#keyimage {
	color:#FFF;
}

#slider-wrapper {
	background-color:#000;
	width:900px;
	height: 390px;
    margin:0 auto;
	padding:15px 62px 0px 62px;	
	overflow:hidden;
	/*--box shadow--*/
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

#slider{
	position:relative;
	width:900px;
	height: 360px;
	background:url(images/loading.png) no-repeat 50% 50%;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:420px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	/*margin-right:3px;*/
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-40px;
}
a.nivo-prevNav {
	left:-40px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* ******************************************************************** */ 
/*                             artist_title                             */ 
/* ******************************************************************** */

#artist_title {
}

#artist_detail {
	color:#fff;
	background-color:#000;
	height: 50px;
	/*--box shadow--*/
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.artist_name{
	font-size:24px;
	padding:10px 40px;
	line-height:30px;
	float:left;
}


#socail_icon{
	float:right;
	padding:10px 30px;	
	line-height:30px;
	font-size:10px;
}




/* ******************************************************************** */ 
/*                              content                                 */ 
/* ******************************************************************** */ 

#content{
}

#onecol, #maincol{
	/*--radius--*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 0px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 40px; 
	/*--shadow--*/
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	/*--gradient--*/
	background: #fff;
	background-repeat:no-repeat;
	background-position:top right;
	background-image: url(../images/letsRock.gif); /* fallback */
    background-image: url(../images/letsRock.gif),
	-webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgb(250,250,250)),
    color-stop(0.5, rgb(255,255,255)),
    color-stop(1, rgb(250,250,250))
	);
	background-image: url(../images/letsRock.gif),
	-moz-linear-gradient(
		left center,
		rgb(250,250,250) 0%,
		rgb(255,255,255) 50%,
		rgb(250,250,250) 100%
	);
	border: 1px solid #acacac;
}


/*------------------------onecol----------------------------*/

#onecol{
	margin:0 20px;
}

ul.artist_list li{
	width:230px;
	height:170px;
	float:left;
	margin:0 20px 20px 0;
	/*--radius--*/
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	overflow:hidden;
}

.artist_photo{
	width:230px;
	height:170px;
}

.artist_detail{
	color:#FFF;
	/*padding:15px;*/
	line-height:40px;
	height:40px;
	background:rgba(0,0,0,0.5);
	background:#000\9;
	filter:alpha(opacity=70);
	position:relative;
	top:-40px;
	padding: 0 15px;
	/*--radius--*/
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.artist_detail a{
	color:#FFF;	
}

.artist_name_ch, .artist_name_en{
	display:block;
}

.artist_name_en{
	font-size:0.8em;
}

/*-------------signup------------------*/

#wb_connect{
	margin-top:15px;
}

#wb_connect img{
	margin-top:8px;
	display:block;
}

.add_notic{
	margin-bottom:20px;
}
.add_notic p{
	margin-top:5px;
	font-size:0.9em;
}

#step1, #step2, #step3{
	height:60px;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #e1e1e1;
}

#step1{
	background: url(../images/step_01.gif) no-repeat;
}

#step2{
	background: url(../images/step_02.gif) no-repeat;
}

#step3{
	background: url(../images/step_03.gif) no-repeat;
}

.step1_form textarea{
	width:95%;
}

.step1_form .confirm{
	font-size:11px;
}

.tip{
	display: inline-block;
	font-size:12px;
	height:20px;
	color:#c2c2c2;
	margin-left:10px;
	margin-bottom:10px;
	line-height:1.1em;
}

.step2_form .tip{
	width:480px;
	padding-top:4px;
}

.radio_gender{
	margin-right:5px;
}

/*------------------------maincol----------------------------*/

#maincol{
	width:590px;
	float:left;
	margin-left:20px;
	min-height:450px;
}

div.tabcol{
	position:relative;
	top:40px;
	margin-bottom:40px;
}

div.notabcol{
	margin: 90px 40px 40px 40px;
}

div.notabcol p{
	width:100%;
}

h3{
	color:#ee1c24;
	font-size:24px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px dashed #CCC;
	padding-bottom:10px;
	margin-bottom:20px;
	line-height:1.3em;
	display:block;
}

#maincol h4{
	margin-bottom:20px;
	letter-spacing:0.2em;
}

#partner, #service, #award{
	border-top: 1px solid #CCC;
	margin-top:30px;
	padding-top:30px;
}

#award ul li{
	margin:5px 0;
}

#partner ul li{
	float:left;
	width:110px;
	/*max-height:35px;*/
	height:auto;
	padding:5px;
	overflow:hidden;
	border: 1px solid #CCC;
	margin-right:5px;
	text-align:center;
}

#partner ul li img{
	max-width:110px;
}

.tab_container h3{
	height:50px;
	background:url(../images/h3_bg.gif) no-repeat;
	position:relative;
	left:-10px;
	top:-80px;
	padding:20px 0 0 50px;
	border:none;
	margin-bottom:0px;
}

/*------tabs--------*/
#maincol .tab_container .tab_content{
	margin: 0 40px;
	padding-top:30px;
	border-top: 1px dashed #CCC;
	position:relative;
	top:-80px;
}

.tab_content div.artist_photo{
	width:500px;
	/*padding:5px;*/
	overflow:hidden;
	/*border: 1px solid #CCC;*/
	/*margin-bottom:20px;*/
}


.tabs {display:inline-block;}
ul.tabs {
	width: 100%;
	height:150px;
	position:relative;
	top:-50px;
	left:40px;
	font-size:14px;
}
ul.tabs li {
	float: left;
	padding-right:0px;
	position: relative;
}
ul.tabs li a {
	width:55px;
	height:50px;
	overflow:visible;
	display: block;
	color:#FFF;
	padding:20px 20px 20px 3px;
	text-align:center;
	text-shadow: 0px 1px 1px #555;
	background:url(../images/tab_bg.gif) no-repeat;
}
ul.tabs li a:hover, ul.tabs li.current {
	margin-top:29px;
	background:url(../images/tab_actived_bg.gif) no-repeat;
}
/*-------------news & events------------------*/

ul.news_list li{
	padding:20px 0;
	border-bottom: solid 1px #e1e1e1;
}

ul.news_list li:first-child{
	padding-top:0px;
}

ul.video_list li img{
	width:130px;
	height:100px;
	padding:3px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
	overflow:hidden;
}

ul.img_list li img{
	padding:3px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
	overflow:hidden;
}

.news_img{
	width:130px;
	/*min-height:100px;*/
	padding:3px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
	text-align:center;
}

.news_img img{
	max-width:130px;
	height: auto;
}

ul.img_list, ul.video_list{
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #e1e1e1;
}

ul.video_list li{
	margin-right:10px;
}

.tab_content ul.img_list, .tab_content ul.video_list{
	padding-top:0;
}


ul.img_list li, ul.video_list li{
	display:inline-block;
	margin-bottom:15px;
}

ul.video_list li img, ul.video_list li .video_thumb_cover{
	background: url(../images/video_thumb_cover.png) no-repeat center center;
	width:130px;
	height:100px;
	position: absolute;
	top: 0;
	left: 0;
	padding:3px;
}

ul.video_list li .video_thumb_container{
	display: block;
	width: 130px;
	height: 100px;
	position: relative;
}

 ul.video_list li .video_detail{
	 margin-top:10px;
 }
 
 
 ul.video_list li .video_detail .video_title{
	 color:#ee1c24;
 }
 
 ul.video_list li .video_detail .video_author{
	 display:block;
 }


 ul.video_list li .video_detail .video_author a{
	 color:#000;
 }
 
ul.img_list li .img_detail, ul.video_list li .video_detail{
	width:130px;
	padding:3px;
	font-size:0.7em;
}

.music_list{
	width:100%;
}

#evt_list_th th, #music_list_th th{
	text-align:left;
}

.music_list tr th{
	padding:10px 0;
	height:40px;
	vertical-align: middle;
}

.music_list tr td{
	height:70px;
	vertical-align: middle;
	/*line-height:1.2em;*/
}

.music_list tr th{
	border-top:1px solid #CCC;
	letter-spacing:0.3em;
}

.music_list tr{
	border-bottom:1px solid #CCC;
	padding: 3px 0;
}

.music_list .music_list_artist{
	width:15%;
	line-height:1.3em;
}


.music_list .music_list_title{
	width:75%
}

.music_list .music_list_download{
	width:10%
}

.news_content{
	width:355px;
	height:100px;
	float:left;
	padding-top:3px;
}

.news_content p{
	font-size:0.8em;
	width:100%;
}

.news_more a{
	color:#ee1c24;
	font-size:0.9em;
}

.evt_content{
	margin-bottom:30px;
	color: #000;
}

.evt_content li{
	margin-bottom:10px;
}


.backto{
	padding-top:20px;
}

.tolist{
	float:left;
}

.share{
	float:right;
}

.evt_list tr th, .evt_list tr td{
	padding:10px 2px;
	height:40px;
	vertical-align: middle;
	/*line-height:1.2em;*/
}

.evt_list tr th{
	border-top:1px solid #CCC;
	letter-spacing:0.3em;
}

.evt_list tr{
	border-bottom:1px solid #CCC;
}

.evt_list .evt_list_date{
	width:8%;
}

.evt_list .evt_list_artist{
	width:17%;
}
.evt_list .evt_list_title{
	width:45%;
}
.evt_list .evt_list_time{
	width:10%;
}
.evt_list .evt_list_loc{
	width:20%;
}

/*-------------page nav-----------------*/

.pagenav{
	margin-top:25px;
}

.count_corner, .page_corner, .page_current_corner{
	border: 1px solid #e1e1e1;
	font-size:10px;
	padding:5px 8px;
	margin-right:5px;
}

.gap{
	margin-right:5px;
	color: #acacac;
	background-color:#FFF;
}

.page_corner, .page_current_corner, .gap_corner{
}

.count_corner, .page_corner{
	color: #acacac;
	background-color:#FFF;
}

.page_current_corner{
	color: #FFF;
	background-color:#ee1c24;
	border-color:#ee1c24;
	
}


/*------------------------rightcol----------------------------*/

#rightcol{
	width:270px;
	float:right;
	padding-right:20px;
}


.bubble, .ad{
	margin: 0px auto;
	margin-bottom:20px;background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgb(250,250,250)),
    color-stop(0.5, rgb(255,255,255)),
    color-stop(1, rgb(245,245,245))
	);
	background-image: -moz-linear-gradient(
		left center,
		rgb(250,250,250) 0%,
		rgb(255,255,255) 50%,
		rgb(245,245,245) 100%
	);
	border: 1px solid #acacac;
}

.ad{
	padding:5px;
}

.bubble {
	clear: both;
	padding:15px;
}

.bubble .rel_artist a{
	color:#555;
	text-align:center;
}

.bubble ul li{
	border-bottom: dashed 1px #CCC;
	padding:10px 0;
}

.bubble ul li a{
	color:#ee1c24;
}

.bubble ul li ul li{
	border:none;	
	padding:2px 0px;
}


.bubble p{
	font-size:0.9em;
}

.bubble ul li:last-child{
	border:none;
}

#rightcol h4{
	width:85px;
	height:45px;
	position:relative;
	left:-24px;
	padding:5px 0px;
	padding-left:23px;
	color:#FFF;
	background: url(../images/h4_bg.gif) no-repeat;
	
}

#rightcol h4.h4l{
	width:155px;
	height:45px;
	position:relative;
	left:-24px;
	padding:5px 0px;
	padding-left:23px;
	color:#FFF;
	background: url(../images/h4l_bg.gif) no-repeat;
	
}

.bubble ul.rel_artist li{
	float:left;
	margin:0 0 15px 25px;
	margin:0 0 15px 15px\9;
	border:none;
	height:100px;
}

.bubble ul.rel_artist li img{
	height:70px;
	width:auto;
	max-width:70px;
	padding:3px;
	border:1px solid #ccc;
}

.rel_artist_name{
	font-size:12px;
	width:70px;
	text-align:center;
	padding: 5px 3px;
}

h5{
	color:#ee1c24;	
	margin-bottom:5px;
	font-size:14px;
	line-height:1.3em;
	font-weight:normal;
}

.date{
	font-size:10px;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}



/*------Event--------*/
.cal{
	width:30px;
	height:35px;
	text-align:center;
	border: solid 1px #CCC;
	float:left;
	font-size:11px;
}

.month{
	display:block;
	height:15px;
	line-height:15px;
	background-color:#ee1c24;
	color:#FFF;
	
}

.day{
	line-height:20px;
}

.evt_artist{
	font-size:0.7em;
	
}

.evt_detail{
	float:left;
	margin-left:10px;
	width:195px;
}

.evt_title{
	display:block;
	color:#ee1c24;
	margin:3px 0;
	/*line-height:1.2em;*/
}

.loc{
	display:block;
	font-size:0.8em;	
}

.bubble span.more{
	margin-left:180px;
}


/*------Event  Calendar--------*/

fieldset.jcalendar {
	margin:0 auto;
	font:.9em Arial, Helvetica, sans-serif;
	margin-top:10px;
}

div.jcalendar-wrapper {
width:20em;
}

div.jcalendar-selects {
	margin:0 auto;
	text-align:center;
	margin-bottom:5px;
}

div.jcalendar-selects select {
	border:1px solid #A1A5A9;
	font-size:100%;

}

div.jcalendar table {
background:#a1a5a9;
color:#000;
margin:.3em auto;
	text-align:center;
}

div.jcalendar table th {
background:#eee;
}

div.jcalendar table td {
background:#f9f9f9;
padding:0;
width:2.2em;
}

div.jcalendar table th.weekend {
background:#ddd;
}

div.jcalendar table td.weekend {
background:#e9e9e9;
}

div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
}

div.jcalendar table td.today a {
background:#555;
border-color:#aaa;
color:#fff;
font-weight:700;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#ee1c24;
color:#fff;
padding:0;
}

div.jcalendar table td a.selected {
background:#ee1c24;
color:#fff;
}

div.jcalendar-links {
margin:.4em;
text-align:center;
}

div.jcalendar-links a {
padding:.2em .4em;
color:#ee1c24;
}


/*------Social--------*/

.social{
	background: url(../images/balloon-white.png) left no-repeat;
	padding-left: 20px;
}

.social_artist{
	font-size:0.9em;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
}

.social_artist a{
	margin-left:5px;
}

/*------great infomation--------*/

.addr_c, .addr_e{
	/*line-height:1.2em;*/
	margin-bottom:10px;
}

/* ******************************************************************** */ 
/*                              footer                                  */ 
/* ******************************************************************** */ 

.footer{
}

#copyright{
	color:#FFF;
	font-size:11px;
	text-align:center;
	padding:20px 0;
	background-color:#ee1c24;
}

/* Calendar */
.calendars{/*border:1px solid #AAA; background-color:#CCCCCC;*/ padding:3px; height:15px; text-align:center; color:#EE1C24;}
.calendars .Previous {float:left; cursor:pointer;}
.calendars .Next {float:right; cursor:pointer;}
.calendars_list {width:100%; margin:0 auto .3em; border-top:1px solid #ccc; border-bottom:1px solid #ccc; /*border-left:1px dotted #EE1C24;*/ background-color:#FFF;}
.calendars_list img {border:0;}
.calendars_list th{padding:5px; /*background-color:#EEEEEE;border-right:1px dotted #EE1C24;*/ border-bottom:1px solid #ccc;  text-align:center;}
.calendars_list td{padding:5px 3px; font-size:10px; /*border-right:1px dotted #EE1C24; border-bottom:1px dotted #EE1C24;*/}
.calendars_list td{width:14%; text-align: center;}
.calendars_list td:hover{background-color:#EE1C24; color:#FFF; cursor:pointer;}
.calendars_list .act{background-color:#EE1C24; color:#FFF;}
.calendars_list .today{background-color:#CCC; /*border-color:#AAA;*/ color:#FFF;}
.calendars_list .weekend{/*background-color:#CCC;*/ width:15%;}
.calendars_list .env{color:#EE1C24; font-weight:bold;}

/*----------------------new---------------------------*/

.album{
	/*height:175px;
	overflow:hidden;*/
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dashed #CCCCCC;
}

.album{
	padding-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
}



.album .album_list_detail{
	width:340px;
	float: left;
	padding-right: 55px;
}

.album_list_cover{
	float:left;
	width:175px;
	margin-right:15px;
}

.album_list_cover img{
	width:175px;
	height:175px;
}

.album_list_info{
	width:140px;
	float:left;
}

.album_list_info h1{
	font-size:1.2em;
	margin-bottom:5px;
	line-height: 1.2em;
	font-weight:normal;
}

.album_list_info h2{
	margin-bottom:10px;
	font-weight:normal;
}

.album_list_info .date{
	margin-bottom:10px;
	color:#ccc;
	font-size:12px;
}
.album_list_desc{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.album_list_songs{
	max-width:115px;
	float:right;
}

.album_songs ol{
	padding: 10px 3em 0;
}

.album_list_songs ol, .album_songs ol{
	list-style-type:decimal-leading-zero;
}

.album_list_songs ol li, .album_songs ol li{
	padding-bottom:5px;
}

.album_list_songs ol li a, .album_songs ol li a{
	color:#555;
}

.album_list_songs ol li a:hover, .album_songs ol li a:hover{
color: #EE1C24;
}

.album_songs ol li a.current{
	color:#ee1c24;
}

.player{
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin:20px 0;
}

.buy{
	height:60px;
	display:block;
	line-height:60px;
}

.buy a{
	width:110px;
	height:40px;
	display: inline-block;
	margin:10px 0;
	float: right;
}

.lyrics{
	padding-bottom:30px;
    border-bottom: 1px solid #CCCCCC;
}


.lyrics h1{
	font-size:1.3em;
	margin-bottom:20px;
}


.bubble ul.recommend li img {
    border: 1px solid #CCCCCC;
    height: 70px;
    width: 70px;
    padding: 3px;
	float:left;
}

.bubble ul.recommend li a {
	color:#555;
}


.bubble ul.recommend li a:hover {
	color:#ee1c24;
}

.bubble ul.recommend .recom_song{
	float:left;
	padding:5px 0 0 10px;
	width: 150px;
}


.bubble ul.recommend .recom_singer{
	font-size:1.1em;
	display: block;
	margin-bottom:10px;
}

/*----------------------new---------------------------*/