@charset "utf-8";
/* CSS Document */

/* Universal styles */
* {
	margin: 0px;
	padding: 0px;		
	font-size: 1em;
}
/* the basics */
body {	
	background-image: url('img/bg.jpg');	
	background-color: #baf4ff;
	background-repeat: no-repeat;
	background-position: center 100px;
	text-align: center;	
	font-family: 'News Cycle', serif;
}
h1, h2, h3 {
	font-family: 'Love Ya Like A Sister', serif;	
	font-weight: normal;
	padding: 0 20px 10px;
}
h1 {
	font-size: 2em;
	color: DeepPink;
}
h2 {
	font-size: 1.7em;
	color: Navy;
}
h3 {
	font-size: 1.3em;
	color: DeepPink
}
p{
	padding: 0 20px 15px;
	font-size: 1.1em;
	color: DodgerBlue;
	text-align: left;
}
strong {
	color:Navy;
	font-weight: normal;
}
ul {
	margin-left: 60px;
	font-size: 1.1em;
	margin-bottom: 20px;	
}
a:link {
	color: Navy;
}
a:visited {
	color: DodgerBlue;
}
a:hover {
	color: DodgerBlue;
}


/* major containers, ids and classes */
#container {
	width: 1024px;
	margin: 0 auto;	
	text-align: left;		
}
a:link #featureBig, a:visited #featureBig {
	width: 1004px;		
	background-color:white;
	border: 10px solid white;
	margin: -21px 0 20px 0;
}
a:hover #featureBig {
	width: 1004px;		
	background-color:white;
	border: 10px solid HotPink;
	margin: -21px 0 20px 0;
}
a:link .feature, a:visited .feature {
	width: 481px;	
	border: 10px solid white;
	background-color:white;	
}
a:hover .feature {
	width: 481px;	
	border: 10px solid yellowgreen;
	background-color:white;	
}
#game {
	width: 1024px;
	height: 600px;
	background-color: black;
	border:1px solid white;
	margin: -21px 0 15px 0;
}

#donationblock {
	padding-top: 20px;
	width: 49%;
	margin-bottom: 10px;
	text-align: center;
	background-color: white;
	font-size: 0.9em;
}
#donationblock td{
	margin: 15px;
	width: 90%;	
	padding: 3px;
	background-color: #baf4ff;
}
#pressRequest {
	width: 400px;
	margin: 0 5px 15px 20px;
	padding: 10px 0 0;
	float: right;
	background-color: white;
	font-size: 0.9em;
}
.pressblock {
	display: block;
	float:left;
	width: 46%;
	font-size: 0.9em;
	margin: 0 0 10px 20px;
	padding-top: 20px;
	background-color: white;
	overflow: hidden;
}
.pressblock iframe {
	margin: -20px 0 20px 0;
	width: 100% !important;	
	border: none;
}
.copyright {
	text-align: center;
	font-size: 0.9em;
	color: DodgerBlue;
	clear: both;	
	margin-bottom: 20px;
}
#shareThis {	
	clear:both;
}

/* NAVIGATION (horizontal) */
#navbar {
	font-family: 'Love Ya Like A Sister', serif;
	text-align:center;
	margin: 370px 0 0 0;	
}
#navlist{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 0px 10px;
	font-size: 1.8em;
}
#navlist a:link, #navlist a:visited{
	color: DodgerBlue;
	background-color: none;
	text-decoration: none;
}
#navlist a:hover{
	color: DeepPink;
	background-color: white;
	text-decoration: none;
}
#navlist a#current {
	color: YellowGreen;
}

/* transparent gif links in header */
#untoldlink {
	width: 100px;
	height: 100px;
	position:absolute;
	top:140px;
	margin-left:920px;
	border: none;
}
#homelink {
	width: 350px;
	height: 230px;
	position:absolute;
	top:120px;
	margin-left:170px;
	border: none;
}
#adsense {
	width: 728px;
	height: 90px;
	background-color: #baf4ff;
	position: absolute;
	top: 0px;
	margin-left: 148px;
	text-align: center;
	border-right: 3px solid #67d5eb;
	border-left: 3px solid #67d5eb;
	border-bottom: 3px solid #67d5eb;
}