/* Copyright (C) 2011 Obsidian Entertainment, Inc. */
/* Default tag settings  12172d */

body {
	background: #000 url(../images/bg.gif) repeat-x;
	color: #989898;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Geneva,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1;
}

a {
	/*color: #E3A30A;*/
	color: #DCDCDC;
	text-decoration: none;
}

a:hover,
a.arrow:hover {
	color: #E3A30A;
}

a.arrow {
	background: url(../images/arrow.gif) 0 50% no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0 6px 20px;
	-moz-background-inline-policy: -moz-initial;
}
a.category {
	font-size: 1.2em;
}
a.readon {
	background: url(../images/readmore.gif) 0 50% no-repeat;
	padding-left: 12px;
	-moz-background-inline-policy: -moz-initial;
}

a.imgLink {
	border-bottom: none !important;
}

blockquote {
	border-left: 2px solid #324080;
	margin: 1.3em 0 1.3em 1em;
	padding:0 2em 0 1em;
	text-align:justify;
}

em {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	color: #EEE;
	line-height: 1.2;
}

h1 { font-size: 2em; font-weight: bold; line-height: 1em; }
h2 { font-size: 1.7em; font-weight: bold; }
h3 { font-size: 1.25em; font-weight: bold; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

.small { font-size: 1.0em; }

input {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: 600;
}

.slide p {
	margin: 0 0 1em 0;
}

ol, ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
	padding: 0;
}

/* Specific element ID settings */
#pageShell { 
	background-color: #0b0b0b;
	margin: 0 auto; 
	padding: 0 4px 4px;
	width: 880px;
}

#pageContent {
	line-height: 1.3em;
}

#header {
	background: url(../images/header.jpg) no-repeat 50% 0;
	border-bottom: 1px solid #000000;
	height: 70px;
}

#header h1 a {
	line-height: 70px;
	text-decoration: none;
	text-indent: -9000px;
}

.topLogo {
	background-image: url(../images/logo.gif);
	display: block;
	height: 66px;
	width: 218px;
}

#topNav {
	background: url(../images/nav_bg.gif) top left;
	border-bottom: 1px solid #000000;
	float: none;
	height: 29px;
	margin: 0;
	padding: 0;
	z-index: 900;
}
#topNav ul {
	line-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#topNav ul#mainlevel {
	border: 0 none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#topNav ul#mainlevel a, 
#topNav ul#mainlevel span {
	display: block;
	float: none !important; /* for all (except IE) */
/*	float: left; /* for IE */
	font-family: "Century Gothic",Tahoma,Verdana,Arial,sans-serif;
	font-weight:bold;
	/*height: auto; !important;*/
	/* height: 1%; */ /* for IE */
	font-size: 10pt;
	padding: 7px 20px;
	text-transform:uppercase;
}

#topNav ul#mainlevel li ul li a.sublevel {
	font-size: 12px;
	padding: 4px 18px;
}

#topNav ul#mainlevel a:link, #topNav a:visited  {
	color: #DDDDDD;
}

/* TOP level menu items (Games, Jobs, etc.) */
#topNav ul#mainlevel li {
	border: 0 none;
	display: inline;
	float: left; /* for Gecko */
	height: 28px;
	list-style:none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

/* The box that contains sub-menu items */
#topNav ul#mainlevel ul {
	background: #1e1e1e;
	border: 1px solid #3d3d3d;
	display: none;
	left: 0;
	list-style:none;
	margin: 0;
	opacity: 0.95;
	-moz-opacity:0.95;
	position:absolute;
	top: 28px;
	width: 310px;
}

#topNav ul#mainlevel ul li {
	float: none;  /*for Gecko*/ 
	display: block !important; 
	height: 20px;
}

#topNav ul#mainlevel li:hover li a:hover,
#topNav ul#mainlevel li:hover li:hover a {
	background: #365c8b;
	color: white;
	margin: 0;
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#topNav ul#mainlevel li:hover ul {
	display: block;
}

#topNav ul#mainlevel ul ul,
#topNav ul#mainlevel ul ul ul {
	display: none !important;
}

#searchBox{
	float:right;
	padding:5px 15px 0 0;
}
#searchBox input {
	background: #101010;
	border: 1px solid #444;
	color: #AAA;
	padding: 1px 4px;
	overflow: hidden;
	width: 110px;
}

