/* reset some defaults */

*{
	margin:0;
	padding:0;
}

ul li{
	list-style-type:none;
}

body{
	background:#FFDD4F url('/images/interface_parts/bg_pattern.gif') repeat top center;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
}

hr{
	visibility:hidden;
	clear:both;
}

h1{
	position:relative;
	color:#FFF;
	text-indent:-9999px;
	background:url('/images/interface_parts/diag_lblue.gif');
	border-bottom:2px solid #0CF;
	height:100px;
}

h1 img#titleimage{position:absolute; top:24px; left:50%; margin-left:-28px;}

h2{
	text-indent:-9999px;
	line-height:36px;
	border-bottom:1px dotted #fff;
	margin:5px 0 15px;
	background:url('/images/interface_parts/h_news.gif') no-repeat top left;
}

#body0 h2 {background:url('/images/interface_parts/h_news.gif') no-repeat top left;}
#body1 h2 {background:url('/images/interface_parts/h_artists.gif') no-repeat top left;}
#body2 h2 {background:url('/images/interface_parts/h_releases.gif') no-repeat top left;}
#body3 h2 {background:url('/images/interface_parts/h_comics.gif') no-repeat top left;}
#body4 h2 {background:url('/images/interface_parts/h_about.gif') no-repeat top left;}

/* container bits */
#container{
	position:relative;
	margin:0 auto;
	padding:15px 0;
	width:800px;
}
#small_column{
	float:left;
}

	
/* navamagation */
#nav{
	position:absolute;
	top:-26px;
	left:0;
	background:#09F;
	color:#FFFFFF;
	border:1px solid #000;
	border-width:1px 1px 0 1px;
}
	#nav li{
		display:inline;
	}
		#nav li a{
			display:block;
			float:left;
			margin:0;
			padding:3px 8px;
			height:16px;
			color:#FFF;
			text-decoration:none;
			font-size:14px;
			border-top:1px solid #fff;
			}

			#nav li a:hover, #nav li a:active{
				background-color:#0CF;
				text-decoration:underline;
			}
			#nav li#menu_on a{
				background-color:#0CF;
			}
/* splash thingee */

#splash{
	width:800px;
	height:300px;
	margin:18px 0;
	border:10px solid #000;
	border-width:10px 0;
	background:#000 url('/images/splashes/p_n_subs.jpg') no-repeat top left;
}
#splash p{
	margin-top:270px;
	padding:0 18px;
	font:bold 18px/24px Georgia, "Times New Roman", serif;
	color:#fff;
}

			
/* General dl styles */

dl{
	position:relative;
	float:right;
	margin:5px 0 13px 5px;
	padding:5px;
	width:560px;
	background:#EFF;
	border:1px solid #000;
}
	dl dt, dl dt a{
		display:block;
		font-weight:bold;
		font-size:20px;
		padding:5px 0;
		color:#09F;
		border-bottom:1px solid #09F;
	}
	dl dt a{
		text-decoration:none;
		border:none;
	}
	dl dt small{
		float:right;
		margin-top:-13px;
		font-size:10px;
		font-weight:normal;
	}
	dl dd p{
		font:14px/18px Georgia, "Times New Roman", serif;
		margin:10px 5px;
	}	

/* Submenu dl */

dl#submenu{
	float:none;
	margin:5px 0 0;
	padding:0;
	background:#eff;
	width:201px;
}
	dl#submenu dt{
		background-color:#fb0;
		padding:5px;
		color:#fff;
		font-size:18px;
		font-weight:bold;
		border-top:1px solid #fff;
		border-bottom:1px solid #eb0;
	}
	dl#submenu dd{
		background-color:#fe8;
	}
		dl#submenu dd a{
			background:#fe8;
			display:block;
			padding:2px 5px;
			color:#c90;
			text-decoration:none;
			border:1px solid #eff;
			border-width:1px 0;
			border-color:#fff #eff #fd4;
		}
		dl#submenu dd a:hover, #container dl#submenu dd a:active{
			background:#fd4;
			color:#000;
			border-color:#fff #eff #fb0;
		}
		dl#submenu dd.current-cat a{
			background:#fe8 url('/images/interface_parts/cur_cat_icon.gif') no-repeat 5px 4px;
			padding-left:20px;
			color:#000;
		}
		dl#submenu dd.current-cat a:hover, dl#submenu dd.current-cat a:active{
			background:#fd4 url('/images/interface_parts/cur_cat_icon.gif') no-repeat 5px 4px;
		}

