

/*
Theme Name: GamingNeo
Theme URI: http://wordpress.org/
Description: GamingNeo Theme - Original.
Version: 1.0
Author: Dido Kotcev
Author URI: http://www.didoworks.com/

*/

* {
	font-family: "Verdana", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	list-style: none;
	border: none;	
}

body {
  	font: 11px arial, helvetica, sans-serif;
	background: url(theme/images/background.jpg) fixed no-repeat center top;
  	width: 100%;
	color: #404040;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #111111;
}

/* BREADCRUMB */

.breadcrumb {
	height: 25px;
	margin: 8px 0 0 0;
	background: #BB2331;
	line-height: 25px;
}

.breadcrumb span {
	padding: 6px 20px 6px 10px;
	color: #FFFFFF;
}

.breadcrumb a {
	padding: 6px 20px 6px 10px;
	background: url(theme/images/breadcrumb-arrow.png) no-repeat right;
	color: #FFFFFF;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* FULL STORY */

.topic  h3 a:link, .topic  h3 a:visited{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

/* CONTENT RIGHT */

.content_right h3 {
	height: 25px;
	line-height: 24px;
	margin: 8px 0 0 0;
	padding: 0 8px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

/* COMMENT */

.content_last h4 {
	color: #BB2331;
	font-weight: bold;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -25px;
	padding: 0 8px;
	line-height: 24px;
	height: 25px;
	margin: 10px auto 0 auto;
	border: 1px solid #CCCCCC;
}

.comment-reply a:hover {
	color: #F0F0F0;
	border: 1px solid #BB2331;
	background: #BB2331;
}

.comments-body textarea:focus {
	border: 1px solid #BB2331;
}

/* COMMENT PAGINATION */

.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#FFF; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#BB2331; color:#FFF;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#BB2331; border:1px solid #BB2331; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* Breadcrumb Attachment */

.breadcrumb_multiplatform, .breadcrumb_pc, .breadcrumb_ps3, .breadcrumb_xbox360, .breadcrumb_wii, .breadcrumb_psp, .breadcrumb_nds, .breadcrumb_classic, .breadcrumb_mobile, .breadcrumb_gaming {
	height: 25px;
	line-height: 25px;
}

.breadcrumb_multiplatform {
	background: #BB2331;
}

.breadcrumb_pc {
	background: #EC422C;
}

.breadcrumb_ps3 {
	background: #5C8AAC;
}

.breadcrumb_xbox360 {
	background: #70B434;
}

.breadcrumb_wii {
	background: #34BAC4;
}

.breadcrumb_psp {
	background: #5C6A74;
}

.breadcrumb_nds {
	background: #3CB694;
}

.breadcrumb_classic {
	background: #EC7A2C;
}

.breadcrumb_mobile {
	background: #B43E84;
}

.breadcrumb_gaming {
	background: #C19A36;
}

.breadcrumb_multiplatform span, .breadcrumb_pc span, .breadcrumb_ps3 span, .breadcrumb_xbox360 span, .breadcrumb_wii span, .breadcrumb_psp span, .breadcrumb_nds span, .breadcrumb_classic span, .breadcrumb_mobile span, .breadcrumb_gaming span {
	padding: 6px 20px 6px 10px;
	color: #FFFFFF;
}

.breadcrumb_multiplatform a, .breadcrumb_pc a, .breadcrumb_ps3 a, .breadcrumb_xbox360 a, .breadcrumb_wii a, .breadcrumb_psp a, .breadcrumb_nds a, .breadcrumb_classic a, .breadcrumb_mobile a, .breadcrumb_gaming a {
	padding: 6px 20px 6px 10px;
	background: url(theme/images/breadcrumb-arrow.png) no-repeat right;
	color: #FFFFFF;
}

.breadcrumb_multiplatform a:hover, .breadcrumb_pc a:hover, .breadcrumb_ps3 a:hover, .breadcrumb_xbox360 a:hover, .breadcrumb_wii a:hover, .breadcrumb_psp a:hover, .breadcrumb_nds a:hover, .breadcrumb_classic a:hover, .breadcrumb_mobile a:hover, .breadcrumb_gaming a:hover {
	text-decoration: underline;
}

/* PageNavi */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #8E1100;
	background-color: #FFFFFF;
	line-height: 23px;
}
.wp-pagenavi a:visited {
	padding: 4px 6px; 
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #8E1100;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #CCCCCC;
	color: #282828;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 4px 6px; 
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #8E1100;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 4px 6px; 
	margin: 2px 2px 2px 0;
	color: #282828;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 4px 6px; 
	margin: 0 2px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #282828;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 4px 6px; 
	margin: 0 2px;	
	border: 1px solid #CCCCCC;
	color: #282828;
	background-color: #FFFFFF;
}

.rss-container {
	margin: 10px 0;
	border: 1px solid #CCCCCC;  
	background: #FFFFFF;
}

.rss-header {
	padding: 6px;
	background: #9A9A9A;
	font-weight: bold;
	color: #FFFFFF;
}

.rss-content {
	padding: 0 0 8px 0;
	margin: 8px 8px 8px 8px;
	border-bottom: 1px dashed #CCCCCC;
	display: block;
}

.rss-content a {
	color: #BB2331;
}

.rss-content a:hover {
	color: #282828;
}

.profile-page ul li h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	color: #BB2331;
}

.profile-status-update h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 8px 0;
	color: #BB2331;
}

