/* 
Theme Name: GamerLimitSleak
Theme URI: http://gamerlimit.com
Author: Gamer Limit
Tags: buddypress
*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {margin: 0; padding: 0;}

p {
    margin-bottom: 1em;
}

body {
background:#000000;
font-family: Trebuchet MS;font-size: 13px; 
color:#333333;
width:960px;
margin:auto;
}

/* links */
a, a:visited {	
	color: #990000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-family:Arial,Helvetica;
	font-size: 130%;
	text-transform: uppercase;
	color: #990000;
}
h3 {
	font-size: 130%;
	color: #990000;
	margin:10px 0 4px;
}
h4 {
	background-color:#F7F7F7;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
	clear:both;
	color:#000000;
	font-family:Arial,Tahoma,"Lucida Sans";
	font-size:17px;
	line-height:20px;
	margin-bottom:13px;
	margin-top:13px;
	padding-left:5px;
	width:95%;
}

h5 {
	font-size: 17px;
	line-height: 5px;
	color: #88ac0b;
	font-family: Arial, Tahoma, "Lucida Sans";
	width: 97%;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
background-color: #f7f7f7;
margin-top: 13px;
margin-bottom: 13px;
padding: 10px;
clear: both;
}


h6 {
font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
   	border: 0px solid #DCDCDC;
	max-width:590px;
	width: expression(this.width > 590 ? 590: true);
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.noBorder
{
background: none;
border: 0px;
padding: 0px;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
	color: #000000;
}


/* form elements */
form {
	padding: 0 5px;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#333333;
}
textarea {
	width:500px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#333333;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #EEEEEE;
	background: #8EB50C url(images/nav.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;	
	padding: 0; 	
	background: transparent;
	border-top: 2px solid transparent;
	margin-left: 0px;	
	display: inline;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	background:transparent url(images/navbar960.png) no-repeat scroll center center;
	width: 960px;		
	text-transform: lowercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
	height:32px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-bottom: none;
	color: #EEEEEE;
	font: bold 13px/32px "Century Gothic", Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

/* Navigation Bottom */
#navBottom {
	clear: both;	
	padding: 0;	
}
#navBottom ul {
	float: left;
	list-style: none;
	background:#000000 url(images/navbar1016bottom.png) no-repeat scroll center center;
	width: 960px;		
	text-transform: lowercase;
	margin:0 0 10px 0;
	padding: 0;	
	display: inline;
	height:28px;
}
#navBottom ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navBottom ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-bottom: none;
	color: #EEEEEE;
	font: bold 13px/26px "Century Gothic", Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

/* Main Column */
#main {
	background:#FFFFFF none repeat scroll 0 0;
	display:inline;
	float:left;
	margin:0 0 0 0;
	padding:5px;
	width:635px;
}

/* footer */
#footer-wrap {
	clear: both;
	position: relative;
	width: 960px;
	font-size: 95%;	
	position: relative;
	text-align: center;
}
#footer-wrap a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */

#sidebarNest
{
width: 305px;
float: right;
}

.sidebar {
	float: right;
	width:305px;
	margin-bottom:10px;
	background:#E8E8E8;	
	padding-bottom:3px;	
}

.sidebar ul li {
	margin-left:10px;	
}

.sidebar ul li.categories ul li ul.children {
	margin: 0px;
	padding-left: 15px;
}

.sidebar ul li p {
	padding: 0px;
}
	
.sidebar li a:hover {
	color:#ccc;
}

.sidebarHeader
{
font-size:15px;
font-weight:bold;
padding-left:8px;
text-transform:uppercase;
border-bottom: 1px solid #999;
}

.sidebar ul li ul, #sidebar ul li .content {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
	}
	
.sidebar ul li ul li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.sidebar a {
	text-decoration: none;	
	background-image: none;	
	color: #990000;
	font-size:10px;
	font-weight:bold;	
}
	

.clearer {clear: both;}

#theFooter
{
background-color:#000000;
color: #FFFFFF;
font-weight: bold;
padding-bottom:10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

img#wpstats{display:none;}

table { 
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #1A1A1A;
	text-align: left;
	border-collapse: collapse;
	border: none;
	border-top: none;
	width:100%;	
	float:left;
}
table a {
	text-decoration: none;
	color: #105c6e;
}
table a:visited {
	text-decoration: none;
}
table a:hover, table a:active {
	background-color: #3f4c6c;
	text-decoration: none;
	color: #eee;
}
thead th {
	font-size: 105%;
	color: #eee;
	background-color: #000;
	border-bottom: 1px solid #fff;
	text-align:center;
}

tbody {
}

tr {
	vertical-align: top;
}


tr,th {
	padding: .75em;
vertical-align: middle;
}

td {
font-size: 120%;
padding-bottom:5px;
padding-top:5px;
color:#E8E8E8;
text-align: center;
}

tr.odd td, tr.odd th {
background: #333333;
}

tfoot th,tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 102%;
}
tfoot th {
}


