
/*---------------------------------------------------------------------------*/
/*                                                                PAGE TITLE */

#banner {
	position: relative;
	width: 750px;
	height: 90px;
}
h1.page-title {
	position: absolute;
	z-index: 1000;
	left: 120px;
	top: 41px;
	width: 511px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/games/page_title.gif);
}
h1.page-title span {
	display: none;
}

/*---------------------------------------------------------------------------*/
/*                                                                   COLUMNS */

#games {
	position: relative;
	float: left;
	width: 250px;
}
#right-side-columns {
	position: relative;
	float: right;
	width: 500px;
}
#game-info {
	position: relative;
	width: 240px;
	float: left;
}
#staff-spotlight {
	position: relative;
	width: 260px;
	float: right;
}

/*---------------------------------------------------------------------------*/
/*                                                           GAMES SPOTLIGHT */

#games-spotlight {
	position: relative;
	width: 500px;
	height: 250px;
	margin: 0 0 62px;
	background-image: url(../images/games/spotlight_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#games-spotlight div.title {
	z-index: 200;
	position: absolute;
	width: 8px;
	height: 120px;
	top: 25px;
	left: 22px;
	background-image: url(../images/global/column_labels_blue/games_spotlight.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#games-spotlight div.title h2 {
	display: none;
}
#games-spotlight div.photo {
	position: absolute;
	width: 440px;
	height: 232px;
	left: 35px;
	top: 8px;
	overflow: hidden;
}
#games-spotlight div.photo a {
	position: absolute;
	width: 440px;
	height: 232px;
	margin: 0;
	padding: 0;
	z-index: 500;
	overflow: hidden;
}
#games-spotlight div.photo img {
	margin: 1px 0 0;
}
#games-spotlight div.photo div.mask {
	position: absolute;
	width: 440px;
	height: 232px;
	left: 0;
	top: 0;
	background-image: url(../images/games/spotlight_photo_mask.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#games-spotlight div.caption {
	position: absolute;
	z-index: 6000;
	left: 50px;
	bottom: 65px;
}
#games-spotlight div.caption h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

/*---------------------------------------------------------------------------*/
/*                                                          GAME INFORMATION */

#game-info {
	background-image: url(../images/global/dot_border_white_on_black.gif);
	background-position: 35px 0;
	background-repeat: repeat-y;
}
#game-info div.container {
	margin: 15px 10px 0 50px;
	color: white;
	font-size: 11px;
}
#game-info p {
	margin: 0;
	padding: 0 0 10px;
}
#game-info ul.links {
	margin: 0 0 0 1.5em;
	padding: 0;
	color: #6BBBD9;
}
#game-info ul.links li {
	margin: 5px 0;
}
#game-info ul.links a {
	color: #6BBBD9;
	font-weight: bold;
	text-decoration: none;
}


/*---------------------------------------------------------------------------*/
/*                                                           SPOTLIGHT QUOTE */

#spotlight-quote {
	z-index: 5000;
	position: absolute;
	width: 474px;
	height: 169px;
	top: -117px;
	left: -222px;
	background-image: url(../images/games/spotlight_quote_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#spotlight-quote blockquote {
	position: absolute;
	width: 410px;
	height: 75px;
	top: 25px;
	left: 32px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11px;
}
#spotlight-quote blockquote p {
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------*/
/*                                                           STAFF SPOTLIGHT */

#staff-spotlight {
	top: -5px;
}
#staff-spotlight div.container {
	width: 210px;
	margin: 0 25px 0 15px;
	background-image: url(../images/global/column_bg_width_210.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#staff-spotlight div.title {
	z-index: 200;
	position: absolute;
	width: 9px;
	height: 116px;
	top: 20px;
	left: 22px;
	background-image: url(../images/global/column_labels_blue/staff_spotlight.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#staff-spotlight div.title h2 {
	display: none;
}
#staff-spotlight div.photo {
	position: relative;
	width: 190px;
	height: 120px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}
#staff-spotlight div.photo a {
	position: absolute;
	width: 190px;
	height: 120px;
	margin: 0;
	padding: 0;
	z-index: 500;
	overflow: hidden;
}
#staff-spotlight div.photo div.mask {
	position: absolute;
	width: 190px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/global/column_mask_width_210.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#staff-spotlight div.content {
	padding: 10px 10px 10px 30px;
	color: white;
	font-size: 11px;
}
#staff-spotlight div.caption {
	color: white;
	font-size: 11px;
}
#staff-spotlight div.caption p {
	margin: 0;
	padding: 5px 0;
}
#staff-spotlight div.caption div.date {
	margin: 0 0 5px;
	padding: 0;
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#staff-spotlight h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#staff-spotlight span.position {
	color: #6BBBD9;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#staff-spotlight p.link {
	margin: 5px 0 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
}
#staff-spotlight p.link a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#staff-spotlight div.column-cap-bottom {
	position: relative;
	width: 210px;
	height: 6px;
	margin: 0 25px 0 15px;
	padding: 0;
	background-image: url(../images/global/column_cap_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------*/
/*                                                                GAMES MENU */


#games div.game {
	position: relative;
	width: 215px;
	height: 120px;
	margin: 0 0 0 35px;
}
#games div.image {
	position: absolute;
	width: 195px;
	height: 80px;
	top: 10px;
	left: 10px;
	margin: 0;
	border: 0;
}
#games div.image a img {
	border: 0;
}
#games p {
	position: absolute;
	z-index: 100;
	width: 175px;
	height: 20px;
	top: 90px;
	left: 20px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#games p a {
	color: white;
	text-decoration: none;
}
#games div.mask {
	position: absolute;
	width: 195px;
	height: 100px;
	top: 10px;
	left: 10px;
	background-image: url(../images/games/game_mask.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#games #game-1 div.mask {
	width: 215px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/games/game1_mask.gif);
}
#games #game-2 div.mask {
	width: 215px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/games/game2_mask.gif);
}
#games #game-3 div.mask {
	width: 215px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/games/game3_mask.gif);
}
#games #game-4 div.mask {
	width: 215px;
	height: 120px;
	top: 0;
	left: 0;
	background-image: url(../images/games/game4_mask.gif);
}
#games div.mask a {
	display: block;
	position: absolute;
	width: 195px;
	height: 100px;
	top: 10px;
	left: 10px;
	margin: 0;
	border: 0;
}