.profile-status-button {
	width: 60px;
	height: 48px;
	background: #EAEAEA;
	color: #555555;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
}

a.status-link:hover, .profile-status-button:hover {
	background: #BB2331;
	color: #FFFFFF;
}

.respond-comment label {
	padding: 4px;
	background: #BB2331;
	position: absolute;
	bottom: 55px;
	left: 11px;
	color: #FFFFFF;
}
/* Video Page */

.gn_video_playlist {
	width: 668px;
	height: 1400px;
	margin: 10px 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-x: auto;
}

#mediaspace embed {
	border: 1px solid #CCCCCC;
}

.gn_video_image {
	width: 75px;
	height: auto;
}

.gn_video_image_div {
	border: 1px solid #000000;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.gn_video_item {
	padding:10px 10px;
	cursor: pointer;
}

.clear {
	clear:both;
	height: 0;
}

.gn_video_title {
	font-weight: bold;
}

.gn_video_description {
}

.even1 {
	background-color: #EEEEEE;
}

.odd1 {
	background-color: #FFFFFF;
}

.playing {
	background-color: #CCCCCC;

}


.clear {
	clear: both;
}

h2.error {
	padding: 50px 0;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#header-space {
	height: 200px;
	display: block;
}

/* LOGIN AND PROFILE */

#login-page {
	width: 288px;
	padding: 10px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border: 1px solid #CCCCCC;
	color: #444444;
}

.login-input {
	width: 280px;
	padding: 8px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin: 5px 0 8px 0;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
}

.login-button {
	width: 288px;
	height: 34px;
	margin: 5px 0 8px 0;
	background: url(theme/images/buttons/submit-button.gif) 0 -216px;
	cursor: pointer;
}

.login-button:hover {
	background-position: 0px -250px;
}

#login-page input[type="text"]:focus, #login-page input[type="password"]:focus {
	background: #e1eec9;
	border: 1px solid #8cac52;
}


.login-bar {
	height: 29px;
	display: block;
	position: relative;
	right: 140px;
	float: right;
}