.latestWidget {
	background: #E8E8E8;
	background-position:center; 
	border:0px;
	width:98%;
	font-size:7pt;
	color:#105C6E;
	float:none;
}

.LatestWidgetTd{
repeat-y scroll center center;
padding-left:5px;
padding-bottom:6px;
color:#000;
text-align:left;
padding-top:0px;
}

.simpPost
{
background:transparent url(http://gamerlimit.com/wp-content/themes/bphome/images/item_list_back.gif) repeat-x scroll left top;
padding:5px 20px 2px;
}

.postMeta
{
 color: #999999;
font-size: 90%;
}

.postSubtext
{
border-top:1px solid #E8E8E8;
color:#999999;
font-family:Verdana;
font-size:8pt;
font-weight:normal;
padding-top:1px;
width:280px;
}

.postHeader
{
	font-family:arial,georgia,tahoma;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:18px;
}

.postHeader img
{
margin-right:10px;
padding:0;
float:left;
background:transparent none no-repeat scroll 0 0;
border:medium none !important;
width:40px;
height:40px;
}

.singlepostHeader
{
	font-family:arial,georgia,tahoma;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:18px;
}

.singlepostHeader img
{
margin-right:10px;
padding:0;
float:left;
background:transparent none no-repeat scroll 0 0;
border:medium none !important;
width:50px;
height:50px;
}

.postHeader a
{
	color:#990000;
}

.singlepostHeader a
{
	color:#990000;
}

.videoCenter
{
text-align: center;
margin-bottom: 7px;
}

.quote {
	margin: 10px;
 	padding: 0 0 0 25px;  
	color: #A89A6A;
}

.aligncenter
{
display:block;
margin-left:auto;
margin-right:auto;
}



.featureImage{
border: 1px solid black;
width: 105px;
height:68px;
float: left;
margin-right: 5px;
margin-top: 5px;
background: transparent none repeat scroll 0% 0%;
padding:0px;
}

#topFeatures
{
	background:transparent;
	height:130px;
	width:960px;
	font-size:11px;
	margin-top:10px;
}

#topFeatures ul
{

	padding: 0 0px;
overflow:hidden;
margin-left:0px;
height:130px;
}

#topFeatures ul li
{
	display:inline;
margin-top: 5px;
	float:left;
	list-style-type:none;
}

#topFeatures a
{
	color: #999999;
	text-decoration:none;
}

.topFeaturesDIV
{
	width: 190px;
	color: #999999;
	font-size:11px;
}

.topFeaturesDIVTEMP
{
float:left;
margin-left:15px;
}

#topFeaturesDIV a:hover
{
	color: #ffffff;
}

.topFeaturesDIVLINK
{
	display:block;
	width:190px;
	height:120px;

}


.sideBarFeatureStory
{
	position: relative;
	margin-top: 3px;
	width: 298px;
	margin-left: 3px;
	height:120px;
}

.sideBarFeatureLink
{
	width:298px;
	height:120px;
	display:block;
	position:absolute;
}

.sideBarFeatureStoryCaption
{
	background-attachment:scroll;
	background-color:#000000;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	bottom:4px;
	color:#FFFFFF;
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	position:relative;
	width:298px;
	margin-left: 3px;
}

#ad img
{
border:0px;
max-width:540px;
padding:0px;
width: expression(this.width > 540 ? 540: true);
}

.continueReading
{
	float:right;
	font-weight: Bold; 
	color:#990000;
}

.continueReading a
{
color:#990000;
}

fieldset {
border:none;
}


.post
{
	margin-right:5px;
	margin-bottom:8px;
	position:relative;
}



#featureList
{
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #1A1A1A;
	text-align: left;
	border: none;
	width:100%;
}

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { min-height:76px; border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:0 none; background: #fff; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { }
ol.commentlist li div.reply:hover { }
ol.commentlist li div.reply a { color:#777777; text-decoration:none; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { min-height:40px; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

.side-avatar img
{
background: none;
border: 2px solid #000000;
padding: 0px;
margin-left:5px;
margin-top:3px;
float:left;
margin-right:5px;
}

.side-details
{
font-size: 9px;
}

.side-details a
{
color: #000000 !important;
font-weight: normal !important;
}

.side-blog-wrap
{
font-family: Verdana,"New York",Arial,Helvetica,sans-serif !important;
margin-left:5px;
margin-right:2px;
}


/* Navigation */
#reviewTabs {
	clear: both;	
	padding: 0;	
}
#reviewTabs ul {
	float: left;
	list-style: none;
	background:transparent url(images/reviewtabs635.png) no-repeat scroll center center;
	width: 635px;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
	height:37px;
}
#reviewTabs ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}
#reviewTabs ul li a {
	width: auto;
	margin: 0;
	border-bottom: none;
	color: #333333;
	font: bold 13px/32px "Century Gothic", Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
}


