@charset "iso-8859-2";
#siteDescriptionPart1 {
	text-align: center;
	margin: 0px 100px;
}
#siteDescriptionPart1 h1 {
	font-size: 16px;
	margin: 0px 4px 4px 4px;
}
#featuredGame {
	background: url(/graphics/backgrounds/home_promoted_game.gif);
	height: 420px;
	float: left;
}
#featuredGame .header {
	background: url(../graphics/headers/home_promoted_game.gif);
}
#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 {
	height: 250px;
	width: 300px;
	float: left;
	margin-top: 5px;
}
#blog {
	background: url(/graphics/backgrounds/blog_background.gif);
	width: 685px;
	height: 250px;
	float: right;
	margin-top: 5px;
}
#blog .header {
	background: url(../graphics/headers/blog_header.gif);
	text-align: left;
	padding-left: 20px;
}
#blog .header a:link, #blog .header a:visited {
	color: #FFFFFF;
}
#blog #blogContent {
	padding: 0px 0px 0px 20px;
}
#blog .post {
}
#blog .postTitle {
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}
#blog .postTitle a:link, #blog .postTitle a:visited, #blog .postTitle a:active {
	text-decoration: none;	
}
#blog .postTitle a:hover {
	text-decoration: underline;
}
#blog .postContent {
	text-align: left;
	/*margin-top: 2px;*/
}
#sidebar {
	width: 160px;
	float: right;
	margin-top: 10px;
}
#sidebar #adSidebar1, #sidebar #adSidebar2 {
	width: 160px;
	height: 600px;
}
#sidebar #adSidebar2 {
	margin-top: 4px;
}
#sidebar #collections {
	margin: 5px 0px;
}
#sidebar #links .header {
	background: url(/graphics/sidebar_header_orange.gif);
	height: 27px;
	line-height: 27px;
	margin-bottom: 0px;
}
#sidebar #links #linkList ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	list-style-type: none;
}
#categories {
	width: 825px;
	float: left;
	margin-top: 5px;
}
#categories .categoryLong, #categories .categoryShort {
	height: 200px;
}
#categories .categoryLineOdd .categoryLong, #categories .categoryLineEven .categoryShort {
	float: left;
}
#categories .categoryLineOdd .categoryShort, #categories .categoryLineEven .categoryLong {
	float: right;
}
#categories .categoryLong .header, #categories .categoryShort .header {
	height: 40px;
	line-height: 40px;
}
#categories .categoryLong {
	background: url(/graphics/backgrounds/home_category_long.gif);
	width: 462px;
}
#categories .categoryLong .header {
	background: url(../category_header_long.gif);
}
#categories .categoryShort {
	background: url(/graphics/backgrounds/home_category_short.gif);
	width: 351px;
}
#categories .categoryShort .header {
	background: url(../category_header_short.gif);
}
#siteDescriptionPart2 {
	/*background-color: #2875CA;
	color: #FFFFFF;*/
	width: 825px;
	float: left;
	margin-top: 20px;
}