body {
	background-color: #CCC;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	height:100%;
}

#mainContainer {
	background-image:url('../image/main_01.png');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	margin-top:7px;
	margin-bottom:7px;
	
	box-shadow: 0 0 18px #000;
	-o-box-shadow: 0 0 18px #000;
	-moz-box-shadow: 0 0 18px #000;
	-webkit-box-shadow: 0 0 18px #000;
	-khtml-box-shadow: 0 0 18px #000;
	
	border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#mainBody {
	/*background-image: url('../image/main_02.png');
	background-position: top center;
	background-repeat: repeat-y;*/
	width: 100%;
	min-height:0;
}

#footer {
	background-image: url('../image/main_03.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:30px 0 0 0;
}

#menu li {
	float:left;
	border-left: 1px solid #3F3F3F;
	margin:0;
	padding:10px 15px;
}

#menu ul li:first-child {
	border-left:none;
	padding-left:0;
}

#menu ul li a {
	color:#3F3F3F;
	font-size:small;
	font-weight:lighter;
	text-decoration:none;
}

#menu ul li a.current {
	color:#CCC;
}

#menu ul li a:hover {
	color:#DDD;
}

h2 {
	color:#DDD;
	font-size:large;
	border-bottom: 1px solid #660;
	padding-left:0.5em;
}

a {
	color:#999;
}

a:hover {
	color:#CCC;
}


a.more {
	float:right;
	display:none;
}

#mainDetail > div, #leftBar > div, #mainArea > div {
	display:none;
}

/* home */
.home #mainArea-home {
	display:block;
	text-align:center;
}

.home #news {
	display:block;
}

.home .newsItem {
	padding: 0 0.5em 1.5em 0.5em;
}

.home .newsItem > div.date {
	float:left;
	color:#999;
	font-size:small;
	line-height:normal;
	margin-bottom:0.4em;
}

.home .newsItem > div.title {
	padding-left: 9em;
	color:#999;
	font-size:small;
	line-height:normal;
	margin-bottom:0.5em;
}

.home #discography {
	display:block;
	height:160px;
}

.home #gallery {
	display:block;
}

.home #gallery ul {
	margin:0;
	text-align:center;
}

.home #gallery ul li{
	float:left;
	width:72px;
	height:72px;
	margin:8px;
	text-align:center;
	vertical-align:middle;
	list-style:none;
}

.home #gallery ul li a img{
	border:#CCC 3px solid;
}

.home #gallery ul li a img:hover{
	border:#FFF 3px solid;
}

/* profile */
.profile #mainArea-profile {
	display:block;
	text-align:center;
}

.profile #profile{
	display:block;
}

.profile #profile ul li{
	list-style:square;
}

.profile #interview{
	display:block;
}

.profile #interview ul li{
	list-style:none;
	margin-bottom:1em;
}

.profile #awards{
	display:block;
}

.profile #awards ul li{
	list-style:none;
	margin-bottom:1em;
}

.profile #awards ul li div.date{
	display:block;
	color:#CCC;
}

/* gallery */
.gallery #mainArea-gallery {
	display:block;
	min-height:20px;
}

.gallery ul.thumbs {
	margin:0;
	text-align:center;
	list-style:none;
}

.gallery ul.thumbs li {
	list-style:none;
}

.gallery ul.thumbs li a{
	float:left;
	width:72px;
	height:72px;
	margin:6px;
	text-align:center;
	vertical-align:middle;
	background-color:#333;
	border:3px solid #333;
	list-style:none;
}

.gallery ul.thumbs li.selected a {
	background-color:#CCC;
	border:3px solid #CCC;
	list-style:none;
}

.gallery #galleriffic-slideshow{
	width:100%;
}

.gallery #mainBody {
	min-height:430px;
}

.gallery #galleriffic-loading {
	text-align:center;
}

.gallery #galleriffic-loading img {
	margin:150px;
}

/* discography */
.discography #mainArea-discography {
	display:block;
}
