/*-------------------------------------------------------*/
/* for index-layout */
/* common-styles are common.css */
/* page-styles are here */
/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* top */

#top h2{
	padding-bottom:15px;
}
#top ul.topnews{
	margin:0px;
	padding:0px 0px 20px;
}
#top ul.topnews li{
	padding:0px 0px 3px;
}
#top table.box{
	margin-bottom:20px;
}
#top h3.txt{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/info_hl-bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
}

/*-------------------------------------------------------*/
/* info */

#info h3.txt{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/info_hl-bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
}

#info table.box{
	margin-bottom:40px;
}
#info table.box .img{
	padding-right:15px;
}
#info table.box .img p{
	text-align:center;
}
#info table.box .img p img{
	margin-bottom:5px;
}

/*-------------------------------------------------------*/
/* biography */

/*#biography #main{
	background-image: url(../images/biography_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 420px;
}*/
#biography h3{
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	color: #754F00;
}

#biography .bio{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #750007;
}
#biography tr td .solo {
	margin-bottom: 20px;
}
#biography tr td .solo li {
	margin-bottom: 4px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 20px;
}
/*-------------------------------------------------------*/
/* discography */

.disco_cd{
	margin:0px 0px 15px;
	background-color:#1d0001;
}
.disco_cd td{
	font-size:10px;
	color:#CCCCCC;
	vertical-align: top;
}
.disco_cd td:first-letter {
	color:#ff0006;
}
.disco_cd td strong{
	color:#fdad00;
}
.disco_cd td strong:first-letter {
	color:#ff0006;
}

/*-------------------------------------------------------*/
/* contact */

#contact p.cdimg{
	background-color:#1d0001;
	padding:15px;
	color: #CCCCCC;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
}
#contact p.cdimg img{
	padding-bottom:5px;
}
#contact p.cdimg strong{
	color:#fdad00;
}

/*-------------------------------------------------------*/
/* episode */

#episode #layout{
	background-image:url(../images/episode_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#episode #wrapper{
	background-image: url(../images/episode_bg.gif);
	width: 560px;
	border-bottom:1px #000000 solid;
	margin-bottom: 20px;
}
#episode .box{
	padding:20px;
}
#episode .box p{
	line-height: 1.8;
}
#episode .box img.right-img{
	margin-left:10px;
}
#episode .box img.left-img{
	margin-right:10px;
}
