/*

  ________                                            

 /  _____/_____    _____   ____   ____   ______  _  __

/   \  ___\__  \  /     \_/ __ \ /    \ /  _ \ \/ \/ /

\    \_\  \/ __ \|  Y Y  \  ___/|   |  (  <_> )     / 

 \______  (____  /__|_|  /\___  >___|  /\____/ \/\_/  

        \/     \/      \/     \/     \/               



*/



/*

Theme Name:GameNow

Theme URI:http://www.wpnow.com/demo/#gamenow

Description:GameNow from WordPress Now

Version:1.0

Author:WP Now

Author URI:http://www.wpnow.com



*/



/************************************************************\

* CSS

\************************************************************/

	/* CSS Tweaks */

	* {

	padding:0;

	margin:0;

}

a img {

	border:0;

}

.clear {

	clear:both;

}

a {

	text-decoration:none;

}

a:hover {

	text-decoration:underline;

}

p {

	padding-top:5px;
	padding-bottom:5px;

}

.hidden {

	display:none;

}

/* Body */


	body {

	background: #000000

 top center fixed no-repeat;
	
	font-family:Arial;

	font-size:12px;

}

/* Top BG */

	.topbg {

	position:absolute;

	top:0px;

	left:0;

	width:100%;

	height:180px;

	background:url(img/top_bg.gif) repeat-x top;

	

}

/* Wrapper */

	.wrapper {

		width:1100px;

	margin:auto;

	z-index:0;

	

}

/************************************************************\

* Header

\************************************************************/	

	.header {

	position:relative;

	height:176px;
	
	z-index:12;

	/*background:url(img/header.jpg) no-repeat top right;*/

	

	

}


/* Header-Widget-Area */
#Header-Widget-Area {
     top: 125px;
     position: absolute;
z-index: 12;
}



/* Top Links */

	.header .toplinks {

	position:absolute;

	top:5px;

	right:-78px;

	color:#ffffff;

}

.header .toplinks li {

	position:relative;

	left: 23px;

	float:left;

	list-style:none;

	padding:0 8px;

	background:url(img/toplinks_div.gif) no-repeat left;

}

 .header .toplinks li:first-child {

	background:none;

} 

.header .toplinks li a {

position:relative;

	top:0px;

	right:0px;
	color:#09FF00;

}



.mid {

	padding:2px;

	border:1px solid #000000;

	background:#5c5c5c;

	color:#dddddd;

}



#wp-submit{

	padding:2px;

	border:1px solid #000000;

	background:#5c5c5c;

	color:#dddddd;

	cursor:pointer;

}



/*.header .toplinks input{

	border:1px solid #cccccc;

}*/



.header .toplinks li img {

	vertical-align:top;

	margin-right:3px;

}

/* Search */

	.header .search {

	width:218px;

	height:39px;

	background:url(img/search_bg.png) no-repeat top left;

	position:relative;
           
        left:885px;

        top:95px;

	right:0;

	z-index:1000;

}

.header .search input[type="text"] {

	border:0;

	margin:-95px 0;

	margin-left:5px;

	padding:5px;

	width:140px;

	float:left;

	color:#e9e9e9;

	font-family:Arial;

	font-size:12px;

	background:none;

}

.header .search input[type="image"] {

	width:62px;

	height:27px;

	float:right;

	margin:5px;

	margin-left:0;

	position:relative;

	top:-150px;

}

/* Light/Dark Buttons */

	.header .button {

	display:block;

	width:33px;

	height:15px;

	background:url(img/button_light_dark.gif) no-repeat top left;

	text-indent:-99px;

	overflow:hidden;

	position:absolute;

	top:88px;

}

.header .button-light {

	background-position:-33px 0;

	right:0;

}

.header .button-dark {

	background-position:0 0;

	right:33px;

}

/* Menu */

	.header .menu {

	list-style:none;

	width:1100px;

	height:50px;

	background:url(img/menu_bg.gif);

	position:absolute;

	left:25px;

	top:4px;

	/*border-left:1px solid #e28400;

	border-right:1px solid #e28400;*/

	z-index:99;

}

.border{

    background: url("img/menu_div.gif") no-repeat scroll 0 3px transparent;

    float: left;

    height: 47px;

    width: 2px;
    
}
/*
.header .menu > li {

	float:left;

	background:url(img/menu_div.gif) no-repeat center right;

	position:relative;

}
*/
.header .menu > li > a {

	float:left;

	display:block;

	height:50px;

	line-height:50px;

	padding:0 22px;

	color:#12f703;

	font-weight:bold;

	font-size:14px;

	margin-right:2px;

	text-transform: uppercase;

}

