/* 
Mindfactory CSS style sheet
Created By Development Team: 
	Vanessa Garcia
	______________
	______________

*/

@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5C5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CDCDCD;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
#logo {
width: 242px;
height: 46px;
border: none;
}
#header  {
	background-color: transparent;
	background-image: url(images/gadgets.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 0;
	padding-left: 5px;
}
#header  img      {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.hazard_line {
	background-image: url(images/hazard_line.jpg);
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}
#featured  {
	background-color: transparent;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 273px;
	background-image: url(images/featured_game_background.png);
	padding-top: 22px;
	margin-top: 4px;
}
#featured_img {
	height: 248px;
	width: 390px;
	background-image: url(images/img_feat.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 40px;
}
#featured_btns {
	width: 300px;
	float: right;
}
#featured_btns img {
	margin-right: 0px;
	width: 57px;
	height: 57px;
	border: none;
}
#featured h2 {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
#featured p {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	margin-top: -5px;
	padding-bottom: 25px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#game_icons_container {
	background-image: url(images/games_background.png);
	background-repeat: no-repeat;
	padding-top: 24px;
	height: 365px;
	margin-top: 4px;
}
.game_row {
	width: 770px;
	padding-left: 20px;
}
.game_img {
/* take out same background image for all of .game_img when we get the actual game imgs. 
	We will have to add them individually by id
*/
	background-image: url(images/img_game.jpg);
	height: 103px;
	width: 164px;
	background-repeat: no-repeat;
	margin-right: 25px;
	float: left;
	padding-bottom: 15px;
}
#game_container {
	background-image: url(images/game_screen_background.png);
	height: 508px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 21px;
	background-repeat: no-repeat;
	margin-top: 4px;
}
#game {
/* This is where the actual game will be held. Take out img when games are added.*/
	background-image: url(images/img_fullgame.jpg);
	background-repeat: no-repeat;
	height: 480px;
	width: 640px;
}
#bottom_panel {
	background-image: url(images/buttons_background.png);
	height: 96px;
	margin-top: 4px;
}
