/*  
Theme Name: RG
Theme URI: http://www.HuxMedia.com/
Description: Game portal layout
Version: 1
Author: Steve Wilkinson
Author URI: http://www.HuxMedia.com/
 */

/* @group General Styles */

body {
	font: 0.80em/1.3em Arial, Helvetica, sans-serif;
    background:#2b0505 url(http://www.revoltgames.com/images/rgbg-v2.gif);
    background-repeat:no-repeat;
	background-position:center; 
	background-position:top;
	width: auto;
	margin: 0px;
	
	
	}

p {
	margin: 10px 0px 15px 0px;
	padding: 0;
	color: #464646;
	font-size: 1.03em;
	line-height: 1.5em;
	font-family: verdana;
}

b, strong {
	color: #464646;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: verdana;
}

a:link, a:visited {
	text-decoration: none;
	color: #222;
}

a:hover, a:active {
	text-decoration: underline;	
	color: #222;
}

img {
	border: 0;
}

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

.image-right {
	float: right;
	margin: 0 0 0 10px;
}

blockquote, .standout {
	font-size: 1.2em;
	color: #7dbc00;
	margin: 10px;
	padding: 0;
	line-height: 1.5em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: arial;

	height: 30px;
}
h1.gametitle {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: arial;
	float: left;
	height: 30px;
}

h1.home  {
	font-size: 1.7em;
	line-height: 1.5em;
	clear:left; 
	width:670px; 
	text-indent: 0px;
	background-position:left;
	position: relative;
	text-align: center;
	margin-bottom: 2px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}

H2,H3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h4 {
	color: #333;
	font-size: 1.1em;
	margin: 0;
}


/* @end */

/* @group Terms */

#terms {
	width: 68%;
}

#terms p {
	margin: 0px;
	font-size: .95em;
}

#terms li {
	margin: 0px;
	font-size: .95em;
}

#terms ul {
	margin: 0px;
}

.terms a {
	font-size: 1em !important;
	color: #000000 !important;
	text-decoration: underline !important;
	line-height: .9em !important;
	display: inline !important;
}

/* @end*/

/* @group Layout */

#container {
	margin: 0 auto;
	position: relative;
	width: 996px;
}

.clearer {
	clear: both;
	height: 1px;
}

.hidden {
	display: none;
}

#pageHeader {
	height: 34px;
	margin: 0 auto;
	position: relative;
}

#topbar {
	height: 95px;
	margin: 0px;
}

#pageHeader #title {
	position: absolute;
	left: 0;
	top: 0;
}

#logo {
	float: left;
	background: #000	;	
    padding: 0px 4px 0px 8px;
    height: 90px;
    padding: 0px 7px 1px 10px;
}

#contentContainer {
	margin: 0px;
	padding: 0px;
	background: #fff;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

#content {
	margin: 8px;
	FLOAT: left;
	WIDTH: 664px;

}
#homecontent {
	margin: 0px;

}

#gamecontent {
		margin: 0;
	padding: 0;

	}

/* @end */


/* @group Sidebar Styles */

#sidebar {
	padding: 8px;
	FLOAT: right;
	margin-left:6px
	WIDTH: 300px;
}

#sidebar .title  {
	text-indent: 8px;
	font-size:1.3em;
	font-weight:normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#sidebar ul, .gamecats ul{
	padding: 0px;
	margin: 0px;
}

#sidebar LI {

}

#sidelist UL {
	MARGIN: 0px;
	padding: 0px;
}

#sidelist LI {
	LIST-STYLE-TYPE: none;
}

#sidelist .subnav li {
	background-color: #ddd;
	margin: 1px;
	font-size: 1.2em;
	line-height: 25px;
	text-indent: 5px;
	color: #ffffff;
}

#sidelist .subnav li:hover {
	background-color: #aaa;
}

#sidelist .bullets LI {
	margin: 0px 0px 5px 0px;
	LINE-HEIGHT: 115%;
	list-style: square inside;
	color: #888;
	background-color: #FFFFFF
}

#sidelist .children {
	
}

#sidelist .children LI {
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	border-top: 1px solid #fff;
	font-weight: bold!important;
}

#sidelist .children LI A {
	COLOR: #818d6f;
	PADDING: 2px 2px 2px 0px;
}

#sidelist .children LI A:visited {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	COLOR: #818d6f;
	PADDING-TOP: 2px;
}

