/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   min-width: 800px;
   margin: 0px;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding-bottom: 20px;
   /* font-family: verdana, 'trebuchet ms', sans-serif; */
   font-family: georgia, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 11px;
   /* font: 11px Georgia, "Times New Roman", Serif; */
   /* Verdana, Arial, Sans-Serif; */
   line-height: 150%;
   color: #333;
   background: #C3C6CC url( background.gif) repeat-x top left;
}

form, input { margin: 0; padding: 0; }

a:link,
a:visited,
a:active { 
color: #16387C;
font-weight: bold; 
text-decoration: none; 
}

a:hover 
{ 
color: red; 
text-decoration: underline;
}

a img {
border: 0;
}

a:link img ,
a:visited img ,
a:active img {
}
	
a:hover img 
{
border: 1px solid #888888;
text-decoration:none;
}

a:hover img.borderless
{
   border: 0px;
}

hr {
   border: 0;
   color: #E8E8E8;
   height: 1px;
   background-color: #E8E8E8;
   width: 50%;
   text-align: center;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0px;
}


/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 800px;
   text-align: left;
   border: 5px solid #F7F7F7;
   border-top: 0px;
   margin-bottom: 0px;
   background: #fff;
}

#container0
{
   position: relative;
   width: 100%
}

#rightskyscraper
{
   position: absolute;
   top:0;
   right:0;
   width: 160px;
   text-align: center;
}

#container-inner { 
   position: static; width: auto; 
   border-width: 1px 1px 1px 1px;
   border-style: solid;
   border-color: #E8E8E8;
   padding-top: 15px;
   padding-bottom: 15px;
}

#banner
{
   width: 100%; /* necessary for ie win */
/*   border-top: 5px solid #5A74A6; */
   padding: 0px;
   border-bottom: 5px solid #F7F7F7;
   background: #FFFFFF url(headerbg.gif) repeat top left;
}

#banner-inner
{
   margin: 0px auto 0px auto;
   padding:0px;
   border: 5px solid #F7F7F7;
   border-bottom: 0px;
   width: 800px;
   text-align: left;
   background-color: #F7F7F7;
}

#banner-header
{

	float: left;
}

#banner-ad
{
	margin: 20px 15px auto;
	float: right;
}


#pagebody { 
position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}

/* content */

.content-nav
{
   width: 100%;
   margin: 10px 0px;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.comments-open,
.comments-content,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 0px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 0px 20px 0px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   color: #333;
   font-family: verdana, arial, tahoma, serif;
   font-size: 8pt;
   padding: 5px;
   background-color: #FFFFFF;
   border: 1px solid #E8E8E8;
}

#comment-author, #comment-email, #comment-url
{
   width: 200px;
}

#comment-text
{
   width: 250px;
   height: 135px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


h1, h2, h3, h4, h5, h6
{
   font-family: georgia, 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.comments-header,
.comments-open-header
{
   width: auto;
   border-bottom: 1px solid #E8E8E8;
   padding: 5px;
   color: #000;
   font-size: 13px;
   font-weight: bold;
   line-height: 13px;
   text-transform: none;
}

.module-header {
background: #C3C6CC url( modulebg.gif ) repeat top left;
}

.commenter-profile img { vertical-align: middle; }

#alpha { margin: 0px 15px 15px 15px; width: 530px; }
#beta { width: 200px; background: #FFF;}
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 0px;
   border-width: 0px;
}

#beta {
   margin-left:10px;
}

.date-header
{
   margin-top: 10px;
   color: #487EB8;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   font-family: verdana, tahoma, times new roman, serif;
   margin: 10px 0px 15px 0px;
   border-bottom: 0px dashed #E8E8E8;
   padding: 0px 0px 0px 0px;
   color:#54B2F0 !important;
   font-weight: bold;
   font-size: 16pt;
}

.entry-header a:link,
.entry-header a:visited,
.entry-header a:active {
	color: #000;
	font-size: 12pt;

}

.entry-header a:hover {
   border: 0px;
   text-decoration: none;
   color: #5874A6;
}

.entry-content {
   margin: 0px;
}

.archive-header
{
   font-family: georgia, tahoma, times new roman, serif;
   margin: 10px 0px 15px 0px;
   border-bottom: 0px dashed #E8E8E8;
   padding: 0px 0px 0px 0px;
   color: #000;
   font-weight: bold;
   font-size: 16pt;
}

.entry-footer {
  margin: 10px;
   border: 0px;
   padding: 0px;
   color: #666;
   text-align: right;
}

.comment-content
{
   margin-left: 10px;
   margin-right: 10px;
   line-height: 1.5;
}

.comment-number
{
   color: #E8E8E8;
   font-weight: bold;
   font-size: 20pt;
   float: right;
   padding: 0px 0px 10px 10px;
}

.content-nav { margin-top: 0; }

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 0px 0;
}

