/*
Theme Name: CoolWPA
Description: Turn your blog into a great arcade site with our Cool Wordpress Arcade Theme.
Author: WPArcade.com
Author URI: http://wparcade.com/
Version: 2.1 
*/

 
/*-------------------------------------------------------------------------------------------*/
/* BLUE Color Scheme */
/*-------------------------------------------------------------------------------------------*/

/* General
--------------------------------------------*/
* { margin: 0; padding: 0; }
body { background:#364a39; text-align: left; font: 14px Verdana; color: #ffffff; overflow-x:hidden; }
a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }
.break { font-size: 0; width: 0; height: 0; clear: both; }
.alignleft { float: left; margin: 4px 10px 5px 0; }
.alignright { float: right; margin: 4px 0 5px 10px; }
.aligncenter { text-align: center; }
.hidden { display: none; }

/* Wrapper
--------------------------------------------*/
#wrappertop { width: 973px; margin: 0px auto 0px auto; height: 39px; background: url(images/wrapper-top.png) no-repeat; }
#wrapper { width: 945px; margin: auto auto; text-align: left; padding: 0px 8px 10px 10px; background: url(images/wrapper.png) repeat-y; }

/* Header

--------------------------------------------*/

#header { margin-top: 15px; height: 122px; margin-left:auto; margin-right:auto}
#header .hdr { width: 973px; margin-left:auto; margin-right:auto}
#header .pages { list-style-type: none; float: right; margin-top: 6px; margin-right: -10px; height: 8px; padding: 0; margin-bottom:15px; }
#header .pages li { float: left; font-size: 10px; font-weight: bold; padding-left: 5px; height: 22px; width: 60px; background: url(images/topmenubutton.png) no-repeat; }
#header .pages li a { display: block; padding: 5px 5px 0px 5px; color: #ffffff; font-size:10px; font-weight:100; text-transform:uppercase; }
#header .pages li a:hover { color: #ffffff; text-decoration: underline; }
#header h1 { background-color:#000000; clear: both; float: left; font-size: 0; padding: 0px 0 0px;}
#header h1 a { display: block; margin-top: 0px; width: 240px; height: 90px; padding: 15px 0 0px; text-indent: -9999px; outline: none; background: url(images/logo.png) no-repeat 0 0; }
.logosize { width:230px; height:100px; }
#header h1.logo a { background: none; text-indent: 0; width:230px; height:90px; }
#header .ads { float: right; padding: 10px 0px 0px 5px; }
#pagenavigation { margin-top: 10px; margin-bottom: 10px; margin-left: 5px; padding: 5px 5px 5px 5px; }
#header .tst {margin-left:auto; margin-right:auto}
/* Menu Navigation 
--------------------------------------------*/
#menu { width: 950px; margin: auto; background: url(images/menu-background.png) no-repeat; color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold; text-align: left; text-transform: uppercase; height: 40px; display: block; clear: both; }
#menu ul { margin: 0px 0 0 10px; padding: 4px 0 0 6px; }
#menu ul li { display: block; float: left; list-style-type: none; }
#menu ul li a { display: block; color: #ffffff; padding-left:10px; padding-right:0px; text-decoration: none; font-size: 12px; background: url(images/cat_left.png) no-repeat !important; height: 34px  }
#menu ul li a span { background: url(images/catRight.png) no-repeat top right !important; display: block; padding:4px 15px 6px 6px; height: 34px; line-height:28px;   }
#menu ul li a:hover { color: #ffffff; padding-left:10px; text-decoration: underline; background: url(images/catselectedLeft.png) no-repeat !important; margin-top:-4px; margin-left:-1px; height: 42px;  
  
  -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
	   border-radius: 5px;
   -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
       -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
           transition: all .5s ease;
		   	   -webkit-box-shadow: 0px 0px 15px 5px #FFFFFF;
-moz-box-shadow:    0px 0px 15px 5px #FFFFFF;
box-shadow:         0px 0px 15px 5px  #FFFFFF;
 
	   color: #FFFFFF;

}
#menu ul li a:hover span { background: url(images/catselectedRight.png) no-repeat top right !important; margin-top:-6px; height: 34px; line-height:34px; }
#menu ul li.current-cat a { background: url(images/catselectedLeft.png) no-repeat !important; margin-top:-6px; height: 42px; margin-left:-1px; }
#menu ul li.current-cat a span { background: url(images/catselectedRight.png) no-repeat top right !important; color:#f2f2f2; height: 34px; line-height:34px; }