#sidelist .children LI A:hover {
	COLOR: #465d23
}

.mostviewed, .toprated {
	margin: 6px 0px 0px 0px;
	background-color: #333;	
	-moz-border-radius:1ex;
    -webkit-border-radius:1ex;
	width: 300px;
	float: left;	
 } 
 

.mostviewed li {
	width: 280px;
	float: left;
	margin: 5px;
	border-bottom: 1px dotted #333;
	list-style-type: none;
}

.mostviewed li img{
	width: 25px;
	height: 25px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.mostviewed li a {
	color: #000;
	padding: 4px;
	font-family:verdana;
	font-size:1.1em;
	line-height:1.5em;
}


/* @end */

/* @group homepage styles */

.featured {
	width: 215px;
	height: 215px;
	float: left;
	background-color: #fff;	
	margin: 0px 3px 10px 3px;
    padding: 0px;
	overflow: hidden;
	position: relative;
}

.featured a {
	color: #fff;
	font-weight: bold!important;
	font-size: 1.1em;
	text-transform: uppercase;
}
.featured p {
	font-size: 0.95em;  
	 overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	color: #fff;
	font-weight: bold;
}   

.featured img{
	width: 215px;
	height: 125px;
	float: left;
	margin: 0px;
}

.featured-info {
	position: absolute;
	top: 125px;
	background: #111;
	padding: 6px;
	width: 215px;
	height: 100px;
}


#hpfeaturegames {
	width: 670px;
	float: left;
	background-color: #ddd;
	/*-moz-border-radius:1ex;
    -webkit-border-radius:1ex;*/
    margin: 0px;
}

#hpfeaturegames img{
	width: 670px;
	float: left;
	background-color: #ddd;
	/*-moz-border-radius:1ex;
    -webkit-border-radius:1ex;*/
    margin: 0px;
}
.featgamethumb {
	width: 203px;
	float: left;
background-color: #fff;	
margin: 1px;
    padding: 8px;
}

.featgamethumb a {
	color: #000;
	font-weight: bold!important;
	font-size: 1.1em;
}

.featgamethumb img{
	width: 90px;
	height: 90px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.featcatthumb {
	width: 205px;
	float: left;
background-color: #fff;	
margin: 1px;
    padding: 8px;
        text-align: center;
}

.featcatthumb a {
	color: #000;
	font-weight: bold!important;
	font-size: 1.1em;
}

.featcatthumb img{
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0px 10px 0px 0px;
}

.gamethumb {
	width: 147px;
	float: left;
    padding: 8px;
}

.gamethumb p {
	margin: 0px;
	font-size: 1em;
	margin-top: 0px;
	text-indent: 0px;
}
.gamethumb a {
	color: #000;
	font-weight: bold!important;
}

.gamethumb img{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.three {
	width: 207px!important;
}

.gamecats {
	width: 331px;
	float: left;	
	margin: 0px;
	background: #fff url(http://www.revoltgames.com/images/default-bg.gif);	
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    min-height: 60px;
}

.gamehalloween {
	float: left;	
	background: black url(http://www.revoltgames.com/images/halloweencat-bg.gif);	
	background-repeat:repeat-x;
	border: 1px solid #333;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    min-height: 60px;
	width: 663px;
	float: left;	
	margin: 0px 0px 8px 0px;
}

.gamehalloween h2, .gamehalloween h3, .gamehalloween h2 a, .gamehalloween h3 a {
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	text-indent: 6px;
	color: orange;
}

.homeone {
	width: 326px;
	margin: 4px 4px 4px 0px;
	float: left;	
	}
	
.hometwo {
	width: 326px;
	margin: 4px 0px 4px 4px;
	float: left;	
}	


.homeall {
	width: 663px;
	float: left;	
	margin: 0px 0px 8px 0px;
}

.gtplay {
	background-color: green;
	color: #fff!important;
	padding: 3px 8px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-transform: uppercase;
	line-height: 26px;
    font-size: 0.9em;
}

.gamecats h2, .gamecats h3, .gamecats h2 a, .gamecats h3 a {
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	text-indent: 6px;
}

.gamecats p, .gamecats a {
	margin: 0px;
	/*font-weight: normal;*/
}
.gamecats p {
	text-indent: 4px;
}
.gamecats li {
	width: 48%;
	float: left;
	margin: 2px;
	list-style-type: none;
}

.gamecats li a {
	color: #000;
/*	font-family:verdana;*/
	line-height:1.5em;
	font-weight: bold;
}

.gamecats li img{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.gamecatsbody{
	background:#fff; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	min-height: 50px;
}

.related {
	border: 1px solid #ddd;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	width: 663px;
	float: left;	
	margin: 8px 0px 8px 8px;
		min-height: 90px;
}

.related h3 {
	font-weight: bold; 
margin: 10px 0px 10px 8px;
	}

/* @group Categories */

.action, .action a {
	color: #b01c1e;
}

.arcade, .arcade a{
	color: #b96d2f;
}
.puzzle, .puzzle a{
	color: #616bce;
}
.sports, .sports a{
	color: #3a6808;
}
.shooting, .shooting a{
	color: #0f919d;
}
.adventure, .adventure a {
	color: #0f9d63;
}
.rpg, .rpg a{
	color: #9d0f3b;
}
.default{
	background: #aac3cf url(http://localhost/revoltgames/images/default-bg.gif);	
	background-repeat:repeat-x;
}	
/* @end */



.colleft {
	margin-right: 6px;
}
.left {
	float: left;
	width: 48%;
	
}
.right {
	float: right;
	width: 48%;
}
.all {
	width:  670px!important;
}

.popular {
	width: 298px;
	float: right;
}

.popular li {
	width: 288px;
	/*list-style-type: decimal;*/
	border: 0px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.popular ol {
	margin: 0px;
	padding: 10px;
}


#hometext {	
	margin: 0 auto;
	width: 976px;
	clear: both;
    text-align: left;

}

#hometext p{
	padding: 8px;
	color: #fff;
}


.seeall {
	margin-left: 20px;
	font-size: 10px;
	line-height: 10px;
}

/* @end */



/* @group footer */

#footer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-size: 0.90em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff!important;
	width: 976px;
	letter-spacing: 1px;
	-moz-border-radius:1ex;
    -webkit-border-radius:1ex;
    padding: 10px;
    background: #421a18;
}

#footer p {
	margin: 0;
	padding: 10px 0px 10px 0px;
}

#footer a:link,
#footer a:visited {
	color: #ffffff;
}

