/*
Theme Name:Black Nembro
Theme URL:http://www.xingco.net
Description:Simple Wordpress Theme
Version:1.0
Author:Xingco Themes
Author URL:http://www.xingco.net
Tags:left sidebar,black, fixed width

*/

/*--------------------------------------------------------------
General Setting
--------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin:0;
	padding:0;
	border:none;
}
body{
	font-family:Arial;
	font-size:12px;
	color:#17191A;
	background:#000 url(images/bg-all.jpg) top repeat-x;
}
.clearfix:after{
    content:"."; 
    display:block;
    height:0; 
    clear:both; 
    visibility:hidden;
	font-size:0;
}
.clearfix{
	display:inline-block;
}
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
.clear{
	clear:both;
}
.pointer{
	cursor:pointer;
}
#wrapper{
	margin:0 auto;
	padding:0;
	border:none;
	width:921px;
	height:auto;
}
#header{
	margin:0;
	padding:0;
	border:none;
	width:921px;
	height:126px;
	background:url(images/header.jpg) no-repeat;
	float:left;
	display:inline;
}
#title-url-box{
	margin:32px 0 0 10px;
	padding:0;
	border:none;
	width:433px;
	height:60px;
	float:left;
	display:inline;
}
#title-url-box h1{
	margin:0;
	padding:0;
	border:none;
	line-height:36px;
	font-family:"Trebuchet MS";
	font-size:30px;
}
#title-url-box h1 a{
	color:#fff;
	text-decoration:none;
}
#title-url-box h1 a:hover{
	color:#ccc;
}
#title-url-box h2{
	margin:0;
	padding:0;
	border:none;
	line-height:18px;
	font-family:arial;
	font-size:14px;
	color:#fff;
	font-style:italic;
	font-weight:400;
}
#top-banner{
	margin:32px 10px 0 0;
	padding:0;
	border:none;
	width:468px;
	height:60px;
	float:right;
	display:inline;
}
#title-url{
	margin:0;
	padding:0;
	border:none;
	width:433px;
	height:60px;
	display:block;
	cursor:pointer;
}
/*--------------------------------------------------------------
Menu Setting
--------------------------------------------------------------*/
#menu-box{
	margin:0;
	padding:0;
	border:none;
	width:921px;
	height:51px;
	background:url(images/menu.jpg) repeat-x;
	float:left;
	display:inline;
}
#menu{
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
}
#menu ul{
	margin:0 25px 0 25px;
	padding:0;
	border:none;
	list-style-type:none;	
}
#menu ul li{
	margin:11px 5px 0 0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	background:url(images/left-m.jpg) left no-repeat;
}
#menu ul li a{
	color:#fff;
	font-weight:700;
	text-decoration:none;
	padding:6px 10px;
	display:block;
	font-size:14px;
	background:url(images/right-m.jpg) right no-repeat;
}
#menu ul li a:hover{
	color:#ccc;
	text-decoration:none;
}
/*--------------------------------------------------------------
Main Layout
--------------------------------------------------------------*/
#mainbox-box-outer{	
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
	float:left;
	background:url(images/main-bg.jpg) repeat-y;
}
#mainbox-box-inner{	
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
	float:left;
	background:url(images/main-bottom.jpg) bottom no-repeat;
}
#mainbox-box{	
	margin:0;
	padding:0 0 19px 0;
	border:none;
	width:100%;
	height:auto;
	float:left;
	background:url(images/main-top.jpg) top no-repeat;
}
#mainbox{	
	margin:20px 0 0 26px;
	padding:0;
	border:none;
	width:879px;
	height:auto;
	float:left;
	display:inline;
}
#leftsidebar{	
	margin:0 10px 0 0;
	padding:0;
	border:none;
	width:260px;
	height:auto;
	float:right;
	display:inline;
}
#container{	
	margin:0;
	padding:0;
	border:none;
	width:594px;
	height:auto;
	float:left;
	display:inline;
}
/*--------------------------------------------------------------
categories Setting
--------------------------------------------------------------*/
.categories{	
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
}
.categories ul{	
	margin:0;
	padding:0;
	border:none;
	list-style-type:none;
}
.categories ul li{	
	margin:0;
	padding:0;
	border:none;
}
.categories ul li h2{	
	margin:0;
	padding:0 0 0 40px;
	border:none;
	background:url(images/h2-bg.jpg) top no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:37px;
}
.categories ul ul{	
	margin:5px auto 10px;
	padding:0;
	border:none;
	list-style-type:none;
	width:90%;
}
.categories ul ul li{	
	margin:0;
	padding:5px 0 5px 17px;
	border:none;
	line-height:16px;
	background:url(images/arrow.gif) top left no-repeat;
}
.categories ul ul li a{	
	text-decoration:none;
	color:#17191A;
	font-weight:700;
}
.categories ul ul li a:hover{	
	text-decoration:underline;
}
.categories div{
	margin:0 auto 20px;
	padding:0;
	border:none;
	width:100%;
}
.categories div a{
	text-decoration:none;
	color:#17191A;
}
.categories div a:hover{
	text-decoration:underline;
}
/*--------------------------------------------------------------
Post Setting
--------------------------------------------------------------*/
.post{
	margin:0;
	padding:0 0 10px 0;
	border:none;
}
.post h2{
	margin:0 0 10px 0;
	padding:0;
	border:none;
	line-height:20px;
	text-transform:capitalize;
}
.post h2 a{
	color:#17191A;
	font-family:"Myriad Pro";
	font-size:20px;
	font-weight:700;
	text-decoration:none;
}
.post h2 a:hover{
	text-decoration:underline;
	color:#fff;
	background:#17191A;
}
.postmeta{
	margin:0 0 10px 0;;
	padding:10px 10px 5px 10px;
	border:1px solid #E1E5E6;
	background:#F3F5F5;
	width:572px;
	float:left;
	display:inline;
}
.postmeta p{
	font-size:12px;
	text-transform:capitalize;
	color:#000;
	padding:0;
	line-height:18px;
}
.postmeta p a{
	color:#000;
	text-decoration:underline;
}
.postmeta p a:hover{
	color:#000;
	text-decoration:none;
}
.post ul{
	margin:0;
	padding:0 0 10px 0;
	border:none;
	list-style-type:none;
}
.post ul li{
	margin:0;
	padding:0 0 0 22px;
	border:none;
	background:url(images/arrow.gif) top left no-repeat;
	text-align:justify;
}
.entry{
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
	float:left;
	display:inline;
	background:#fff;
}
.entry ol{
	margin:0 0 0 24px;
	padding:0 0 10px 0;
	border:none;
	list-style-type:decimal;
}
.entry ol li{
	margin:0;
	padding:0;
	border:none;
	text-align:justify;
}
.entry p{
	margin:0 0 10px;
	padding:0;
	border:none;
	line-height:16px;
	text-align:justify;
}
.entry p img{
	border:none;
}
.entry p a{
	font-weight:400;
	text-decoration:underline;
	color:#17191A;
	font-weight:700;
}
.entry p a:hover{
	text-decoration:none;
}
blockquote{
	margin:0 0 10px 45px;
	padding:0 0 0 55px;
	width:455px;
	color:#17191A;
	font-style:italic;
	background:url(images/bq-bg.jpg) top left no-repeat;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
	border:none;
}
.navigation a{
	color:#fff;
	font-weight:700;
	text-decoration:none;
	padding:6px 15px;
	display:block;
	background:#17191A;
}
.navigation a:hover{
	color:#ECF5EC;
	text-decoration:none;
}
/*--------------------------------------------------------------
Navigation In Single Page
--------------------------------------------------------------*/
.navleft{
	margin:0 0 5px;
	padding:0;
	border:none;
	text-align:left;
}
.navright{
	margin:0;
	padding:0;
	border:none;
	text-align:left;
}
.navleft, .navright{
	font-family:Arial;
	font-weight:700;
	font-size:12px;
	line-height:18px;
	color:#17191A;
	text-align:left;
}
.navleft a, .navright a, .navleft a:hover,  .navright a:hover{
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#17191A;
	text-align:left;
	text-decoration:underline;
	font-style:italic;
}
/*--------------------------------------------------------------
footer Setting
--------------------------------------------------------------*/
#footer{
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:60px;
	float:left;
	display:inline;
}
#footer p{
	padding:3px 0;
	text-align:center;
	color:#fff;
}
#footer p a{
	font-weight:400;
	text-decoration:underline;
	color:#fff;
}
#footer p a:hover{
	text-decoration:none;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom:10px;
}
.alignleft {
   float: left;
   margin:4px 15px 5px 0;
}

