
/* =================
generic stuff
================= */

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

a, img {
	border: none;
}

body {
	font: 11px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #000;
	background: url(background.png) repeat-x bottom fixed;
}

div#wrapper { 
	width: 100%;
	background: url(back_index.png) repeat-y 50% 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #00ff00;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	color: #851f72;
	margin-left: 10px;
	margin-bottom: 5px;
}

hr {
	clear: both;
	width: 250px;
	color: #53767d;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

hr.clear {
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

div.clear {
	clear: both;
	height: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(back_index.png) repeat-y 50% 0;
}

a {
	color: #b21795;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	border: 1px #ce86ae solid;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
}

input[type="text"], input[type="password"] {
	width: 100px;
}

div#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
div#headerwrapper {
	text-align: center;
	height: 200px;
	background: url(back_index.png) repeat-y 50% 0;	
	margin-bottom: 0px;
}	

div#header {
	background: url(header.png) no-repeat top center;
	height: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#menu {
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 770px;
	text-align: center;
	margin-bottom: 0px;
}

div#menu ul li {
	float: left;
	display: block;
	position: relative;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 13px;
	list-style-type: none;
}

div#menu ul li img#menu_home {
	height: 36px;
	width: 83px;
	background: url(button_home.png) top left;
}

div#menu ul li img#menu_home:hover {
	background: url(button_home.png) top right;
}

div#menu ul li img#menu_parapara {
	height: 36px;
	width: 133px;
	background: url(button_parapara.png) top left;
}

div#menu ul li img#menu_parapara:hover {
	background: url(button_parapara.png) top right;
}

div#menu ul li img#menu_articles {
	height: 36px;
	width: 108px;
	background: url(button_articles.png) top left;
}

div#menu ul li img#menu_articles:hover {
	background: url(button_articles.png) top right;
}

div#menu ul li img#menu_database {
	height: 36px;
	width: 137px;
	background: url(button_database.png) top left;
}

div#menu ul li img#menu_database:hover {
	background: url(button_database.png) top right;
}

div#menu ul li img#menu_forum {
	height: 36px;
	width: 88px;
	background: url(button_forum.png) top left;
}

div#menu ul li img#menu_forum:hover {
	background: url(button_forum.png) top right;
}

div#menu ul li img#menu_links {
	height: 36px;
	width: 64px;
	background: url(button_links.png) top left;
}

div#menu ul li img#menu_links:hover {
	background: url(button_links.png) top right;
}

div#main {
	overflow: auto;
}

div#contents {
	float: left;
	width: 500px;
	margin: 25px 7px 0px 15px;
	line-height: 15px;
	display: inline;
}

div#contents div#block {
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}


div#sidebar {
	float: left;
	width: 200px;
	margin: 20px 0 0 25px;
	font-size: 10px;
	display: inline;
}

div#footer {
	clear: both;
	width: 520px;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: center;	
	font-size: 9px;
}

div#bottom {
	background: url(back_index.png) repeat-y 50% 0;	
	padding: 0 0 0 0;
	margin-bottom: 0px;
}

div#pagetitle {
	line-height: 26px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #851f72;
	font: bold 24px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
}

div#pagesuptitle {
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #851f72;
	font: 18px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
}

div#pagesubtitle {
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 35px;
	color: #851f72;
	font: 18px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
}

div.textblock {
	margin-bottom: 15px;
}

div.textblock ul.list {
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 10px;
}
div.textblock ul.list li {
	list-style-type: disc;
	padding-bottom: 5px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* =================
sidebar
================= */

div.sidebarmaintitle {
	font: 20px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #851f72;
}

div.sidebartitle {
	font: 14px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	color: #851f72;
}

div.sidebartext {
	font-size: 10px;
	margin-bottom: 5px;
}

div.sidebarcentered {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

span.sidebarsubtitle {
	font-size: 10px;
	font-weight: bold;
}

img.aanrader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	
}

div#sidebar ul {
	margin-top: 4px;
	margin-left: 0px;
}
div#sidebar ul li {
	line-height: 1.5em;
}	

/*==================
index page/news
================= */

hr.newsdivider {
	clear: both;
	width: 250px;
	color: #53767d;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

div.newstitle {
	margin-left: 15px;
	margin-bottom: 1em;
	font-weight: bold;
	font: 20px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #851f72;
}

div.newstitle a {
	color: #851f72;
	text-decoration: none;
	border-bottom: solid #851f72 1px;
}

div.newsitem {
	margin-left: 5px;
	margin-bottom: 2em;
}

div.newsitem img {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}

div.newsmeta {
	font: 10px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #5c8892;
	margin-left: 30px;
	padding-left: 10px;
	margin-bottom: 30px;
}

div.newsmeta ul li {
	line-height: 1.1em;
}

/* =================
database
================= */


div#locationbar {
	font-size: 9px;
	font-style: italic;
	padding-bottom: 10px;
}