#footer strong, #footer b {
	font-family: arial;
	color: #fff;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}

.footerlinks {
	float: left;
	width: 199px;
}

.footeritems {
	float: left;
    margin: 6px 0px 6px 6px;
    padding: 8px 0px 8px 0px;
    color: #fff;
    width: 20%;
}


/* @end */

/* @group Categories */
/*
.action{
	background: #b01c1e url(http://www.revoltgames.com/images/action-bg.gif);
	background-repeat:repeat-x;	
}
.arcade{
	background: #b96d2f url(http://www.revoltgames.com/images/arcade-bg.gif);
	background-repeat:repeat-x;
}
.puzzle{
	background: #616bce url(http://www.revoltgames.com/images/puzzle-bg.gif);
	background-repeat:repeat-x;	
}
.sports{
	background: #3a6808 url(http://www.revoltgames.com/images/sports-bg.gif);
	background-repeat:repeat-x;	

}
.shooting{
	background: #0f919d url(http://www.revoltgames.com/images/shooting-bg.gif);
	background-repeat:repeat-x;
}
.adventure{
	background: #0f9d63 url(http://www.revoltgames.com/images/adventure-bg.gif);
	background-repeat:repeat-x;
}
.rpg{
	background: #9d0f3b url(http://www.revoltgames.com/images/rpg-bg.gif);
	background-repeat:repeat-x;	

}
.default{
	background: #333333/*700708*/ /*url(http://www.revoltgames.com/images/default-bg.gif);
	background-repeat:repeat-x;
}	*/
/* @end */








/* @group Navigation */

#navcontainer {
	width: 991px;
	margin: 0px 0px 0px 0px;
	height: 32px;
	letter-spacing: 0em;
	background: #aac3cf url(http://www.revoltgames.com/images/default-bg.gif);	
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    padding-left: 5px;
}

#navcontainer ul {
	float: left;
	display: inline; 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}

#navcontainer li {
    margin: 0px 2px 0px 0px; 
    float: left; 
}
#navcontainer li.lidefault {
  	font-weight: bold;
	display: block;

	font-weight: bold;
	display: block;
	padding: 8px 8px 7px 8px;
	font-size: 1.3em;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}
