/*
 * Featured games
 */

.front-tab-1, .front-tab-2, .front-tab-3, .front-tab-4
{
	float: left;
	width:58px;
	height: 72px;
	
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-top: 6px;
}

.front-tab-1, .front-tab-2, .front-tab-3
{
	background-image:url(/img/front-featured-2.gif);
}

.front-tab-1:hover, .front-tab-2:hover, .front-tab-3:hover
{
	cursor: pointer;
}

.front-tab-4
{
	background-image:url(/img/front-featured-3.gif);
}

.front-tab-4:hover
{
	cursor: pointer;
}

.front-tab-1-sel, .front-tab-2-sel, .front-tab-3-sel
{
	background-image:url(/img/front-featured-2-sel.gif);
}

.front-tab-4-sel
{
	background-image:url(/img/front-featured-3-sel.gif);
}

/*
 * Front page news splash
 */

#frontpage-news
{
	background-image:url(/img/frontpage-news-bg.jpg);
	width:232px;
	height:151px;
	position:relative;
	padding:10px;
	margin-top:8px;
}

#frontpage-news h2
{
	color:#665b3c;
	margin:0px;
}

#frontpage-news font.mini
{
	color:#665b3c;
}

#frontpage-news a
{
	color:#000000;
	font-weight:bold;
}

#frontpage-news div
{
	margin-top:6px;
}

#frontpage-news #frontpage-news-bottom
{
	position:absolute;
	bottom: 20px;
}

#frontpage-news #frontpage-news-bottom a
{
	font-size: 9px;
	color:#665b3c;
}


/*
 * Front page forum bubble
 */

#frontpage-forumbubble-top
{
	margin-top:8px;
	height:10px;
	background-image:url(/img/front-forumbubble-top.gif);
}

#frontpage-forumbubble-mid
{
	background-image:url(/img/front-forumbubble-mid.gif);
	padding: 0px 10px;
}

#frontpage-forumbubble-bot
{
	height:20px;
	background-image:url(/img/front-forumbubble-bot.gif);
}