/*
Theme Name: WordPress Default v2.3
Theme URI: http://wordpress.org/
Description: FGN DG Custom theme.
Version: 2.3
Author: EAM
Author URI: freegamesnews.com
Tags: custom header, fixed width, three columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
.says {
	display: none;
	}
	
/* Begin Images */
img {
/*	padding: 0;
	max-width: 100%;*/
	padding: 3px;
	margin: 0 3px 0 3px;
	border:1px solid white;
}
a:hover img {
	padding: 3px;
	margin: 0 3px 0 3px;
	border: 1px solid #DEDEDE;  
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Header */
#header-ads {
	width:966px;
	height:144px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}
#header-ads .first-line p {
	color:white;
	font-size:1.1em;
	margin: 0;
	padding-top: 3px; 
	text-align:left;
}
#header-ads  .first-line a {
	color:white;
	margin:0px 0px 0px 0px;
	letter-spacing:0px;
}
#header-leaderboard {
	width:728px;
	margin:26px 0px 10px auto;
	padding:0px;
}
/* Begin Header */

/* Begin Nav*/	

#header-nav {
	display:block;
	height:39px;
	overflow:hidden;
	position:relative;
	margin:0px auto 0px auto;
	text-align:right;
	background:url( images/bg_nav3.gif ) repeat-x;
}
ul#nav {
	position:absolute;
	bottom:0px; 
	left:0px;
	height: 36px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	background:url( images/bg_nav3-2.gif ) repeat-x;
	border-left:1px solid #BF6700;
	list-style-type:none;
	font-size:12px;
	letter-spacing:0px;
}
ul#nav li {
	list-style-type:none;
	float:left;
}
ul#nav li a {
	padding:13px 7px 5px 4px;
	margin:0px 0px 0px 0px;
	color: white;
	font-size:14px;
	border-left:1px solid #EBB16E;
	border-right:1px solid #BF6700;
	border-bottom:1px solid #BF6700;
	display:block;
	}
	
ul#nav li a:hover {
	text-decoration:none;
	background:url( images/bg_nav3-hover.gif ) repeat-x;
	}
	
ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	background:url( images/bg_nav3-hover.gif ) repeat-x;
	}
ul#nav .image_page_item a {
	padding:5px 15px 9px 15px;
	}
/* End Nav*/	

/* Begin Table */
table {
	margin:10px auto 0px auto;
	padding:auto; 
	border:auto;
	color:#444444;
	}
tr, th {
	margin:auto; 
	border:auto;
}
td {
	margin:0px; 
	padding:0px;
	border:0px solid red;
	vertical-align:top;
	line-height:1.21em;
}
th {
	padding:1px 6px 0px 6px;
	vertical-align:top;
}
/* End Table */


/* Begin Typography & Colors */
body {
font-size: 62.5%; 
	font-family: Verdana, Arial, Sans-Serif;
	background: #DEDEDE;
	color: #444444;
	text-align: center;
	background: url( images/background-Casual-Games-09.jpg) no-repeat #DEDEDE; 
	background-position: top center;	
	}

#content {
	font-size: 1.2em;
	}
#content .titlepost  {
	margin:10px 0px 0px 0px;
	padding:7px 0px 3px 5px;
	background:url( images/bg_content_title_grey-2.gif ) repeat-x;
	}
	
#content .title, #content .pagetitle {
	margin:10px 0px 0px 0px;
	padding:7px 0px 6px 5px;
	background:url( images/bg_content_title_grey-2.gif ) repeat-x;
	border-bottom: 1px solid #DEDEDE;
	}	
	
#content .datepost {
	margin:0;
	font-size:0.8em;
	font-style:normal;
	padding:4px 5px 0px 0px;
	text-align:right;
	float:right;
}
#content .info {
	color: #1E0A61; 
	border-bottom:1px solid #DEDEDE;
	font-style:normal;
	font-size:0.9em;
	display:block;
	padding:0px 0px 2px 5px;
}
#content .info a {
	color: #6363C1;
	font-weight:normal;
}
#content .info a:hover  {
	color: #1E0A61;
	font-weight:normal;
}	

.narrowcolumn  {
	line-height: 1.21em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 5px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #1E0A61;
	}
h2 a {
	color: #1E0A61;
	}	

h3 {
	font-size: 1.3em;
	letter-spacing: -1px;
	color:#444444;
	}

h1, h1 a, h1 a:hover {
	text-decoration: none;
	color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Verdana, Arial, Sans-Serif;
	color: #444444;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 0px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.21em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	text-align: justify;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color:#6363C1;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #1E0A61;
	text-decoration: underline;
	}
	
