body{
	background: #000;
	font-family: 'Tempus Sans ITC', 'Palatino Linotype', 'Papyrus', 'Bradley Hand ITC', 'Monotype Corsiva', 'Times New Roman'; 
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
}
html,body {height:100%}
.full_screen {
	width: 100%;
	height:100%;
	min-height:100%;/*for mozilla*/
}
html>body #outer {height:auto}/*for mozilla */

/* Main Containers */
.welcome_container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:990px;
	height:536px;
	margin-top: -268px;
	margin-left: -495px;
	background-image: url(../images/welcome.jpg);
}
.main_container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:990px;
	height:536px;
	margin-top: -268px;
	margin-left: -495px;
	background-image: url(../images/background.jpg);
}
.main_container a:link { text-decoration:none; color: #990000; font-size: 13px; font-weight: bold;}
.main_container a:visited { text-decoration:none; color: #990000; font-size: 13px; font-weight: bold;}
.main_container a:active { text-decoration:none; color: #990000; font-size: 13px; font-weight: bold;}
.main_container a:hover { text-decoration:none; color:#000000; font-size: 13px; font-weight: bold;}	

.top {
	position: relative;
	top: 0px;
	width: 990px;
	height: 53px;
}
.content {
	float: left;
	margin-left: 22px;
	width: 816px;
	height: 430px;
}
.fadeIn{
	/*display: none;
	width: 100%; 
	height: 100%;*/
}
.menu {
	float: left;
	width: 126px;
	height: 430px;
}
.menu_credits_container{
	position: absolute;
	top: 315px;
	right: 17px;
	visibility: hidden;
	width: 165px;
	height: 166px;
	z-index: 30;
}
.menu_design_credits{
	position: relative;
	right: 8px;
	visibility: hidden;
	width: 150px;
	height: 160px;
	box-shadow: 3px 3px 5px #818181;
	-webkit-box-shadow: 3px 3px 5px #818181;
	-moz-box-shadow: 3px 3px 5px #818181;
	border:1px solid black;
	background:white;
	color: black;
	padding: 2px;
}
.bottom {
	float: left;
	width: 990px;
	height: 53px;
	text-align: center;
}

/* Media/Description Area */
.media_container{
	float: left;
	height: 430px;
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
}

#description_container{
	position: relative;
	float: left;
	width: 354px;
	height: 430px;
	overflow: auto;
}

.media_list{
	float: left;
	width: 354px;
	height: 190px;
}
.media_description{
	position: relative;
	float: left;
	width: 354px;
	height: 240px;
	overflow: auto;
}

.lyrics_comments{
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

.lyrics_container{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 354px;
	height: 429px;
	z-index: 25;
	background-color: #FFF;
}
.lyrics{
	display: none;
	position: relative;
	width: 354px;
	height: 411px;
	z-index: 26;
	background-color: #FFF;
	overflow: auto;
}
.lyrics_close{
	display: none;
	position: absolute;
	bottom: 0px;
	width: 354px;
	height: 18px;
	z-index: 26;
	background-color: #FFF;	
}
#show_lyrics{ cursor:pointer; cursor: hand; color: #990000; font-size: 13px; font-weight: bold; }
#hide_lyrics{ cursor:pointer; cursor: hand; color: #990000; font-size: 13px; font-weight: bold; }

#comments_container{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 354px;
	height: 429px;
	z-index: 25;
	background-color:#FFF;
}
#comments{
	display: none;
	position: relative;
	width: 354px;
	height: 411px;
	z-index: 26;
	background-color: #FFF;
	overflow: auto;
}
#comments_close{
	display: none;
	position: absolute;
	bottom: 0px;
	width: 354px;
	height: 18px;
	z-index: 26;
	background-color: #FFF;	
}
#show_comments{ cursor:pointer; cursor: hand; color: #990000; font-size: 13px; font-weight: bold; }
#hide_comments{ cursor:pointer; cursor: hand; color: #990000; font-size: 13px; font-weight: bold; }

#blog_titles{
	float: left;
	width: 300px;
	height: 430px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}
.older_blog_titles{
	position: absolute;
	top: 50px;
	left: 100px;
	visibility: hidden;
	width: 300px;
	height: 430px;
	z-index: 3;
	border: solid 2px #000;
	background-color: #FFF;
	overflow: auto;
}
#blog_entries{
	position: relative;
	float: left;
	width: 480px;
	height: 430px;
	padding-right: 6px;
	overflow: hidden;
	font-size: 11px;
}
#blog_comments_container{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	height: 429px;
	z-index: 25;
	background-color:#FFF;
}
#blog_comments{
	display: none;
	position: relative;
	width: 480px;
	height: 411px;
	z-index: 26;
	background-color: #FFF;
	overflow: auto;
}
#blog_comments_close{
	display: none;
	position: relative;
	width: 480px;
	height: 18px;
	z-index: 26;
	background-color: #FFF;	
}
#show_blog_comments{ cursor:pointer; cursor: hand; color: #990000; font-size: 12px; font-weight: bold; }
#hide_blog_comments{ cursor:pointer; cursor: hand; color: #990000; font-size: 12px; font-weight: bold; }

.blog_entries a:link { text-decoration:none; color: #990000; font-size: 12px; font-weight: bold;}
.blog_entries a:visited { text-decoration:none; color: #990000; font-size: 12px; font-weight: bold;}
.blog_entries a:active { text-decoration:none; color: #990000; font-size: 12px; font-weight: bold;}
.blog_entries a:hover { text-decoration:none; color:#000000; font-size: 12px; font-weight: bold;}	

.drop_shadow {
	-moz-box-shadow: -3px 3px 7px #000;
	-webkit-box-shadow: -3px 3px 7px #000;
	box-shadow: -3px 3px 7px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color='#000000');
}

.text_shadow{
	text-shadow: #666 -3px 3px 5px;
}

#preloadPics {display:none;}