/* Post/comments stuff */
dl.home_post{
	border-top-width:18px;
}
	dl.post h3{
		position:absolute;
		top:-18px;
		right:5px;
		width:554px;
		color:#fff;
		font:bold 14px Georgia, "Times New Roman", serif;
		text-align:right;
	}
	dl.post h3, dl.post h3 a{
		color:#fff;
		font:bold 14px Georgia, "Times New Roman", serif;
		text-decoration:none;
	}
dl.post dd.postmetadata{
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	background:#09F;
	color:#fff;
}
dl.post dd.postmetadata a{
	color:#fff;
}
dl.post dd{
	font:14px/18px Georgia, "Times New Roman", serif;
}	
	dl.post p{
		margin:10px 5px;
	}	
	dl.post ol, dl.post ol{
		margin:5px 25px;
	}	
	dl.post li{
		margin:3px 0;
	}	
dt#comments, dt#respond{
	font-size:18px;
}
ol.commentlist li{
	padding:10px 25px;
	border-bottom:1px solid #0cf;
	list-style-position:inside;
}
ol.commentlist li.alt{
	background:#dee;
}

/* post nav */
dl.navigation{
	position:relative;
	height:18px;
	background-color:#fe8;
	color:#c90;
	font-size:14px;
	font-weight:bold;
}
dl.navigation .alignleft{
	float:left;
}
dl.navigation .alignright{
	float:right;
}
		dl.navigation a{
			padding:2px 5px;
			color:#c90;
			text-decoration:none;
		}
		dl.navigation a:hover, dl.navigation a:active{
			color:#000;
		}

/* Artist info box dl */

dl.artistbox{
	/**/
}

	dl.artistbox dt{
		display:block;
		font-weight:bold;
		font-size:24px;
		margin-bottom:10px;
		padding:10px;
		background:#f90;
		border:1px solid #c90;
		border-color:#fc8 #d80 #b70;
		color:#fff;
	}
	dl.artistbox dd{
		margin:4px 0;
		display:block;
	}
	dl.artistbox dd#a_photo{
		text-align:center;
	}
		dl.artistbox dd#a_photo img{
			margin:0 auto;
			padding:8px;
			background-color:#FFF;
			border:1px solid #CCC;
		}
		dl.artistbox dd#a_photo span{
			display:block;
			text-align:right;
			font-size:10px;
			color:#999;
			margin:-5px 25px 5px 0;
		}
	dl.artistbox dd#a_descrip {
		font:14px/18px Georgia, "Times New Roman", serif;
		margin:15px 5px 20px;
	}
	dl.artistbox dd.offlink{
		display:inline;
	}
		dl.artistbox dd.offlink a{
			display:block;
			float:left;
			margin-right:10px;
			padding:5px;
			background:#09F;
			color:#fff;
			text-decoration:none;
			border:1px solid #07d;
			border-color:#5cf #08e #06c;
		}
		dl.artistbox dd.offlink a:hover, dl.artistbox dd#offlink a:active{
			background:#f90;
			color:#fff;
			text-decoration:underline;
			border-color:#fc8 #d80 #b70;
		}
		
/* releases box dl */

dl.releasesbox{
	float:left;
	width:201px;
	margin:15px 0 0;
	padding:0;
	background:#fe8;
}

	dl.releasesbox dt{
		background-color:#fb0;
		padding:5px;
		color:#fff;
		font-size:18px;
		font-weight:bold;
		border-top:1px solid #fff;
		border-bottom:1px solid #eb0;
	}
	dl.releasesbox dd{
		margin:4px 0;
		display:block;
	}
		dl.releasesbox dd dl{
			border-bottom:2px solid #09F;
			border-width:0 0 2px;
			float:left;
			margin:5px;
			width:181px;
			background:#fff;
		}
			dl.releasesbox dd dl dt{
				font-size:10px;
				font-weight:normal;
				color:#000;
				margin:0 0 5px;
				padding:5px 0;
				background:none;
				border-bottom:1px solid #09F;
				border-width: 0 0 1px;
			}
				dl.releasesbox dd dl dd.thumb img{
					border:1px solid #ccc;
				}

/* full size pages */

dl.full_size{
	width:788px;
}