.header .menu > li > a:hover, .header .menu > li:hover > a {

	text-decoration:none;

	color:#e7e7e7;

	/*background:url(img/menu_bg_hover.gif);*/

}

.header .menu > li.dropdown > a > span {

	display:block;

	background:red;

	width:100%;

}

.header .menu > li:hover > ul {

	display:block;

}

.header .menu > li ul {

	list-style:none;

	position:absolute;

	width:189px;

	background:url(img/menu_sub_bottom.gif) no-repeat bottom left;

	padding-bottom:6px;

	z-index:99;

}

.header .menu > li > ul {

	left:0;

	top:50px;

	display:none;

}

.header .menu > li > ul > li > ul {

	left:189px;

	top:0;

	display:none;

}

.header .menu > li > ul li {

	background:#cb5100 url(img/menu_sub_div.gif) no-repeat top right;

	padding-top:2px;

	position:relative;

	z-index:99;

}

.header .menu > li > ul li > a {

	display:block;

	padding:5px;

	color:#fff;

	font-weight:bold;

	outline:none

}

.header .menu > li > ul li > a:hover, .header .menu > li > ul > li:hover > a {

	text-decoration:none;

	color:#ffcc00;

	background-color:#bf3e00;

}

.header .menu > li > ul > li:hover > ul {

	display:block;

}

.header .menu .dropdown a:before {

	content: "\00BB \0020";

}

/* Submenu */

	.header .submenu {

	list-style:none;

	width:958px;

	height:38px;

	background:url(img/submenu_bg.gif);

	position:absolute;

	left:0;

	top:165px;

	border-left:1px solid #5b5b5b;

	border-right:1px solid #5b5b5b;

	z-index:99;

}

.header .submenu > li {

	float:left;

	background:url(img/submenu_div.gif) no-repeat top right;

	position:relative;

	z-index:99;

}

.header .submenu > li > a {

	float:left;

	display:block;

	height:38px;

	line-height:38px;

	padding:0 25px;

	color:#4fc4e3;

	font-weight:bold;

	font-size:12px;

	margin-right:2px;

}

.header .submenu > li > a:hover, .header .submenu > li:hover > a {

	text-decoration:none;

	color:#fff;

	background:url(img/submenu_bg_hover.gif);

}

.header .submenu > li.dropdown > a > span {

	display:block;

	background:red;

	width:100%;

}

.header .submenu > li:hover > ul {

	display:block;

}

.header .submenu > li ul {

	list-style:none;

	position:absolute;

	width:189px;

	background:url(img/submenu_sub_bottom.gif) no-repeat bottom left;

	padding-bottom:6px;

	z-index:9;

}

.header .submenu > li > ul {

	left:0;

	top:38px;

	display:none;

}

.header .submenu > li > ul > li > ul {

	left:189px;

	top:0;

	display:none;

}

.header .submenu > li > ul li {

	background:#1f1f1f url(img/submenu_sub_div.gif) no-repeat top right;

	padding-top:2px;

	position:relative;

}

.header .submenu > li > ul li > a {

	display:block;

	padding:5px;

	color:#4fc4e3;

	font-weight:bold;

	outline:none

}

.header .submenu > li > ul li > a:hover, .header .submenu > li > ul > li:hover > a {

	text-decoration:none;

	color:#fff;

	background-color:#2c2c2c;

}

.header .submenu > li > ul > li:hover > ul {

	display:block;

}

.header .submenu .dropdown a:before {

	content: "\00BB \0020";

}

/************************************************************\

* Featured / Top Articles

\************************************************************/

	.ftop {

	/*padding:10px;*/

}

.ftop .featured {

	float:left;

	width:470px;

	position:relative;

}

.ftop .featured .fwrap {

	width:470px;

	height:280px;

	overflow:hidden;

	position:relative;

	background:#CCC;

}

.ftop .featured ul {

	width:100000px;

	position:absolute;

	top:0;

	left:0;

}

.ftop .featured li {

	list-style:none;

	float:left;

}

.ftop .featured li img {

	vertical-align:middle;

}

.ftop .featured li div {

	margin-top:1px;

	padding:5px;

}

.ftop .featured li div a {

	font-weight:bold;

}

.ftop .featured li div a.title {

	font-size:18px;

	font-weight:bold;

}

.ftop .featured .fthumbs {

	position:absolute;

	top:10px;

	left:10px;

	z-index:8;

	height:215px;

	overflow:hidden;

}

.ftop .featured .fthumbs img {

	border:2px solid #333;

	vertical-align:middle;

	margin-bottom:5px;

	width:62px;

	height:34px;

}

.ftop .featured .fthumbs img.active {

	border:2px solid #fff;

}

.ftop .featured a {

	outline:none;

}