/* All Games Select 
--------------------------------------------*/
.selectallgames { margin-top: -3px; padding-left:610px; text-transform:capitalize; }
.selectf { color:#000; width: 120px; height: 22px; background:#fff; font-size:10px; border-top:2px #fff solid; border-left:2px #fff solid; border-right:2px #fff solid; border-bottom:2px #fff solid; padding-top:1px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* SubMenu Navigation 
--------------------------------------------*/
#subMenu { padding-top:7px; clear:both; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold;  overflow:hidden; }
#subMenu .welcome { font-size: 11px; width: 960px; padding-left: 15px; padding-top: 4px; color: #E4F4E7; }
#subMenu ul { padding: 1px 0 11px 20px; bottom:0; font-size: 12px; width: 960px; }
#subMenu ul li { float:left; margin-right: -1px; color:#E4F4E7; list-style:none; font-size: 11px; }
#subMenu ul li a { color:#E4F4E7; display: block; background: url(images/subcat_left.png) no-repeat !important; padding-left: 11px; text-decoration: underline; float:left; font-size: 11px; text-transform: capitalize; }
#subMenu ul li a:hover { color:#fff; background: url(images/subcathoverLeft.png) no-repeat !important; text-decoration: underline; }
#subMenu ul li a span { background: url(images/subcatRight.png) no-repeat top right !important; display: block; padding:4px 11px 6px 0; }
#subMenu ul li a:hover span { background: url(images/subcathoverRight.png) no-repeat top right !important; }
#subMenu ul li.selected a,
#subMenu ul li.current-cat a { background: url(images/subcatselectedLeft.png) no-repeat !important; }
#subMenu ul li ul li.selected a span,
#subMenu ul li.selected a:hover span,
#subMenu ul li.current-cat a span { background: url(images/subcatselectedRight.png) no-repeat top right !important; color:#f2f2f2; text-decoration:underline; }

/* Content 
--------------------------------------------*/
#content { width: 610px; float: left; padding: 15px 0 3px 0; }
#feature2 { width: 610px; height: 450px; margin-left: 0px; padding-bottom: 3px; background-color:#000000;   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
	   border-radius: 10px;
	   border-width: 2px;
	   border-style: solid;
	   color: #00CC66;
	 }
	 #feature3 {   padding-bottom: 3px; padding-top:15px; padding-right: 3px; padding-left:3px; background-color:#000000;   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
	   border-radius: 10px;
	   border-width: 2px;
	   border-style: solid;
	   color: #00CC66;
	 }
#feature { width: 610px;  margin-left: 0px; margin-top:10px; padding-bottom: 3px; background-color:#000000;   -webkit-border-radius: 5%;
      -moz-border-radius: 5px;
	   border-radius: 5px;
	   border-width: 2px;
	   border-style: solid;
	   color: #00CC66;
	 }
#ctghead { padding: 8px 8px 8px 8px; font-size:14px}
#content .feature .script { padding: 8px 8px 8px 8px; }
#content .catdiv { width:600px; margin-left:5px; padding:2px; background: none; margin-top:5px; }
#content .catdiv .colorh { color:#364a39; font-size:12px; padding:3px; }
#content .catdiv .colorh h2 { font-size:14px; }
#content .catdiv .topbgcat { width:600px; height:39px; padding:2px; background: url(images/bgcattopfront.png) no-repeat; }
#content .catdiv .topbgcat h2 { font-weight: bold; font-size: 14px; font-family: Verdana; color: #fff; padding: 7px 5px 7px 12px; width:115px; text-align:center; }
#content .catdiv .topbgcat a { text-decoration:none; color:#FFF; }
#content .catdiv .topbgcat a:hover { text-decoration: underline; }
#content .catdiv .topbgcat3 {  height:39px; padding:2px; background: url(images/bgcattopfront3.png) no-repeat; }
#content .catdiv .topbgcat3 h2 { margin-left:-2px;  margin-top:-2px; font-weight: bold; font-size: 14px; font-family: Verdana; color: #fff; padding: 10px 0px 8px 12px; height:36px; background: url(images/h2left.png) no-repeat top left !important; }
#content .catdiv .topbgcat3 h2 span { font-weight: bold; width:600px;font-size: 14px; font-family: Verdana; color: #fff; padding: 10px 12px 10px 0px; height:36px; background: url(images/h2right.png) no-repeat top right !important; }
#content .catdiv .topbgcat3 a { text-decoration:none; color:#FFF; }
#content .catdiv .topbgcat3 a:hover { text-decoration: underline; }
#content .catdiv .topbgcat2 {  height:34px; padding:2px; margin-top:-2px; margin-bottom:-25px; }
#content .catdiv .topbgcatrandom { width:600px; height:34px; padding:2px; margin-top:-2px; background: url(images/bgcatbtfront2.png) no-repeat; margin-bottom:-25px; }
#content .catdiv .topbgcat2 h2 { margin-top:-1px; margin-right:2px;  font-weight: bold;  font-size: 11px; font-family: Verdana; color: #000000; padding: 4px 10px 11px 0px; height:32px; float:right; background: url(images/h2bright.png) no-repeat top right !important; }
#content .catdiv .topbgcat2 h2 span { font-weight: bold; font-size: 15px; font-family: Verdana; color: #364a39; padding: 4px 0px 11px 10px; height:32px; background: url(images/h2bleft.png) no-repeat top left !important; }
#content .catdiv .topbgcat2 a { text-decoration:none; color:#364a39; }
#content .catdiv .topbgcat2 a:hover { text-decoration: underline; }
#content .catdiv .catbgr { padding-left:3px; margin-top:-6px; background:#fff; padding-bottom:3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
#content .post { width: 580px; margin-top:2px; margin-bottom:2px; margin-left:2px; margin-right:0px; float: left; padding: 0px 5px 0px 5px; background: url(images/gamebgfront.png) no-repeat; color: #364a39; height:122px; font-size:13px; }
#content .postmain: { width: 280px; margin-top:2px; margin-bottom:2px; margin-left:2px; margin-right:0px; float: left; padding: 10px 5px 10px 10px; background: url(images/gamebgfront.png) no-repeat; color: #364a39; height:72px; font-size:10px; }
#content .postdetails { width: 572px; margin-top:2px; margin-bottom:2px; margin-left:2px; margin-right:0px; float: left; padding: 8px; background: #E4F4E7; color: #364a39; border:1px #D2E9D6 solid; font-size:10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#content .postdetails .gameleft { width:80px; display:inline; float: left; height: inherit; }
#content .postdetails .gameright { display: table-cell; }
#content .postdetails span { padding-left: 0px; padding-top: 0px; height: 16px; font-size: 11px; font-weight:bold; color:#315035; }
#content .postdetails a { color: #364a39; }
#content .postdetails a:hover { text-decoration:underline; }
#content .postdetails .img { border:1px solid #364a39; }
#content .post h3 { padding-left: 0px; padding-top: 0px; height: 16px; font-size: 13px; }
#content .post h3 a { font-size: 13px; text-decoration: none; color:#315035; text-transform:capitalize; }
#content .post h3 a:hover { text-decoration: underline; }
#content .post .readmore { text-indent: -9999px; width: 120px; height: 37px; outline: none; background: url(images/readmore.png) no-repeat 0 0; margin: 5px 0 5px 155px; display: block; }
#content .post .img { float: left; margin: 10px 25px 10px 10px; border:1px solid #364a39;-webkit-border-radius: 15%;
      -moz-border-radius: 15%;
	   border-radius: 15%;
	   -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(white));
	    }
	   
