@charset "UTF-8";
/* CSS Document */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* common css on every page */
html, body {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	color: #848484;
	background-image: url( '../_images/bg_tile.jpg' );
	margin: 0px;
	padding: 0px;
}

#page {
}

#page #content {
	background-image: url( '../_images/logo_bg.jpg' );
	background-repeat: repeat-x;
	width: 750px;
	min-height: 2000px;
	margin: 0pt auto;
	background-color: #FFFFFF;
	border: ridge #E0D8A7;
	border-top: none;
}
#siteHeader {
	position: relative;
	width: 750px;
	height: 160px;
	background-image: url( '../_images/header_bg.png' );
	background-repeat: repeat-x;
}
#siteHeader .kn-logo-small {
	position: absolute;
	top: 0px;
	left: 5px;
	background-image: url( '../_images/kn_logo_small.png' );
	background-repeat: no-repeat;
	width: 360px;
	height: 83px;
	display: none;
}
#siteHeader .kn-logo-big {
	position: absolute;
	top: 0px;
	left: 100px;
	background-image: url( '../_images/kn_logo_big.png' );
	background-repeat: no-repeat;
	width: 554px;
	height: 127px;
}
#balloon {
	position: absolute;
	top: -1000px;
	left: -215px;
}
.balloon-top {
	position: relative;
	background-image: url( '../_images/balloon_top.png' );
	background-repeat: no-repeat;
	width: 265px;
	height: 77px;
}
.balloon-middle {
	position: relative;
	background-image: url( '../_images/balloon_middle.png' );
	background-repeat: repeat-y;
	width: 235px;
}
.balloon-bottom {
	position: relative;
	background-image: url( '../_images/balloon_bottom.png' );
	background-repeat: no-repeat;
	width: 235px;
	height: 49px;
}
.balloon-text {
	position: absolute;
	top: 0px;
	left: 12px;
	width: 175px;
	padding: 0px 20px;
	font-family: Times;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000;
}

#siteNav {
	position: relative;
	width: 750px;
}
#siteNav .homeButton {
	position: absolute;
	width: 750px;
	height: 110px;
	cursor: pointer;
}
#siteNav .artButton {
	position: absolute;
	top: 117px;
	left: 0px;
}
#siteNav .musicButton {
	position: absolute;
	top: 117px;
	right: 0px;
}

#art-sample {
	position: absolute;
	top: 65px;
	left: 500px;
}
#art-sample .thumb-button {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #000000;
	margin: 3px;
	cursor: pointer;
}


/* -- CURRENT ALBUM ------------------------- */
#album {
	width: 700px;
}

#album {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	color: #848484;
}
#album a {
	color: #848484;
	text-decoration: none;
}
#album a:visited {
	color: #848484;
	text-decoration: none;
}
#album .year .year-button {
	float: left;
	background-color: #f6f6f6;
	border: 2px solid #dbdbdb;
	padding: 1px 5px 1px 5px;
	margin: 5px;
	cursor: pointer;
}
#album .year .year-button-active {
	border: 2px solid #db0005;
}

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

#album .content {
	font-size: 10px;/*
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	*/
	padding: 10px;
	padding-bottom: 0px;
	width: 700px;
}
#album .albums {
	
}
#album .albums .album-button {
	float: left;
	background-color: #f6f6f6;
	border: 2px solid #dbdbdb;
	padding: 1px 5px 1px 5px;
	margin: 5px;
	cursor: pointer;
}
#album .albums .album-active {
	border: 2px solid #db0005;
}
.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;
}
