/* Nicholas Edwards 2010 
Author: NDE Designs - http://www.ndedesigns.com/
Stylesheet for: Colour-Coded
Main Css Document */

* {
	margin:0px;
	padding:0px;
}

img, a img {
	border:0px;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #101318;
	background-position: top center;
	background-attachment:fixed;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	font-size:0.75em;
	text-align:justify;
}

p {
	padding-bottom:2em;
}

#content p {
	padding-left:40px;
	padding-right:40px;
}

#content h1 {
	padding-left:10px;
}

.blue {
	color: #66ccff;
}

.grey {
	color: #666666;
}

.embed {
	border:1px solid #66ccff;
	padding:0px;
	margin:0px;
	margin-left:10px;
}

#content ul, #content ol {
	margin-left:15px;
	margin-bottom:13px;
}

img.left {
	float:left;
	padding-right:10px;
}

img.right {
	float:right;
	padding-left:10px;
}

.clear {
	clear:both;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}

hr {
	margin-bottom:13px;
	margin-top:13px;
	width:200px;
	height:0px;
	margin-left:-13px;
	border:0px;
	border-bottom:1px dashed #1e1a19;	
}

.null {
	padding:0px;
	margin:0px;
}

strong {
	font-weight:900;
}

.in100 {
	padding-left:100px !important;
}

.in30 {
	padding-left:30px !important;
}

/* Headers */

h1 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.5em;
	color:#66ccff;
	margin-bottom:1em;
}

h2 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.3em;
	color:#66ccff;
}

h3 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	color:#66ccff;
}

h4, h5, h6 {
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	color:#66ccff;
}

/* Divs */

#wrapper {
	width:986px;
	margin:auto;
}

#header {
	width:986px;
	height:319px;
	margin-top:26px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	margin-bottom:15px;
}

#menu {
	padding-top:179px;
	padding-left:4px;
}

#blurb {
	width:370px;
	padding-left:24px;
	padding-top:15px;
}

#main {
	width:962px;
	background-color:#08090b;
	margin-top:-15px;
	padding-top:15px;
}

#content {
	width:620px;
	float:left;
}

#sidebar {
	padding-left:30px;
	width:310px;
	float:left;
	margin-top:-10px;
	text-align:center;
}

/* Listmenu */

ul#listmenu {
}

ul#listmenu li {
	list-style:none;
	float:left;
}

ul#listmenu li a, ul#listmenu li a:link, ul#listmenu li a:active, ul#listmenu li a:visited {
	display:block;
	width:105px;
	height: 48px;
	color:#ffffff;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a#game {
	background-image:url(images/menu/game.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a#team {
	background-image:url(images/menu/team.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a#gallery {
	background-image:url(images/menu/gallery.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a#media {
	background-image:url(images/menu/media.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a#create {
	background-image:url(images/menu/create.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

ul#listmenu li a:hover {
	background-position:top left;
}

.active a#game, .active a#team, .active a#gallery, .active a#media, .active a#create {
	background-position:top left;
}

/* Links */

a, a:link, a:active, a:visited {
	color:#33ff00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}