/* Page styles */

html {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #f2f4f6;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5, h6 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul, ol, dl {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
}

img {
	border-style: none;
}

code, kbd, samp {
	font-size: 1.1em;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/***************************************************************/
#header {
	position: relative;
	border-bottom: 2px solid #ddd;
	padding: 2px;
	color: #000;
	background-color: #fff;
}

#header .logo {
	float:left;
	display:block;
	font-size:2em;
	font-weight:bold;
	margin: 15px 10px 0 30px;
}

#header .logo :link, #header .logo :visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#header .logo h1 {
	margin: 0;
	font-size: 1em;
	display:inline;
}

/*#header .ad {*/
/*	float:left;*/
/*	display:block;*/
/*	width: 728px;*/
/*	height: 90px;*/
/*}*/

#header .right {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.5em;
	color: #000;
	background-color: transparent;
}

/***************************************************************/
#content {
	position: absolute;
	right: 0%;
	border-left: 2px solid #ddd;
	padding: 1.5%;
	color: #000;
	background-color: #fff;
	
	/* IE5/Win Box Model Hack */
	width: 80%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 77%;
}

#content p {
	line-height: 1.5;
}

#content p:last-child {
	margin: 0;
}

/***************************************************************/
.block {
	color: #000;
	background-color: #f2f4f6;
}

.block_pink {
	color: #000;
	background-color: #f6f2f2;
}

.block, .block_pink {
/*	position: relative;*/
	margin: 0 0 1em 0;
	border: 2px solid #ddd;
	-moz-border-radius: 0.5em;
	padding: 1em 1.25em;
}

.block:target, .block_pink:target {
	border: 2px solid #fa0;
}

.block h2, .block_pink h2 {
	margin: 0;
}

.block_important {
	margin: 0 0 1em 0;
	border: 2px solid red;
	padding: 0.5em;
}

.album_cover {
	margin: 0 0.5em 0.5em 0;
	vertical-align: middle;
	float: left;
}

.album_title {
	/* for IE7 */
	float: left;
}

.song_lyrics {
	margin: 1em 0 1em 0;
	font-size: 0.9em;
}

.song_lyrics_ad {
	float: left;
	margin: 8px;
}

.song_video {
	float: left;
}

.song_video_ad {
	float: left;
}

.title_notes {
	font-style: italic;
	line-height: 1.5;
}

.copyright_notes {
	font-style: italic;
	font-size: 0.8em;
	color: #888888;
}

/***************************************************************/
#sidebar {
	padding: 1.5%;
	
	/* IE5/Win Box Model Hack */
	width: 20%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 17%;
}

#sidebar ul {
	list-style-type: square;
}

#sidebar li {
	color: #999999;
}

#sidebar .current {
	color: red;
}

#sidebar li :link, #sidebar li :visited {
	/*color: #000;*/
	display:block;
	background-color: transparent;
	text-decoration: none;
}

#sidebar li :hover {
	background-color: #E0E0E0;
	text-decoration: underline;
}

#sidebar p {
	margin: 0;
}

#sidebar .center {
	text-align: center;
}

/***************************************************************/

.artist_list_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.artist_list_index li {
	margin: 0;
	padding: 0 0.3em 0 0.3em;
	display: inline;
	background-color:#F7F7F7;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCED8;
	font-weight: bold;
	font-size: 1.2em;
}

.artist_list_index li :link, .artist_list_index li :visited {
	background-color: transparent;
	text-decoration: none;
}

.artist_list_index li :link:hover, .artist_list_index li :visited:hover {
	background-color: #E0E0E0;
	text-decoration: underline;
}

.artist_list {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

.artist_list li {
	margin: 0.2em 0.2em 0 0;
	padding: 0.2em 0 0 0.3em;
	float:left;
	display:block;
	overflow: hidden;
	width: 222px;
	background-color:#F7F7F7;
}

.artist_list li :link, .artist_list li :visited {
	display:block;
	background-color: transparent;
	text-decoration: none;
}

.artist_list li :link:hover, .artist_list li :visited:hover {
	background-color: #E0E0E0;
	text-decoration: underline;
}

.comment-nav {
	text-align: center;
}

.comment-nav :link, .comment-nav :visited {
	color: #000;
	background-color: transparent;
}

.hidden {
	display: none;
}

.clear
{
	clear:both;
}
