/**
 General Rules
 :BEGIN
**/
html {
	height: 100%;
}

body {
	background-color: #0B0C0D;
	background-position: left center;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	overflow-y: scroll;
	
	font-family: Verdana;
}

a {
	outline: 0;
	
	text-decoration: none;
}

img.preload {
	height: 0;
	visibility: hidden;
	width: 0;
}

.clear {
	clear: both;
}

.nojs {
	background-color: #0B0C0D;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10000;
	
	color: #949494;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 18pt;
	text-align: center;
}

.loader_overlay {
	background-image: url('darken_20.png');
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 4995;
	
	text-align: center;
}

.loader_image {
	border: 3px solid #262626;
	position: relative;
	top: 45%;
	z-index: 5000;
}

.margin_uncollapse {
	height: 1px;
}

#audio_container {
	display: none;
}

/**
 :END
 General Rules
**/


/**
 Pane Rules
 :BEGIN
**/
.pane_wrapper {
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	width: 1000px;
}

.pane {
	background-image: url('darken_70.png');
	margin: 0 6px;
	padding: 38px 20px 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.pane_logoprotector {
	float: right;
	/* 68px for height + 10px top-margin */
	height: 78px;
	width: 240px;
}

.pane_northwest, .pane_northeast, .pane_southeast, .pane_southwest {
	background-image: url('framework_sprite.png');
	float: left;
	height: 45px;
	width: 45px;
}

.pane_farnorth, .pane_farsouth {
	background-image: url('framework_sprite.png');
	height: 6px;
	margin: 0 45px;
}

.pane_north, .pane_south {
	background-image: url('darken_70.png');
	height: 39px;
	margin: 0 45px;
	position: relative;
}

.pane_west, .pane_east {
	background-image: url('framework_vertical_sprite.png');
	background-repeat: repeat-y;
	position: absolute;
	width: 6px;
}

.pane_northwest {
	background-position: 0 -93px;
}

.pane_northeast {
	float: right;
	background-position: -45px -93px;
}

.pane_southeast {
	float: right;
	background-position: -45px -138px;
}

.pane_southwest {
	background-position: 0 -138px;
}

.pane_farnorth {
	background-position: 0 -213px;
}

.pane_farsouth {
	background-position: 0 -219px;
}

.pane_west {
	left: 0;
}

.pane_east {
	background-position: -6px 0;
	right: 0;
}
/**
 :END
 Pane Rules
**/


/**
 Header Rules
 :BEGIN
**/
.header_logofont {
	background-image: url('framework_sprite.png');
	height: 21px;
	left: -5px;
	position: absolute;
	top: 30px;
	width: 377px;
	z-index: 2;
}

.header_box {
	display: inline;
	position: absolute;
	right: -15px;
	top: 30px;
	z-index: 2;
	
	color: #8F8F8F;
	font-size: 10px;
}

.header_box a {
	background-image: url('href_sprite.gif');
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding-bottom: 1px;
	
	color: #A8A8A8;
}

.header_box a:hover {
	background-image: url('href_sprite.gif');
	background-position: -1000px bottom;
	background-repeat: repeat-x;
	
	color: #f0f0f0;
}
/**
 :END
 Header Rules
**/


/**
 Footer Rules
 :BEGIN
**/
.footer_logo {
	background-image: url('framework_sprite.png');
	background-position: 0 -23px;
	bottom: 25px;
	height: 70px;
	position: absolute;
	right: -15px;
	width: 214px;
	z-index: 2;
}

.footer_social_copy {
	bottom: 19px;
	position: absolute;
	right: 270px;
	z-index: 2;
}

.footer_social_icon {
	background-image: url('framework_sprite.png');
	display: inline-block;
	height: 40px;
	margin: 0 3px;
}

.footer_social_soundcloud {
	background-position: -180px -265px;
	width: 79px;
}

.footer_social_soundcloud:hover {
	background-position: -180px -225px;
}

.footer_social_facebook {
	background-position: -259px -265px;
	width: 40px;
}

.footer_social_facebook:hover {
	background-position: -259px -225px;
}

.footer_social_creativecommons {
	background-position: -279px -64px;
	width: 98px;
}

.footer_social_creativecommons:hover {
	background-position: -279px -24px;
}
/**
 :END
 Footer Rules
**/


/**
 Box Rules
 :BEGIN
**/
.box_outer {
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	background-image: url('box_background.jpg');
	border: 1px solid #000000;
	margin: 0 10px;
	position: relative;
	
	font-size: 10.5pt;
	text-align: left;
}

.box_outer, .box_outer a {
	color: #c7c7c7;
	color: #dbdbdb;
}

.box_outer a {
	background-image: url('href_sprite.gif');
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

.box_outer a:hover {
	background-image: url('href_sprite.gif');
	background-position: -1000px bottom;
	background-repeat: repeat-x;
	
	color: #f0f0f0;
}

.box_outer a.designed, .box_outer a.designed:hover {
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	padding-bottom: 0;
}

.box_inner {
	border: 1px solid #474747;
	padding: 45px 4em 3em 1em;
}

.box_title {
	display: inline-block;
	padding: 0 1.2em;
	
	color: #f0f0f0;
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 0.5px;
	line-height: 21px;
	white-space: nowrap;
}

.box_title_outer {
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	background-image: url('darken_20.png');
	border: 1px solid #000;
	cursor: default;
	display: inline-block;
	left: -11px;
	position: absolute;
	top: 5px;
	z-index: 20;
	
	line-height: 1px;
}

.box_title_inner {
	border: 1px solid #474747;
	display: inline-block;
	
	line-height: 1px;
}

.box_title_0marker, .box_title_gmarker, .box_title_omarker {
	background-image: url('framework_sprite.png');
	float: left;
	height: 23px;
	margin-left: 4px;
	width: 10px;
}

.box_title_0marker {
	background-position: -180px -93px;
}

.box_title_gmarker {
	background-position: -190px -93px;
}

.box_title_omarker {
	background-position: -200px -93px;
}

.box_title_irrelevant {
	color: #8c8c8c;
	font-family: Arial;
	font-size: 0.95em;
	letter-spacing: 0;
	line-height: 18px;
	word-spacing: 0;
}
/**
 :END
 Box Rules
**/


/**
 Pane Rules
 :BEGIN
**/
/**
 :END
 Pane Rules
**/

/**
 Message-box Rules
 :BEGIN
**/

.wholepage_box {
	margin-top: 100px !important;
}

.error_box, .question_box, .confirmation_box {
	background-image: url('darken_70.png');
	border: 1px solid #000;
	border-top: 2px solid #fff;
	cursor: default;
	margin: 0 auto;
	padding: .8em 1em;
	width: 80%;
	
	color: #dbdbdb;
	font-family: Verdana;
	font-size: 12pt;
}

.error_box {
	border-top-color: #c90500;
}

.question_box {
	border-top-color: #EBC017;
}

.confirmation_box {
	border-top-color: #50AD11;
}

.question_box_form {
	margin: 1em 0 0;
}

/**
 :END
 Message-box Rules
**/