#page_container{
	background-color:#3f3f3f;
}
body{
	color: #b3b3b3;
	background-color:#222;
	padding:0px;
	margin:0px;
	text-align:center; /*this for IE7 */
}
.splashtop{
	margin-top: 5%;
	color: white;
	min-height: 0%;
	height: 0px;
	background-color: #222;
}
.splashheader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-weight:bold;
	color: #AAA;
	background:#222 url(/graphics/splash/uppershadow.png) repeat-x bottom;
	background-color:#222;
	text-align: center;
	padding-bottom:5px;
	text-shadow:0 -1px 1px black;
}
#container {
	max-height: 430px;
	width:780px; 
	height:430px;
	background:#333 url(/graphics/loader1.gif) repeat-y right bottom; 
	margin:20px auto; 
	padding:0; 
	border:1px solid #000;
	top:30px; 
	bottom:auto;
	color:#DDD;
	text-align:left; /* to adjust text-centering for IE7 in body tag */
	overflow: hidden;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
/* MENU STUFF */
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	width:131px;
	height:430px;
	position:relative;
	margin:0;
	padding-left:10px;
	letter-spacing: 1px;
	background:transparent  url('/graphics/splash/transparent_light.png'); 
	-webkit-border-top-left-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomleft:9px;
	text-shadow:0 0 10px black;
}
.menu ul li a, .menu ul li a:visited, .menu .noclickmenu, .finalmenucell{
	display:block;
	text-decoration:none;
	color:#EEE;
	width:120px;;
	padding-left:10px;
	padding-top:17px;
	padding-bottom:17px;
	border: 1px solid transparent;
	height:22px;
}
.menu .noclickmenu {
	height:10px;
	padding:0;
}
.finalmenucell {
	line-height:10pt;
	padding:0;	
	padding-bottom:27px;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#F1F1F1; 
	background:#b3ab79;
	background: url('/graphics/splash/transparent_heavy.png');
	-webkit-box-shadow: 0px 0px 10px #FFF; /*left offset, top offset, blur*/
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:131px; 
	width:600px; 
	background:transparent;
}
.menu ul li:hover ul li {
	float:left;

}
.menu ul li:hover ul li a {
	font-size:70%;
	display:block; 
	background:transparent  url('/graphics/splash/transparent_light.png'); 
	color:#EEE;
	width:130px; 
	float:left;
	-webkit-box-shadow: none; /*left offset, top offset, blur*/
}
.menu ul li:hover ul li a:hover {background: url('/graphics/splash/transparent_heavy.png'); color:#F1F1F1; 

	-webkit-box-shadow: 0px 0px 10px #EEE; /*left offset, top offset, blur*/
}

/*other stuff*/
.season{
	font-size:50%;
	padding-left:10px;
	letter-spacing:0px;
	color:#EEE;
	text-shadow: 0px 0px 2px black;
}

#bottom_supporter{}

.splashbottomshadow{
	background:#222 url(/graphics/splash/lowershadow.png) repeat-x top;
	width:100%;
	height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color: #4c4c4c;
	padding-top:20px;
	text-align:center;
}
#otherinfo{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #3F3F3F;
	height:auto;
}
#postexcerpts {
	width:290px;
	float:left
}
.updatedHighlight { /* the red star */
	color:#F00;
}
