/*
Theme Name: Insurgent Games
Author: Micah
*/

body {
	margin: 0;
	color: #ffffff;
	text-align: center;
	font-family: helvetica;
	background-color: #000000;
	/*background-color: #181D21;
	background-image: url('images/background.jpg');*/
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	background-color: #000000;
	border-left: 5px solid #080808;
	border-right: 5px solid #080808;
}

#header {
	width:960px;
	height: 200px;
	position: relative;
}

#header #social {
	text-align: right;
	width: 200px;
	height: 32px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#header #nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 960px;
	height: 40px;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Arial Black', Gadget, sans-serif;
}

#header #nav ul {
	list-style: none;
}

#header #nav ul li {
	display: inline;
	list-style: none;
	text-align: center;
	margin: 0 10px;
}

#content {
	width: 960px;
	text-align: left;
}

#content ul {
	list-style-type: square;
	margin-bottom: 15px;
}

#content ul li {
	margin-left: 1em;
	line-height: 150%;
}

#footer {
	border-top: 3px solid #080808;
}

#footer h3 {
	text-align: center;
	font-family: georgia;
	margin-bottom: 10px;
	font-size: 13px;
	color: #5D6170;
}

#footer li {
	text-align: left;
	margin-left: 1em;
	line-height: 150%;
	padding: 5px 0;
}

h1 {
	color: #BFE8FF;
	font-family: georgie;
	font-weight: bold;
	font-size: 2em;
	border-bottom: 1px solid #202A2F;
	margin-bottom: 20px;
	line-height: 100%;
}
p.date {
	font-style: italic;
	color: #3F3F3F;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h2 {
	color: #ffffff;
	font-size: 2em;
	margin-bottom: 10px;
}
p {
	line-height: 150%;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

.cleared {
	clear: both;
}

.social {
	padding: 20px 0;
	text-align: center;
}

.social img {
	margin: 0 5px;
}

.meta {
	font-style: italic;
	font-size: .8em;
	text-transform: lowercase;
	color: #AEAEAE;
	text-align: center;
}

h1 a:link, h1 a:visited {
	color: #BFE8FF;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #CFEEFF;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #CFFFE8;
	text-decoration: underline;
}

a:link, a:visited {
	color: #FFFF57;
	text-decoration: none;
}

a:hover, a:active {
	color: #FEFFBF;
	text-decoration: underline;
}

#comments h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#comments .comment {
	background-color: #175A7F;
	border: 1px solid #0C2D3F;
	padding: 5px 5px 0 5px;
	color: #ffffff;
	margin-bottom: 10px;
}
#comments .comment p.comment-footer {
	border: 1px solid #0C2D3F;
	background-color: #0F384F;
	padding: 0 5px;
	text-align: center;
	font-size: .8em;
	color: #AEAEAE;
	text-transform: lowercase;
}
#post-comment h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#contact {
	text-align: center;
	color: #999999;
}

#contact input, #contact textarea {
	font-size: 1.8em;
	font-family: Georgia, serif;
}

#contact input {
	text-align: center;
}
