/* 
Theme Name: nexBlogs
Theme URI: http://gamerlimit.com
Author: Gamer Limit
*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {margin: 0; padding: 0;}

p {
    margin-bottom: 1em;
}

body {
background:#333333;
font-family: Trebuchet MS;font-size: 13px; 
color:#333333;
width:1030px;
margin:auto;
}

/* links */
a, a:visited {	
	color: #5A93C9;;
	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: #5A93C9;
}
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 {
	max-width:540px;
	width: expression(this.width > 540 ? 540: 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;
}

img.noBorderLeft
{
background: #FFFFFF;
border: 0px;
padding: 0px;
margin-right: 0px;
float:left;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(images/post.jpg);
	border: 1px solid #E0DBC9;  
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
	color: #000000;
}


/* form elements */
form {
	padding: 0 5px;	
}

.formTwo {
	margin:0px; padding: 0 0px;
	border: 0px solid #666666; 
}

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: 1015px;
	border:5px solid #000000;
	margin: 0 auto;
	text-align: left;

}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1015px;	
	padding: 0; 	
	background: #FFFFFF;
	border-top: 0px solid #FFF;
	margin-left: 0px;	
	display: inline;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 110px;
	width: 1015px;
	margin: 0 auto;
	background: #FFFFFF url(images/glblogs.png) no-repeat scroll center center;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	background:#000000 url(images/navbar1016.png) no-repeat scroll center center;
	width: 1015px;		
	text-transform: lowercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
	border-bottom:2px solid #FFFFFF;
	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 {
	border-top:3px solid;
	clear: both;	
	padding: 0;	
}
#navBottom ul {
	float: left;
	list-style: none;
	background:#000000 url(images/navbar1016bottom.png) no-repeat scroll center center;
	width: 1015px;		
	text-transform: lowercase;
	margin: 0 0 0 0px;
	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:700px;
}

#main h1 {
	margin-top: 10px;
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 
	padding: 5px 0 5px 5px; 		
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post-footer {
	background: url(images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}

/* footer */
#footer-wrap {
	clear: both;
	position: relative;
	width: 1015px;
	font-size: 95%;	
	
	position: relative;
	margin: 0 auto;
	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;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */

.clear { clear: both; }

#sidebar {
	float: right;
	background: #e8e8e8;
	width:305px;
	margin: 0px 0 0 0;		
}

#sidebar ul li {
	margin-left:10px;	
}

#sidebar ul li.categories ul li ul.children {
	margin: 0px;
	padding-left: 15px;
}

#sidebar ul li p {
margin-left:20px;
	padding: 0px;
}
	
#sidebar li a:hover {
	color:#ccc;
}

#sidebar ul h2 {
	background:#E8E8E8 url(images/sidebarright305.png) no-repeat scroll -5% center;
	margin-top: 10px;
	margin-left:8px;
	padding-bottom:6px;
	padding-left:7px;
	padding-top:5px;
	font: bold 12px Arial,Helvetica;
	color: #FFFFFF;
}

#sidebar ul h3 {
	margin-left:20px;
}

#sidebar ul li ul, #sidebar ul li .content {
	text-align: left;
	margin: 7px 4px 8px 10px; padding: 0;
	text-decoration: none;		
	}
	
#sidebar ul li ul li {
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
	margin:0 2px 0 20px;
	padding:4px 0 4px 5px;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

* html body #sidebar ul li {
	height: 1%;
}
	
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #990000;	
}
	
#sidebar ul li a:hover {	
	color: #1773BC;	
}

.clearer {clear: both;}

#theFooter
{
background-color:#000000;
color: #FFFFFF;
font-weight: bold;
}

.lineBreak
{
width: 100%;
border-bottom: 2px solid #000000;
text-align: right;
}

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;
	}

.text-input{ 
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
}

img#wpstats{display:none;}

select { 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; 
border-left-width: 1px;
} 


.commentBox {
	background:#FFF;
	padding:5px 10px 2px;
min-height:70px;
border-bottom: 1px solid #CCCCCC;
}




.halfSizeBox {
	background:#FFF;
	position:relative;
	width:366px;
	height: 100px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	float:left;
	margin-right: 10px;
}

.latestWidget {
	background: #E8E8E8;
	background-position:center; 
	border:0px;
	width:95%;
	font-size:7pt;
	margin-top:5px;
	color:#105C6E;
}

.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
{
color: #999999;
font-family:Verdana;
font-size:8pt;
font-weight:normal;
}

.postHeader
{
	font-family:arial,georgia,tahoma;
	font-size:15pt;
	font-weight:bold;
	margin-bottom:7px;
}

.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;
}

.postHeader a
{
	color:#990000;
}

.articleStopper
{
	border-bottom:1px dotted;
	clear:both;
	height:10px;
	margin-left:20px;
	width:95%;
}

.inputs
{
	margin-right:10px;
	margin-bottom:12px;
	margin-left:0px;
}

.commentHeadings {
	font-size: 130%;
	color: #990000;
	font-family:georgia;
	font-weight:bold;
}

.sideMarginRight
{
background:#FFFFFF url(images/sideframeright2.png) repeat-y scroll 1009px 0;
padding-right:30px;
position:relative;
width:1010px;
}

.sideMarginLeft
{
background:#FFFFFF url(images/sideframeleft2.png) repeat-y scroll 0 0;
margin:0 auto;
padding:0 0 0 35px;
position:relative;
width:1015px;
}

.wp-caption-text
{
text-align: center;
font-style: italic;
}