.entry a {
	font-weight: bold;
	}
	
h2 a:hover, h3 a:hover {
	font-size: normal;
	text-decoration: underline;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}
#page {
	width: 966px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	background: white;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

.entry {
	margin: 0 0 15px 0;
	padding-left:2px;
	border: 0px solid black;
	display:block;
	text-align: justify;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin-left: 10px;
	width: 544px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	/*padding-top: 5px;*/
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	/*clear: both;*/
	}

.clear {
	clear: both;
}

#footer {
	clear: both;
	color: #6A6A6A;
	margin-top: 16px;
	padding-top:10px;
	border-top: 1px solid #DEDEDE;	
	list-style-type:none;
	text-align:center;
	}
	
#footer img, #footer a img, #footer a:hover img {

	margin: 0px 0px 0px 0px;
	border:none;
	}
#footer a {
	font-weight: bold;
	}
	
.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin: 0px 0 10px 0;
	padding:10px 0 10px 0;
	font-size:18px;
	}
/*.navigation a {
	padding:10px 0 10px 0;
	color: red;
	font-size:18px;
	}	
.navigation a:hover {
	text-decoration: underline;
	}*/		
/* End Structure */

/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol , #sidebar1 ul, #sidebar1 ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar1 ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select, #sidebar1 ul p, #sidebar1 ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 20px 0 10px 30px;
	color: #6363C1;
	font-size: 1.21em;
	}
	
#sidebar ul ul, #sidebar ul ol , #sidebar1 ul ul, #sidebar1 ul ol, #sidebar2 ul ul, #sidebar2 ul ol  {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar1 ul ul ul, #sidebar1 ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li, #sidebar1 ul ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar1 ul ul li, #sidebar1 ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
/*	margin: 10px auto;*/
	padding: 15px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 210px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin-left:2px;
	width: 132px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#recent_posts {
	border-bottom: 1px solid #DEDEDE;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	background: #DEDEDE; 
	padding:10px 10px 12px 10px;
}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 5px auto;
	float: right;
	}

#ajax-comment-preview {
	background:white;
	border:1px solid #A5ACB2;
	padding:4px 4px 4px 4px;
	margin:10px 2px 0px 2px;
	color:#444444;
	display:block;
	overflow:hidden;
}	
/* End Form Elements */

/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */

#sidebar {
	padding: 10px 0 10px 0;
	margin-left: 564px;
	width: 390px;
	border:0px solid red;
	display: block;
	}
	
#sidebar1 {
	float:right;
	padding: 0;
	margin: 0;
	width: 200px;
	display: block;
	}	
	
#sidebar2 {
	float:right;
	padding: 0;
	margin: 0 0px 0 8px;
	width: 170px;
	display: block;
	}
	
#sidebar h2, #sidebar1 h2, #sidebar2 h2 {
	margin:4px 0 0 0;
	padding:4px 5px 7px 0px;
	color:#1E0A61;
	text-align:right;
	letter-spacing: -1px;
	}
	
#sidebar  h2.titre, #sidebar1  h2.titre, #sidebar2  h2.titre {
	margin-top:0px;
	background:url( images/bg_sidebar_title_grey-1.gif ) repeat-x;
	}
	
#sidebar  h2.ligne, #sidebar1  h2.ligne , #sidebar2  h2.ligne {
	border-top: 1px solid #DEDEDE;
	}		
	
#sidebar form {
	margin: 0;
	}
	
.sponsors-table-search {
	margin:0px auto 7px auto;
	}
	
.sponsors-table  {
	width:188px;
	margin-top:7px;
	}
	
.bfg-td img {
	margin: 0px;
	}
	
.bfg-td a:hover img {
	margin:0px;
	}
	
.editorchoice-td  img  {
	padding:2px;   
	margin: 0px;
	border:1px solid #DEDEDE;    
	}
	
 .editorchoice-td a:hover img {
	padding:2px;
	margin:0px;
	border: 1px solid  #A0A0A0; 
	}	
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:10px 40px 10px 40px;
	padding:1px 10px 1px 10px;
	background:#f0f0f0;
	color: #444444;
	border:1px solid #DEDEDE;
	line-height:1.0em;
	font-size:1.2em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#content .adsense  {
	background: white; 
	border: 0px solid #E8A04B;
	padding: 5px 0px 5px 0px;
	height: 100%;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
#content .adsense  table {
	padding: 0px;
	margin: 12px auto 10px auto;
	border: 0px solid #DEDEDE;
	background: white;
}
#content  .adsense td {
	background: #FFFFFF; 
	border:0px solid white;
}

