/*
 * Core CSS by Daniel15 - http://dan.cx/ 
 * Design by PyroZeroX - http://pyrozerox.com/
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: small/1.6 Verdana, Tahoma, sans-serif;
	background: #00131e url(body_bg.png) repeat-x;
	padding-top: 1em;
}

a
{
	text-decoration: none;
}

a img
{
	border:none;
}

hr
{
	margin: 1em;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding-bottom: 1em;
}

div#container_outer
{
	width: 1149px;
	/* Centre it */
	margin: 0 auto;
	/* This is for the drop shadow */
	background: #00101A url(shadow_bg.png) repeat-x;
	position: relative;
	left: -20px;
	top: 20px;
}

div#container
{
	/* This is for the drop shadow */
	position: relative;
	left: 20px;
	top: -20px;
}

/* Replace the heading text with the banner image */
h1
{
	height: 265px;
	background: white url(banner.jpg) no-repeat;
	/* This hides the text */
	text-indent: -1000px;
	border-bottom: 10px solid #17191e;
}

h2 h3 h4
{
	text-align:center;
	clear: both;
}
ul#nav
{
	background: #131416;
	height: 73px;
	list-style-type: none;
	border-bottom: 10px solid #17191e;
}

ul#nav li
{
	display: block;
	float: left;
	text-align: center;
	height: 100%;
	width: 115px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #7f94ad;	
	background: url(nav_divider.png) no-repeat center right;
	padding-right: 7px;
	
	/* Align them in the centre vertically */
	line-height: 73px;
}

/* No divider for the last item */
ul#nav li:last-child
{
	background: none;
}

ul#nav li a
{
	color: #7f94ad;
	display: block;
	width: 100%;
	height: 100%;
}

div#content
{
	padding: 1.0em;
	background: #B5E5F8 url(content_bg.png) repeat-x;
	overflow: auto;
}
div#content li
{
	list-style-type:none;
}

p#footer
{
	text-align: center;
	font-size: 0.9em;
	color: #c4e4f7;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding-top: 1em;
	margin-top: 1em;
}

/* Table stuff */
/* Results page */
div#leftresult
{
	padding: 1em;
	margin-left:5px;
	float:left;
	width: 45%;
}

div#rightresult
{
	padding: 1em;
	margin-left:5px;
	float:right;
	width: 45%;
}

table.stats
{
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.stats td
{
	background-color: #CCC;
	text-align:center;
	color: #000;
	padding: 5px;
	text-align: justify;
	border: 1px #fff solid;
}

table.stats th
{
	background-color: #666;
	color: #fff;
	padding: 10px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

div#commentbox
{
	width:300px;
	float: left;
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
	background-color:#CCC;
}

div#commentsubmit
{
	overflow:auto;
	float:left;
	clear:left;
}


div#overview
{
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
}

#overviewlist ul a
{
	color: #7f94ad;	
}

div#overviewlist
{
	padding: 1em;
	float:left;
}

div#overviewlist ul
{
	width: 100px;
}

div#overviewcontent
{
	margin: 0 1em 1em 1em;
	margin-left: 130px;
}
div#section_main img
{
	height:70%;
	width:70%;
}

p.imagecenter
{
	text-align:center;
}

ul.splashes li
{
	float:left;
	padding: 10px;
	text-align: center;
}

ul.splashes img
{
	height: 70%;
	width: 70%;
}

ul.chars 
{
	overflow: auto;
}

#content h2
{
	clear:both;
}

ul.chars li
{ 
	overflow: auto;
	display: block;
	float: left;
	padding: 10px;
}

ul.chars img
{
	height: 80%;
	width: 80%;
}

ul.resultchars 
{
	overflow: auto;
}

ul.resultchars li
{ 
	overflow: auto;
	display: block;
	float: left;
	padding: 10px;
}


ul.sshot
{
	overflow:auto;
}
ul.sshot li
{ 
	display: block;
	float: left;
	padding: 10px;
}

ul.sshot img
{
	height: 70%;
	width: 70%;
}

#big
{
	height: 50%;
	width: 50%;	
}

#identity
{
	text-align:center;
	font-size: 24px;
}

#identity img
{
	height: 70%;
	width: 70%;
}

#idfield
{
	font-size:36px;
}
