@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Open Sans';
 	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-align: justify;
	background: url(bg.jpg)top center no-repeat;
	margin: 0;
	padding: 0;
	color: #606060;
}
.hr {
	color:#8dc35a;
	height: 1;
}
h1 {
	font-size: 18px;
	color:#8dc35a;
	font-family: 'Open Sans';
 	font-style: normal;
	font-weight: 700;
	padding: 0 0 10px 0;
}
#gamesHolder { padding: 5px; margin-top: 30px;}
.wrapper {
	width:900px;
	margin:40px auto;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header {
	padding:50px 50px 10px 50px;
}
.logo {
	float: left;
	background: url(logo.png) no-repeat;
	width: 222px;
	height: 114px;
}
.logo h1 a {
	text-shadow: 0px 0px, 1px 2px #5b9e11;
	font-size:60px;
	color: #ffffff;
	text-decoration:none;
	padding:10px;
	line-height:110px;
}
footer {
	text-align:center;
	padding-bottom:40px
}
.horSeparator {
	background:url(horSeparator.png) repeat-x;
	height:13px;
	margin:20px 0;
}
section {
	padding:0 50px;
}
.post {
	border-bottom:1px solid rgba(200, 207, 210, 1);
	padding:50px 0;
	margin:0 50px;
}
.post header {
	float:right;
	width:519px;
	padding:0;
}
.post p {
	float:right;
	width:519px;
}
.post aside img {
	border:1px solid #c8cfd2;
	margin:10px 0 0 0;
}
.sectionFooter {
	padding:40px 0;
	margin:0 50px;
}
.footerBox {
	width:490px;
	float:left;
	padding:0 20px;
}
.footerBox_a {
	width:230px;
	float:left;
	padding:0 20px;
}
.footerBox_b {
	width:24px;
	float:left;
	padding:20px 5px;
}
.footerBox_c {
	width:178px;
	float:left;
	padding:0 5px;
}
.footerBox_d {
	width:1px;
	float:left;
	padding:0 1px;
	background: #8dc35a;
}
.footerBox p {
	padding:0 0px 10px 0px;
}
.footerBox_a p {
	padding:0 0px 10px 0px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer_bar {
	background-color:#8dc35a;
	padding:40px 0;
	margin:0 0px;
}
.footer {
	width: 900px;
	height: 50px;
	background-color: #8dc35a;
	}
.footer p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:10px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0 10px 0;
}
.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #677a83;
	text-decoration: none;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	float:right;
	padding:55px 0 0 0;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 3px 10px; 
	font-family: 'Open Sans';
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #677a83;
}
#navlist a:link, #navlist a:visited {
	color: #677a83;
	text-decoration: none;
}
#navlist a:hover {
	color: #8dc35a;
	text-decoration: none;
}
#navlist #active a {
	color: #8dc35a;
	text-decoration: none;
}

#flags {
	top: -50px;
	position: relative;
	float: right;
}
.flagsdropshadow {
	margin: 5px 5px 0 0;
	border2: solid 1px rgb(200,200,200);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
a:hover img.flagsdropshadow {
	-moz-box-shadow: 0 0 5px rgba(200,200,200,0.8);
	-webkit-box-shadow: 0 0 5px rgba(200,200,200,0.8);
	box-shadow: 0 0 5px rgba(200,200,200,0.8);
}

.adv_box {
height2: 100px;
width: 470px;
background: red;
margin: 0 auto 0 auto;
padding: 3px;
color: white;
text-align: center;
font-weight: bold;
}




