@charset "utf-8";
body {
	font: 100%/1.6 sans-serif;
	font-size:12px;
	background: #042d59;
	margin: 0;
	padding: 0;
	color: #6173b3;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;	
	padding-right: 15px;
	padding-left: 15px;
	color: #a2aac6;
}

p {
	margin-top: 0;
	margin-bottom: 15;	
	padding-right: 15px;
	padding-left: 15px;
	
}

p.subheader {
	margin-top: 50;
	margin-bottom: 5;
	
}


p.caption {
	font-size:10px;
	font-style:italic;
	margin-bottom: 5;
	
}

p.copyright {
	margin-top: 50;
	
}

.project-title {
	font-weight:bold;
	color: #a2aac6;
	
}



a img { 
	border: none;
}


a:link {
	color: #a2aac6;
	text-decoration: none; 
}
a:visited {
	color: #a2aac6;
	text-decoration: none;
}
a:hover {
	background: #6173b3;
	color: #000000;
	
}

a:active, a:focus { 
	background: #a2aac6;
	color: #000000;
	text-decoration: none;
}


a.article:link {
	color: #6173b3;
	text-decoration: none; 
}
a.article:visited {
	color: #6173b3;
	text-decoration: none;
}
a.article:hover {
	background: #6173b3;
	color: #000000;
	
}

a.article:active, a:focus { 
	background: #a2aac6;
	color: #000000;
	text-decoration: none;
}

.container {
	width: 960px;
	background: #042d59;
	margin: 0 auto; 
}


.header {
	padding: 25px 0px 0px 25px;
	background: #042d59;
}

.sidebar1 {
	float: left;
	width: 200px;
	background: #042d59;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 640px;
	float: left;
}

.clearfix {
  overflow: auto;
  zoom: 1;
  scrollbar: none;
}

.image-align {
	float:left;
	width:48%;
	margin-right:2%;
	
}

.image-lock {
	width:48%;
	
}

.img-left {
	float: left;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.title-img {
	padding: 0 15px;
	margin-bottom: 25px;
}
.title-text {
	position: absolute;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:19px;
	padding-left: 15px;
}

ul.nav {
	list-style: none; 
	border-top: 0px solid #a2aac6; 
	margin-bottom: 25px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 1px 5px 1px 20px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #042d59;
	color: #6173b3;
	
}
ul.nav a:hover {
	background: #6173b3;
	color: #000000;
	
}

ul.nav a:active, ul.nav a:focus { 
	background: #a2aac6;
	color: #000000;
}




body.about a.about, body.town a.town, body.battle a.battle, body.enchanted a.enchanted, body.incidental a.incidental, body.action a.action, body.character a.character, body.casual a.casual, body.horror a.horror, body.fighting a.fighting, body.shootemup a.shootemup, body.animation a.animation, body.scarecrow a.scarecrow, body.individual a.individual, body.articles a.articles, body.about a.about {

background-color: #6173b3;
color: #042d59;

}



.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px; } 
	
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 

}

.footer {
	padding: 10px 0;
	background: #042d59;
	position: relative;
	clear: both; 
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@media only screen and (max-width: 480px) {
		.container {
			width: 100%;
		}
		
		.header {
			width: 100%;
		}
		
		.sidebar1 {
			width: 100%;
		}
		
		.content {
			width: 100%;
		}
	}