.ftop .top {

	float:right;

	width:300px;

}

.ftop .top li {

	padding:10px 0;

	list-style:none;

}

.ftop .top li a {

	font-weight:bold;

}

.ftop .top li span {

	display:block;

	font-size:11px;

	height:14px;

	overflow:hidden;

}

.ftop .top li span a.comments {

	float:right;

}

/************************************************************\

* Left

\************************************************************/

	.left {

	float:left;

	width:480px;

	margin:5px;

	position:relative;

	z-index:7;

}

.left_fullwidth {

	width:auto;

}

/* Advertisements */

	.left .advert-arch-top {

	width:468px;

	height:60px;

	margin:auto;

	padding-bottom:10px;

}

.left .advert-arch-bottom {

	width:300px;

	height:250px;

	margin:auto;

	padding-top:10px;

}

.left .advert-article-bottom {

	width:468px;

	height:60px;

	margin:auto;

	padding:15px 0;

}

/* Highlights */

	.highlights {

	list-style:none;

	width:1000px;

}

.highlights li {

	margin:10px 0;

	width:204px;

	float:left;

	margin-right:9px;

}

.highlights span {

	display:block;

	padding:5px;

	font-weight:bold;

}

.highlights span.title {

	height:30px;

	overflow:hidden;

}

.highlights span.cat {

	font-size:11px;

}

.highlights .thumbnail img {

	width:196px;

	height:110px;

	vertical-align:middle;

	padding:1px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

}

/* Articles */

	.articles {

	list-style:none;
	
}

.articles > li {

	padding:5px 5px;

}



.articles .title {

	font-weight:bold;

	font-size:14px;

}

.articles .pinfo {

	display:block;

	padding:5px;

	font-size:11px;

	margin:5px 0;

}

.articles .pinfo a.comments {

	float:right;

	background-repeat:no-repeat;

	background-position:left;

	text-indent:15px;

}

.articles .thumb img {

	float:left;

	margin-right:5px;
margin-top:5px;

	width:135px;

	height:75px;

	vertical-align:middle;

	padding:1px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

}

.articles .post {

	line-height:18px;

}

.articles .post a {

	font-weight:bold;

}

.articles .post-date {

	float:left;

	margin-right:5px;

}

.article .ainfo {

	padding:10px;

	position:relative;

	margin-bottom:10px;

	height:15px;

}

.article .ainfo .infol {

	position:relative;

	float:left;

	text-align:left;

}

.article .ainfo .avatar a {

	display:inline-block;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding:1px;

	margin-bottom:5px;

}

.article .ainfo .avatar a img {

	vertical-align:middle;

	width:75px;

	height:75px;

	display:block;

}

.article .ainfo .author a {

	font-size:11px;

}

.article .ainfo ul {

	list-style:none;

	position:absolute;

	top:0;

	right:0;

}

.article .ainfo ul li {

	float:left;

	padding-left:2px;

}

.article .ainfo ul li:first-child {

	background:none;

}

.article .ainfo ul li:first-child a {

	padding:0;

	width:126px;

	text-align:center;

}

.article .ainfo ul li a {

	float:left;

	display:block;

	height:35px;

	line-height:35px;

	font-weight:bold;

	padding:0 25px;

	outline:none;

}

.article .ainfo ul li a:hover {

	text-decoration:none;

}

.article .ainfo .advert {

	position:absolute;

	bottom:0;

	right:0;

	width:468px;

	height:60px;

	padding:12px 30px;

}

.article .title {

	font-size:14px;

	display:inline-block;

}

.article .postright {

	float:right;

	width:220px;

}

.article .postright .score {

	background:#00728f;

	width:188px;

	float:right;

	margin-bottom:10px;

	padding:10px;

	text-transform:uppercase;

	font-weight:bold;

	color:#fff;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	border-radius:5px;

}

.article .thumbnail {

	float:right;

	margin:0;

	margin-left:5px;

	margin-bottom:5px;

	display:inline-block;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding:1px;

	width:204px;

	height:115px;

}

.article .thumbnail img {

	vertical-align:middle;

	width:205px;

	height:115px;

}

.article .atabs {

	margin-top:10px;

	min-height:34px;

	clear:both;

}

.article .atabs .tabs {

	height:34px;

}

.article .atabs .tabs li {

	float:left;

	margin-right:1px;

	list-style:none;

}

.article .atabs .tabs li a {

	display:block;

	height:32px;

	line-height:34px;

	padding:0 15px;

	font-weight:bold;

	outline:none;

}

.article .atabs .tags {

	padding:10px;

	text-align:center;

}