#navcontainer a {
	font-weight: bold;
	display: block;

	font-weight: bold;
	display: block;
	padding: 8px 8px 7px 8px;
	font-size: 1.3em;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}

#navcontainer a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* @end */



/* @group Promo Bar */

#promobar {
	padding: 4px 4px 8px 10px;
	width: 240px;
	float: left;
}

#promobar a {
	color: #ffffff;
	font-size: 12px;
}

#promobar a:hover {
	color: #ffffff;
}

/* @end */

.comp-panel {
	padding: 10px;
	background-color: #ddd;
	width: 300px;
}

#social-logos {

	float: left;
	padding: 0px!important;
	margin: 0px 0px 0px 4px!important;
}
#social-logos a {
	width: 32px;
	padding: 0px!important;
	margin: 0px;
	display: inline;
}
#social-logos img {
	width: 32px;

}

/* @group searchbar */

#searchbar {
	position: relative;
	float: right;
	font-size: 1.3em;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    height: 26px;
    margin: 2px 2px 0px 0px ;
}
#searchbar input {
	border: none;
	height: 21px;	
    text-indent: 3px;
    width: 100px;
    float: left;
    margin: 2px 3px 0px 0px;
    padding: 0px;	

}

#searchform {
	border: 0px;
	margin: 0px;
}

#searchbar a {
	background-color: #a73024;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
    float: left;	
    font-weight: bold;
    font-size: 10px;
    width: 24px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding: 0px;
    height: 24px;
    line-height: 24px;
    margin: 1px 1px 1px 0px;
}	

#searchbar a:hover {
	background-color: #a66624;  
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* @end */

/* @group Ad Banners */

#adtopbar {
	height: 90px;
	width: 728px;
	float: right;
	margin-top: 0px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;

}

#adsidebar {
	width: 300px;
	height: 250px;
	background-image: url(http://www.revoltgames.com/images/join-revolt-games-bg.png);
	position: relative;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin: 0px 0px 8px 0px;
}

/* @end */

/* @group Social */


.socialmedialinks {
	background-color: #fff;
	padding: 10px;
	margin: 14px;
	position: absolute;
	top: 30px;
	width: 250px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.social {
	float: left;
	width: 220px;
	padding: 3px 0px 2px 10px;
}

.tw_button {
	float: left;
}
#social {
	width: 600px;
	background-color: #eee;
	padding: 15px;
	border: 1px solid #999999
}

#social ul {
	margin: 0px;
	padding: 0px
}

#social li {
	display: inline;
	list-style-type: none;
	margin: 0px 16px 0px 0px;
	font-size: 12px;
}

#social li a {
	text-decoration: none;
	color: #000000;
	line-height: 30px;
}

#watch-url-field {
	width: 100%
}

#social h4 {
	margin: 4px 0px 4px 0px
}

#social p {
	font-size: 12px;
}

/* @end */

/* @group Game Player */

#gameplayer {
	background: #000;
	text-align: center;
	margin: 0px;
	min-height: 190px;
	min-width: 190px;
	padding: 5px 0px 5px 0px;
}


#gamecontent {
	margin: 0px;
	padding: 0px;
	float: left;
	WIDTH: 670px;
}

#gamecontent h1 {
	color: #fff;
	background: darkred;
	float: left;
	height: 26px;
	padding:10px;
}

.gamedetails {
 float: right;
width: 308px;
	border: 1px solid #ddd;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin: 8px 0px 0px 8px;
    padding: 8px;
}

.gamedesc {
 float: left;
width: 308px;
	border: 1px solid #ddd;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin: 8px 0px 0px 8px;
    padding: 8px;
}

.gamecontrols {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.contentrating {
 float: left;
width: 150px;
border-right: 1px solid #ddd;
text-align: center;
}

.gamestats {
 float: right;
width: 150px;text-align: center;
}

#gameinfo {
	width: 670px;
	float: left;
}

#gameinfo h2, #gameinfo h3 {
font-weight: bold; 
margin: 4px 0px;
}


#gameinfo p {
	color:#000;
	font-size: 0.90em;margin: 0;
}

#gameinfo strong {
	/*padding: 0px 10px;*/
	color:#000;
	font-size: 1em;
	margin: 0;
}

.fblike {
	float: right;
}

/* @end */