img.list_albums_preview {
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

div.albumart_preview {
	float: left;
	width: 50px;
	text-align: center;
	margin-right: 10px;
}

div#sortmeta {
	margin-top: 4px;
}

/* =================
albuminfo
================= */

div#albuminfo div#albumtitle {
	line-height: 24px;
	margin-bottom: 15px;
	color: #851f72;
	font: 18px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
}

div#albuminfo div#albumtitle span#subtitle {
	font-style: italic;
	color: #851f72;
	font-size: 14px;
}

div#albuminfo div#albumart {
	width: 200px;
	float: left;
	text-align: center;
	position: relative;
	display: block;
	margin-right: 20px;
}

img#albumart {
	height: 200px;
	text-align: center;
}

img.reflected {
	margin-bottom: 1px;
}

div#albuminfo div#albuminfoblock {
	width: 200px;
	min-height: 200px;
	vertical-align: middle;
	font-size: 13px;
	display: block;
	position: relative;
	margin-left: 220px;
}

img.cdjapan {
	vertical-align: top;
	margin-left: 15px;
	margin-top: 3px;
}

div#tracklisting {
	padding-top: 20px;
	clear: both;
}

div#tracklisting p.tracklistinglabel {
	font: bold 14px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #5c8892;
	padding-bottom: 10px;
}

div#tracklisting ul, li {
	list-style: none;
	line-height: 18px;
}

div#tracklisting li.indextrack {
	font: bold 12px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #787ece;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

div#tracklisting li span.remix {
	color: #275462;
}

div#tracklisting li span.time {
	color: #851f72;
}

/* =================
seriesinfo
================= */

div#seriesinfo {
	margin-bottom: 25px;
}

div#seriesinfo div#seriestitle {
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #851f72;
	font: 18px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
}

div#seriesinfo div#seriesdesc { 
	font-size: 13px;
}

div#albumlist div.albumtitle {
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

div#albumlist div.albumtitle a {
	color: #ac56b3;
	text-decoration: none;
}

div#albumlist div.albumtitle a:hover {
	color: #ac56b3;
	text-decoration: underline;
}

div#albumlist div.albumsubtitle {
	font-size: 11px;
	font-style: italic;
	color: #275462;
	margin-left: 5px;
}

div#albumlist div.albuminfo {
	margin-bottom: 10px;
	font-size: 9px;
	margin-left: 5px;
}
	

/* =================
database main page
================= */

div.category {
	font-size: 14px;
	color: #5c8892;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.series_list {
	margin-bottom: 25px;
	margin-left: 25px;
}

div.seriestitle {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div.seriestitle a {
	text-decoration: none;
}

div.seriestitle a:hover {
	text-decoration: underline;
}

div.serieslabel {
	margin-left: 25px;
	font-size: 10px;
}

/* ================
database search
================ */

div.search_title {
	margin-top: 10px;
	color: #275462;
	font-weight: bold;
	margin-left: 10px;
}

div.search_info {
	font: 14px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
	color: #851f72;
}

div.search_albums_result {
	font-size: 10px;
	color: #000000;
	margin-top: 2px;
	margin-left: 20px;
}

div.search_albums a {
	color: #ac56b3;
	font-weight: bold;
}

/* ===========
Music/generic page
============*/

div.indexlist {
	margin-top: 3px;
	font-size: 11px;
}

div.indexlist ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

div.indexlist a {
	text-decoration: none;
}

div.indexlist a:hover {
	text-decoration: underline;
}

div#musicpage div.header1 {
	font-size: 14px;
	color: #464e6d;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}

div#musicpage div.header2 {
	font-size: 12px;
	color: #464e6d;
	font-weight: none;
	margin-left: 25px;
	margin-bottom: 5px;
}

div#musicpage div#meta {
	font: 10px "Segoe UI", "Tahoma", "Arial", "Helvetica", sans-serif;
	color: #5c8892;
	margin-left: 30px;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 1.1em;
}


/* ===========
Links page
============*/

div.linkscategory {
	font-size: 14px;
	color: #5c8892;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.linkslist {
	font-size: 10px;
	font-weight: none;
	color: #000000;
	margin-left: 25px;
	margin-bottom: 15px;
}

div.linkslist a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div.linkslist a:hover {
	text-decoration: underline;
}
	

/* ===========
Parapara page
============*/

div#paraparapreview p#sample.flv {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div.paraparadetailtag {
	font-size: 10px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 15px;
}

div.paraparadetailtext {
	font-size: 14px;
	font-weight: none;
	margin-left: 20px;
}

table#routines {
	width: 490px;
}

tr#routinestr {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
tr#routinestr a {
	color: #851f72;
}

td#routines_link {
	width: 100px;
}