.article .atabs .tags a {

	display:inline-block;

	padding-left:15px;

	background:url(img/icon_tags.png) no-repeat left;

	margin:0 5px;

}

.article .atabs .categories {

	padding:10px;

	text-align:center;

}

.article .atabs .categories a {

	font-weight:bold;

}

.article .atabs .similarposts {

	padding:10px;

}

.article .atabs .similarposts li {

	list-style:none;

	padding:5px;

	font-weight:bold;

}

/* Images */

	.article .post img {

	padding:1px;

	/*border:1px solid #ccc;*/

	/*max-width:620px !important;*/

}

.article .post img.wp-smiley {

	padding:0 !important;

	border:none !important;

	vertical-align:middle;

}

.article .post img.centered {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.article .post img.alignleft {

	margin:0 7px 2px 0;

	display:inline;

}

.article .post img.alignright {

	margin:0 0 2px 7px;

	display:inline;

}

/* HTML Headings */

	.articles .post h1, .articles .post h2, .articles .post h3, .articles .post h4, .articles .post h5, .articles .post h6 {

	margin:10px 0;

	padding-bottom:10px;

}

.articles .post h1 {

	font-size:28px;

	padding-bottom:15px;

	margin-top:20px;

}

.articles .post h2 {

	font-size:24px;

}

.articles .post h3 {

	font-size:20px;

}

.articles .post h4 {

	font-size:18px;

}

.articles .post h5 {

	font-size:16px;

}

.articles .post h6 {

	font-size:13px;

}

.articles .post h7 {

	margin-top:10px;

	padding-top:15px;

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;

}

/* Blockquotes */

	.articles .post blockquote {

	margin:10px;

	padding:10px;

	position:relative;

	font-style:italic;

}

/* Lists */

	.articles .post ul {

	margin:0px 0px 0px 0px;

}

.articles .post ul ul {

	margin:0;

}

.articles .post ol {

	margin:5px 0 5px;

}

.articles .post ol ol {

	margin:0;

}

.articles .post ul li {

list-style-type: none;
list-style-position: inside;
text-indent: -0em;
padding-left:17px;
padding-top:2px;

}

.articles .post ol li {

list-style-type: inside;
text-indent: -0em;
padding-left:0px;
margin-left: 17px;

}

/* Comments */

	.comments li {

	list-style:none;

	position:relative;

	text-indent:normal;

}

.comments li ul {

	margin-left:30px;

}

.comments li li li li li ul {

	margin-left:0;

}

.comments li .cwrap {

	padding:8px;

	margin:10px 0;

	position:relative;

}

.comments li .avatar img {

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding:1px;

	vertical-align:middle;

	float:left;

	margin-right:8px;

}

.comments li .author, .comments li .author a {

	font-weight:bold;

	font-size:13px;

}

.comments li .cnumber {

	font-size:30px;

	position:absolute;

	right:8px;

	top:35px;

}

.comments li .cnumber span {

	font-size:18px;

}

.comments li .ratec {

	position:absolute;

	top:8px;

	right:8px;

}

.comments li .ratec .ratingtext {

	display:none;

}

.comments li .ctext {

	margin-top:8px;

	position:relative;

}

.comments li .ctext div {

	padding:8px;

}

.comments li .ctext .triangle {

	width:27px;

	height:27px;

	display:block;

	position:absolute;

	left:73px;

	top:-27px;

}

.comments input.cicon {

	margin-bottom:3px;

	height:21px;

	width:163px;

	padding-left:32px;

	padding-right:5px;

	padding-top:8px;

	background-repeat:no-repeat;

	background-position:top left;

}

.comments input.icon_name {

	background-position:0 0;

}

.comments input.icon_email {

	background-position:0 -29px;

}

.comments blockquote {

	border-left:1px solid #432d78;

	border-right:1px solid #432d78;

	border-top:1px solid #432d78;

	border-bottom:1px solid #432d78;

	font-size:12px;

	background:#363636;

	margin-bottom:10px;

	margin-left:10px;

	margin-right:10px;

	padding-top:10px;

	padding-left:10px;

	padding-right:10px;



	font-style:italic;

}

.comments input.icon_website {

	background-position:0 -58px;

}

.comments input.cicon, .comments textarea {

	font-family:Arial;

	font-size:12px;

	border:0;

}

.comments input.cicon:focus, .comments textarea:focus {

	font-style:normal;

}

.comments textarea {

	height:200px;

	padding:5px;

	width:98%;

	margin-bottom:10px;

}

/* Cancel Comment Reply Link */

	.comments .cancel-comment-reply {

	display:none;

	padding:8px 0;

}

.comments li .cancel-comment-reply {

	display:block;

}

.comments .wpn_logged_in {

	padding-bottom:5px;

}

.comments li #respond {

	padding:0 5px;

}

