/* ------------------------------------------------------------ */
/* --------------------- for All Browsers --------------------- */
/* ------------------------------------------------------------ */

body {
	background-color: #36a;
	background: url(/images/blue_gradient_768.png) repeat-x top left #36a;
	color: #000;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: left;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #ff6c35;
	border: 0;
}

h2 {
	margin: 4px;
}

.underline a {
	text-decoration: underline;
}

.whitelink a {
	color: #fff;
}

.whitelink a:hover {
	color: #e93;
}

.whitewhitelink a {
	color: #fff;
}

.whitewhitelink a:hover {
	color: #fff;
}

.bluelink a {
	color: #333;
}

.bluelink a:hover {
	color: #fdb;
}

.blacklink a {
	color: #000;
}

.blacklink a:hover {
	color: #fff;
}

.blackblacklink a {
	color: #000;
}

.blackblacklink a:hover {
	color: #000;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

/* ------------------------------------------------------------ */

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
} 

.justify {
	text-align: justify;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

.layer {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
}

.main_tl {
	background:transparent url(/images/rounded_corners_10px_orange.png) no-repeat 0% 0px;
	position:absolute; overflow: hidden; left:0; top:0; width:10px; height:10px;
}

.main_tr {
	background:transparent url(/images/rounded_corners_10px_orange.png) no-repeat 100% 0px;
	position:absolute; overflow:hidden; right:0; top:0; width:10px; height:10px;
}

.main_bl {
	background:transparent url(/images/rounded_corners_10px_black.png) no-repeat 0% -10px;
	position:absolute; overflow:hidden; left:0; bottom:0; width:10px; height:10px;
}

.main_br {
	background:transparent url(/images/rounded_corners_10px_black.png) no-repeat 100% -10px;
	position:absolute; overflow:hidden; right:0; bottom:0; width:10px; height:10px;
}

.tl {
	background:transparent url(/images/rounded_corners_6px.png) no-repeat 0% 0px;
	position:absolute; overflow: hidden; left:0; top:0; width:6px; height:6px;
}

.tr {
	background:transparent url(/images/rounded_corners_6px.png) no-repeat 100% 0px;
	position:absolute; overflow:hidden; right:0; top:0; width:6px; height:6px;
}

.bl {
	background:transparent url(/images/rounded_corners_6px.png) no-repeat 0% -6px;
	position:absolute; overflow:hidden; left:0; bottom:0; width:6px; height:6px;
}

.br {
	background:transparent url(/images/rounded_corners_6px.png) no-repeat 100% -6px;
	position:absolute; overflow:hidden; right:0; bottom:0; width:6px; height:6px;
}

.game_menu {
	padding-left: 3px;
	font-size: 15px;
	font-weight: bold;
}

.game_menu a {
	padding-right: 8px;
}

.game_search {
	float: right;
}

.game_search div {
	float: left;
}

.game_search img {
	padding-left: 1px;
	cursor: pointer;
}

.gamebox {
	float: left;
}

.featured_block {
	float: left;
	width: 722px;
	background-color: #ffddb4;
	padding: 11px;
	margin-bottom: 12px;
	position: relative;
}

.walktrough_block {
	background-color: #ffddb4;
	padding: 11px;
	position: relative;
}

.game_matrix {
	float: left;
	width: 732px;
	background-color: #ffddb4;
	padding: 6px;
	margin-bottom: 12px;
	position: relative;
}

.small_game_matrix {
	float: left;
	width: 355px;
	background-color: #ffddb4;
	padding: 6px;
	margin-right: 10px;
	margin-bottom: 12px;
	position: relative;
}

.game_matrix h2 {
	font-size: 16px;
	padding: 4px 0px 5px 4px;
	margin: 0px;
}

.small_game_matrix h2 {
	font-size: 16px;
	padding: 4px 0px 5px 4px;
	margin: 0px;
}

.flash_box {
	width: 732px;
	background-color: #ffddb4;
	padding: 12px 6px;
	position: relative;
}

.game {
	padding: 5px;
	float: left;
	width: 78px;
	height: 115px;
	line-height: 100%;
	text-align: center;
	font-size: 11px;
}

.game img {
	border: 1px solid #333;
	margin-bottom: 1px;
}

.flash_content {
	width: 976px;
}

.game_share {
	height: 24px;
	font-size: 13px;
	font-weight: bold;
}

.share_block {
	float: left;
	padding-right: 20px;
	cursor: pointer;
	color: #009;
}

.share_block:hover {
	color: #05f;
}

.game_head {
	width: 964px;
	padding: 6px;
	margin-bottom: 12px;
	background-color: #ffddb4;
	position: relative;
}

.game_head .hr {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 3px 0px;
}

.head_thumb {
	float: left;
	padding: 0px 8px 0px 4px;
}

.title_line {
	padding: 2px 0px 1px 4px;
}

.head_title {
	font-weight: bold;
	font-size: 18px;
	float: left;
}

.flash {
	float: left;
	width: 744px;
	text-align: center;
	margin-bottom: 12px;
}

.rightcol {
	float: right;
}

.rightbox {
	background-color: #ffddb4;
	width: 210px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 6px;
	position: relative;
}

.game_description {
	font-size: 12px;
	text-align: justify;
	padding-right: 20px;
	width: 380px;
	float: left;
}

.game_instructions {
	font-size: 12px;
	width: 450px;
	float: left;
}

.game_description span {
	font-weight: bold;
	color: #009;
}

.game_instructions span {
	font-weight: bold;
	color: #009;
}

.game_instructions b {
	color: #f30;
}

.sharegame img {
	padding-left: 3px;
}

.society {
	padding-left: 2px;
}

/* styles for the star rater */
.star_rate {
	text-align: left;
	float: left;
	position: relative;
	top: -2px;
	padding: 0px 7px;
}

#rateid {
	float: left;
	font-weight: bold;
	color: #bd0202;
	padding-right: 14px;
}