.twtr-hd h4
{
	border-bottom:0px;
	border-top:0px;
}

#ad 
{
padding-top:3px;
background: #e8e8e8;
margin-bottom:10px;
}

.current_page_item
{
background: #000 url(http://gamerlimit.com/graphics/navbarSelected.png) repeat-x scroll center center;
}

.more-link {
position: absolute;
bottom: 2px;
right:8px;
}

.theContent a {
color: #5A93C9;
}

.clear {
clear:both;
}

.socialButton {
width:60px;
float:left;
}

#socialNetworkButtons {
min-height:65px;
}

/* BUDDY PRESS STYLING */

div.item-list-tabs  {
border-bottom:1px solid #DDDDDD;
clear:both;
margin:15px 0;
overflow:hidden;
padding:5px 0; 
background: none repeat scroll 0 0 #EAEAEA
}

div.item-list-tabs ul li:first-child {
margin-left:20px;
}

div.item-list-tabs ul li a, div.item-list-tabs ul li span {
display:block;
padding:5px 10px;
text-decoration:none;
}

div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#FFFFFF;
color:#555555;
font-weight:bold;
}

div.item-list-tabs ul li a span {
color:inherit;
display:inline;
padding:0;
}

div#subnav.item-list-tabs  {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:1px solid #EAEAEA;
margin:-15px -5px 12px;
min-height:25px;
overflow:hidden;
}

div#subnav.item-list-tabs ul li {
margin-top:0;
}

div#subnav.item-list-tabs ul li a {
border:medium none;
padding:0;
}

div.pagination {
border-bottom:1px solid #EAEAEA;
color:#888888;
font-size:11px;
height:16px;
margin:-15px -20px 9px;
padding:10px 20px;
}

div.pagination .pag-count {
float:left;
}

div.pagination .pagination-links {
float:right;
}

ul.item-list li {
border-bottom:1px solid #EAEAEA;
padding:15px 0;
position:relative;
}

ul.item-list li div.item-title, ul.item-list li h4 {
font-size:14px;
font-weight:normal;
margin:0;
width:75%;
}

span.activity, div#message p {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #FFF9DB;
border-bottom:1px solid #FFE8C4;
border-right:1px solid #FFE8C4;
color:#FFA200;
display:inline-block;
font-size:11px;
font-weight:normal;
margin-top:6px;
padding:1px 8px;
text-decoration:none;
}

ul.item-list li div.action {
position:absolute;
right:0;
text-align:right;
top:15px;
}

ul.item-list li div.meta {
color:#888888;
font-size:11px;
margin-top:10px;
width:350px;
}

a.button, input[type="submit"], input[type="button"], input[type="reset"], ul.button-nav li a, div.generic-button a {
-moz-border-radius:3px 3px 3px 3px;
background:url("images/white-grad.png") repeat-x scroll left top transparent;
border:1px solid #DDDDDD;
color:#888888;
cursor:pointer;
font-size:12px;
font-weight:normal;
padding:3px 10px;
text-decoration:none;
vertical-align:bottom;
}


#slider
{
	width:960px;
	height:200px;
	overflow:hidden;
}

.wp-pagenavi {
bottom:8px;
font-family:arial,tahoma,verdana;
position:absolute;
right:0;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	background-color:#333333;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background-color:#333333;
}
.wp-pagenavi a:hover {	
	background-color:#333333;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color:#333333;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	background-color:#333333;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color:#990000;
	background-color: #000000;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #ffffff;
	background-color:#000000;
}