.module-content
{
   position: relative;
   margin: 0 0 10px 0;
   padding: 0px 10px 0 10px;
   line-height: 1.2;
   font-family: georgia, verdana, helvetica, arial, sans-serif;

}

.module-list,
.archive-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item {
   margin-bottom: 5px;
   line-height: 1.2;
}

.module-list-item a {
	font-family: tahoma;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 0px;
   padding-bottom: 10px;
   color: #585858;
   font-size: 7pt;
   background: #fff;
}

.module-list
{
   margin:0px;
   list-style: none;
}

.module-list .module-list
{
   margin: 0px;
   padding-left: 0px;
   list-style: none;
}

#archiveleft {
		float:left;
		width:50%;
		text-align:left;
		padding-left: 0px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
}

#archiveright {
		float:right;
		width:50%;
		text-align:left;
		padding: 0px;
		margin-top: 5px;
		margin-left: 0px;
		margin-bottom: 0px;
}

.comments-open-content,
.comment
{
  background-color: #F7F7F7;
  padding: 5px 5px 0px 5px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #E8E8E8;
}

.adcontent
{
  background-color: #F7F7F7;
  padding: 5px 5px 0px 5px;
  border: 1px solid #E8E8E8;
  margin-bottom: 10px;
}

.entry {
  background-color: #FFF;
  padding: 0px; 
  border: 0px solid #E8E8E8;
}


.entry-body img {
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #E8E8E8;
}
.entry-body p {
	font-size: 12pt;
}

.entry-submits {
  margin-top: 20px;
  text-align: right;
  border: 1px solid #E8E8E8;
  background-color: #F7F7F7;
  padding: 5px;
}

.entry-footer a {
    font-weight: bold;
}

.authorpic {
   border: 1px solid #E8E8E8;
}

.copyright {
   text-align: center;
   font-size: 8pt;
   color: #F7F7F7;
   padding: 10px;
}

.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover {
   font-weight: normal;
   color: #F7F7F7;
}

.highlight {
   background-color: #DBE8E3;
}

.featured div {
  padding-right: 20px;
}

.featured img {
float: left;
margin-right: 20px;
margin-bottom: 0px;
}

.featured .entry-body a,
.featured .entry-body a:hover,
.featured .entry-body a:visited {
font-size: 12pt;
}

.entry a,
.entry a:hover,
.entry a:visited
 {
  font-weight: bold;
  color: #86d300;
  font-size: 10pt;
}

.latest div {
  padding-right: 20px;
}

.latest img {
float: left;
width: 70px;
height: 59px;
margin-right: 20px;
margin-bottom: 0px;
}

div.latest .pkg {
height:70px;
}

.browse div {
  padding-right: 20px;
}

.browse img {
float: left;
width: 70px;
height: 59px;
margin-right: 20px;
margin-bottom: 0px;
}

div.browse .pkg {
height:70px;
}

.tag1 {
  font-size: 6pt;
}
.tag2 {
  font-size: 8pt;
}
.tag3 {
  font-size: 10pt;
}
.tag4 {
  font-size: 12pt;
}
.tag5 {
  font-size: 14pt;
  color:#54B2F0 !important;
}

#pages
{
  font-size: 10pt;
 /* clear: left; */
  padding-top: 1em;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
}
#pages span
{
  margin-right: 0.75em;
}
#pages a,
#pages a:hover,
#pages a:visited
{
  color:#54B2F0;
  margin-right: 0.75em;
}

#preAds
{
   position: relative;
   margin: 0 auto 0 auto;
/*   background: #F7F7F7; */
   width: 300px;
}
#flashcontent
{
  display: block;
  overflow: hidden;
}
#rating {
	display:block;
	clear:both;
	float:right;
	position:relative;
	padding: 0;
	margin: 0;
	margin-top: -35px;
	width:100px;
	height:25px;

}

#rating img {
	display: inline;
	padding: 0;
	margin-left: 1px;
}

#rating a:hover img {
	border: 0px;
}

#ratingText {
	display:block;
	clear:both;
	float:right;
	position:relative;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: -20px;
	margin-left: 100px;
	width:100px;
}

.game-desc h3,
.game-linkTo h3 {
  font-size: 12pt;
}

#linkPreview p,
#linkPreview a,
#linkPreview a:hover,
#linkPreview a:visited {
  line-height: normal;
  font-size: inherit;
  font-weight: normal;
}

.module-ads .module-content {
  margin-left: 5px;
}

.table1 {
	width: 465px;
	border: 2px solid #C3C6CC;
	padding: 5px;
	border-collapse: collapse;
}
.table1 td {
	border: 2px solid #C3C6CC;
	padding: 5px;
	border-collapse: collapse;
}

.gamelist {
	display: block;
	clear: both;
	margin: 10px;
}

#skipads
{
  font-size: 8pt;
  margin-left: 90px;
}

.ad_300x250 {
	display: block;
	width: 310;
	height: 260
	overflow: none;
}
