@charset "iso-8859-2";
#siteDescription {
	text-align: center;
	margin: 0px 100px;
}
#siteDescription h1 {
	margin-top: 0px;
}
#featuredGame {
	background: url(/graphics/backgrounds/home_promoted_game.gif);
	text-align: left;
	width: 322px;
	height: 420px;
	float: left;
	position: relative;
}
#featuredGame .header {
	background: url(/graphics/headers/promoted_game.gif);
}
#featuredGame .playLink {
	position: absolute;
	right: 0px;
	bottom: 4px;
}
#newGames, #popularGames {
	background: url(/graphics/backgrounds/home_new_popular_games.gif);
	width: 325px;
	height: 420px;
	position: relative;
}
#newGames {
	float: left;
	margin-left: 10px;
}
#newGames .header {
	background: url(/graphics/headers/home_new_games.gif);
}
#popularGames {
	float: right;
}
#popularGames .header {
	background: url(/graphics/headers/home_popular_games.gif);
}
#adBlog {
	float: left;
	margin-top: 10px;
}
#blog {
	background: url(/graphics/backgrounds/blog.gif);
	text-align: left;
	width: 685px;
	height: 250px;
	float: right;
	margin-top: 10px;
}
#blog .header {
	background: url(/graphics/headers/blog.gif);
	text-align: left;
	padding-left: 20px;
}
#blog .postTitle a:link, #blog .postTitle a:visited, #blog .postTitle a:active {
	text-decoration: none;	
}
#blog .postTitle a:hover {
	text-decoration: underline;
}
#blog .postTitle {
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
#blog .postContent {
	padding-left: 20px;
}
#sidebar {
	width: 160px;
	float: right;
	margin-top: 10px;
}
#adSidebar2 {
	margin-top: 4px;
}
#links .header {
	background: url(/graphics/headers/sidebar_header_orange.gif);
	height: 27px;
	line-height: 27px;
	margin: 0px;
}
#links ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	list-style-type: none;
}
#categories {
	width: 825px;
	float: left;
	margin-top: 4px;
}
#categories .categoryLong, #categories .categoryShort {
	height: 200px;
}
#categories .categoryLong {
	background: url(/graphics/backgrounds/home_category_long.gif);
	width: 462px;
}
#categories .categoryShort {
	background: url(/graphics/backgrounds/home_category_short.gif);
	width: 351px;
}
