/*
 *  dev.mygameiq.com main.css
 */

/*  Adds permanent vertical scrollbar so layout width is consistent 
 *  on both long and short pages. (Following 2 lines)
 */
 
* {
  margin: 0;
  padding: 0;
}

html, body, #maincontainer, #contentwrapper {
  min-height: 100%;
  height: 100%;
}

body > #maincontainer {
  height: auto; 
  min-height: 100%;
}

html { 
	overflow-y: scroll; 
	overflow-x: auto; 
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

body {
  margin:0;
  padding:0;
  font-size: 13px;
  font-family: tahoma, arial, helvetica, sans-serif;
  background: transparent url('/static/forum/themes/mygameiq/bg_tile.png') top;
}

a:link, a:visited {
  font-weight: bold;
	text-decoration: none;
  color: #344271;
}

a:hover, a:active {
	color: #bd0c26;
	text-decoration: underline;
	font-weight: bold;
}

ul {
  list-style-type: none;
}

img {
border: 0px;
}

.clear {
	clear: both;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#maincontainer {
	margin: auto;
  padding: 0;
}

#topbar {
	text-align: right;
	color: white;
	background: transparent url('/static/forum/themes/mygameiq/topbar_bg.png') bottom left repeat;
	width: 100%;
	margin: auto;
	height: 40px;
}

#topbar p {
	margin: 0;
	padding-top: 5px;
	margin-right: 25px;
}

#topbar a:link, #topbar a:visited, #footer a:link, #footer a:visited {
  font-weight: bold;
	text-decoration: none;
  color: #D4E2F1;
}

#topbar a:hover, #topbar a:active, #footer a:hover, #footer a:active {
	color: #bd0c26;
	text-decoration: none;
	font-weight: bold;
}

#header {
  background-image: url('/static/forum/themes/mygameiq/mygameiq_edu.png') top left no-repeat;
  height: 80px; /*Height of top section*/
	width: 945px; /* 945px old */
  margin: auto;
}

#head_search {
	float: right;
}

.headerLogo img {
  float:left;
}

#headerMenu {
	position: relative;
	font-size: 12px;
  text-align: center;
  color: #FEFEFE;
	text-transform: uppercase;
	z-index: 100;
  background: transparent url('/static/forum/themes/mygameiq/menu_bg.png') top left repeat-x;
  height: 43px;
  display: block;
	width: 945px; /* 945px old */
  margin: auto;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
}

#headerMenu a:link, #headerMenu a:visited { 
  font-weight: bold;
  color: #FEFEFE;
  text-decoration: none;
}

#headerMenu a:hover, #headerMenu a:active {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;
}

#headerMenu ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#headerMenu ul li {
  list-style: none;
	width: 94.5px;
  float: left;
  margin: 0;
}

#headerMenu ul li:last-child {
	width: 94.5px;
} 

#headerMenu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
	font-weight: normal;
}

#headerMenu ul li a span {
  padding: 11px 0 16px 0;
  display: block;
}

#headerMenu ul li a:hover, #headerMenu ul li a:hover span {
  background:url('/static/forum/themes/mygameiq/menu_hover.png') no-repeat bottom center; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#headerMenu ul li.active a, #headerMenu ul li.active a {
  background:url('/static/forum/themes/mygameiq/menu_selected.png') no-repeat bottom center; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#headerMenu ul li.active:first-child a, #headerMenu ul li.active:first-child a, #headerMenu ul li:first-child a:hover, 
#headerMenu ul li:first-child a:hover span {
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
}

#headerMenu ul li.active:last-child a, #headerMenu ul li.active:last-child a, #headerMenu ul li:last-child a:hover, 
#headerMenu ul li:last-child a:hover span {
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
}

#head_bg {
  position: absolute;
  width: 100%;
  height: 202px;
  top: -8px;
  left: 0px;
  z-index: -100;
  background:url('image/bg_tile_head.png') repeat-y top center; 
}

#contentwrapper {
	position: relative;
  background: #EAEAEA;
	width: 945px; /* 945px old */
  margin: auto;
  min-height: 720px;
  padding-bottom: -60px; /* same height as #footer */
}

#contentcolumn {
	position: relative;
	float: left;
	top: -15px;
  margin-left: 0; /*Set left margin to LeftColumnWidth*/
	width: 930px;
  background: #EAEAEA;
  padding-bottom: 60px;
  overflow: hidden;
}

#leftcolumn {
  width: auto; /*Width of left column*/
  background: #EAEAEA;
}

#rightcolumn {
	float: right;
	width: 250px;
  background: #EAEAEA;
  min-height: 100%;
  height: 100%;
}

#menuBottom {
  background: url('/static/forum/themes/mygameiq/menuBorderTop.png') bottom right no-repeat;
  min-height: 12px;
  min-width: 150px; /*Set to LeftColumnWidth*/
}

#footer {
	position: relative;
  clear: both;
  font-size: 12px;
  background: black;
  color: #FFF;
  padding: 5px 0;
	text-align: center;
  margin-top: -74px; /* Negative value of footer height, plus extra for menuexpand negative */
	height: 74px;
}

.push {
  height: 60px;
}

#footer img {
  float: left;
  display: inline;
}

.footer_content {
	width: 945px;
	margin: auto;
  text-align: center;
}

