/*
Theme Name: Game State v1
Theme URI: http://gamestate.com.au
Description: Game State WP Theme
Version: 1.0
Author: Michael Shamoon
Author URI: http://g-fighter.com/
*/

@import url("blueprint/screen.css");

/****************************/
/*							*/
/*		General Styles		*/
/*							*/
/****************************/

h1, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 36px;
	line-height: 38px;
	}
h1 a small {
	font-size: 18px;
	line-height: 20px;
	}

h3 {
	font-size: 24px;
	}

h4 {
	font-weight: bold;
	}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	}

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

a:hover {
	color: #fff;
	background-color: #636363;
	}

a:active, a:focus {
	outline:none;
	}

p {
	margin-bottom: 20px;
	}

ul {
	list-style-type: square;
	margin-bottom: 20px;
	}

ul li {
	margin-left: 40px;
	margin-bottom: 10px;
	}

hr {
	margin: 10px 0;
	background: none;
	border-bottom: 1px solid #636363;
	}

/****************************/
/*							*/
/* Layout & Specific Styles	*/
/*							*/
/****************************/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
div#header, div#content, div#footer {
	width: 100%;
	display: block;
	clear:both;
	}

div#header {
	background: #000 url('images/header-bkgd.gif') top left repeat-x;
	height: 174px;
	}

div#header h1 {
	color: #fff;
	margin: 17px 0;
	}

div#header h1 a {
	display: block;
	height: 100px;
	color: #fff;
	background: url('images/gamestate_flag.png') top left no-repeat;
	padding-left: 160px;
	padding-top: 20px;
	margin-bottom: -20px;
	}

h3#contact {
	margin-top: 37px;
	}
h3#contact a {
	color: #fff;
	}
h3#contact a:hover {
	background: none;
	color: #636363;
	}

ul#topnav {
	list-style:none;
	text-indent: 0;
	margin: 0;
	}

ul#topnav li {
	background: transparent url('images/tab-bkgd.png') top left no-repeat;
	padding:19px 14px 0 14px;
	float: left;
	width: 150px;
	margin:-19px 0 0 -14px;
	text-align: center;
	}
ul#topnav li.current-cat {
	background-color: #fff;
	background: transparent url('images/tab-bkgd-current.png') top left no-repeat;
	}
ul#topnav li.current-cat a {
	color: #000;
	}

ul#topnav li h3 {
	display:block;
	}

ul#topnav li h3 a {
	color: #fff;
	display: block;
	width: 150px;
	height: 40px;
	}
ul#topnav li h3 a:hover {
	color: #000;
	background: none;
	}

div#content {
	font-family: Georgia, sans-serif;
	margin: 10px 0;
	padding-top: 30px;
	}

div#footer {
	padding: 0 0 20px 0;
	}

div#footer .container:after {
	display:none;
	}

div#footer p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	}