.profile-page {
	width: 398px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.profile-page-l {
	width: 184px;
	margin: 0 30px 10px 0;
	display: block;
	float: left;
}

.profile-page-r {
	width: 184px;
	margin: 0 0 10px 0;
	display: block;
	float: left;
}

.profile-page ul li {
	padding: 6px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.profile-page ul li a {
	padding: 0 0 0 12px;
	color: #333333;
	display: block;
	background: url(theme/images/bullet1.gif) no-repeat center left;
}

.profile-page ul li a:hover {
	color: #666666;
}

.modal-button {
	color: #666666;
	cursor: pointer;
}

.modal-button:hover {
	color: #111111;
}

.top-bar {
	height: 29px;
	line-height: 24px;
	background: url(theme/images/gnbgs.png);
	background-position: 0 -85px;
	color: #CCCCCC;
	display: block;
	float: left;
}

.top-bar a, .top-bar span {
	height: 26px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	cursor: pointer;
	float: left;
}

.top-bar a:hover, .top-bar span:hover {
	height: 26px;
	color: #FFFFFF;
	display: block;
	float: left;
}

.top-bar-line {
	width: 2px;
	height: 26px;
	margin: 0 6px;
	display: block;
	background: url(theme/images/top-bar-line.gif);
	float: left;
}

.top-bar-l {
	width: 19px;
	height: 29px;
	background: url(theme/images/gnimages.png);
	background-position: -271px -78px;
	float: left;
}

.top-bar-r {
	width: 19px;
	height: 29px;
	background: url(theme/images/gnimages.png);
	background-position: -271px -39px;
	float: left;
}

/* HEADER */

.header_site {
	width: 1006px;
	height: 52px;
	margin: 0 auto;
	background: url(theme/images/header.png);
}

a.logo, a.logo:hover {
	width: 254px;
	height: 50px;
	margin: 0 0 0 25px;
	float: left;
}

/* HACCORDION MENU */

#option-menu {
	width: 668px;
	height: 30px;
	margin: 8px 0;
	background: #FFFFFF url(theme/images/gnbgs.png);
	background-position: 0 -55px;
	border: 1px solid #CCCCCC;
}

.container {
	width: 753px;
}
.container ul{
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	list-style: none;
}

.contentContainer {	
	height: 29px;	
	overflow: hidden;
	float: left;
}

.contentInnerWrapper{
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}

.contentInnerWrapper a {
	color: #282828;
	font-weight: bold;
}

.contentInnerWrapper a:hover {
	text-decoration: underline;
}

.handle{
	width: 88px;
	height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	background: #9D9D9D;
	cursor: pointer;
	float: left;
}

.handle span {
	height: 16px;
	width: 44px;
	padding: 0 0 0 19px;
	margin: 7px auto 0 auto;
	background: url(theme/images/gnicons.png) no-repeat;
	background-position: 0 -82px;
	vertical-align: middle;
	display: block;
}

.handleOver{	
	background: #282828;
}
.handleSelected{	
	background: #282828;
}

/* MENU */

.menu {
	width: 670px;
	height: 30px;
	margin: 21px 0 0 8px;
	float: left;
	z-index: 3;
}

.menu li {
	margin: 3px 0px 0 4px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	float: left;
	z-index: 4;
}

a.menu-mul, a.menu-mobile, a.menu-classic, a.menu-gaming, a.menu-special {
	width: 66px;
	height: 21px;
	line-height: 20px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(theme/images/buttons/big.gif);
	background-position: 0px 0px;
	text-align: center;
	display: block;
}

a.menu-special {
	color: #BB2331;
}

a.menu-mul:hover {
	color: #FFFFFF;
	background-position: 0px -21px;
}

a.menu-mobile:hover {
	color: #FFFFFF;
	background-position: 0px -42px;
}

a.menu-classic:hover {
	color: #FFFFFF;
	background-position: 0px -63px;
}

a.menu-gaming:hover {
	color: #FFFFFF;
	background-position: 0px -84px;
}

a.menu-special:hover {
	color: #FFFFFF;
	background-position: 0px -21px;
}

a.menu-pc, a.menu-ps3, a.menu-360, a.menu-wii, a.menu-psp, a.menu-nds {
	width: 42px;
	height: 21px;
	line-height: 20px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(theme/images/buttons/small.gif);
	background-position: 0px 0px;
	display: block;
}

a.menu-pc:hover {
	color: #FFFFFF;
	background-position: 0px -21px;
}

a.menu-ps3:hover {
	color: #FFFFFF;
	background-position: 0px -42px;
}

a.menu-360:hover {
	color: #FFFFFF;
	background-position: 0px -63px;
}

a.menu-wii:hover {
	color: #FFFFFF;
	background-position: 0px -84px;
}

a.menu-psp:hover {
	color: #FFFFFF;
	background-position: 0px -105px;
}

a.menu-nds:hover {
	color: #FFFFFF;
	background-position: 0px -126px;
}

#channels {
	position: relative;
}

#channels ul {
	width: 290px;
	padding: 10px 0 0 0;
	position: absolute;
	top: 20;
	left: -50px;
	display: none;
}

#channels:hover ul {
	display: block;
}

#channels li {
	width: 172px;
	margin: 0;
	background: #F0F0F0;
	border-bottom: 1px dashed #CCCCCC;
}

#channels li a {
	color: #555555;
	padding: 8px;
	display: block;
}

#channels li a:hover {
	background: #FFFFFF;
	color: #BB2331;
	text-decoration: none;
}

/* CONTENT */

#content {
  	width: 1006px;
  	margin: 0 auto;
	background: url(theme/images/body.png) repeat-y;
}

/* CONTENT LEFT */

.content_left {
  	width: 670px;
  	margin: 0 0 0 13px;
	float: left;
}

.content_hot_header {
	padding: 6px 8px;
	font-size: 14px;
	color: #606B6D;
	font-weight: bold;
}