.star-rating
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 16px;
	position: relative;
	background: url(/images/star_rating.gif) top left repeat-x;		
}

.star-rating li
{
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}

.star-rating li a
{
	display:block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover
{
	background: url(/images/star_rating.gif) left bottom;
	z-index: 2;
	left: 0px;
}

.star-rating a:focus,
.star-rating a:active
{
	border:0;	
	-moz-outline-style: none;
	outline: none; 
}

.star-rating a.star1{left: 0%;}
.star-rating a.star1:hover{width: 20%;}
.star-rating a.star2{left: 20%;}
.star-rating a.star2:hover{width: 40%;}
.star-rating a.star3{left: 40%;}
.star-rating a.star3:hover{width: 60%;}
.star-rating a.star4{left: 60%;}
.star-rating a.star4:hover{width: 80%;}
.star-rating a.star5{left: 80%;}
.star-rating a.star5:hover{width: 100%;}

.star-rating li.current-rating
{
	background: url(/images/star_rating.gif) left center;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}




.bad_url {
	padding: 10px 0px 35px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #d01;
}


/* other ads */
.ad_other_David_728x90HeaderImage {
	padding: 5px;
}

.ad_other_David_Game150x112RightImage {
	text-align: center;
	padding: 5px;
}

/* google ads */
.ad_Main468x60HeaderImage {
	float: right;
	padding-bottom: 5px;
}

.ad_Main728x90HeaderImage {
	float: right;
	padding-bottom: 5px;
}

.ad_Main728x15HeaderLinks {
	float: right;
	padding: 14px 0px 0px;
}

.ad_Main200x200AboveTagsImage {
	text-align: center;
	padding: 5px;
}

.ad_Main200x200TopLeftCornerImage {
	text-align: center;
	float: left;
}

.ad_Main160x600RightSky {
	text-align: center;
	padding: 5px 5px 28px;
}

.ad_Game160x600TopRightSky {
	text-align: center;
	padding: 5px;
}

.ad_Game200x200TopRightCornerImage {
	text-align: center;
	padding: 5px;
}

.ad_Game200x200AboveTagsImage {
	text-align: center;
	padding: 5px;
}

.ad_Game728x15AboveFlashLinks {
	padding-bottom: 12px;
}

.ad_Game728x90AboveFlashImage {
	padding-bottom: 12px;
}

.ad_Game728x15BelowFlashLinks {
	padding: 12px 0px 0px;
}

.ad_Main728x15BelowFeaturedLinks {
	padding: 0px 8px 12px;
}

.ad_Main728x15BelowGamesLinks {
	float: left;
	padding: 0px 8px;
}

.ad_Game728x90BelowFlashImage {
	padding-top: 12px;
}

.ad_Walktrough120x600LeftSky {
	float: left;
}

.ad_Walktrough120x600RightSky {
	float: right;
}

.ad_Game728x140BelowFlashZapImages {
	padding-top: 15px;
}

.adlabel {
	height: 15px;
	font-size: 11px;
}



/* ------------------------------------------------------------ */

#wrapper {
}

