/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* KingNitram.com CSS Document */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* common css on every page */
html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#page {
	color: #000000;
}

#page #content {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	color: #848484;
	font-size: 13px;
	background-image: url( '../_images/logo_bg.jpg' );
	background-repeat: repeat-x;
	width: 970px;
	min-height: 2000px;
	margin: 0pt auto;
	background-color: #FFFFFF;
}
#siteHeader {
	position: relative;
	width: 970px;
	height: 130px;
	color: #000000;
	background-image: url( '../_images/new_header.gif' );
	background-repeat: no-repeat;
}

#siteNav {
	position: relative;
	width: 970px;
}

#siteNav .home-button {
	position: absolute;
	width: 970px;
	height: 95px;
	cursor: pointer;
}


#siteNav .art-button {
	position: absolute;
	width: 156px;
	height: 110px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#siteNav .art-button.inactive {
	background-image: url( '../_images/header_art_tab.jpg' );
}
#siteNav .art-button.active {
	background-image: url( '../_images/header_art_tab_active.jpg' );
}


#siteNav .music-button {
	position: absolute;
	width: 156px;
	height: 110px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#siteNav .music-button.inactive {
	background-image: url( '../_images/header_music_tab.jpg' );
}
#siteNav .music-button.active {
	background-image: url( '../_images/header_music_tab_active.jpg' );
}


#art-sample {
	position: absolute;
	left: 157px;
	top: 59px;
	border-top-right-radius: 5px;	
	border-bottom-right-radius: 5px;	
	overflow: hidden;
}
#art-sample .thumb-button {
	float: left;
	width: 60px;
	height: 44px;
	background-color: #eeeeee;
	overflow: hidden;
	margin-right: 1px;
	cursor: pointer;
}

#audio-player {
	position: absolute;
	right: 157px;
	top: 59px;
	border-top-left-radius: 5px;	
	border-bottom-left-radius: 5px;	
	overflow: hidden;
	display: none;
}



/* -- AJAX CONTENT -------------------------- */
#page #ajaxContent{
	margin: 0px 20px;
}



/* -- CURRENT ALBUM ------------------------- */
#contentNav {
}

#contentNav #year-container {
	margin-bottom: 30px;
}
#contentNav .year .year-button {
	float: left;
	background-color: #f6f6f6;
	border: 2px solid #dbdbdb;
	padding: 8px 28px;
	margin: 2px;
	cursor: pointer;
}
#contentNav .year .year-button-active {
	border: 3px solid #db0005;
	margin: 1px;
}

#contentNav .header {/*
	background-image: url( '../_images/header_current_album_h.jpg' );
	background-repeat: no-repeat;
	width: 724px;
	height: 24px;
	*/
}


#contentNav #albums-container {
	margin-bottom: 30px;
}
#contentNav .albums {
	
}
#contentNav .albums .album-button {
	float: left;
	background-color: #f6f6f6;
	border: 2px solid #dbdbdb;
	margin: 2px;
	padding: 8px 28px;
	cursor: pointer;
}
#contentNav .albums .album-active {
	border: 3px solid #db0005;
	margin: 1px;
}
.album-drop-marker {
	float: left;
	background-image: url( '../_images/album_drop_marker.png' );
	background-repeat: no-repeat;
	width: 10px;
	height: 32px;
	display: none;
}




/* -- ADMIN -------------------------------------- */
#admin-control {
	position: fixed;
	width: 100%;
	height: 30px;
	background-color: #db0005;
	padding: 2px;
	-moz-box-shadow: 5px 5px 2px #000;
	-webkit-box-shadow: 5px 5px 2px #000;
	box-shadow: 0 0 6px 6px rgba( 0, 0, 0, 0.85 );
	z-index: 100;
}
.admin-control-label {
	font-family: Arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	color: #ffffff;
	margin-left: 10px;
}
.admin-control-button {
	color: #9d0004;
	padding: 4px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #9d0004;
	font-family: Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
}
.admin-button {
	color: #ffffff;
	font-family: Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
}
.admin-hrule {
	border-bottom: 2px solid #9d0004;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.admin-vrule {
	border-right: 2px solid #9d0004;
	width: 100%;
	padding-right: 5px;
	margin-right: 5px;
}
.admin-section-label {
	font-size: 12px;
	padding-top: 4px;
	color: #9d0004;
}