/*

	////////////////////////////////////////////////////////////
	
	GENERAL CSS
	
	The CSS code bellow relies to general tag objects such
	as the BODY, main ids and classes used regulary in
	the HTML layout
	
	////////////////////////////////////////////////////////////
	
*/

	/* Setting body margin and padding to remove the spacing from the window borders */
	body {
		margin: 0;
		padding-top: 16px;
		background: #fff;
	}
	
	/* Setting main font for the whole document */
	body, div, span, td, a {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
	}
	
	/* Setting the width of the 3 main parts of the document */
	#header, #container, #footer {
		width: 1005px;
		margin: 0 auto;
	}
	
	.bullet {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background: url(../_images/heading_bullet.gif) left no-repeat;
		line-height: 17px;
		padding: 0 10px 0 17px;
		margin: 0;
		float: left;
		width:auto;
	}
	
	.border_box {
		border: 1px solid #ccc9c9;
		padding: 5px;
		float: left;
	}
	
	img.boxed {
	}
	
/* 
	////////////////////////////////////////////////////////////
	BOX HEADEING BACKGROUNDS
*/
	#main_menu .bullet { background-color: #9899cc; }
	#member_info .bullet { background-color: #978cb5; }
	#most_popular .bullet { background-color: #339966; }
	#top_players .bullet { background-color: #660099; }
	#search .bullet { background-color: #ff9900; }
	#newest_games .bullet { background-color: #9999cc; }
	#friendly_links .bullet { background-color: #8d8d70; }
	#site_stats .bullet { background-color: #95d648; }
	
	#welcome .bullet, #play .bullet { background-color: #000; }

	.game_category .bullet,
	.top_game .bullet,
	#game_list .bullet,
	#random_games .bullet 
		{ background-color: #5078d3; width: 102px;  }
		
	.top_game2 .bullet,
	#game_list .bullet,
	#random_games .bullet 
		{ background-color: #5078d3; width: 125px;  }
		
	#game_stats .bullet { background-color: #95D648; width: 102px;  }
/*

	////////////////////////////////////////////////////////////
	
	HEADER RELATED CSS
	
	The bellow class and id definitions rely only to the
	elements in the top header part of the document
	
	////////////////////////////////////////////////////////////
	
*/

	/* Settings for the header layer */
	#header {
		padding: 0;
		height: 116px;
	}
	
	
/* 
	////////////////////////////////////////////////////////////
	THE NAVIGATION MENUS 
*/
	
	/* Specifics for the bigger menu */
	#nav_menu {
		background: #236e77;
		width: 553px;
		margin-right: 7px;
	}
	
	/* Specifics for the smaller menu */
	#small_menu {
		background: #7d6fa3;
		width: 168px;
	}
	
	.menu {
		float: right;
		line-height: 20px;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.menu li {
		display: inline;
		background: url(../_images/menu_separator.gif) right no-repeat;
		padding-right: 10px;
		margin-right: 10px;
	}
	
	.menu li#last {
		background: none;
		margin-right: 0;
		padding-right: 0;
	}
	
	.menu a {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.menu a#current_link {
		color: #04f1fa;
		
	}
	
	.menu a:hover {
		text-decoration: underline;
	}
	
/* 
	////////////////////////////////////////////////////////////
	HEADER BANNER 
*/
	
	#header_banner {
		background: #FFFFFF;
		margin-top: 1px;
		float: right;
		width: 728px;
		height: 90px;
	}
	
/* 
	////////////////////////////////////////////////////////////
	MEMBER INFO 
*/

	#member_info {
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 170px;
		height: auto;
	}
	
	#member_info .border_box{
		width: 242px;
		height: auto;
	}
	
/*

	////////////////////////////////////////////////////////////
	
	CONTENT CSS
	
	The bellow class and id definitions rely only to the
	elements in the "content" part of the document. The
	main element from that family is with ID "container"
	
	////////////////////////////////////////////////////////////
	
*/

	#container {
		margin-top: 4px;
	}