.content_hot_info {
	width: 194px;
	height: 54px;
	margin-top: 90px;
	padding: 3px;
	background: url(theme/images/overlay.png);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.content_last {
	width: 670px;
	margin: 8px 0;
	clear: both;
	position: relative;
}

.content_last_loading {
	position:absolute; 
	top: 20%; 
	left: 50%;
}

.content_last_header {
	padding: 6px 8px 0 8px;
	background: #606B6D;
	color: #FFFFFF;
}

.content_last_menu {
	margin: 0 5px;
	padding: 5px;
	background: #EEEFF3;
	color: #555555;
	display: block;
	float: left;
}

.content_full_story h1, .content_full_story_multiplatform h1, .content_full_story_ps3 h1, .content_full_story_xbox360 h1, .content_full_story_wii h1, .content_full_story_pc  h1, .content_full_story_psp h1, .content_full_story_nds h1, .content_full_story_mobile h1, .content_full_story_classic h1, .content_full_story_gaming h1 {
	padding: 8px;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

.content_full_story , .content_last_story, .content_last_gallery, .content_last_story_multiplatform, .content_last_story_ps3, .content_last_story_xbox360, .content_last_story_wii, .content_last_story_pc, .content_last_story_psp, .content_last_story_nds, .content_last_story_mobile, .content_last_story_classic, .content_last_story_gaming {
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
}

.content_full_story {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}

.content_last_story {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}

.content_last_gallery {
	width: 664px;
	margin: 10px 0;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}

.content_last_gallery h1 {
	padding: 8px;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

.content_last_gallery h1 a:link, .content_last_gallery h1 a:visited{
	margin: 0 8px 0 0;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
}

.content_last_gallery h1 a:hover{
	text-decoration: underline;
}

.content_last_story_multiplatform {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #bb2331;
}

.content_last_story_ps3 {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #5e88a8;
}

.content_last_story_xbox360 {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #73C92E;
}

.content_last_story_wii {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #36B9C1;
}

.content_last_story_pc {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #E8432B;
}

.content_last_story_psp {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #5a6975;
}

.content_last_story_nds {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #3FB795;
}

.content_last_story_mobile {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #E87B2B;
}

.content_last_story_classic {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #B73F80;
}

.content_last_story_gaming {
	width: 664px;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #C19A36;
}

.content_last_story_bar {
	height: 25px;
	margin: 1px;
	background: #FFFFFF url(theme/images/content-last-story-bar.gif) repeat-x;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

/* SHORT STORY CONTENT */

.short-story {
	height: 65px;
	margin: 10px 0;
	padding: 0 8px 0 0;
	display: table;
}

.story-postdate, .story-comments {
	height: 16px;
	margin: 0 8px 6px 0;
	padding: 0 10px 0 20px;
	border-right: 1px solid #CCCCCC;
	float: left;
}

.story-postdate {
	background: url(theme/images/gnicons.png) no-repeat top left;
	background-position: 0 0;
}

.story-comments {
	background: url(theme/images/gnicons.png) no-repeat top left;
	background-position: 0 -18px;
}

.story-edit {
	height: 16px;
	margin: 0 8px 6px 0;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	float: left;
}

.story-edit a {
	width: 16px;
	height: 16px;
	background: url(theme/images/gnicons.png) no-repeat;
	background-position: 0 -34px;
	display: block;
}

.story-author {
	margin: 0 0 6px 0;
	padding-right: 10px;
	float: left;
}

.post-gallery {
	padding: 0;
}

.navl-gallery {
	width: 150px;
	height: 113px;
	margin: 0 8px;
	background: #FFFFFF url(theme/images/gallery-no-image.gif) repeat-x;
	float: left;
}

.navm-gallery {
	width: 336px;
	height: 113px;
	text-align: left;
	float: left;
}

.gallery-bbcode {
	width: 326px;
	margin: 6px 0;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.navr-gallery {
	width: 150px;
	height: 113px;
	margin: 0 8px;
	background: #FFFFFF url(theme/images/gallery-no-image.gif) repeat-x;
	float: right;
}

.gallery {
	padding: 0 0 8px 0;
    margin: 0 auto;
}

.gallery .gallery-item {
	width: 166px;
		float: left;
		margin-top: 10px;
		text-align: center;
	}
	.gallery-icon {
		width: 166px;
		float: left;
		text-align: center;
	}
	.gallery-caption {
		margin-left: 0;
	}


.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.post-video {
	padding: 12px 0;
}

.post-video, .post-gallery { 
	width: 668px;
	margin: 0 auto 10px auto;	
	text-align: center;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.post-image { 
	width: 668px;
	margin: 0 auto 10px auto;	
	text-align: center;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border: 1px solid #CCCCCC;
}

.post-video h2 {
	padding: 6px 8px; 
	margin: 10px 0 0 0;
	color: #444444;
	text-align: left;
	background: #CCCCCC;
}

.post-video div {
	margin: 0 auto 14px auto;
	line-height: 6px;
}

/* OPTION BAR */

.option-bar, .special-bar {
	height: 28px;
	margin: 0 auto 10px auto;
	background: #FFFFFF url(theme/images/gnbgs.png);
	background-position: 0 -55px;
	border: 1px solid #CCCCCC;
	clear: both;
}

.special-bar {
	margin: 10px auto;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}

.special-bar a {
	color: #282828;
	font-weight: bold;
}

.special-bar a:hover {
	text-decoration: underline;
}

.option-bar li{
	padding: 8px;
	list-style: none;
	float: left;
}

a.read-more {
	width: 278px;
	height: 36px;
	margin: 30px 0 10px 0;
	display: block;
	background: url(theme/images/buttons/submit-button.gif) 0 -144px;
}

a.read-more:hover {
	background-position:0 -180px;
}

.tags {
	padding: 5px 8px 5px 160px;
	clear: both;
}

/* COMMENTS */

.gnajax-error { 
	background: #f9d9c9; 
	padding:5px; 
	color: #FFFFFF; 
}
.gnajax-success { 
	background: #339933;
	padding:5px; 
	color: #FFFFFF; 
}
.gnajax-loading {
	background:#f0f0f0;
	padding:5px;
}

.comments-body {
	width: 668px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table;
	position: relative;
}

ol.commentlist li {
	border-bottom: 1px solid #CCCCCC;
}

ol.commentlist li.comment ul.children { 
	border-top: 1px solid #CCCCCC;
}

ol.commentlist li.comment ul.children li { 
	padding: 0px;
}

ol.commentlist li.comment ul.children li.depth-2 {
	border-bottom: none; 
	border-left: 1px dotted #A9A9A9; 
	margin-left: 20px;
}

.comment-body {
	margin: 10px;
}

.comment-avatar {
	width: 60px;
	border-bottom: none;
	float: left;
}

.comment-info {
	width: 300px;
	float: left;
}

.comment-reply {
	float: right;
}

.comment-reply a {
	padding: 3px 5px;
	margin: 0 0 0 6px;
	display: block;
	color: #444444;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	float: left;
}

.comment-content {
	padding: 8px 0 8px 0;
	clear: both;
}

.cancel-comment-reply {
	padding: 0 10px;
}

.navigation {
	background: #E5E5E5;
	text-align: right;
	padding: 10px 0;
	margin: 10px 0;
	border: 1px solid #CCCCCC;
}

.comments-body textarea {
	width: 640px;
	padding: 3px;
	margin: 8px 0 8px 10px;
	border: 1px solid #CCCCCC;
}

.status-input-box {
	width: 440px;
	padding: 3px;
	margin: 8px 0 8px 10px;
	border: 1px solid #CCCCCC;
	float: left;
}

.comment-button {
	width: 190px;
	height: 36px;
	margin: 0 10px 10px 230px;
	cursor: pointer;
}

.status-button {
	width: 190px;
	height: 36px;
	margin: 8px 10px 10px 0;
	cursor: pointer;
	float: right;
}

.comment-button:hover, .status-button:hover {
	width: 190px;
	height: 36px;
	background-position: 0 -36px;
}

.comment-button {
	background: url(theme/images/buttons/submit-button.gif);
}

.comment-button:hover {
	background-position: 0 -36px;
}

.status-button {
	background: url(theme/images/buttons/submit-button.gif) 0 -72px;
}

.status-button:hover {
	background-position: 0 -108px;
}

/* FULL STORY */

.story-content {
	width: 484px;
	margin: 10px 0 10px 10px;
	font-size: 12px;
	float: left;
}

.story-content ul {
	width: 470px;
	margin: 0 10px;
	display: block;
}

.story-content li {
	list-style: square;
	list-style-position: inside;
}

.story-content blockquote {
	width: 450px;
	margin: 0 10px;
	padding: 10px;
	background: #EAEAEA;
	font-size: 12px;
	display: block;
}

.full-story-content {
	width: 648px;
	margin: 10px 0 10px 10px;
	float: left;
}

.story-content h5, .full-story-content h5 {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
}

.topic_image{
	width: 150px;
	height: 113px;
	margin: 10px 0 10px 8px;
	float: left;
	position: relative;
}

.topic_image_plat {
	width: 150px;
	height: 25px;
	background: url(theme/images/overlay.png);
	margin: 88px 0px 0 0px;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.topic {
	width: 494px;
	margin: 10px 0 0 0;
	float: right;
}

.topic  h1 a:link, .topic  h1 a:visited{
	margin: 0 8px 0 0;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.topic  h1 a:hover{
	text-decoration: underline;
}

.topic_info {
	width: 534px;
	margin: 5px 0;
	color: #666666;
	font-size: 10px;
	display: block;
}

.topic_line {
	margin: 5px 0;
	clear: both;
}

/* CONTENT RIGHT */

.content_right {
  	width: 300px;
  	margin: 0 13px 0 0;
	display: inline;
	float: right;
}

.gn-sidebar {
  	width: 300px;
  	margin: 0 13px 0 0;
}

.gn-sidebar h1 {
  	height: 25px;
	line-height: 24px;
	margin: 8px 0 1px 0;
	padding: 0 8px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.right_border {
	height: 2px;
	background: url(theme/images/right_border.png);
}

.content_r {
	padding: 5px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.content_r li {
	padding: 5px 0px;
	list-style-position: inside; 
	border-bottom: 1px dotted #C3C8C9;
	list-style: none;
}

.content_r a:link, .content_r a:visited {
	color: #555555;
}

.content_r a:hover {
	color: #FF0000;
}

/* FOOTER */

#footer {
	width: 1000px;
	padding: 0 0 10px 0;
	margin: 20px auto 0 auto;
	color: #999999;
	background: #282828;
	border-top: 3px solid #CCCCCC;
}

#footer-top {
	width: 980px;
	height: 29px;
	margin: 0 auto;
	border-bottom: 1px solid #1C1E1C; 
}

#footer-rss {
	width: 980px;
	height: 29px;
	margin: 0 auto;
	border-top: 1px solid #444644;
	border-bottom: 1px solid #1C1E1C; 
}

#footer-bottom {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	border-top: 1px solid #444644; 
	display: block;
}

#footer-bottom span {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #444644;
	display: block;
}

#footer-bottom img {
	margin: 0 14px 0 0;
}

.b-pulsar, .b-pesbg, .b-vgcompetition {
	height: 60px;
	margin: 0 14px 0 0;
	background: url(theme/images/gnimages.png);
	display: block;
	float: left;
}

.b-pulsar {
	width: 96px;
	background-position: 0 -279px;
}

.b-pesbg {
	width: 60px;
	background-position: 0 -349px;
}

.b-vgcompetition {
	width: 70px;
	background-position: 0 -419px;
}

#footer-bottom a {
	color: #999999;
	font-weight: bold;
}

#footer-bottom a:hover {
	color: #EAEAEA;
}

.footer-l {
	float: left;
}

.footer-r {
	padding: 8px 0;
	display: block;
	float: right;
}

.footer-r a {
	color: #999999;
	font-weight: bold;
}

.footer-r a:hover {
	color: #EAEAEA;
}

a.footer-top-span {
	color: #CCCCCC;
	font-weight: bold;
	float: none;
}

a.footer-top-span:hover {
	color: #EAEAEA;
}

a.footer-topl {
	padding: 8px 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(theme/images/gnicons.png) no-repeat;
	background-position: 0 -172px;
	float: left;
}

a.footer-topl:hover {
	color: #F1F1F1;
	background-position:0 -202px;
}

a.footer-rssl {
	padding: 8px 21px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(theme/images/gnicons.png) no-repeat;
	background-position: 0 -112px;
	float: left;
}

a.footer-rssl:hover {
	color: #F1F1F1;
	background-position: 0 -142px;
}

/* Begin Gaming Twitter */

.tweet, .query {
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #282828;  
}

.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; 
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase; 
}

.tweet .tweet_list li, .query .tweet_list li {
	border-bottom: 1px dashed #D2DADA;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0;
	margin: 0 12px;
}

.tweet_time a {
	color: #BB2331;
}

.tweet_text a {
	color: #777777;
}

.tweet_time a:hover, .tweet_text a:hover {
	text-decoration: underline;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	border-bottom: 1px dashed #D2DADA;	  
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: 8px;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}

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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/

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

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

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

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

/* Begin Top Slider */

.slider {
	width: 1000px;
	height: 174px;
	margin: 0 auto;
	background: #282828;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}

#slideshow {
	margin:0 auto;
	width:642px;
	height:170px;
	position: relative;
	float: left;
}
#slideshow #slidesContainer {
  margin:0 0 0 28px;
  width:642px;
  height:170px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
}

