﻿html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}

a:link
{
	color: #005b89;
	text-decoration: underline;
}

a:visited
{
	color: #003967;
	text-decoration: underline;
}

a:active
{
	color: #005b89;
	text-decoration: underline;
}

a:hover
{
	color: #005b89;
	text-decoration: underline;
}

a:link.DownloadLink
{
	background-color: #5093FF;
	color: White;
}

/* Container */
#MainContainer
{
	width: 950px;
	margin: auto;
	min-height: 100%;
	padding: 0 10px 0 10px;
}

* html #MainContainer 
{
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, .h1, .h2
{
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

.h1
{
	font-size: 2em;
}

.h2
{
	font-size: 1.5em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

ul.TopNew
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.TopNew li
{
	float: left;
	width: 195px;
	height: 80px;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

ul.TopNew li a:link, ul.TopNew a:visited
{
	text-decoration: none;
}

ul.TopNew li img
{
	float: left;
}

ul.Top10
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.Top10 li
{
	height: 80px;
	padding: 0;
	display: block;
	width: 100%;
}

ul.Top10 li a:link, ul.Top10 a:visited
{
	text-decoration: none;
}

ul.Top10 li img
{
	float: left;
}

/* Header */

#header {
	width: 890px;
	height: 130px;
	margin: 0 auto;
}

#logo h1, #logo h4 {
	float: left;
	height: 110px;
	padding: 20px 128px 0 0;
	background: url(images/logo.gif) no-repeat right bottom;
	font-size: 4em;
}

#logo h2, #logo h5 {
	margin: 0 0 0 0px;
	padding: 70px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

#postnavigation
{
	background: #F3F3F3;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
}

/* RSS */
/*
#rss {
	padding: 0px 39px 20px 0;
	text-align: right;
}
*/
#rss a 
{
	background: url(images/rss.png) no-repeat 0;
	display: block;
	padding: 15px 0px 0px 56px;
	height: 48px;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

#whatisrss a
{
	text-decoration: none;
	font-size: smaller;
}

#whatisrss a:hover {
	text-decoration: underline;
}

#sidebar #rssblock
{
	margin-bottom: 0;
	padding-bottom: 0;
}

#shareblock li
{
	list-style-image: none;
	display: inline;
}

/* MiniIgry */
.MiniGameScreenshot 
{
	float:right;
	margin: 0 10px 5px 5px;
	clear: right;
}

.MiniGameText
{
	background-color:Blue;
	/*float:right;margin-left:10px;*/
	/*clear:left;*/
}

.PostFooter {
	width: 450px;
	border-top: #5093FF 2px solid;
	font-size: 90%;
	margin: 2em 0px;
	clear: left;
}

.BlueLine
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	border-top: #5093FF 2px solid;
	clear: both;
}
.content_l { /* main textual content area (left box) */
	margin:0;
	/*padding: 5px 5px 5px 0;*/
	float:left;
	width: 48%;
	/*border: solid 1px black;*/
}
.content_r { /* main textual content area (right box) */
	margin:0;
	/*padding: 5px 0 5px 5px;*/
	float:right;
	width: 48%;
	/*border: solid 1px black;*/
}

.LastPost
{
	font-size: 90%;
	padding: 10px 10px 10px 10px;
}

.LastPost h3 a
{
	font-size: 100%;
	font-weight: bold;
}

.MiniGameItem
{
	border: #5093FF 2px solid;
}

#DownloadBlock
{
	padding-left: 10px;
	float: left;
}

.GameLogo
{
	float: left;
	padding-right: 10px;
}

.FreeDownload
{
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    width: 200px; /* image width */
    height: 40px; /* image height */
    overflow: hidden;
}

.FreeDownload span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 200px;  
    height: 40px; 
    background: #FFFFFF url(images/fd.gif) top left no-repeat;
}

.ShortListPost
{
	width: 200px;
	float: left;
	padding: 5px 3px 5px 3px;
	margin-bottom: 10px;
}

.ShortListPost h3 a
{
	font-weight: bold;
}

.ShortListPost a:link, .ShortListPost h3 a:link, .ShortListPost a:visited, .ShortListPost h3 a:visited
{
	text-decoration: none;
}