/*
	////////////////////////////////////////////////////////////
	LEFT COLUMN	
*/


	#left_column {
		width: 160px;
		margin-right: 5px;
		float: left;
	}
	
	#left_column .border_box {
		width: 145px;
		padding-left: 10px;
		line-height: 110%;
		margin-bottom: 7px;
	}
	
	#left_column ul {
		padding: 0 0 0 10px;
		margin: 0;
	}
	
	#left_column ul li {
		list-style: none;
		display: block;
	}
	
	#left_column ol {
		margin: 0;
		padding: 0;
		padding-left: 20px;
	}
	
	#left_column a {
		text-decoration: none;
	}
	
	#search_field {
		font-size: 10px;
		line-height: 16px;
		border: 1px solid #ccc9c9;
		width: 120px;
		background: #fff;
		float: left;
	}
	
	#search_button {
		background: url(../_images/search.gif) center no-repeat #fff;
		width: 18px;
		height: 17px;
		border: 1px solid #ccc9c9;
		float: right;
	}
	
/*
	////////////////////////////////////////////////////////////
	CENTER COLUMN	
*/

	#center_column {
		width: 524px;
		margin-right: 0px;
		float: left;
	}
	
	#welcome .border_box {
		width: 422px;
		height: 272px;
		float: left;
	}
	
	#play .border_box { 
		width: 512px; 
		height: auto;
	}
	
	#welcome_images {
		float: right;
		margin-top: 12px;
		width: 82px;
	}

	#welcome_images img {
		margin-top: 5px;
		border: 1px solid #ccc9c9;
		padding: 6px;
	}
	
	#empty_cell {
		margin-top: 3px;
		width: 512px;
		margin-bottom: 7px;
	}
	
	.game_category {
		float: left;
		width: 153px;
		margin-bottom: 7px;
		margin-right: 32px;
	}
	
	.game_category#last {
		margin-right: 0;
	}
	
	.game_category .border_box {
		width: 131px;
		height: 230px;
		padding-left: 7px;
		padding-right: 10px;
	}
	
	.game_category p {
		line-height: 120%;
		margin: 3px 0;
	}
	
	.game_image {
		background: url(../_images/ip_pointer.gif) right no-repeat;
		border-right: 1px solid #dbcde7;	
		padding-right: 13px;
	}
	
	.game_image img { 
		border: 1px solid #b2b2b2;
		padding: 5px;
	}
	
	#game_list .border_box{
		width: 506px;
		color: #000000;
		margin-bottom: 7px;
	}
	
	#game_list a {
		color: #000000;
		text-decoration: none;
	}
	
	#game_list p {
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}

	
/*
	////////////////////////////////////////////////////////////
	RIGHT COLUMN
*/

	#right_column {
		width: 300px;
		float: right;
	}
	
	#right_column .border_box {
		width: 290px;
		margin-bottom: 7px;
	}
	
	.top_game #left {
		border: 1px solid #ccc9c9;
		font-size: 14px;
		font-weight: bold;
		color: #5078d3;
		line-height: 28px;
		width: 28px;
		text-align: center;
		float: left;
		margin-right: 5px;
	}
	
	.top_game2 #left {
		border: 1px solid #ccc9c9;
		font-size: 14px;
		font-weight: bold;
		color: #5078d3;
		line-height: 28px;
		width: 28px;
		text-align: center;
		float: left;
		margin-right: 5px;
	}	
	
	.top_game img {
		margin-top: 2px;
		float: left;
	}
	
	
	#rightside_ad .border_box {
		padding: 0;
		height: 250px;
		width: 300px;
	}
	
	#random_games .border_box {
		width: 290px;
	}

	.random_game, #game_stats {
		float: left;
		margin-bottom: 5px;
	}
	
	#game_stats .border_box{
		color: #006699;
	}
	
	.random_game img, #game_stats img { 
		border: 1px solid #b2b2b2;
		padding: 5px;
		float: left;
		margin-right: 5px;
	}
	
	#game_stats strong, #game_stats b {
		color: #000;
		font-weight: normal;
	}
	
	.random_game a {
		color: #5078d3;
		font-weight: bold;
		text-decoration: none;
	}
	
/*

	////////////////////////////////////////////////////////////
	
	FOOTER CSS
	
	////////////////////////////////////////////////////////////
	
*/
	
	#footer {
		clear: both;
		text-align: center;
		padding: 10px 0;
	}
	
	#footer a {
		text-decoration: none;
	}