.slider-path {
	width: 1500px;
}

#slideshow #slidesContainer .screen {
	width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 150px;
	margin: 10px 9px 5px 1px; /*margin around each panel*/
	border: 2px solid #454545;
	position: relative;
	text-decoration: none;
	float: left;
}

.control {
	width: 28px;
	height: 150px; 
	border-bottom: 4px solid #282828;
	margin: 10px 0;
	cursor: pointer;
	position: absolute;
}

#leftControl {
	top:0;
	left:0;
	background: url(theme/images/gnimages.png);
	background-position: -35px 0;
}

#rightControl {
	top:0;
	left:661px;
	background: url(theme/images/gnimages.png);
	background-position: -73px 0;
}

.site-info {
	width: 300px;
	height: 154px;
	margin: 10px 10px 0 0;
	background: url(theme/images/slider-line.gif) repeat-y top left;
	display: block;
	position: relative;
	float: right;
	list-style: none;
}

/* Search */

.search-input {
	width: 218px;
	padding: 6px 3px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	background: #343434;
	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #F0F0F0;
	float: left;
}

.search-button {
	width: 27px;
	height: 27px;
	margin: 0 0 10px 0;
	background: url(theme/images/gnimages.png);
	background-position: 0 0;
	border-top: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	cursor: pointer;
	float: left;
}

