/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0; background:transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

img { margin: 0; padding: 0; border: 0; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
}

ol, ul { list-style: none; }



/* Global */

html { }
body { background-color:#000; }



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0; }
h1 {
	font-size: 24px;
	color: #93a1a1;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	color: #93a1a1;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	color: #93a1a1;
	margin-top: 3px;
	margin-bottom: 5px;
}
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p			{ color:#839496; font-size:12px; line-height:150%; margin-bottom:15px; }
p .left     { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right    { margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a			{ }
a:link		{ color: #268bd2; }
a:visited	{ color: #268bd2; }
a:hover		{ color: #cb4b16; }
a:active	{ color: #268bd2; }
a:focus		{ color: #666; }

blockquote	{ color: #000; font-size: 12px; }

strong		{ font-weight: bold; }
em			{ font-style: italic; }

/* Images */

.image-frame	{ padding:3px; border:2px #073642 solid; margin-bottom:10px; }
.image-5pad		{ padding:5px; }
.in-text		{ padding:4px; border:2px #073642 solid; clear:left; float:left; margin:0 1em 1em 0 }
.in-text-right	{ padding:4px; border:2px #073642 solid; clear:right; float:right; margin:0 0 1em 1em }

/* Lists */

ul			{ }
ol			{ list-style-type: decimal; }

ul li		{ color:#839496; font-size:12px; }
ol li		{ color:#839496; font-size:12px; }

dl			{ }
dt			{ }
dd			{ }



/* Tables */

table		{ width: 100%; }

tr			{ }
.odd		{ background-color:#eee; }
.even		{ background-color:#fff; }

th			{ font-weight: bold; }
thread, th	{ background: #ccc; }

tbody		{ }

th,td,caption { }
caption		{ }

tfoot		{ }
.tfooter	{ background-color:#ccc; text-align:center; font-style:italic; }

caption		{ background: #efefef; }



/* Miscellaneous */

sup, sub	{ }
abbr, acronym { border-bottom: 1px dotted #666; }
address		{ }
del			{ background:#ffcece; color:#f00; }

code, pre	{ background-color:#ff9; padding: 2px 0px; margin:4px 25px;
				font-family:"Courier New", Courier, monospace; font-size:12px;
				font-weight: normal; font-style: normal; }
				

/* Containers */

#outer		{ width:800px; margin:0 auto; background-color:#001b26; }

#wrapper	{ width:760px; margin:0 auto; background-color:#001b26; }

#header		{ padding:30px 0; margin-top:20px; }
#header h1	{ font-size:36px; }

#nav	{ float:left; width:200px; border-top:2px #073642 solid; border-bottom:2px #073642 solid;
			font-family:"Courier New", Courier, monospace; font-size:12px;}
#nav ul li 		{ margin:7px 7px; }
#nav ul li ul	{ margin-left:10px; }

#content	{ float:left; width:540px; margin:0 20px 0 0; }
#content h1 { padding-bottom: 10px; border-bottom: 2px #073642 solid; }
#content .wide { width: 100%; }
#content ul li 		{ margin:7px 7px; }
#content ul li ul	{ margin-left:10px; }

#footer		{ clear: both; margin-top: 20px; border-top: 2px #073642 solid;
				padding-top: 10px; padding-bottom: 10px; }



/* Layout Extra */



/* Navigation Extra */



/* Forms */

form { text-align:left; margin:20px; }

label, submit, input, textarea { border:0; padding:0; margin:0; background:none; }

label {
	float: left;
	width: 150px;
	text-align: right;
	display: block;
}

input, textarea {
	border:1px #333 solid;
	margin-left:10px;
}

input {
	width: 280px;
	margin-bottom: 16px;
}

textarea {
	width: 280px;
	height: 150px;
	margin-bottom: 16px;
}

select { }

.submit {
	width:90px;
	height:25px;
	margin-left:150px;
	font-size:12px;
}

br { clear: left; }



/* Miscellaneous */

.date			{ font-weight:bold; color:#cb4b16; font-style:italic; margin:0; }
.music-list	li	{ margin:7px 15px; }
.game-list li	{ padding:2px; }

.copyright-text	{ font-size:80%; font-style:italic; color:#586e75; margin:0; text-align:center; }
.footer-text	{ font-size:100%; font-style:normal; color:#586e75; margin:0; text-align:center; }
