/* 2008.01.11 */
/* Page structure */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url('/user/views/tnlyrix/images/bg.gif') repeat-x top;
	color: #fff;
	font: 12px Arial, Tahoma, sans-serif;
}
#page {
	float: right;
	margin-left: -136px;
	width: 100%;
}
#sidebar {
	float: left;
	width: 125px;
}
#content {
	margin-left: 136px;
	min-width: 615px;
	max-width: 615px;
}
.fluid {
	/* max-width: 1280px !important;
	min-width: 615px !important; */
	max-width: 100% !important;
}

/* Styles */

a {
	color: #f06ea9;
	text-decoration: none;
}
a img {
	border: 0;
}
#header h1 {
	background: url('/user/views/tnlyrix/images/possiblehead.jpg') no-repeat;
	height: 250px;
	margin-bottom: 16px;
	text-indent: -9000px;
	width: 750px;
}
p {
	margin-bottom: 12px;
}
.ulist {
	list-style: none;
	margin-bottom: 12px;
}
.ulist li {
	font-weight: bold;
}
.ulist li ul {
	list-style: url('/user/views/tnlyrix/images/bullet.gif');
	margin-left: 20px;
}
.ulist li ul li {
	font-weight: normal;
}

/* Sidebar */

#sidebar ul {
	list-style: none;
}
#sidebar h3 {
	background: #f49ac1;
	color: #000;
	font-size: 13px;
	margin-bottom: 1px;
	text-align: center;
}
#sidebar ul li {
	margin-bottom: 24px;
}
#sidebar ul li ul li {
	margin-bottom: 1px;
}
#sidebar ul li ul li a {
	border-left: 5px solid #ec008c;
	color: #fff;
	display: block;
	padding: 2px 0 2px 8px;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	border-left: 5px solid #f49ac1;
	color: #fff;
	padding-left: 8px;
}

/* Content */

#content h2.main {
	color: #ff99cc;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 8px;
}
#content h2.release {
	display: none;
}
#content h2.track {
	color: #ff99cc;
	font-size: 14px;
	margin-bottom: 0;
}
#content h3 {
	border-bottom: 1px solid #ec008c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

/* Lyrics */

#kana, #romaji, #english {
	float: left;
	padding-right: 12px;
	width: 32%;
}
#english {
	padding-right: 0;
}

/* Meta */

.meta {
	padding-bottom: 20px;
}
.meta .artwork {
	display: block;
	float: left;
	margin-right: 4px;
	width: 130px;
}
.meta .artwork img {
	display: block;
	margin: 0 auto;
	max-width: 130px;
}
.meta .info {
	float: left;
	width: 480px;
}
.meta ol {
	margin-left: 32px;
}