.comments #respond img {

	vertical-align:middle;

}

/************************************************************\

* Right

\************************************************************/

	.right {

	float:left;

	width:305px;

	margin:-5px 5px 5px 5px;

	margin-left:0;

	position:relative;

	z-index:7;

}

.right .advert {

	margin-bottom:10px;

}

/* Widgets / Boxes */

	.box {

	margin-bottom:5px;

	padding:2px 2px 2px 2px;

	

}

.box > ul {

	margin:5px 0px 5px 0px;

}

.box li {

	list-style:none;

	line-height:15px;

	background:url(img/list_bullet.png) no-repeat 9px 2px;

	padding-left:30px;

}

.box li ul {

	margin-left:0;

}

.box li ul ul {

	margin-left:15px;

}

.box li ul li {

	border-top:0;

	background:none;

	padding-left:0;

	line-height:22px;

}

.box li:first-child {

	border-top:0;

}

.box li a {

	font-weight:bold;

	outline:none;

}

/* List */

	.list2 li {

	padding:10px;

	float:left;

	clear:left;

	width:280px;

}

.list2 li a {

	display:inline;

	background:none;

	font-weight:normal;

	padding:0;

}

.list2 li .limg {

	float:left;

	vertical-align:middle;

	padding:1px;

	margin-top:2px;

	margin-right:5px;

}

/* Latest Comments */

	.latestc li {

	padding:10px;

	background:none;

	line-height:20px;

}

.latestc img {

	width:20px;

	height:20px;

	float:left;

	padding:1px;

	margin-right:5px;

}

/* Latest Reviews/Previews */

	.latestrp li {

	padding:10px;

	background:none;

	line-height:20px;

	position:relative;

}

.latestrp img {

	width:38px;

	height:38px;

	float:left;

	padding:1px;

	margin-right:5px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

}

.latestrp span {

	display:block;

}

.latestrp span a {

	font-weight:normal;

}

.latestrp .score {

	position:absolute;

	top:12px;

	right:12px;

}

/************************************************************\

* Bottom Links

\************************************************************/

	.bottomlinks {

	text-align:center;
z-index:2;

}

.bottomlinks ul {

	height:35px;

	line-height:35px;
z-index:2;

}

.bottomlinks .cats {

	background:#191919;

	border-top:1px solid #313131;

	border-bottom:1px solid #313131;

z-index:2;

}

.bottomlinks .pages {

	background:#252525;

z-index:2;

}

.bottomlinks li {

	display:inline;

	list-style:none;

z-index:2;

}

.bottomlinks li a {

	display:inline-block;

	outline:none;

	color:#fff;

	font-weight:bold;

	margin:0 5px;

z-index:2;

}

.bottomlinks .pages a {

	color:#ffcc00;

z-index:2;

}

/************************************************************\

* Footer

\************************************************************/

	.footer {

	height:50px;

	background: #101010 url(img/footer_bg.gif) repeat-x top;

	/*border-bottom:10px solid #a8a8a8;*/

	padding:10px 10px 45px 10px;

	color:#12f703;

	font-size:11px;

	position: relative;

	z-index:2;

	

	

}

.footer .fleft {

	float:left;

	width:700px;

z-index:2;

}

.footer .fright {

	float:right;

	text-align:right;

	padding:8px 0;

	width:225px;

z-index:2;

}

.footer a {

	color:#12f703;

	font-weight:bold;

z-index:2;

}

.footer a.alt {

	color:#00718e;

z-index:2;

}

/************************************************************\

* Headings

\************************************************************/

	

	/* Top Stories */

	.heading1 {

	display:block;

	height:36px;

	line-height:36px;

	text-indent:35px;

	font-size:14px;

	font-weight:bold;

}

.heading1 span {

	display:block;

	background-repeat:no-repeat;

	background-position:14px 14px;

}

/* Generic Heading */

	.heading2 {

	display:block;

	height:26px;

	line-height:26px;

	text-indent:35px;

	font-size:14px;

	font-weight:bold;

	text-transform:uppercase;

	/*background:url(img/heading2_bg.gif) repeat-x top;*/

	background:url(img/green_heading.jpg) repeat-x top;

	color:#50328d;

	/*border:1px solid #df801d;*/

}

.heading2 span {

	display:block;

	background:url(img/logo_small.png) no-repeat 8px 2px;

}

/* Leave a Reply */

	.heading3 {

	display:block;

	font-size:18px;

	font-weight:bold;

	margin-bottom:5px;

}

/************************************************************\

* Wordpress

\************************************************************/



	/* Calendar */

	#wp-calendar {

	width:100%;

}