.ShortListPost img
{
	float: left;
}

.MediumListPost
{
	clear: left;
	width: 630px;
	height: 80px;
	/*border: solid thin green;*/
}

.MediumListPost a.slogo
{
	float: left;
	padding: 5px 3px 5px 3px;
	width: 68px;
	height: 73px;
}

.MediumListPost h3
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.MediumListPost p
{
	color:#666;
	font-size:0.9em;
	font-weight:normal;
}

#faq
{
	font-size: 120%;
	margin: 0 20px 0 0px;
}


#faq .q
{
	border-top: solid 2px #65A1FD;
	font-weight: bold;
	margin-top: 30px;
}

#faq .a
{
	font-weight: bold;
	margin-top: 10px;
}

#faq .answer
{
	border-bottom: solid 2px #65A1FD;
	padding-bottom: 5px;
}

/*----------------------------
					 Search
----------------------------*/
#searchbox {
	width: 240px;
	height: 28px;
	background: #FFFFFF url(images/search.gif) no-repeat;
}

#searchbox #searchbutton {
	display: none;
}

#searchbox #searchfield {
	padding: 6px 5px 5px 35px;
	width: 200px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #65A1FD;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol {
	margin-left: 20px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/* Menu */

#CommonNavigationArea {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: #6AA2FD url(images/menu_bg.gif);
}

#CommonNavigationArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#CommonNavigationArea li {
	display: inline;
}

#CommonNavigationArea a {
	display: block;
	float: left;
	padding: 18px 25px 15px 25px;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

#CommonNavigationArea a:hover {
	text-decoration: underline;
}

#CommonNavigationArea .CommonSelected a {
	color: #000000;
}

/*----------------------------
					 Posts
----------------------------*/

div.post .pubDate {
	float: right;
	margin-top: 10px;
}

div.post .footer {
	width: 630px;
	font-size: 90%;
	text-align: left;
	border-top: #5093FF 2px solid;
	padding-top: 4px;
	padding-bottom: 2px;
	clear: both;
}

div.post .bottom {
	width: 630px;
	margin-bottom: 0px;
	border-top: #5093FF 1px dashed;
	clear: both;
}

div.post .categories {
	margin-bottom: 5px;
}

div.post .tags {
	margin-bottom: 5px;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

UL.CommonSearchResultList, UL.CommonList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content_l { /* main textual content area (left box) */
	margin:0;
	/*padding: 5px 5px 5px 0;*/
	float:left;
	width: 48%;
	/*border: solid 1px black;*/
}
.content_r { /* main textual content area (right box) */
	margin:0;
	/*padding: 5px 0 5px 5px;*/
	float:right;
	width: 48%;
	/*border: solid 1px black;*/
}

.MiniGameItem
{
	border: #5093FF 2px solid;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
	/*display: none;*/
}

/* Content */

#content {
	float: left;
	width: 640px;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/gray_rect.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar div.box {
	margin: 0 0 20px 0;
	padding: 0;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar div.box ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar div.box li {
	margin: 0;
	background-image: none;
	list-style-type: none;
}

#sidebar div.SidebarTitle {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Footer */

#CommonFooterArea 
{
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#CommonFooterArea p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#CommonFooterArea a {
	text-decoration: none;
}

.MiniGameScreenshot 
{
	float:right;
	margin: 0 10px 5px 5px;
	clear: right;
}

.MiniGameText
{
	background-color:Blue;
	/*float:right;margin-left:10px;*/
	/*clear:left;*/
}

.PostFooter {
	width: 450px;
	border-top: #5093FF 2px solid;
	font-size: 90%;
	margin: 2em 0px;
	clear: left;
}

.BlueLine
{
	margin: 0 0 0 0;
	border-top: #5093FF 2px solid;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
	text-decoration: none;
}

#tagcloud h3
{
	/*border: solid thin red;*/
	margin: 0;
	padding: 0;
	display: inline;
}

#tagcloud .tag1 {
	font-size: 25px;
}

#tagcloud .tag2 {
	font-size: 22px;
}

#tagcloud .tag3 {
	font-size: 20px;
}

