/************ CSS Coded by -=SF=-Stretch October 2008 ******************/

/************ Clan Colors <spans> ******************/

.red {
	color: red;
	}
.blue {
	color: #3366ff;
	}

/************* Page Styles ****************/

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #bbbbbb;
	background-color: black;
	}

#main p, h1, h2, h3 {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131  url(images/cell.gif) top left repeat-x;
	padding: 7px;
	}

h1 {
	font-size: 2em;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.5em;
	}

#navbar p {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131  url(images/cell.gif) top left repeat-x;
	padding: 7px;
	text-align: center;
	margin-top: -4px;
	}

#secondary_content h2 {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	margin-top: 0px;
	}

p {
	margin-bottom: .5em;
	}

.ip {
	font-family: georgia;
	}

.creed {
	text-align: center;
	}

a {
	color: white;
	}

a:hover {
	color: #3366ff
	}

#main form {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131  url(images/cell.gif) top left repeat-x;
	padding: 5px;
	text-align: center;
	}

#squery_wrapper #secondary_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

#squery_wrapper #secondary_content p {
	padding: 10px;
	padding-bottom: 500px;
	margin-top: 5px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131  url(images/cell.gif) top left repeat-x;
	}

/********* Nav Bar Layout **************/

#navbar ul li{
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131  url(images/cell.gif) top left repeat-x;
	}

#navbar ul a {
	height: 16px;
	color: #b62723;
	padding: 5px 3px 4px 33px;
	text-decoration: none;
	display: block;
	background: url(images/sm_check.gif) 6px 4px no-repeat;
	}

#navbar ul {
	padding-bottom: 10px;
	}

#navbar ul a:visited {
	background: url(images/visited.gif) 6px 4px no-repeat;
	}

#navbar a:hover {
	color: #f0e80a;
	text-decoration: underline;
	}


/**************Page Layout ****************/

#home_wrapper {
	margin-left: auto;
	margin-right: auto;
	}

#squery_wrapper {
	margin-left: auto;
	margin-right: auto;
	}

#squery_wrapper #main p, h1 {
	margin-top: 5px;
	text-align: center;
	}

#header p {
	padding: 0px;
	text-align: center;
	}

#main {
	margin-left: 195px;
	margin-right: 215px;
	}

#player {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:500px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#navbar {
	position: absolute;
	left: 10px;
	top: 141px;
	width: 180px;
	}

#secondary_content {
	position: absolute;
	right: 10px;
	top: 141px;
	width: 200px;
	height: 1000px;
	}

#footer {
	font-style: italic;
	font-size: 90%;
	text-align: center;
	margin-top: 20px;
	clear: both;
	}