#wp-calendar td {

	padding:5px;

	text-align:center;

	vertical-align:middle;

}

#wp-calendar caption {

	font-size:14px;

	font-weight:bold;

	padding:5px 15px 7px;

	text-align:left;

	margin-bottom:10px;

}

#wp-calendar a {

	font-weight:bold;

}

#wp-calendar #prev a {

	text-align:left;

	font-weight:bold;

}

#wp-calendar #next a {

	text-align:right;

	font-weight:bold;

}

#tag_cloud {

	text-align:justify;

	line-height:23px;

}

#tag_cloud a {

	margin:2px;

	font-weight:bold;

}

/* Contact Form */

	.formcontainer fieldset {

	margin:10px 0;

	padding:10px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

}

.formcontainer legend {

	padding:7px 15px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	font-size:16px;

	font-weight:bold;

}

.formcontainer input, .formcontainer textarea {

	margin-bottom:5px;

	padding:5px;

	font-family:Arial;

	font-size:12px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

}

.formcontainer input[type="text"] {

	width:250px;

}

.formcontainer textarea {

	width:550px;

}

.formcontainer label {

	margin-bottom:5px;

}

.formcontainer .form-submit {

	display:block;

	padding-top:15px;

	margin-top:8px;

}

.formcontainer p.error {

	padding:5px;

	font-size:14px;

	font-weight:bold;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

}

.formcontainer .success {

	padding:5px;

	font-size:14px;

	font-weight:bold;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

}

.formcontainer span {

	display:inline;

}

.alignright {

	float: right;

}

.alignleft {

	float: left

}

/* Page Navigation */

	.wp-pagenavi {

	text-align:center;

	font-size:12px;

	padding:10px;

	padding-top:20px;

	font-weight:bold;

	font-family:Arial;

}

.wp-pagenavi .current {

	padding:5px;

	margin-right:5px;

}

.wp-pagenavi a, .wp-pagenavi .pages {

	padding:5px;

	margin-right:5px;

	outline:none;

}

/* Captions */

	.wp-caption {

	text-align:center;

	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;

}



/*------------------- rooba's styles ------------------------*/

.left-outer {

	float:left;

	width:148px;

        margin:0px;

	position:relative;

	z-index:0;

	min-height:1px;

	overflow:hidden;

	
}

.right-outer {

	float:left;

	width:148px;

	margin:0px;

	position:relative;

	z-index:10;

	top:0px;

	min-height:1px;

	overflow:hidden;

	/*background:url(img/right_ad.png) no-repeat top left;*/

}



#left-right-wrap {

	float:left;

	width:800px;

        margin-left: auto;

        margin-right: auto;

	margin:0px;

	position:relative;

	z-index:2;

	background:#000;

	border-left:2px solid #000000;

	border-right:2px solid #000000;

	padding-top:3px;

	min-height:700px;

/*	min-height:600px;

	background:#131313;*/

}

.content-full{

/*	float:left;

	width:800px;

	margin:0px;

	position:relative;

	z-index:2;*/

/*	min-height:600px;

*/	background:#242424;

margin-top:-12px;

}



#logo_game{

	position:relative;

	top:10px;

        left:-20px;
	
        float:left;

}



.left-my-content{

	background:#242424;

	margin-bottom:5px;

	padding:5px 5px 5px 5px;	

}



.footer-ad{

	position:relative;

	z-index:1000;	

}



#header-ad1{

	position:relative;

	top:32px;

	left:20px;

	float:left;

}



#header-ad2{

	position:relative;

	top:10px;

	float:left;

	left:50px;

}





.content-full-search{

/*	float:left;

	width:800px;

	margin:0px;

	position:relative;

	z-index:2;*/

/*	min-height:600px;

*/	background:#242424;

	padding:10px;

}



#padding{

	margin:5px;

}

.tbl-game{

	background:#464646;

	border:1px solid #13f604;	

	margin-bottom:0px;

	

}


.tbl-bio{

	background:#464646;

	border:1px solid #13f604;	
	
	min-height:290px;

    	-moz-border-radius: 10px; border-radius: 10px;		

    	
}

.tbl-ed{

	background:#323232;
	min-height:100px;
	max-height:100px;	
	border:1px solid #000000;
	-moz-border-radius: 10px; border-radius: 10px;		

    	
}

.tbl-ed2 li{

list-style:none;

	line-height:15px;

	background:url(img/list_bullet.png) no-repeat 9px 2px;

	padding-left:30px;

margin-bottom:5px;

}

.tbl-ed2{

	background:#464646;
border:1px solid #000000;
	min-height:100px;
	max-height:100px;	
	

    	-moz-border-radius: 10px; border-radius: 10px;		

    	
}