.innerdiv {
margin: 10px 0 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.contentdiv {
  margin: 0 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  padding-top: 10px;
}

ul.topMenu {
	margin: 5px 0;
	padding: 0;
}

ul.topMenu li {
	display:inline; 
	list-style-type:none; 
	margin-top: 10px;
	padding-left:1.5em; 
	margin-left:1.5em; 
	border-left:1px solid #999;
}

ul.topMenu li:first-child {
	border-left:none;
}

ul.leftMenu, ul.leftMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#menuExpand {
	position: relative;
  top: -10px;
	height: 27px;
	z-index: 1;
  padding: 0;
	padding-top: 5px;
  background: #091029;
	width: 945px; /* 945px old */
  margin: auto;
}

#menuExpand a:link, #menuExpand a:visited { 
  font-weight: bold;
  color: #FEFEFE;
  text-decoration: none;
}

#menuExpand a:hover, #menuExpand a:active {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;
}

#menuExpand ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#menuExpand ul li {
  list-style: none;
/*	width: 85px; now defined in dynamic.php */
  float: left;
  margin: 0;
}

#menuExpand ul li:last-child {
/*	width: 105px; now defined in dynamic.php */
} 

#menuExpand ul li a {
  display: block;
  color: #000;
  text-decoration: none;
	font-weight: normal;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#menuExpand ul li a span {
  padding: 9px 0 6px 0;
  display: block;
	padding-left: 25px;
	padding-right: 25px;
}

#menuExpand ul li a:hover, #menuExpand ul li a:hover span {
  background: blue; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menuExpand ul li.active a, #menuExpand ul li.active a {
  background: #0263b4; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}



ul.secondMenu, ul.secondMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background: url('/static/forum/themes/mygameiq/vline.png') repeat-y;
}

ul.secondMenu ul {
  margin-left: 17px;
}

ul.secondMenu li {
  margin: 0;
  padding: 0 11px;
  line-height: 20px;
  background: url('/static/forum/themes/mygameiq/node.png') no-repeat;
}

ul.secondMenu li:last-child {
  background: #AEABA7 url('/static/forum/themes/mygameiq/lastnode.png') no-repeat;
}

ul.undermenu {
  list-style-type: none;
}

ul.undermenu li {
  margin: -3px 3px;
  float: left;
}

ul.undermenu li span a {
  padding: 3px;
}
ul.undermenu li span {
  padding: -3px 3px 3px 3px;
/*	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px; */
}

/* Widgets */

.widget_head, .bl_titlebox {
	background: #0263b4;
	height: 18px;
	padding: 3px 1px 2px 1px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.widget_head h4, .widget_head h4 a, .bl_titlebox h4, .bl_titlebox h4 a {
	color: white;
	text-transform: uppercase;
	margin-left: 4px;
}

.widget_dark {
	background: #232e66;
}

.widget_body {
	background: #fefefe;
	border: 1px solid DimGray;
	border-top: none;
	padding: 0 0 0 0;
	margin-bottom: 15px;
}

.widget_body p {
  padding: 1px 0 0 0;
}

.widget_body h3 {
  padding: 6px 0 0 0;
}

.widget_headless {
	color: white;
	background: #0263b4 url('/static/forum/themes/mygameiq/livestats.png') no-repeat 6px -1px;
	height: 27px;
	margin: 6px 0 15px 0;
	padding: 14px 5px 7px 0;
	padding-left: 60px;
	text-shadow: 0 0 11px #019cd4;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.widget_head_info {
  float:right;
  font-weight: normal;
  text-transform: none;
  padding-right: 3px;
}

.widget_ext_title {
  background: #aeaba7;
  border-bottom: 1px solid #6e6e6e;
}

.widget_headless h3 {
	font-size: 14px;
}

.widget_float {
	float: left;
}

.widget_space {
	margin-right: 15px;
}

.widget_first {
  margin-top: 5px;
}

.col_double {
	width: 668px;
}

.col_single {
	width: 325px;
}

.col_right {
	width: 230px;
}

.col_right table, .col_right td, .col_right tr {
	min-width: 0;
	border: none;
}

.widget_body table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

.widget_body tr.alt {
	background: #e7e7e7;
}

.widget_body td {
}

.news_widget h3, .news_widget p {
	margin: 0 10px;
}

.date_stamp {
  padding-top: 5px;
	margin-top: 7px;
	float: right;
	font-size: 75%;
}

/* Favorites List / Buddy List */

.bl_titlebox {
  
}

/* Image Scroller */

.image_scroller {
	height: 450px;
	overflow: hidden;
	padding: 6px 0 0 0;
}

.image_scroller_main {
	text-align: left;
	text-shadow: 2px 2px 16px #232e66, -2px -2px 16px black;
	font-weight: bold;
	font-size: 32px;
	color: #fffff0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	height: 360px; 
	width: 670px; 
	background: no-repeat;
}

.image_scroller_main p {
  margin: 3px 10px;
  cursor: default;
}

.image_scroller_list {
}

/* Forms */

form {margin: 0}

.search_container {
	float: right;
	padding-right: 10px;
	padding-top: 35px;
}

#search_box {
	width: 229px;
	height: 26px;
	background: url('/static/forum/themes/mygameiq/bg_search_box.png');
}

#search_box #s {
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: 0;
	width: 159px;
	background: none;
}

#search_box #go {
	float: right;
	margin: 3px 4px 0 0;
}

.search_container a {
	float: right;
	color: #fefefe;
}

/* Input fields */

input:text {
  width: 250px;
}

.right {
  float:right;
}

/* Errors */


