/* - - - - - - - - - - general - - - - - - - - - -  */

html, body {
	height: 100%;
}

html {
	background: #000 url(../images/bg.gif) top center repeat-y;
}
	
body {
	width: 100%;
}
	
#wrapper {
	margin: 0 auto;
	width: 756px;
	min-height: 100%;
	background: #000;
}
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	padding-top: 185px;
	background: url(../images/header.jpg) top center no-repeat;
}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 16px;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	margin: 0;
	padding: 0;
}

#primary_content {
	margin: 30px 50px 0 50px;
}

#primary_content ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#primary_content ul li {
	margin: 0;
	padding: 0;
}

#splash {
	text-align: center;
}

div.Article {
	margin-bottom: 40px;
	padding-bottom: 50px;
	background: url(../images/divider.gif) bottom center no-repeat;
}

div.game {
	clear: both;
	position: relative;
	padding: 0 0 30px 0;
}

div.game img {
	float: left;
	border: none;
	margin-right: 15px;
}

div.GameDesc {
	margin-left: 265px;
}

div.Section {
	margin: 30px 0;
}

div.contact dl {
	float: left;
	width: 215px;
}

div.contact dt {
	margin: 0;
}

div.contact dd {
	margin: 0 0 10px 0;
}

#contact_form {
	margin: -5px 0 20px 0;
	padding: 0;
	width: 300px;
	float: left;
}

#contact_form div.ContactOption {
	margin: 0 25px 5px 0;
	float: left;
}

#contact_form div.ContactOption input {
	margin: 0 5px 0 0;
	width: auto;
}

#contact_form div.ContactOption label {
	width: auto;
	display: inline;
	font-weight: normal;
}

#contact_form #message_area {
	clear: both;
	margin: 15px 0 0 0;
}

#contact_form #message_area input, #contact_form #message_area textarea {
	margin: -10px 0 0 0;
	width: 100%;
	background: #333;
}

#contact_form #message_area label {
	margin: 15px 0 0 0;
	display: block;
}

#contact_form #message_area input.Submit {
	margin: 15px 20px 15px 0;
	width: auto;
}

#contact_form p {
	margin: 20px 0 0 0;
}
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 80px 0 0 0;
	padding: 58px 0 40px 0;
	text-align: center;
	clear: both;
	background: url(../images/footer.jpg) top center no-repeat;
}





/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	font-family: verdana, arial, sans-serif;
}

p {
	margin: 0 0 20px 0;
}

a:link, a:visited { color: #ffa517; text-decoration: none; }

a:hover, a:active { color: #fff; }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	clear: both;
}

h1 {
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	color: #ffa517;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 8px 0;
}

h3 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 8px 0;
}

strong {
	font-weight: bold;
	color: #ffa517;
}





/* - - - - - - - - - - header typography - - - - - - - - - -  */


	
	
	
	
/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav li {
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li:hover a {
	color: #1e72ff;
}

#nav li.Current a {
	color: #fff;
}

#nav li.Current:hover a {
	color: #1e72ff;
}

	
	
	
	
/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

h1 span {
	display: none;
}

h1 {
	height: 64px;
	background-position: top center;
	background-repeat: no-repeat;
}

div.news h1 { background-image: url(../images/title-news.gif); }
div.about h1 { background-image: url(../images/title-about.gif); }
div.devcorner h1 { background-image: url(../images/title-devcorner.gif); }
div.games h1 { background-image: url(../images/title-games.gif); }
div.jobs h1 { background-image: url(../images/title-jobs.gif); }
div.contact h1 { background-image: url(../images/title-contact.gif); }

div.news h1 { 
	margin-bottom: 4px;
}

div.games h2 {
	clear: none;
}

div.games a:link, div.games a:visited { color: #1e72ff; text-decoration: none; }

div.games a:hover, div.games a:active { color: #fff; }

div.contact dt {
	color: #ffa517;
	font-weight: bold;
}

#contact_form #message_area input, #contact_form #message_area textarea {
	color: #fff;
}

#contact_form #message_area label {
	font-weight: normal;
	color: #1e72ff;
}
	




/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#footer {
	font-size: 10px;
	letter-spacing: 3px;
	color: #333;
}

#footer p {
	margin: 0;
}

#footer p#cgcraft {
	color: #232323;
	letter-spacing: 0;
}

#footer a:link, #footer a:visited { color: #232323; text-decoration: none;}

#footer a:hover { color: #666; text-decoration: none;}

#footer a:hover span { color: #a8d936; }

#footer a:active { color: #fff }