.alignright {
   float: right;
   margin:4px 0 5px 15px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin-bottom:10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border:none;
}
.wp-caption p.wp-caption-text {
   font-size:11px;
   line-height: 17px;
   padding: 2px 4px;
   margin: 0;
   text-align:center;
   font-weight:bold;
}
/*--------------------------------------------------------------
Ads Setting
--------------------------------------------------------------*/
#ads125{
	margin:0 0 10px;
	padding:0;
	border:none;
	width:260px;
	height:260px;
}
.ads125{
	margin:0;
	padding:0;
	border:none;
	width:125px;
	height:125px;
	background:#ccc;
	float:left;
	display:inline;
}
.hspacer{
	margin:0;
	padding:0;
	border:none;
	width:10px;
	height:10px;
	float:left;
	display:inline;	
}
.vspacer{
	clear:both;
	margin:0;
	padding:0;
	border:none;
	width:10px;
	height:10px;
}
/*--------------------------------------------------------------
Search Setting
--------------------------------------------------------------*/
#s{
	width:258px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	padding:3px 0;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#17191A;
}
#searchform{
	text-align:center;
}
#searchsubmit{
	background:#17191A;
	border:1px solid #17191A;
	width:50%;
	padding:3px 0;
	color:#fff;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-template{
	clear:both;
	margin: 10px 0 0;
	border:1px solid #17191A;
	padding: 10px;
	background:#252728;
}
.comments-template p{
	margin:0;
	border:none;
	padding:0;
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#fff;
}
.comments-template p a, .comments-template p a:hover{
	font-size: 12px;
	font-family:Arial;
	font-weight:400;
	line-height:18px;
	color:#fff;
	text-decoration:underline;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px;
	border:none;
}