#contentTop {
	float: left;
	width: 880px;
}

.slideshow {
	float: left;
	margin-right: 1px;
	width: 880px;
	height: 400px;
}

.moduletable-gamestatic {
	float: left;
	margin: 0;
	padding: 0;
	width: 317px;
}

#content {
	background-color: #131313;
	float: left;
	width: 880px;
}

.moduletable_news {
	background: url(../images/news_body.gif) repeat-y;
	float: left;
}

.moduletable {
	background: url(../images/mod_body.gif) repeat-y;
	float: left;
}

#colMain {
	overflow: hidden;
	margin: 6px 4px 0 4px;
}

body.home #colMain {
	float: left;
	width: 556px;
}

/*#colMain p a {
	border-bottom: 1px dotted #555;
}

#colMain p a:hover {
	color: #FFF;
	border-bottom: 1px dotted #EEE;
	text-decoration: none;
}*/

#colMainBottom {
	background: url(../images/news_btm.gif) no-repeat;
	height: 3px;
}

#colSide {
	float: right;
	margin: 6px 4px 0 4px;
	overflow: hidden;
	width: 304px;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#footer {
	background: black url(../images/footer.gif) center bottom;
	clear: both;
	line-height: 16px;
	padding: 5px 0 3px;
	position: relative;
	width: 880px;
}

li#logo-fb, 
li#logo-tw,
li#logo-ig,
li#logo-twitch {
	background: url("https://d1079ywfijtdjs.cloudfront.net/images/logos/social-small.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: 16px;
	height: 16px;
}

li#logo-fb {
	background-position: 0 0;
}

li#logo-tw {
	background-position: -16px 0;
}

li#logo-ig {
	background-position: -32px 0;
}
li#logo-twitch {
	background-position: -48px 0;
}

li#logo-fb a,
li#logo-tw a,
li#logo-ig a,
li#logo-twitch a {
	display: block;
	height: 16px;
	width: 16px;
}

#footer .wrapper {
	background: transparent url(../images/hr.gif) repeat-x;
	color: #757575;
	margin: 0 4px;
	padding: 6px 0;
	position: relative;
}

#footer .wrapper ul {
	margin: 0;
	padding-top: 6px;
	position: absolute;
	right: 0;
	top: 0;
}

#footer .wrapper li {
	display: block;
	float: left;
	margin: 0 5px;
}

#footer .wrapper li.last {
	border-right-style: none;
	padding-right: 0;
}

#footer .wrapper p {
	margin: 0;
}

.breadcrumb {
	margin-bottom: 10px;
}

.createdate {
	font-size: 10px;
	padding-bottom: 1.1em;
}

.article_separator {
	display: none;
}

.jobslist p {
	padding-bottom: 0;
}

.dots,
.jobslist .article_separator,
.jobslist .article_separator {
	background: transparent url(../images/dot.gif) 0 0 repeat-x;
	line-height: 6px;
	display:block;
	margin-top: 5px;
}

/* Module settings */
div.module, 
div.module_noheader {
}

div.module .module-top {
	background: url(../images/mod_header.gif) top left no-repeat;
}

div.module .module-middle, 
div.module_noheader .module-middle {
	background: #2b2b2b url(../images/mod_body.gif) repeat-y;
	padding: 0 5px 6px 5px;
}

div.module .module-bottom, 
div.module_noheader .module-bottom {
	background: url(../images/mod_footer.gif) 0 100% no-repeat;
	height: 3px;
	margin-bottom: 10px;
}

div.module div div {
	/* Prevent middle part from being reapplied in internal divs */
	background: none;
}

div.module h3, 
div.module_noheader h3, 
div.moduletable h3, 
div.moduletable_news h3, 
table.moduletable th {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
	height: 31px;
	margin-bottom: 0;
	text-indent: 10px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}

div.moduletable h3 {
	background: url(../images/mod_header.gif) top left;
	height: 31px;
	width: 304px;
}

div.moduletable_news h3 {
	background: url(../images/news_header.gif) no-repeat;
	height: 34px;
	width: 556px;
}

.contentheading {
	color: #FFF;
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 0;
	text-align:left;
	vertical-align: bottom;
	width: 100%;
}

div.moduletable_newsfooter {
	background: url(../images/news_footer.gif) no-repeat;
	float: left;
	display: block;
	height: 3px;
	width: 556px;
}

