/**************************************************************************************************
 *  General
 **************************************************************************************************/

/* Reset */
.imported * { padding: 0; margin: 0; font-size: 100%; font-weight: inherit; }

/* Base settings */
.imported { color: #5A5A5A; font: 12px Arial, Helvetica, sans-serif; line-height: 1.2; background: #fff; }
.imported p { text-align: justify; }
.imported a { text-decoration: none; color: #023F88 }
.imported a:hover { text-decoration: underline; background: none; }
.imported a img { border: none; }
.imported ul, .imported ol { padding-left: 2em; }
.imported :focus { outline: none; }

/* Common classes */
.imported .container { width: 960px; margin: auto; overflow: hidden; }
.ad { padding-top: 15px; background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/ad-label.gif') no-repeat; }
.clickable { cursor: pointer; }
.more-link { font-weight: bold; }
.more-link:hover { text-decoration: none; color: #fc6700; }


/**************************************************************************************************
 *  Header
 **************************************************************************************************/

#header.imported 
{ 
	background: #fcfcfc url('http://gameaxis.com/wp-content/themes/gameaxis/images/header-bg.jpg') bottom repeat-x; 
	overflow: hidden;
}
#header.imported { min-width: 999px; }
#header.imported .container { width: auto; margin: 0 15px; }
#header.imported .container { min-width: 999px; }
#header.imported .logo { float: left; }
#header.imported .leaderboard { width: 728px; margin: 10px auto 0; overflow: hidden; }

/* Nav menu */
.imported #nav
{
	clear: both;
	height: 65px;
	padding-left: 250px;
	overflow: hidden;
	background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/navi_bgblue.gif') top left no-repeat;
	font-size: 13px;
	font-weight: bold;
}
.imported #nav li { list-style: none; float: left; height: 32px; position: relative; text-shadow: 0 0 10px #333; }
.imported #nav li a { display: block; border-right: 1px solid #0B2f53; padding: 8px 20px; color: #fff; text-align: center; }
.imported #nav li:last-child a { border-right: none; }
.imported #nav li.hover a { }
.imported #nav li a:hover { text-decoration: none; background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/navi_btnbg_hover.gif'); }

/* Nav sub-menu */
.imported #nav li ul { position: absolute; visibility: hidden; padding-left: 0; width: 1000px; }
.imported #nav li ul li { text-shadow: none; }
.imported #nav li:hover ul, #nav li.hover ul { visibility: visible; }
.imported #nav li ul li a { padding: 0 20px 5px; margin: 14px 0 0; color: #053354; line-height: 10px; }
.imported #nav li.hover ul li a { /*border-left: 1px solid #0B2f53; border-right: none;*/ }
.imported #nav li.hover ul li:last-child a { /*border-right: 1px solid #0B2f53;*/ }
.imported #nav li.hover ul li a { background: none; }
.imported #nav li ul li a:hover { text-decoration: none; color: #0c72ba; background: none; }


/**************************************************************************************************
 *  Content
 **************************************************************************************************/

#forum-container 
{ 
	margin: 0 20px; 
	background: #fff url('http://gameaxis.com/wp-content/themes/gameaxis/images/forum/sidebar_bg.gif') left repeat-y; 
	overflow: hidden; 
}
#forum-container { min-width: 960px; }

#content { margin: 0 10px 0 0; padding: 10px 0; overflow: hidden; }
* html #content { margin-left: 197px; }
* html #content .inner { width: 99%; }

/**************************************************************************************************
 *  Sidebar
 **************************************************************************************************/

#sidebar.imported { float: left; margin-right: 10px; width: 187px; background: transparent none; }

.imported .panel { margin: 5px 0 15px; background: transparent none; }

.imported .latest_posts h2 a 
{ 
	display: block; 
	height: 50px;
	background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/forum/latest_posts.gif') no-repeat; 
	text-indent: -999em;
}
.imported .latest_posts ul 
{ 
	padding: 0 1.5em; 
	font-size: 11px; 
	list-style: inside square;
	background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/forum/sidebar_rss_bg.gif') left repeat-y; 
	overflow: hidden;
}
.imported .latest_posts li { margin: 5px 0 10px; }

.imported .gax_unwired { text-align: center; }
.imported .gax_unwired h2 a 
{ 
	display: block;
	height: 50px;
	margin: 0 0 0.5em;
	padding: 0;
	background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/forum/latest_unwired.gif') no-repeat; 
	text-indent: -999em;
}
.imported .gax_unwired a { padding: 70px 30px 70px 15px; background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/outNow.png') right no-repeat; }
.imported .gax_unwired a img { vertical-align: middle; }

#sidebar.imported .ad { text-align: center; background: url('http://gameaxis.com/wp-content/themes/gameaxis/images/forum/ad-label.gif') top no-repeat; }

/**************************************************************************************************
 *  Footer
 **************************************************************************************************/

#footer.imported { clear: both; background: #f1f2f2 url('http://gameaxis.com/wp-content/themes/gameaxis/images/footer_bg.gif') bottom repeat-x; }
#footer.imported { min-width: 999px; }

.imported .sponsored-links { font-size: 11px; }
.imported .sponsored-links dt { font-weight: bold; margin: 1em 50px; }
.imported .sponsored-links dd { float: left; width: 400px; padding: 0 30px 1em 50px; }
.imported .sponsored-links dd a { color:#5a5a5a; }

.imported .copyright { text-align: center; font-size: 10px; padding: 30px 0; }
.imported .copyright img { display: block; margin: auto; }
.imported .copyright ul { padding: 0; }
.imported .copyright li { display: inline; list-style: none; }
.imported .copyright li a { padding: 0 1em; border-right: 1px solid #ddd; }
.imported .copyright li:last-child a { border-right: none; }

.imported .vb { margin-top: -24px; font-size: 9px; line-height: 12px; color: #ccc; text-align: center; }
.imported .vb a { color: #ccc; }