.sidebar-options-button {
	width: 26px;
	height: 25px;
	margin: 0 0 10px 10px;
	background: url(theme/images/gnimages.png);
	background-position: 0 -35px;
	border: 1px solid #454545;
	cursor: pointer;
	float: left;
}

.sidebar-options-button p {
	width: 290px;
	background: #282828;
	position: absolute;
	top: 27px;
	left: 10px;
	z-index: 2000;
	cursor: default;
	display: none;
}

.sidebar-options-button:hover p {
	display: block;
}

.sidebar-options-button p span {
	width: 272px;
	padding: 8px;
	margin: 10px 0 0 0;
	background: #343434;
	border: 1px solid #444644;
	color: #cccccc;
	line-height: normal;
	display: none;
}

.sidebar-options-button:hover p span {
	display: block;
}

.sidebar-options-button p span a {
	padding: 3px 0 4px 0;
	color: #BB2331;
	font-weight: bold;
	display: block;
}

.sidebar-options-button p span a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul.search_results {
	display: block;
	width:288px;
	margin: 10px 0 0 0;
	max-height: 500px;
	position: absolute;
	top: 27px;
	left: 0px;
	overflow: auto;	
	border: 1px solid #454545;
	list-style-type: none;
	list-style-image: none;
	z-index: 100;
}