/* Specific module settings */
div.module div div div div.pollheader {
	color: #e1bc23;
	font-weight: bold;
	margin: 5px 0 6px 0;
}

div.module div div div div.pollbody {
	background: url(../images/dot.gif) repeat-x bottom;
	padding-bottom: 6px;
}

div.module div.pollbuttons {
	padding-top: 8px;
	padding-left: 3px;
	text-align: center;
}

.sectiontableheader {
	padding: 5px 0 5px 4px;
	border-bottom: 1px solid #333;
}
.sectiontableentry1 td, 
.sectiontableentry2 td {
	padding: 4px 3px 0 2px;
}

.latestPosts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	margin: 2px;
	padding: 4px 4px 4px 10px;
*/
}

.latestPosts li {
	border-bottom: 1px dotted #555555;
	margin: 0;
/*	margin: 1px 0;
	padding: 4px 10px;
*/	
}

.latestPosts li:hover {
	background: #363430 none repeat scroll 0% 0%;
}

.latestPosts a {
	background: url(../images/post_dark.gif) left center no-repeat;
	color: #AAA;
	display:block;
	margin-left: 2px;
	padding: 5px 0 5px 18px;
}

.latestPosts a:hover {
	background: url(../images/post_light.gif) left center no-repeat;
	color: #FFF;
}


.mod_placehere .contentheading, 
.mod_placehere_noheader .contentheading {
	font-size: 1.2em;
}

p.gk_news_show_news_info, 
p.MsoNormal {
	margin-top: 0;
}

.gk_news_show_center {
	background-color: #191e21;
	padding: 3px;
}

table.contentpaneopen, 
table.contentpane {
	margin-bottom: 10px;
	width: 100%;
}

table.contentpaneopen h2 {
	color: #FFF;
	font-weight: normal;
}

table.contentpaneopen h3 {
	font-weight: normal;
}

.gameRow {
	margin: 0 0 2px 0 !important;
	overflow: hidden;
	text-align: left;
}

.gameImage {
	border: 0 none;
	float: left;
	height: 85px;
	margin: 0 5px 0 0 !important;
	text-align: center;
}

.gameTextTitle {
	font-size: 1.2em;
	
}

.alt {
	background-color: #3B3B3B !important;
}

.clearPt1 {
	clear: both;
	font-size: 1pt;
}

/* Generic helper classes */
.btnVote {
	background:url(../images/btn_vote.gif) no-repeat;
	border: 0;
	cursor: pointer;
	height: 31px;
	margin-bottom: 5px;
	width: 136px;
}

.btnResults {
	background:url(../images/btn_results.gif) no-repeat;
	border: 0;
	cursor: pointer;
	height: 31px;
	margin-bottom: 5px;
	width: 136px;
}

#poll .componentheading, 
.componentheading {
	color: #FFF;
	font-size: 13pt;
	margin-bottom: 5px;
}

#poll .sectiontableheader {
	color: #FFF;
}

#poll select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #000;
	width: auto !important;
}

.jweather_desc {
	color: #EEE;
	font-size: 1.20em;
}

.jweather td {
	width: 33%;
}

.jweather_tempText {
	color: #EEE;
}

.m5  { margin: 5px; }
.m6  { margin: 6px; }
.pt5 { padding-top: 5px; }

.tac { text-align: center; }

.news-list {
	margin: 0 2px;
}

.news-list ul {
	/*list-style-type: none;*/
	margin: 0;
	padding: 0;
}

.news-list ul li {
	list-style-type: none;
}

.news-row {
	background-color: #191E21;
	padding: 0 5px 25px;
}

.news-field-icon {
	display: block;
	float: left;
}

.news-field-title {
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 74px;
}

.news-field-date {
	color: #666666;
	margin-left: 74px;
}

.news-field-body {
	margin-left: 74px;
}
p#view-jobs {
	font-size: 1.15em;
	padding-bottom: 4px;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	border-bottom: 1px solid #555555;
}
ul.menu li:hover {
	background-color: #363430;
}
ul.menu li a {
	color: #AAA;
	display: block;
	margin-left: 2px;
	padding: 7px 10px;
}
ul.menu li a:hover {
	color: #EEE;
}
.footer-item {
	font-size: 12px;
	text-transform: uppercase;
}