.game-heading{

	font-size:16px;

	font-weight:bold;

	text-transform:uppercase;

	margin-top:15px;

	margin-bottom:25px;

	display:block;

}



.game-review{

		font-size:11px;

	font-weight:bold;

	color:#13f604;

	text-decoration:none;	

	text-transform:uppercase;

	margin-top:25px;

	display:block;

	

}



.game-review a{

	font-size:11px;

	font-weight:bold;

	color:#13f604;

	text-decoration:none;	

}



.game-review a:hover{

	font-size:11px;

	font-weight:bold;

	color:#f89d1b;

	text-decoration:none;	

}



.my-ratings{

	position:relative;

	top:-5px;	

}



.tbl-game-list{

	margin-top:0px;

	border:1px solid #cccccc;	

}



.tbl-game h3{

	font-size:16px;

	font-weight:bold;

	text-transform:uppercase;

	margin-top:15px;

	margin-bottom:25px;

	display:block;

}





.tbl-game-list td{

	padding:3px;

}



.game-page > ul {

    margin: -5px;

}

.game-page ul li {

    background: url("img/list_bullet.png") no-repeat scroll 9px 2px transparent;

    line-height: 20px;

    list-style: none outside none;

    padding-left: 30px;

	margin-bottom:5px;

}



.game-page li ul li{

	background:none;

    line-height: 20px;

    padding-left: 5px;

	margin-bottom:5px;

}



.game-page h4{

font-size:12px;

font-weight:bold;

color:#13f604;	

margin:10px 0px;



}



/* Articles Giveaways Rooba */

	.articles-giveaways {

	list-style:none;

		margin-top:10px;

}

.articles-giveaways > li {

	padding:0px 5px;

}


.articles-giveaways .title {

	font-weight:bold;

	font-size:14px;

}

.articles-giveaways .pinfo {

	display:block;

	padding:5px;

	font-size:11px;

	margin:0px 0;

}

.articles-giveaways .pinfo a.comments {

	float:right;

	background-repeat:no-repeat;

	background-position:left;

	text-indent:15px;

}

.articles-giveaways .thumb img {

background: none repeat scroll 0 0 #000000;

    border: 2px solid #5B5B5B;

	float:left;

	margin-right:5px;

margin-top:5px;

	width:135px;

	height:75px;

	vertical-align:middle;

	padding:1px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

}

.articles-giveaways .post {

	line-height:18px;

}

.articles-giveaways .post a {

	font-weight:bold;

}

.articles-giveaways .post-date {

	float:left;

	margin-right:5px;

}

.article-giveaways .ainfo {

	padding:10px;

	position:relative;

	margin-bottom:10px;

	height:15px;

}

.article-giveaways .ainfo .infol {

	position:relative;

	float:left;

	text-align:left;

}

.article-giveaways .ainfo .avatar a {

	display:inline-block;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding:1px;

	margin-bottom:5px;

}

.article-giveaways .ainfo .avatar a img {

	vertical-align:middle;

	width:75px;

	height:75px;

	display:block;

}

.article-giveaways .ainfo .author a {

	font-size:11px;

}

.article-giveaways .ainfo ul {

	list-style:none;

	position:absolute;

	top:0;

	right:0;

}

.article-giveaways .ainfo ul li {

	float:left;

	padding-left:2px;

}

.article-giveaways .ainfo ul li:first-child {

	background:none;

}

.article-giveaways .ainfo ul li:first-child a {

	padding:0;

	width:126px;

	text-align:center;

}

.article-giveaways .ainfo ul li a {

	float:left;

	display:block;

	height:35px;

	line-height:35px;

	font-weight:bold;

	padding:0 25px;

	outline:none;

}

.article-giveaways .ainfo ul li a:hover {

	text-decoration:none;

}

.article-giveaways .ainfo .advert {

	position:absolute;

	bottom:0;

	right:0;

	width:468px;

	height:60px;

	padding:12px 30px;

}

.article-giveaways .title {

	font-size:14px;

	display:inline-block;

}

.article-giveaways .postright {

	float:right;

	width:220px;

}

.article-giveaways .postright .score {

	background:#00728f;

	width:188px;

	float:right;

	margin-bottom:10px;

	padding:10px;

	text-transform:uppercase;

	font-weight:bold;

	color:#fff;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	border-radius:5px;

}

.article-giveaways .thumbnail {

	float:right;

	margin:0;

	margin-left:5px;

	margin-bottom:5px;

	display:inline-block;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding:1px;

	width:204px;

	height:115px;

}

.article-giveaways .thumbnail img {

	vertical-align:middle;

	width:205px;

	height:115px;

}

