
/*
Based on an original design by TEMPLATED
http://templated.co
The Gathering 1.0
Released for free under the Creative Commons Attribution License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0A0A;
	font-family: "Georgia", Times, serif;
	font-size: .75em;
	color: #FFF;
}

h1, h2, h3 {
	color: #BBBBBB;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.45em;
}

a:link {
	color:#A00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#A00;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#FC0;
	text-decoration: none;
	font-weight: bold;
}

/* Header */

#header {
	width: 1024px;
	height: 165px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/banner.png);
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	padding: 150px 0 0 20px;
	letter-spacing: 3px;
	font-size: 136%;
}

#header h2 {
	padding: 153px 0 0 6px;
	letter-spacing: 2px;
	font-size: 107%;
}

#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 1024px;
	height: 35px;
	margin: 0 auto;
	background: url(images/median.png) no-repeat;
}

#menu ul {
	list-style: none outside none;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li {
	margin: 0 10px;
	display: inline-block;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 20px 0 20px;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FC0;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	background: url(images/textbg.png);
}

/* Content */

#content {
	float: right;
	width: 800px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 15px;
}

#content a{
	color:#F93;
}

#content a:hover{
	color:#FC0;
}

#content b{
	color:#FC0;
}

#content p{
	padding-right: 10px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
	padding-top: -10px;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 125%;
	text-align: center;
}

#content ul, #content ol {
	margin-left: 45px;
	list-style-position: inside;
}

#content li {
	padding-bottom: 5px;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
}

#connect h3 {
	background-color: #000;
	width: 250px;
	height: 20px;
	margin-left: 260px;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 160px;
	height: inherit;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 15px;
	font-size: 92%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
}

#sidebar h2 {
	padding: 5px 20px;
	font-size: 110%;
}

#sidebar h3 {
	font-size: 90%;
	padding-bottom: 5px;
	border-bottom: medium;
	border-bottom-color: #999;
}

#sidebar p {
	margin: 0;
	line-height: 1.25em;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	width: 1024px;
	height: 50px;
	margin: 0 auto;
	padding: 42px 0 0 0;
	background: url(images/median.png) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}