.wp-caption
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

.registerLink {
display: block;
width:87px;
height:13px;
}

.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;
}

.topUsers {
background: #FFFFFF;
background-position:center; 
border:0px;
width:100%;
font-size:7pt;
margin-top:5px;
color:#105C6E;
margin-bottom:10px;
}

.topUsersTd{
repeat-y scroll center center;
padding-left:5px;
padding-bottom:6px;
color:#000;
text-align:left;
padding-top:0px;
}

.sidebarRedLink
{
font-size: 11px ! important;  
color: rgb(153, 0, 0) ! important;  
vertical-align: top ! important;  
}

#topFeatures
{
	background:#000;
	height:130px;
	width:1015px;
	font-size:11px;
}

#topFeatures ul
{
	margin:0 0 0 0px;
	padding: 0 0px;
}

#topFeatures ul li
{
	display:inline;
	float:left;
	list-style-type:none;
	margin-left:15px;
}

#topFeatures a
{
	color: #999999;
	text-decoration:none;
}

.topFeaturesDIV
{
	width: 145px;
	color: #999999;
	font-size:11px;
}

#topFeaturesDIV a:hover
{
	color: #ffffff;
}

.topFeaturesDIVLINK
{
	display:block;
	width:145px;
	height:120px;

}

#navLeft
{
	background:#FFFFFF url(images/leftnavbar.png) no-repeat scroll center center;
	float:left;
	height:31px;
	width:10px;
}

#navRight
{
	background:#FFFFFF url(images/rightnavbar.png) no-repeat scroll center center;
	float:right;
	height:31px;
	width:10px;
	border-left:1px solid #36393D;
}

.sideBarFeatureStory
{
	position: relative;
	margin-top: 3px;
	width: 288px;
	margin-left: 3px;
}

.sideBarFeatureLink
{
	width:288px;
	height:94px;
	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:288px;
	margin-left: 3px;
}

.sideBarHeaderLI
{
margin-left:0  ! important;  
}

#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;
}

#bannerLink
{
	display:block;
	height:110px;
	width:1015px;
}

.aboutPageTd{
	repeat-y scroll center center;
	padding-left:5px;
	padding-bottom:6px;
	color:#000;
	text-align:left;
	padding-top:0px;
}

.aboutPageTable {
	background: #FFFFFF;
	background-position:center; 
	border:0px;
	width:100%;
	margin-top:5px;
	color:#105C6E;
	margin-bottom:10px;
}

.post
{
	margin-right:5px;
	margin-bottom:8px;
}

#pageEnder
{
background-attachment:scroll;
background-color:#E8E8E8;
background-image:url(http://gamerlimit.com/wp-content/themes/GamerLimit3/images/articleEnder.png);
background-position:0 0;
background-repeat:repeat-x;
height:25px;
}

#featureList
{
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #1A1A1A;
	text-align: left;
	border: none;
	width:100%;
}

#pageNav
{
font-weight:bold;
color:#990000;
}

#pageNav a
{
font-weight:bold;
color:#990000;
}

/*** COMMENT FORM STYLES ****/

textarea#comment {
	width: 100%;
}

#commentform { padding: 1em 1.5em; }
#commentform textarea { width: 100%;}
#comment-textarea { float: right; width: 80%; }

.comment-details { 
border-right:1px dashed #E8E8E8;
float:left;
margin-right:5px;
padding-right:6px;
width:70px;
}
.comment-content { float: right; width:430px; }

.commentlist li {
        padding: 15px;
        background: #fff;
        margin-bottom: 1em;
}
	.commentlist li.alt { background: #f0f0f0; }
	.commentlist li img.avatar { padding: 0 !important; }
	.commentlist li.alt img.avatar { border-color: #fff !important; }

.commentmetadata { 
        font-size: 0.9em;
        border-top: 1px solid #ddd;
        padding-top: 0.3em;
		margin-top: 1em;
}
	.commentmetadata a { color: #888; }

#commentform input, #commentform textarea {
	margin: 0 5px 8px 0;
}

.widget ul.item-list li .item-avatar img, img.avatar {
		border: 3px solid #ddd;
	}

ol#comments { 
list-style: none;
margin:0;
padding:0;
font-size:12px;
}

ol#comments img
{
background:transparent;
padding:0px;
border: none;
}

.commentAuthor
{
font-weight:bold;
margin-bottom: 0px;
}

.commentAuthor a
{
color: #990000;
}

#blogHeader
{
font-family:arial;
font-size:40px;
font-weight:bold;
max-height:44px;
max-width:980px;
overflow:hidden;
padding-left:15px;
padding-top:23px;
}

#blogHeader a
{
color: #ffffff;
}

#blogDescription
{
color: #ffffff;
padding-left:15px;
}

#pageNav a
{
color: #990000;
}

.item-avatar
{
float:left;
}

.avatar-block
{
clear:both;
margin-left:15px;
max-width:260px;
}

#akismetwrap
{
margin-top:5px;
margin-left:auto;
margin-right:auto;
width:120px;
}

.textwidget
{
margin-left: 18px; 
margin-right: 5px;
}

#wp-calendar th, #wp-calendar td {
	padding: 6px;
	margin: 0px;
	height: 0px;
}

#wp-calendar caption {
	width: 100%;
	font-weight:bold;
}

#wp-calendar #today {
	color: red;
}

#wp-calendar {
padding-left:50px;
}

#sidebar #wp-calendar a {
	color: #990000;
	text-decoration: underline;
}