#topline {
	margin: 0 auto;
	text-align: right;
	padding: 3px 15px 0px 15px;
	font-size: 13px;
	width: 946px;
}

#share_fields {
	clear: both;
	padding: 4px;
}

#games_header {
	margin: 0 auto;
	text-align: left;
	padding: 5px 8px;
	width: 980px;
}

#games_header h1 {
	margin: 3px 3px 3px 3px;
	line-height: 110%;
	color: #fff;
}

#game_content {
	position: relative;
	margin: 0 auto;
	min-height: 600px;
	background: /*url(/images/orange_gradient.png) repeat-x top left*/ #ee9933;
	padding: 10px;
	width: 976px;
}

#game_footer {
	position: relative;
	margin: 0 auto;
	background: #333;
	width: 976px;
	padding: 15px 10px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}

#game_footer a {
	text-decoration: none;
}

.footer_links {
	padding: 0px 10px;
	float: left;
	text-align: left;
}

.footer_links div {
	padding: 2px;
}

.footer_partners {
	float: left;
	text-align: left;
	padding-left: 12px;
	line-height: 150%;
}

.footer_partners a {
	padding-right: 15px;
}

.footer_partners_img {
	float: left;
	padding: 20px 0 0 145px;
}

.footer_partners_img a {
	padding-right: 20px;
}

.main_block {
	float: left;
	width: 732px;
	background-color: #ffddb4;
	padding: 6px;
	position: relative;
	min-height: 648px;
}

.main_block h2 {
	font-size: 16px;
	padding: 4px 0px 5px 4px;
	margin: 0px;
}

.main_block_desc {
	padding: 0px 15px 10px 15px;
	line-height: 120%;
	font-size: 13px;
}


/* free games for your site */
/* ------------------------------------------------------------ */
.free_games_block {
	float: left;
	width: 732px;
	background-color: #ffddb4;
	padding: 6px;
	position: relative;
}

.free_games_block h2 {
	font-size: 16px;
	padding: 4px 0px 5px 4px;
	margin: 0px;
}

.free_games_desc {
	padding: 0px 15px 10px 15px;
	line-height: 120%;
	font-size: 13px;
}

.free_games_row {
	width: 97%;
	padding: 6px 0px 0px 6px;
	margin: 10px 5px;
	background-color: #dca;
}

.fg_thumb {
	float: left;
	padding: 0px 10px 10px 0px;
}

.fg_thumb img {
	border: 1px solid #333;
}

.fg_middle {
	float: left;
	width: 480px;
}

.fg_middle a {
	font-weight: bold;
	text-decoration: underline;
}

.fg_desc {
	font-size: 13px;
	text-align: justify;
	padding: 10px 0px;
	height: 28px;
}

.fg_right {
	float: left;
	padding-left: 13px;
	font-size: 13px;
}

.fg_bottom {
	font-size: 13px;
}

.fg_bottom a {
	text-decoration: underline;
}



/* submit game */
/* -------------------------------------------- */

.submit_game_block {
	float: left;
	width: 732px;
	min-height: 540px;
	background-color: #ffddb4;
	padding: 6px;
	position: relative;
}

.submit_game_block h2 {
	font-size: 16px;
	padding: 4px 0px 5px 4px;
	margin: 0px;
}

.submit_game_desc {
	padding: 0px 15px 10px 15px;
	line-height: 120%;
	font-size: 13px;
}

.submit_game_desc a {
	text-decoration: underline;
}

.sg_label {
	font-size: 13px;
	padding: 10px 0px 2px 2px;
}

.sg_err {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 2px 0px 8px;
	color: #f00;
}

.upload_form {
	width: 600px;
	padding: 0px 0px 25px 10px;
	margin: 0px 0px 5px 5px;
	background-color: #dca;
}

.upload_form img {
	position: relative;
	top: 3px;
	left: 8px;
}

.upload_form select {
	margin-right: 10px;
}