.comments-template h2, .comments-template h3{
	margin:0;
	padding:0 0 10px;
	border:none;
	font-family:Arial;
	font-weight:700;
	font-size:18px;
	line-height:26px;
	color:#fff;
	text-transform:capitalize;
}

.commentmetadata{
	font-size: 12px;
	color:#fff;
}
.commentmetadata a, .commentmetadata a:hover, .logged{
	font-size: 12px;
	font-family:Arial;
	font-weight:700;
	line-height:18px;
	color:#fff;
	text-decoration:underline;
}
.comments-template p.nocomments{
	padding: 0;
}
.form-input{
	margin:0;
	padding:7px 10px;
	border:1px solid #17191A;
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#17191A;
}
.text-area{
	margin:3px 0 0;
	padding:7px 10px;
	border:1px solid #17191A;
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#17191A;
	width:550px;
}
.submit{
	margin:5px 0 0;
	padding:5px 10px;
	border:1px solid #333333;
	background:#17191A;
	font-family:Arial;
	font-weight:700;
	font-size:12px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.gravatar-box{
	margin:10px 0 0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:112px;
	height:auto;
}
.gravatar-box img{
	margin:0;
	padding:5px;
	border:1px solid #666666;
}
.comment-box{
	margin:10px 0 0 10px;
	padding:10px 10px 0;
	border:1px solid #666666;
	float:left;
	display:inline;
	width:428px;
	height:auto;
	background:#fff;
}
.comment-box p{
	margin:0 0 10px;
	padding:0;
	border:none;
	font-family:Arial;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#17191A;
	text-align:justify;
}
.comments-template table{
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.comments-template td{
	text-align:left;
	border:none;
	height:40px;
}
.whitetext{
	color:#fff;
}