#content .post .img .reflected:hover {

  
  
	 
   -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
       -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
           transition: all 1s ease;
		   	   -webkit-box-shadow: 0px 0px 15px 5px #FF0000;
-moz-box-shadow:    0px 0px 15px 5px #FF0000;
box-shadow:         0px 0px 15px 5px  #FF0000;
 
	   color: #FF0000;

}	   
#content .post p { padding-top:3px; line-height: 1.4em; font-size: 0.9em; }
#content .post .ratingsp { position:absolute; padding-left:125px; padding-top:4px; }
#content .uneven { float: left; clear: both; }
#content .single { width: 585px; padding: 10px 10px 10px 10px; background:#FFF; }
.singleallp { display: block; margin-left: 5px; margin-top: 10px; }
.topsinglep { height:3px; background:url(images/bgtopgametabs.png); }
.mdsinglep { background:#FFF; padding-left:5px; padding-top:3px; padding-bottom:2px; }
.btsinglep { height:3px; background:url(images/bgbtgametabs.png); }
#content .single h2 { font-size: 16px; text-transform: none; }
#content .single h2 a { color: #364a39; }
#content .single p { color: #364a39; margin-bottom: 10px; text-transform: none; }
#content .single .info { line-height: 1.5em; margin-bottom: 0px; font-size:12px; }
#content .single .line { border-top: 1px solid #DDD; margin-bottom: 5px; margin-top: 5px; }
#content .single .info a { color: #364a39; text-decoration: underline; }
#content .single .info a:hover { text-decoration: none; }
#content .single .info h1 { font-size: 15px; color: #364a39; }
#content .single .info h2 { font-size: 14px; color: #364a39; }
#content .single .info h3 { font-size: 13px; color: #364a39; }
#content .single .info h4 { font-size: 12px; color: #364a39; }
#content .single .info h5 { font-size: 11px; color: #364a39; }
#content .single .info h6 { font-size: 10px; color: #364a39; }
#content .single .info img { float: left; margin:3px 7px 5px 0; border:1px solid #364a39; }
#content .single ul,
#content .single ol { list-style-position: inside; margin-bottom: 10px; }
#content .single li { line-height: 1.5em; padding: 2px 0; }
#content .single blockquote { padding: 10px 10px 5px; margin-bottom: 10px; border-left: 2px solid #DDD; background: #F5F5F5; }
#content .single h3,
#content .single h4,
#content .single h5,
#content .single h6 { font-size: 1.2em; margin-bottom: 5px; }

/* Featured 
--------------------------------------------*/
#featured { width: 400px; padding-right: 250px; position: relative; height: 242px; background: #315035; padding:3px; background: url(images/featuredbg.png) no-repeat; }
#featured ul.ui-tabs-nav { position: absolute; top: 30px; left: 406px; list-style: none; padding: 0; margin: 0; width: 195px; background: #3D894C; color: #E4F4E7; }
#featured ul.ui-tabs-nav li { margin: 0px; padding: 0px 0px 0px 0px; font-size: 9px; color: #E4F4E7; background: url(images/navitema1.png) no-repeat; }
#featured ul.ui-tabs-nav li img { float: left; margin: 0px 5px; background: #E4F4E7; padding: 0px; border:#3D894C solid 1px; }
#featured ul.ui-tabs-nav li span { font-size: 11px; line-height: 16px; }
#featured li.ui-tabs-nav-item a { display: block; height: 28px; padding: 10px 10px 0px 7px; color:#E4F4E7; text-transform:capitalize; }
#featured li.ui-tabs-nav-item a:hover { background: url(images/navitema.png) no-repeat; color: #E4F4E7; padding-left:22px; }
#featured li.ui-tabs-selected { /*	background:url('blue-images/selected-item.png') top left no-repeat;  */	padding: 0px 0px 1px 0px; }
#featured ul.ui-tabs-nav li.ui-tabs-selected a { background: url(images/navitema.png) no-repeat; padding-left:22px; }
#featured .ui-tabs-panel { width: 400px; height: 242px; background:none; margin: 0px; padding: 0px; position: relative; }
#featured .ui-tabs-panel .info { position: absolute; width: 390px; top: 205px; left: 0px; height: 35px; background: url(images/shade.png) repeat; padding: 3px 5px 0px 5px; margin: 0px; }
#featured .info h2 { font-size: 18px; color: #fff; padding: 5px; overflow: hidden; }
#featured .info p { margin: 0px 5px; font-size: 12px; line-height: 15px; color: #f0f0f0; padding: 0px; }
#featured .info a { text-decoration: none; color: #fff; }
#featured .info a:hover { text-decoration: underline; }
#featured .ui-tabs-hide { display: none; }

/* Gamediv
--------------------------------------------*/
#gamediv { width:933px; margin-left:5px; padding-top:23px; background: none; margin-top:0px; }
#gamediv .topbggame { width:933px; height:39px; padding:2px; background: url(images/gamebgtopr.png) no-repeat; }
#gamediv .topbggame h2 { margin-left:-2px; margin-top:-2px; font-weight: bold; font-size: 14px; font-family: Verdana; color: #fff; padding: 10px 0px 8px 12px; height:36px; background: url(images/h2left.png) no-repeat top left !important; }
#gamediv .topbggame h2 span { font-weight: bold; font-size: 14px; font-family: Verdana; color: #fff; padding: 10px 12px 10px 0px; height:36px; background: url(images/h2rightbig.png) no-repeat top right !important; }
#gamediv .topbggame a { color:#fff; }
#gamediv .topbggame a:hover { color:#fff; text-decoration:underline; }
#gamediv .ratingstext { vertical-align:24%; }
#gamediv .post-ratings { background: none; display:inline; width:auto; height:42px; }
#gamediv .topbggame h3 { margin-top:-45px; margin-right:2px; font-weight: bold; font-size: 11px; font-family: Verdana; color: #364a39; padding: 6px 10px 11px 0px; height:32px; float:right; background: url(images/h3bright.png) no-repeat top right !important; }
#gamediv .topbggame h3 span { font-weight: bold; font-size: 11px; font-family: Verdana; color: #364a39; padding: 11px 0px 11px 10px; height:32px; background: url(images/h3bleft.png) no-repeat top left !important; }
#gamediv .gamebgr { margin-top:-5px; background:#fff; padding-bottom:25px; padding-top:25px; color: #364a39; font-size:12px; }
#gamediv .gamebgr h4 { color: #364a39; }
#gamediv .bbggame { width:931px; height:34px; padding:2px; margin-top:-2px; background: url(images/gamebgbottom.png) no-repeat; }
#gamediv .bbggame h2 { margin-top:-1px; margin-right:0px; font-weight: bold; font-size: 11px; font-family: Verdana; color: #364a39; padding: 6px 10px 11px 0px; height:32px; float:right; background: url(images/h2bright.png) no-repeat top right !important; }
#gamediv .bbggame h2 span { font-weight: bold; font-size: 11px; font-family: Verdana; color: #364a39; padding: 6px 0px 11px 10px; height:32px; background: url(images/h2bleft.png) no-repeat top left !important; margin-left:2px; }
#gamediv .bbggame h4 { margin-top:-1px; margin-left:-2px; font-size: 11px; font-family: Verdana; color: #364a39; padding: 6px 10px 11px 0px; height:32px; float:leftt; background: url(images/h2bleft.png) no-repeat top left !important; }
#gamediv .bbggame h4 span { font-weight: bold; font-size: 11px; font-family: Verdana; color: #364a39; padding: 6px 0px 11px 10px; height:32px; background: url(images/h2bright.png) no-repeat top right !important; }
#gamediv .bbggame a { text-decoration:none; color:#364a39; }
#gamediv .bbggame a:hover { text-decoration: underline; }
#gamediv .bbggame .fullscreen { background: url(images/fullscreen.png) no-repeat top left !important; padding-left:23px; }
#gamediv .bbggame .addtofav { background: url(images/addtofavorites.png) no-repeat top left !important; padding-left:18px; }
#gamediv .bbggame .brokengame { background: url(images/brokengame.png) no-repeat top left !important; padding-left:18px; }
 
/* Sidebar
--------------------------------------------*/
#sidebar { width: 322px; float: right; padding: 25px 0px 0 1px; margin-top:100px}
#sidebar .picked { width: 293px; margin-top:4px; margin-bottom:0px; margin-right:0px; float: left; padding: 10px 5px 10px 10px; background: url(images/pickedbg.png) no-repeat; color: #364a39; height:72px; font-size:10px; }
#sidebar .picked .img { float: left; margin: 0 10px 0px 0; border:1px solid #364a39; }
#sidebar .picked p { padding-top:3px; line-height: 1.4em; font-size: 0.9em; }
#sidebar .picked .ratingsp { position:absolute; padding-left:79px; padding-top:4px; }
#sidebar .picked h3 { padding-left: 0px; padding-top: 0px; height: 16px; font-size: 10px; }
#sidebar .picked h3 a { font-size: 11px; text-decoration: none; color:#315035; text-transform:capitalize; }
#sidebar .picked h3 a:hover { text-decoration: underline; }
#sidebar .box { background: url(images/sidebar-box.png) repeat-y; margin-bottom: 5px; color: #364a39; }
#sidebar .box .textwidget { padding-left:5px; padding-bottom:5px; padding-right:12px; text-align:justify; font-size: 13px; }
.ad350 { margin-left:8px; padding-bottom:10px; text-align:justify; font-size: 13px; }
#sidebar .box .bottom { height: 10px; background: url(images/sidebarbottom.png) no-repeat; }
#sidebar .box .search { padding-left: 10px; padding-top: 5px; }
#sidebar .box .sidebartopbg { height: 3px; background: url(images/sidebartopbg.png) no-repeat; }
#sidebar .box h2 { height: 21px; background: url(images/sidebartitle.png) no-repeat; font-weight: bold; font-size: 14px; font-family: Verdana; color: #fff; padding: 7px 5px 7px 12px; }
#sidebar .box a { color: #364a39; text-decoration: none; }
#sidebar .box a:hover { color: #364a39; text-decoration: underline; }
#sidebar .box ul { padding: 0px 0px 0px 3px; list-style-type: none; }
#sidebar .box ul li { background-color: #ffffff; padding: 5px 0 5px 10px; height: 20px; background: url(images/categories.png) no-repeat left bottom; }
#sidebar .box ul li:hover { background: url(images/categories-hover.png) no-repeat left bottom; }
#sidebar .box ul li a { color: #364a39; text-decoration: none; font-size: 13px; }
#sidebar .box ul li a:hover { color: #364a39; }
#sidebar .box .ads { }
#sidebar .box .ads a img { margin: 15px 0 15px 18px; border: 1px solid #fff; }
#sidebar .box .ads a:hover img { border: 1px solid #dddddd; }
#sidebar .box .video { padding: 10px 15px; }
#sidebar .popular { padding: 5px 10px; border: 1px solid #EAEAEA; list-style-type: none; }
#sidebar .popular li { padding: 5px 0; line-height: 1.4em; }
#sidebar .popular li a { font-weight: bold; color: #ffffff; text-decoration: underline; }
#sidebar .popular li p { padding-top: 5px; }
#sidebar .flickr { width:286px; margin: 5px 0 0 5px; height: 170px; }
#sidebar .flickr a img { float:left; margin:5px 0 0 7px; border:4px solid #20201f; width:80px; height:73px!important; }
#sidebar .flickr a:hover img { border:4px solid #222; }

/* Footer
--------------------------------------------*/
#footer { width: 963px; margin: 0px auto 0px auto; }
#footer .top { width: 962px; float: left; margin: auto; }
#footer .top .bgfo { width: 962px; float: left; background: url(images/footer.png) no-repeat; }
#footer .top .bgbot { width: 962px; height:29px; float: left; background: url(images/bgbot.png) no-repeat; margin: auto; }
#footer .top .box { width: 962px; float: left; font-size: 12px; font-weight: bold; padding: 0px 50px 0px 25px; background: url(images/footerbg.png) repeat-y; margin: auto; }
#footer .top .box .fgames { width: 932px; float: left; padding-left:5px; }
#footer .bgfo h2 { color: #fff; font-size: 12px; padding-bottom: 5px; margin-bottom: 2px; padding-top:20px; padding-left:32px; }
#footer .bgfo a { color: #fff; }
#footer .bgfo .spanpm { padding-left:23px; }
#footer .box ul { list-style-type: none; padding-top:5px; }
#footer .box ul li { padding: 3px 0 3px 16px; background: url(images/bullet.png) no-repeat 0px 4px; font-size:10px; font-weight:normal; }
#footer .box ul li a { color: #efefef; text-transform:capitalize; }
#footer .box ul li a:hover { color: #fff; text-decoration:underline; }
#footer .bottom { padding-top:10px; width: 955px; margin: auto; clear: both; height: 41px; color: #ffffff; font-size: 10px; }
#footer .bottom a { color: #fff; }

/* Descriptions Box
--------------------------------------------*/
.descriptions_box { width: 962px; margin: 0px auto 0px 0px; background: #3D894C; font-size: 11px; }
.descriptions_box .descbox { background: #57BA6B; border: 3px solid #6ACA7D; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin:0 16px 0 16px; color: #FFF; font-size: 11px; padding: 7px;  }
.descriptions_box .descbox a { text-decoration:underline; color: #FFF; font-size: 11px;}
.descriptions_box .descbox h1 { font-size:14px;  }
.descriptions_box .descbox h2 { font-size:12px; }
.descriptions_box .descbox h3 { font-size:10px; }
.descriptions_box .descbox h4 { font-size:9px; }
.descriptions_box .descbox p { padding-top:5px; padding-bottom:5px; }
.descriptions_box .descbox img { border: 2px solid #FFF;  }

/* Bookmark
--------------------------------------------*/
#post_social_bookmark { display: block; font-size: 12px; margin: 0px; padding: 0px 0px; text-align: justify; color: #666666; }
#post_social_bookmark img { float: left; width: 35px; height: 35px; border: 0; display: inline; }
#post_social_bookmark a { float: left; display: inline; margin: 2px; padding: 5px; }
#post_social_bookmark a:hover { background-color:#ffffff; }
#pagenavigation { margin-top: 20px; }

/* Search
--------------------------------------------*/
#searchform { float: right; width: 215px; margin-top: -22px; }
#searchform .text-search { padding-left:2px; height: 22px; width: 140px; background: url(images/top-inputbox.png) no-repeat; border: 0px solid #9cb8de; margin-right: -2px; font-size:10px; }
#searchform .button-search { padding-top:2px; padding-bottom:3px; height: 22px; width: 55px; border: 1px solid #EDA02E; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#EDA02E; color:#fff; font-size:10px; text-transform:uppercase; margin-left:-1px; }
.inlinediv { display:inline; vertical-align:top; }

/* Comments
--------------------------------------------*/
#comments { color: #364a39; padding-left: 5px; padding-right: 5px; font-size: 11px; }
#commentpost { width: 582px; clear: both; padding: 0px; position: relative; font-size: 1em; height: auto; }
h4#comments { font-size: 12px; width: 582px; display: block; clear: both; text-transform: capitalize; padding: 0%; height: auto; font-weight: bold; color: #364a39; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; }
h4#comments span { color: #3D894C; }
ol.commentlist,
div#commentlist { list-style:none; width: 100%; display: block; clear: both; font-size: 1em; color: #364a39; padding: 0px; height: auto; margin-top: 0px; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; }
#commentpost ol.commentlist blockquote { padding-left: 20px; border-left: 5px solid #ddd; margin-top: 15px; margin-right: 30px; margin-bottom: 10px; margin-left: 10px; }
ol.commentlist li { clear: both; position: relative; padding-top: 13px; padding-right: 20px; padding-bottom: 15px; padding-left: 55px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { margin: 0px; width: 100%; padding: 0px; }
ol.commentlist li div.vcard { font-size: 12px; line-height: 1.4; font-weight: bold; text-transform: capitalize; }
ol.commentlist li div.vcard cite.fn { font-style: normal; color: #364a39; font-weight: bold; }
ol.commentlist li div.vcard cite.fn a.url { color: #364a39; text-decoration: none; }
ol.commentlist li div.vcard cite.fn a.url:hover { text-decoration: underline; }
ol.commentlist li div.vcard img.avatar { left:6px; position:absolute; top:15px; border: 1px solid #D2E9D6; padding: 3px; background-color: #FFFFFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li div.vcard img.photo { }
ol.commentlist li div.vcard span.says { color:#364a39; font-weight:normal; font-size:11px; text-transform:lowercase; }
ol.commentlist li div.commentmetadata { }
ol.commentlist li div.comment-meta { text-align:left; font-size: 11px; line-height: 1.4; padding-bottom: 10px; }
ol.commentlist li div.comment-meta a { color:#364a39; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { text-decoration: underline; }
ol.commentlist li p { margin:0 0 1em; font-size: 13px; font-style: normal; line-height: 1.6; font-weight: normal; font-variant: normal; }
ol.commentlist li p a { color: #364a39; text-decoration: none; }
ol.commentlist li p a:hover { text-decoration: underline; }
ol.commentlist li pre { padding: 10px; clear: both; width: auto; overflow: scroll; font-family: "Courier New", "MS Sans Serif", sans-serif, serif; color: #364a39; font-size: 13px; line-height: 22px; white-space: nowrap; border: 1px solid #D2E9D6; background-color: #E4F4E7; margin-top: 8px; margin-right: auto; margin-bottom: 8px; margin-left: auto; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; font-size: 12px; font-style: normal; line-height: 1.4; font-weight: normal; font-variant: normal; }
ol.commentlist li div.reply { width: 100px; margin: 0px; padding: 0px; clear: both; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
ol.commentlist li div.reply a { text-align:center; width:36px; font-size: 10px; line-height: 1; font-weight: bold; text-transform: capitalize; text-decoration: none; display: block; color: #364a39; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; background-color: #fff; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #D2E9D6; }
ol.commentlist li div.reply a:hover { text-align:center; text-decoration: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: #fff; color: #364a39; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #D2E9D6; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt { }
ol.commentlist li ul.children li.bypostauthor { }
ol.commentlist li ul.children li.byuser { }
ol.commentlist li ul.children li.comment { }
ol.commentlist li ul.children li.comment-author-admin { }
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; background-color: #F9F9F9; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; background-color: #F7F7F7; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; background-color: #EEEEEE; }
ol.commentlist li ul.children li.depth-5 { background-color: #F7F7F7; }
ol.commentlist li ul.children li.depth-6 { background-color: #EEEEEE; }
ol.commentlist li ul.children li.depth-7 { background-color: #F7F7F7; }
ol.commentlist li ul.children li.depth-8 { background-color: #EEEEEE; }
ol.commentlist li ul.children li.depth-9 { background-color: #F7F7F7; }
ol.commentlist li ul.children li.depth-10 { background-color: #EEEEEE; }
ol.commentlist li ul.children li.odd { }
ol.commentlist li.even { background-color: #E4F4E7; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
ol.commentlist li.odd { background-color: #fff; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback .parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
#pingbox { display: block; padding: 5px; clear: both; width: auto; margin-top: 0em; margin-right: auto; margin-bottom: 0em; margin-left: auto; height: auto; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DBDBDB; }
h4#pings { width: 100%; display: block; clear: both; text-transform: capitalize; font-size: 1.1em; font-weight: bold; color: #364a39; height: auto; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DBDBDB; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; }
ol.pinglist { width: 100%; font-size: 0.9em; text-transform: capitalize; text-decoration: none; list-style-type: none; clear: both; margin: 0px; padding: 0px; }
ol.pinglist li { line-height: 26px; margin: 0px; padding: 0px; width: 100%; list-style-type: none; display: block; font-size: 14px; font-weight: bold; height: auto; }
ol.pinglist li:hover { }
ol.pinglist li a { color: #364a39; text-decoration: none; }
ol.pinglist li a:hover { text-decoration: underline; }
#respond { padding: 0px; width: 98%; clear: both; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; }
#respond h4 { padding: 0px; width: 100%; clear: both; font-size: 18px; font-weight: bold; display: block; margin: 0px; }
#respond a { color: #364a39!important; text-decoration: none!important; font-weight: bold; }
.cancel-comment-reply { font-size: 12px!important; padding-top: 0px; padding-bottom: 10px; padding-right: 0px; padding-left: 0px; margin: 0px; }
#cf { margin: 0px; width: 100%; padding: 0px; }
#cf label { font-size: 13px; font-weight: bold; font-family: Arial, Tahoma, "Lucida Sans"; margin: 0px; padding: 0px; }
#cf label a { text-decoration: underline; color: #364a39; }
#cf p { padding: 0px; font-size: 13px; margin-top: 5px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
#cf .tf { margin: 0px; padding: 2px; width: 55%; font-family: Arial, Tahoma, "Lucida Sans"; font-size: 12px; border: 1px solid #D2E9D6; background-color: #fff; color: #364a39; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#cf .af { margin: 0px; padding: 5px; width: 90%; font-size: 12px; height: 200px; border: 1px solid #D2E9D6; background-color: #fff; color: #364a39; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#cf .tinput { padding: 4px 4px; margin: 0px; color: #FFFFFF; font-size: 10px; font-weight: bold; text-decoration: none; line-height: 20px; overflow: visible; text-transform: uppercase; background-color: #EDA02E; border: 1px solid #EDA02E; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pnav { width: 100%; clear: both; font-size: 0.8em; padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 1em; margin-left: auto; font-weight: bold; height: auto; display: block; }
.pnav a { color: #364a39; text-decoration: none; }
.pnav a:hover { text-decoration: underline; }
.pnav .alignleft { float: left; width: 49%; text-align: left; margin: 0px; padding: 0px; height: auto; }
.pnav .alignright { float: right; width: 49%; text-align: right; margin: 0px; padding: 0px; height: auto; }
.clearfix { clear: both; }

/* Left 2
--------------------------------------------*/
.left2 { float:left; width:110px; font-size:9px; padding:2px; color:#fff; }
.right2 { float:left; width:110px; font-size:9px; padding:2px; color:#fff; }

/* WP Page Navi
--------------------------------------------*/
.wp-pagenavi { clear: both; margin-top:-25px; background:#fff; height:22px; margin-left:10px; padding-top:7px; }
.wp-pagenavi a, .wp-pagenavi .pages  { text-decoration: none; border: 0px; padding: 3px 5px; margin: 2px;    }
.wp-pagenavi a:hover {  text-decoration:underline; }
.wp-pagenavi .current { font-weight: bold; padding: 4px 6px; background: #000000; border-color:red; border:1px solid #000000; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Game Tabs
--------------------------------------------*/
DIV.tabs { margin-left:5px; width: 604px; margin-bottom: 20px; font-size: 11px; font-family: Verdana; color: #364a39; margin-top:-8px; }
UL.tabNavigation { list-style: none; margin: 0; margin-left:10px; }
UL.tabNavigation LI { display: inline ; }
UL.tabNavigation LI A { padding-top: 11px; padding-left:8px; padding-bottom: 3px; background:url(images/gntabsleft.png) no-repeat top left !important; color: #fff; font-size: 11px; font-family: Verdana; font-weight:bold; margin-bottom:5px; }
UL.tabNavigation LI A span { padding-top: 11px; padding-bottom: 3px; padding-right:8px; background:url(images/gntabsright.png) no-repeat top right !important; }
UL.tabNavigation LI .ratingstext { vertical-align:24%; }
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover { background:url(images/gtabsleft.png) no-repeat top left !important; color: #364a39; padding-top: 11px; padding-left:8px; font-size: 11px; font-family: Verdana; font-weight:bold; padding-bottom: 3px; }
UL.tabNavigation LI A.selected span,
UL.tabNavigation LI A:hover span { background:url(images/gtabsright.png) no-repeat top right !important; padding-top: 11px; padding-bottom: 5px; padding-right:8px; }
UL.tabNavigation LI A:focus { outline: 0; }
div.tabs > div { padding: 0px; margin-top: 3px; }
.topgametabs { height:3px; background:url(images/bgtopgametabs.png); }
.mdgametabs { background:#FFF; padding-left:5px; padding-top:3px; padding-bottom:2px; }
.btgametabs { height:3px; background:url(images/bgbtgametabs.png); }
div.tabs > div h2 { margin-top: 0; }
#first { background:none; }
#second { background:none; }
#third { background:none; }
     
/* Fixed Positioned AddThis Toolbox 
--------------------------------------------*/
.addthis_toolbox.atfixed { position: fixed; top: 40%; left: 0px; width: 34px; padding-top:7px; padding-left:1px; }
.addthis_toolbox .sharetop { background:url(images/sharetop.png); height:2px; width: 34px; }
.addthis_toolbox .sharebuttons { width: 34px; background:#D8F1FF; padding-top:4px; padding-bottom:2px; }
.addthis_toolbox .sharebottom { background:url(images/sharebottom.png); height:2px; width: 34px; }
.addthis_toolbox .custom_images a { width: 24px; height: 24px; padding-bottom:4px; padding-left:4px; cursor: pointer; }
.addthis_toolbox .custom_images a img { opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { opacity: 0.75; }
           
/* Calendar 
--------------------------------------------*/
#calendar_wrap { padding: 0; border: none; background-color: #ffffff; color: #000000 !important; width: 94%; margin-left:6px; margin-top:5px; margin-bottom:5px; }
table#wp-calendar { width: 100%; font-size:90%; border-collapse: collapse; background-color: #ffffff; color: #364a39; margin: 0 auto; }
table#wp-calendar caption { width: auto; background: #E4F4E7; color: #364a39; padding: 5px; margin: 0 auto; font-size: 1em; border-top:1px solid #D2E9D6; border-left:1px solid #D2E9D6; border-right:1px solid #D2E9D6; font-weight:bold; }
table#wp-calendar th { border: solid 1px #D2E9D6; background-color: #ffffff; color: #364a39; font-weight: bold; padding: 2px; text-align: center; }
table#wp-calendar td { padding: 0; line-height: 18px; background-color: #ffffff; color: #364a39; border: 1px solid #D2E9D6; text-align: center; }
table#wp-calendar tfoot td { border: solid 1px #D2E9D6; background-color: #ffffff; color: #364a39; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
table#wp-calendar td a { display: block; background-color: #ffffff; color: #364a39; width: 100%; height: 100%; padding: 0; font-weight:bold; }
 
/* Traffic Trade Banners  
--------------------------------------------*/
.100banners { width: 604px; font-size: 11px; font-family: Verdana; color: #364a39; clear:both; }
.bannerdiv { padding:5px; background:#FFF; border:1px solid #FFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height:100px; width:100px; display: inline-block; margin-left:6px; margin-bottom:15px; }
.100bannersclear { clear:both; }
  
/* Fullscreen 
--------------------------------------------*/
.divfull { width:95%; height:90%; margin:25px auto 0 auto; border:5px solid #FFF; display:block; background:#FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; position: relative; }
.h2full { background:#EDA02E; line-height:40px; border-bottom:5px solid #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; }

/* Footer All Games List 
--------------------------------------------*/
ul#fm { height:12px; background:none; margin:0 0 3px 0; padding:0; text-transform:uppercase; }
ul#fm li { list-style: none; float:left; border-right:1px solid #fff; line-height:10px; padding:0 8px; }
.menusim { margin-left:-8px; margin-right:-8px; border-right:none; }

/* Login Box
--------------------------------------------*/
#userBox { font-size:12px; }
#userBox p { margin: 4px 0; font-size:11px; color: #364a39; }
#userBox h3 { color:#364a39; font-size:13px; margin-top:6px; }
#userBox .gavatar { margin-left:10px; margin-top:10px; margin-bottom:10px; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width:40px; padding:3px; float:left; display:inline; }
#userBox .loginmsg { float: left; display: inline; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; color: #364a39; }
/** not logged in - unregistered **/
fieldset#loginBox { margin:4px 12px 4px 5px; padding:10px; font-size:11px; color:#364a39; border:0px; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#E4F4E7; }
fieldset#loginBox form { padding-top:1px; }
fieldset#loginBox form label { width: 282px; height:20px; display: block; float:left; margin-bottom:3px; border:0px; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#FFF; }
fieldset#loginBox form label input { background: #fff; border: 0px; outline: none; width: 272px; margin-left: 5px; padding-top: 3px; color:#364a39; font-size:0.9em; margin-bottom:15px; }
.logininp { margin-top:5px; padding:2px; border: 1px solid #EDA02E; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#EDA02E; color:#fff; font-size:10px; text-transform:uppercase; }
fieldset#loginBox h3 { display:block; color:#75d8ff; float:left; width:120px; font-size:1.2em; font-weight:bold; margin-right:15px; margin-bottom:6px; }
fieldset#loginBox ul { margin-top:1px; margin-left:70px; }
fieldset#loginBox ul li { float:left; margin-right:10px; border-left:1px solid #675E5E; padding-left:10px; font-size:0.9em; }
fieldset#loginBox ul li:first-child { border-left:none; }
.searchinp { margin-top:5px; padding:2px; border: 1px solid #EDA02E; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#EDA02E; color:#fff; font-size:10px; text-transform:uppercase; }
div#authProfile { background: #fff; padding-top: 10px; width: 575px; margin-bottom: 10px; margin-left:10px; }
div#authAvatar { width: 60px; height: 60px; float: left; margin: 0 10px 10px 0; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding:4px; }
div#authInfo { float:left; padding: 8px; width: 475px; border: 1px solid #D2E9D6; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background:#E4F4E7; color:#364a39; font-size:12px; }
div#authInfo a { color:#364a39; text-decoration:underline; }
div#authInfo a:hover { color:#364a39; text-decoration:underline; }
div#authInfo p { margin:6px 0; }
div#authInfo p:first-child { margin-top: 0px; }

/* Leaderboard 
--------------------------------------------*/
.leaderboard { background: #fff; float: left; margin-top: -8px;  width: 595px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 20px; padding-left: 6px; margin-left: 5px;}

/* Add This To Your Site Textare
--------------------------------------------*/
#addtoyoursite textarea { color: #364a39; height: 70px; margin: 3px; font-size:  11px; font-weight: normal; width: 572px; background: #E4F4E7; border: 1px solid #D2E9D6;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  padding: 7px; text-align:justify; text-decoration: none; }

/* Blog
--------------------------------------------*/
.blog_template h2 { color: #FFF; }
.blog_template a { text-decoration: none; color: #FFF; font-size: 16px; margin: 0; padding-left: 5px; }
.blog_template a:hover { text-decoration: underline; }
.blog_thumb { float: left; margin:3px 7px 5px 0; border:1px solid #364a39; }
.blog_pagenavi { color: #364a39;  padding-top: 10px; margin-bottom: -5px; }
.blog_pagenavi a { color: #364a39;  }