.article-giveaways .atabs {

	margin-top:10px;

	min-height:34px;

	clear:both;

}

.article-giveaways .atabs .tabs {

	height:34px;

}

.article-giveaways .atabs .tabs li {

	float:left;

	margin-right:1px;

	list-style:none;

}

.article-giveaways .atabs .tabs li a {

	display:block;

	height:32px;

	line-height:34px;

	padding:0 15px;

	font-weight:bold;

	outline:none;

}

.article-giveaways .atabs .tags {

	padding:10px;

	text-align:center;

}

.article-giveaways .atabs .tags a {

	display:inline-block;

	padding-left:15px;

	background:url(img/icon_tags.png) no-repeat left;

	margin:0 5px;

}

.article-giveaways .atabs .categories {

	padding:10px;

	text-align:center;

}

.article-giveaways .atabs .categories a {

	font-weight:bold;

}

.article-giveaways .atabs .similarposts {

	padding:10px;

}

.article-giveaways .atabs .similarposts li {

	list-style:none;

	padding:5px;

	font-weight:bold;

}



.key{

	color:#0F0;

	font-size:30px; 

	line-height:40px;

	font-weight:bold;


}



.my_key_form{

	border:1px solid #cccccc;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	width:40%;

}



.sidebarlogin_otherlinks{

color:#0F0;

}



.sidebarlogin_otherlinks a{

color:#0F0;

}



#giveaway_img{



}









#giveaway_img a img{

border:1px solid #303030;

padding:2px;



}





.form_matcher{



width:60%;

padding:20px;

border:1px solid #cccccc;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

margin:10px auto;



}





.tbl_overview{

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;



	font-size:11px;

	border:1px solid #432d78;

}



.tbl_overview td{

padding:3px;	

}



.overview_green_text{

	margin-top:10px;

	padding-top:15px;

	border-top:1px solid #432d78;

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;



}

.overview_green_text2{

	margin-bottom:5px;
margin-top:3px;

	padding-top:0px;

	border-bottom:1px solid #432d78;

	padding-bottom: 0px;

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;



}


.overview_green_text3{

	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #432d78;
	text-shadow: 1px 1px 0px #000;
	color:#13f604;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;

}

.overview_green_text3{

	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #432d78;
	text-shadow: 1px 1px 0px #000;
	color:#13f604;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;

}

.overview_red_text_ended{

	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #432d78;
	text-shadow: 1px 1px 0px #000;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;

}

.ed_green_text{

	padding-left: 5px;
	padding-top: 5px;

	border-bottom:1px solid #432d78;

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;



}

.blockquote{

	margin-bottom:10px;

	padding-top:0px;

	border-left:1px solid #432d78;

	border-right:1px solid #432d78;

border-top:1px solid #432d78;

border-bottom:1px solid #432d78;

	padding-bottom: 5px;

	font-size:12px;

background:#363636;

margin:10px;

	padding:10px;

	position:inherit;

	font-style:italic;



}

.overview_green_text a{

		

	color:#13f604;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;

	text-decoration:underline;

}



.overview_green_text a:hover{

	text-decoration:none;	

}



.game_ad{



margin-top:10px;

margin-bottom:10px;

	border:1px solid #432d78;

}


img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}





.header #repulse{
width: 890px;
height: 180px;
display: block;
position: absolute;
margin-left: 150px;
}

#link-left-right {
position: absolute;
}
  
#link-left {
float: left;
height: 800px;
margin-left: -125px;
position: fixed;
top: 230px;
width: 273px;
display:block;
}
  
#link-right {
float: left;
height: 800px;
margin-left: 952px;
position: fixed;
top: 230px;
width: 273px;
display:block;
}

table.t1
{
border-collapse:collapse;
} 

  
#wallad {
<!--/* Ad4Game Site-Skin Tag */-->

<script type='text/javascript'><!--//<![CDATA[

var ad4game_siteskin = {
    'contentWidth' : '800px', // size of the regular content in pixel
    'leftOffset'   : '0px',   // left ad position adjustment -/+ pixel left/right
    'topOffset'    : '0px',   // top position of the ads
    'rightOffset'  : '0px',   // right ad adjustment
    'zIndex'       : '-1',     // css style z-index for the ads
    'fixed'        : '0',     // 0=>ads scroll with content, 1=>ads stay fixed
    'hide'         : 'none',  // hide a banner: one of 'none', 'left', 'right'
    'random'       : Math.floor(Math.random() * 99999999999)
};
document.write('\x3cscript type="text/javascript" src="http://ads.ad4game.com/www/delivery/siteskin.php?zoneid=22525&target=_blank&cb='+ad4game_siteskin.random+'"\x3e\x3c/script\x3e');

//]]>--></script>
}