#tagcloud .tag4 {
	font-size: 18px;
}

#tagcloud .tag5 {
	font-size: 16px;
}

#tagcloud .tag6 {
	font-size: 14px;
}

#tagcloud .tag7 {
	font-size: 12px;
}

#tagcloud .tag8 {
	font-size: 10px;
}

#tagcloud .tag9 {
	font-size: 9px;
}


/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 0px;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
					Comments
----------------------------*/

.comment 
{
	width: 600px;
	border: 1px solid #81B1FC;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm 
{
	width: 620px;
	padding: 5px;
	border-top: #5093FF 2px solid;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 610px;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
	font-size:10px;
	float:right;
	position:relative;
	top: 3px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
				Month list
----------------------------*/

#sidebar ul#monthList{
	font-weight: bold;
}

#sidebar ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

#sidebar ul#monthList li.year{
  cursor: pointer;
}

#sidebar ul#monthList ul{
	display: none;
	padding: 0;
}

#sidebar ul#monthList ul.open{
	display: block;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 0px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* idTabs */
.usual 
{
/*
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:500px;
  border:1px solid #222;
  margin:8px auto;
*/
}
.usual ul.idTabs li 
{ 
	list-style:none; 
	float:left; 
}
.usual ul.idTabs
{ 
  //margin-left: -40px;
  margin: 0px;
}
.usual ul.idTabs, x:-moz-any-link
{
	margin-left: -40px;
}
.usual ul.idTabs a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin: 1px;
  margin-left: 0px;
  margin-bottom: 0px;
  font:16px Verdana;
  color:#FFF;
  background:#5093FF;
  border: solid 1px #5093FF;
}
.usual ul a:hover {
  color: #FFF;
  background: #005b89;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#fff;
  border: solid 1px #5093FF;
  border-bottom: 1px solid #fff;
  cursor:default;
  }
.usual div {
  clear: both;
  border: solid 1px #5093FF;
  overflow: auto;
  padding: 5px;
  *margin-top: -1px;
}
/*  
.usual div a { color:#000; font-weight:bold; }
*/

/* SimilarGames */
#similargames{
   margin:0 10px 0 0;
   width:630px;
}
#similargames div#similarform{
   border:solid 2px #b7ddf2;
   background:#ebf4fb;
   padding:14px;
   margin-bottom: 20px;
}
#similargames #similarform p{
   margin-bottom:20px;
   border-bottom:solid 1px #b7ddf2;
   padding-bottom:10px
}
#similargames #similarform label{
   display:block;
   font-weight:bold;
   text-align:right;
   width:150px;
   float:left;
   font-size:1.2em;
   position:relative
}
#similargames #similarform span{
   color:#666;
   display:block;
   font-size:0.9em;
   font-weight:normal;
   text-align:right;
   width:150px;
}
#similargames #similarform select{
   float:left;
   font-size:1.2em;
   padding:4px 2px;
   border:solid 1px #aacfe4;
   width:400px;
   margin:2px 0 20px 10px;
   position:relative
}
#similargames #similarform .submitbutton
{
   clear:both;
   margin-left:220px;
   width:250px;
   height:40px;
   background:#4D91FF;
   text-align:center;
   line-height:31px;
   color:#fff;
   font-size:1.5em;
   font-weight:bold;
   border:none;
   cursor: pointer;
}

div.findsglink a
{
	padding: 5px 5px 5px 5px;
	background:#4D91FF;
	color:#fff;
	font-size:1em;
	font-weight:bold;
}
div.findsglink
{
	margin: 50px 0 10px 0;
	clear: both;
}

div#banner
{
	margin-bottom: 20px;
}

img.IconLogo
{
	margin-right: 5px;
}

.SmallLogo, .IconLogo
{
	float: left;
}

div#relatedPosts .IconLogo
{
	margin-bottom: 10px;
}

div#relatedPosts .SmallLogo
{
	margin-bottom: 5px;
}

div#relatedPosts div
{
	clear: both;
}

div#hit
{
	margin: -20px 0 10px 0;
	padding: 5px 10px;
	background-color: #FDF72E;
	border: solid thin #FFA900;
}
