@charset "utf-8";

.green { color: #09918A; }
.red { color: #f00; }
.gray { color: #666; }
.orange { color: #ff7400; }

.floatL { float: left; }
.floatR { float: right; }

#header {
	background: url(../img/headerbk3.gif) top center no-repeat;
	}
#main {
	text-align: center;
	background: url(../img/sidebk3.gif) top center repeat-y;
	}
#discographyWrapper {
	margin: 0px auto;
	background: url(../img/onecolumn_border.gif) top center no-repeat;
	padding-top: 42px;
	}

.latest {
	width: 702px;
	text-align: left;
	margin-bottom: 30px;
	}
	.latest .title {
		border-bottom: 1px dashed #666;
		padding-bottom: 5px;
		margin-bottom: 10px;
		}
	.latest .credit {
		line-height: 1.0;
		margin: 5px 0px;
		}
	.latest .btn_special {
		background: url(../img/btn_disco_special.gif) top center no-repeat;
		text-align: center;
		height: 26px;
		padding-top: 2px;
		}
	.latest .floatL {
		width: 240px;
		}
	.latest .floatR {
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px dashed #666;
		}
	ol.songlist-inner {
		float: left;
		width: 215px;
		margin-left: 0px;
		padding: 0px;
		}
		ol.songlist-inner li {
	margin-left: 30px;
	font-size: 90%;
			}
	.latest .cmt {
		margin: 10px 0px;
		width: 439px;
		}
.cell-jacket {
	text-align: center;
	width: 140px;
	vertical-align: top;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;

}
.jacket {
	margin-bottom: 2px;
	border: 1px solid #F2EADA;
}
#diskfull {
	background-image: url(../img/onecolumn_border.gif);
	margin-left: 100px;
	background-repeat: no-repeat;
	margin-right: 100px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.cell-other {
	background-image: url(../img/d_other_bk.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	font-size: 10px;
	color: #CC9966;
	text-align: center;
	line-height: 20px;
}
.cell-book {
	background-image: url(../img/d_book_bk.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	font-size: 10px;
	color: #86ABE5;
	text-align: center;
	line-height: 20px;
}
.cell-dvd {
background-image:url(../img/d_dvd_bk.gif);
background-position:2px 1px;
background-repeat:no-repeat;
color:#ffcc33;
font-size:10px;
line-height:20px;
text-align:center;
}
.cell-album {
background-image:url(../img/d_album_bk.gif);
background-position:2px 1px;
background-repeat:no-repeat;
color:#c4d725;
font-size:10px;
line-height:20px;
text-align:center;
}
.cell-single {
background-image:url(../img/d_single_bk.gif);
background-position:2px 1px;
background-repeat:no-repeat;
color:#5dd244;
font-size:10px;
line-height:20px;
text-align:center;
}


#discographyWrapper h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFCC66;
	padding-left: 3px;
}
#footer p.footlink {
	padding-top: 20px;
	padding-bottom: 10px;
}