ul.search_results li {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	text-align: left;	
	color: #333333;
	background-color: #F0F0F0;
	text-decoration: none;
}

ul.search_results li a, ul.search_results li a:visited {
	display: block;
	color: #333333;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
}

ul.search_results li a:hover {
	color: #BB2331;
}

ul.search_results p#daves-wordpress-live-search_author {
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}

ul.search_results p#daves-wordpress-live-search_date {
	margin: 0px;
	font-size: 90%;
}

ul.search_results .clearfix {
	float: none !important;
	clear: both !important;
}

.search_footer {
	background-color: #888;
	width: 100%;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	padding: .5em 0;
	font-size: .9em;
}

.search_footer a,
.search_footer a:visited {
	color: #fff;	
	margin-right: 1em;
}

.site-info li {
	margin: 0 0 8px 10px;
	display: block;
}

a.siforums {
	width: 290px;
	height: 32px;
	margin: 37px 0 0 0;
	background: url(theme/images/gnimages.png);
	background-position: 0 -153px;
	display: block;
}

a.sigtwitter {
	width: 290px;
	height: 32px;
	margin: 10px 0 0 0;
	background: url(theme/images/gnimages.png);
	background-position: 0 -195px;
	display: block;
}

a.sifeed {
	width: 290px;
	height: 32px;
	margin: 10px 0 0 0;
	background: url(theme/images/gnimages.png);
	background-position: 0 -237px;
	display: block;
}

.site-info-line {
	height: 2px;
	padding: 5px 0;
	margin: 8px 0 8px 12px;
	list-style-image:url(theme/images/bullet1.gif);
	list-style-position: inside;
	border-bottom: 1px dotted #666666;
	display: block;
}

/* End Top Slider */

/* Begin Polls */

.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background: #BB2331;
	border: 1px solid #cccccc;
}

.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	margin: 10px 0;
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	width: 278px;
	text-align: left;
	list-style: none;
	float: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* Begin DBX */

.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */


/* handles */
.dbx-handle {
	position:relative;
	margin:0;
}
* html .dbx-handle { 
	width: 176px; 
}
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(theme/images/sidep-toggle.png) no-repeat;
	position: absolute;
	top: 2px;
	right: 3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	

a.sidebar-link {
	margin: 0 8px;
	padding: 6px 0 6px 12px;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	display: block;
	background: url(theme/images/bullet1.gif) no-repeat center left;
}

a.sidebar-link:hover {
	background: #EAEAEA url(theme/images/bullet1.gif) no-repeat center left;
}

.avatar_c {
	width: 50px;
	height: 50px;
	margin: 0 0 8px 8px ;
	float: left;
}

.last_c {
	width: 230px;
	margin: 0 0 8px 8px ;
	float: right;
}

.last_c_clear {
	height: 0px;
	margin: 8px 0;
	font-size: 1px;
	border-top: 1px dotted #C3C8C9;
	clear: both;
}


.dbx-sidebar {
	margin: 0;
	padding: 5px 0;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height: 0px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}

#story-most-popular li, #index-most-popular li, #most-recent li {
	padding: 5px 0;
	margin: 0 8px;
	border-bottom: 1px dotted #C3C8C9;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

/* Login/Profile Box */

#darken {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background: #000000;
	z-index: 200;

}

.login-box-title, .profile-box-title {
	padding: 6px 10px 0 10px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -25px;
	height:22px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.login-box-title {
	width: 288px;
}

.profile-box-title {
	width: 398px;
}

.login-box-title span, .profile-box-title span {
	position: absolute;
	top: 16px;
	right: 20px;
	background: #555555;
	color: #FFFFFF;
	padding: 2px 4px;
	cursor: pointer;
}

#login-box, #profile {
	position: fixed;
	top:44%;
	left:50%;
	margin-left:-200px;
	margin-top:-200px;
	background: url(theme/images/white-overlay.png);
	padding:10px;
	display:none;
	z-index:1000;
}

/* GamingNeo Wall */

.status-container {
	width: 668px;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -114px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table;
	position: relative;
}

.status-avatar {
	width: 60px;
	float: left;
}

.status-body {
	font-size: 12px;
	width: 90%;
	float: left;
}

.status-body strong a {
	font-size: 12px;
	color: #BB2331;
}

.status-option {
	margin: 8px 0 0 0;
	font-size: 10px;
	color: #999999;
}

.content_last h3 {
	color: #555555;
	font-weight: bold;
	background: #FFFFFF url(theme/images/gnbgs.png) repeat-x;
	background-position: 0 -25px;
	padding: 0 8px;
	line-height: 24px;
	height: 25px;
	margin: 10px auto 0 auto;
	border: 1px solid #CCCCCC;
}

.status-option a {
	color: #999999;
}

.status-option a:hover {
	text-decoration: underline;
}

.repond-status label {
	position: absolute;
	bottom: 12px;
	left: 14px;
	color: #BB2331;
}

#respond {
	position: relative;
}

.status-container textarea {
	width: 440px;
	padding: 3px;
	margin: 8px 0 8px 10px;
	border: 1px solid #CCCCCC;
}

.status-container textarea:focus {
	border: 1px solid #777777;
}

a.status-link {
	width: 298px;
	padding: 6px 52px;
	background: #EAEAEA;
	text-align: center;
	font-weight: bold;
	position: relative;
	bottom: 2px;
}

.profile-status-update textarea {
	width: 330px;
	height: 40px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: left;
}

.wdpajax-error{ 
	background: #FF0000; 
	padding: 5px; 
	margin: 0 0 8px 0;
	color: #FFFFFF; 
}
.wdpajax-success{ 
	background: #339933;
	padding:5px; 
	margin: 0 0 8px 0;
	color: #FFFFFF; 
}
.wdpajax-loading{
	background: #f0f0f0;
	margin: 0 0 8px 0;
	padding: 5px;
}






#content-page {

}

#content-page li{
	padding : 10px 0 0 0;
}

.activity-header {
	margin: 0 0 8px 0;
}

.activity-content {
	margin: 0 0 0 60px;
}

.activity-meta {
	margin: 18px 0 0 0;
}

.acomment-meta {
	margin: 0 0 18px 0;
}

.acomment-content {
	margin: 0 0 0 60px;
}

.activity-avatar {
	width: 60px;
	float: left;
}

.activity-avatar img {
	width: 50px;
	height: 50px;
}

.acomment-avatar {
	width: 40px;
	float: left;
}

.acomment-avatar img {
	width: 30px;
	height: 30px;
}

div#fancy_inner {border-color:#BBBBBB}
div#fancy_close {right:-15px;top:-12px}
div#fancy_bg {background-color:#FFFFFF}
div#fancy_title table {display:none}

div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 300;
}

div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 1000;
}

div#fancy_loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background: transparent url('theme/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
position: absolute;
top: 0;left: 0;
z-index: 900;
padding: 20px 20px 40px 20px;
margin: 0;
background: transparent;
display: none;
}

div#fancy_inner {
position: relative;
width:100%;
height:100%;
background: #FFF;
}

div#fancy_content {
margin: 0;
z-index: 1000;
position: absolute;
}

div#fancy_div {
background: #000;
color: #FFF;
height: 100%;
width: 100%;
z-index: 1000;
}

img#fancy_img {
position: absolute;
top: 0;
left: 0;
border:0; 
padding: 0; 
margin: 0;
z-index: 1000;
width: 100%;
height: 100%;
}

div#fancy_close {
position: absolute;
height: 30px;
width: 30px;
background: url('theme/images/fancybox/button1.png') top left no-repeat;
background-position: 0 0;
cursor: pointer;
z-index: 1810;
display: none;
}

#fancy_frame {
position: relative;
width: 100%;
height: 100%;
display: none;
}

#fancy_ajax {
width: 100%;
height: 100%;
overflow: auto;
}

a#fancy_left, a#fancy_right {
position: absolute; 
bottom: 0px; 
height: 100%; 
width: 35%; 
cursor: pointer;
z-index: 1110; 
display: none;
background-image: url("data:image/gif;base64,AAAA");
outline: none;
overflow: hidden;
}

a#fancy_left {
left: 0px; 
}

a#fancy_right {
right: 0px; 
}

span.fancy_ico {
position: absolute; 
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 1120; 
cursor: pointer;
display: block;
}

span#fancy_left_ico {
left: -9999px;
background: url('theme/images/fancybox/button1.png') top left no-repeat;
background-position: 0 -40px;
}

span#fancy_right_ico {
right: -9999px;
background: url('theme/images/fancybox/button1.png') top left no-repeat;
background-position: 0 -80px;
}

a#fancy_left:hover, a#fancy_right:hover {
visibility: visible;
background-color: transparent;
}

a#fancy_left:hover span {
left: 20px; 
}

a#fancy_right:hover span {
right: 20px; 
}

#fancy_bigIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}

div#fancy_bg {
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
z-index: 700;
border: 0;
padding: 0;
margin: 0;
}

div.fancy_bg {
position: absolute;
display: block;
z-index: 700;
border: 0;
padding: 0;
margin: 0;
}

div#fancy_title {
position: absolute;
z-index: 1000;
display: none;
}

div#fancy_title div {
color: #FFF;
font: bold 12px Arial;
padding-bottom: 3px;
white-space: nowrap;
}

div#fancy_title table {
margin: 0 auto;
}

div#fancy_title table td {
padding: 0;
vertical-align: middle;
}

td#fancy_title_left {
height: 32px;
width: 15px;
background: transparent url('theme/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {height: 32px;
background: transparent url('theme/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
height: 32px;
width: 15px;
background: transparent url('theme/images/fancybox/fancy_title_right.png') repeat-x;
}