/*
Theme Name:xingco V.1
Theme URL:http://www.xingco.net
Description:This xingco Wordpress Theme
Version:9.0
Author:GenthonX
Author URL:http://www.xingco.net
Tags:xingco

*/

/*--------------------------------------------------------------
General Setting
--------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin:0;
	padding:0;
	border:none;
}
body{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#17191A;
	background:url(images/all-bgx.gif) center repeat-y;
}
.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:980px;
	height:auto;
}
#header{
	margin:13px auto 0;
	padding:0 0 0 50px;
	border:none;
	width:980px;
	height:65px;
	background:url(images/xingco-logo.jpg) no-repeat;
}
#title-url-box{
	margin:0;
	padding:0;
	border:none;
	width:178px;
	height:63px;
	float:left;
	display:inline;
}
#top-banner{
	margin:0 0 0 234px;
	padding:0;
	border:none;
	width:468px;
	height:60px;
	float:left;
	display:inline;
	background:url('images/ads468.jpg') no-repeat;
}
#title-url{
	margin:0;
	padding:0;
	border:none;
	width:178px;
	height:63px;
	display:block;
	cursor:pointer;
}
/*--------------------------------------------------------------
Menu Setting
--------------------------------------------------------------*/
#menu-box{
	margin:10px auto 0;
	padding:0;
	border:none;
	width:980px;
	height:35px;
	background:url(images/menu-bg.jpg) repeat-x;
	float:left;
}
#menu{
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
}
#menu ul{
	margin:0;
	padding:0;
	border:none;
	list-style-type:none;	
}
#menu ul li{
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	background:url(images/left.jpg) top left no-repeat;
}
#menu ul li:hover{
	background:#226382;
}
#menu ul li a{
	color:#226382;
	font-weight:700;
	text-decoration:none;
	padding:8px 15px;
	display:block;
}
#menu ul li a:hover{
	color:#fff;
	background:url(images/right.jpg) top right left no-repeat;
	text-decoration:none;
	background:#226382;
}
.current_page_item{
	text-decoration:underline;
	color:#226382;
	font-weight:700;
	background:#ccc;
}
/*--------------------------------------------------------------
Main Layout
--------------------------------------------------------------*/
#mainbox{	
	margin:20px auto 0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
	float:left;
}
#container{	
	margin:0;
	padding:0;
	border:none;
	width:500px;
	height:auto;
	float:left;
	display:inline;
}
#sidebarbox{	
	margin:0 0 0 10px;
	padding:0;
	border:none;
	width:470px;
	height:auto;
	float:right;
	display:inline;
}
#leftsidebar{	
	margin:0;
	padding:0;
	border:none;
	width:200px;
	height:auto;
	float:left;
	display:inline;
}
#rightsidebar{	
	margin:0 0 0 10px;
	padding:0;
	border:none;
	width:260px;
	height:auto;
	float:right;
	display:inline;
}
/*--------------------------------------------------------------
categories Setting
--------------------------------------------------------------*/
.categories{	
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
}
.categories h2{	
	margin:0;
	padding:0;
	border:none;
	background:url(images/header-cats.jpg) top no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:35px;
}
.categories ul{	
	margin:5px auto 20px;
	padding:0;
	border:none;
	width:90%;
	list-style-type:none;
}
.categories ul li{	
	margin:0;
	padding:3px 0 3px 0;
	border:none;
	border-bottom:1px solid #DAE4E8;
	line-height:16px;
}
.categories ul li a{	
	text-decoration:none;
	color:#226382;
}
.categories ul li a:hover{	
	text-decoration:underline;
	color:#226382;
}
/*--------------------------------------------------------------
Short Stats Setting
--------------------------------------------------------------*/
.stats{	
	clear:both;
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
}
.stats h2{	
	margin:0;
	padding:0;
	border:none;
	background:url(images/header-stats.jpg) top no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:35px;
}
.stats ul{	
	margin:5px auto 20px;
	padding:0;
	border:none;
	width:90%;
	list-style-type:none;
}
.stats ul li{	
	margin:0;
	padding:3px 0 3px 0;
	border:none;
	border-bottom:1px solid #DAE4E8;
	line-height:16px;
}
.stats ul li a{	
	text-decoration:none;
	color:#226382;
}
.stats ul li a:hover{	
	text-decoration:underline;
	color:#226382;
}
/*--------------------------------------------------------------
Post Setting
--------------------------------------------------------------*/
/*.post-box-outer{
	margin:0;
	padding:0;
	border:none;
	background:url(images/post-header.jpg) top no-repeat;
}
.post-box{
	margin:0 auto;
	padding:0;
	border:none;
	width:480px;
}*/
.post{
	margin:0;
	padding:0 0 10px 0;
	border:none;
}
.post h2{
	margin:0;
	padding:0 0 5px 0;
	border:none;
	line-height:24px;
}
.post h2 a{
	color:#226382;
	font-size:22px;
	font-weight:700;
	text-decoration:none;
}
.post h2 a:hover{
	text-decoration:underline;
	color:#17191A;
}
.post ul{
	margin:0;
	padding:0 0 10px 0;
	border:none;
	list-style-type:none;
}
.post ul li{
	margin:0;
	padding:0 0 0 20px;
	border:none;
	background:url(images/arrow.gif) top left no-repeat;
}
.entry{
	margin:0;
	padding:10px 0 0 0;
	border:none;
}
.entry p{
	margin-bottom:10px;
	line-height:16px;
	text-align:justify;
}
.entry p a{
	font-weight:700;
	text-decoration:underline;
	color:#17191A;
}
.entry p a:hover{
	text-decoration:none;
}
.entry img, .entry p img{
	border:0;
}
/*--------------------------------------------------------------
Thumbnail In Category
--------------------------------------------------------------*/
.thumbnail-cat img{
	margin:4px 10px 30px 0;
	padding:5px;
	border:none;
	width:200px;
	height:120px;
	float:left;
	display:inline;
}
/*--------------------------------------------------------------
Random Gallery
--------------------------------------------------------------*/
#random-gallery-box{
	margin:0;
	padding:0;
	border:1px solid #CCCCCC;
	width:978px;
	height:auto;
	background:url(images/gallery-bg.jpg) repeat-x;
	float:left;
	display:inline;
}
#random-gallery-box h2{
	margin:0 0 5px;
	padding:0 0 3px;
	border:none;
	border-bottom:1px dashed #DBD8D8;
	font-family:"Trebuchet MS";
	font-weight:700;
	font-size:16px;
	line-height:16px;
	color:#DBD8D8;
}
#left-gallery{
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:41px;
	height:41px;
}
#right-gallery{
	margin:25px 0 0 0;
	padding:0 0 30px 0;
	border:none;
	float:left;
	display:inline;
	width:888px;
	height:auto;
}
.random-gallery {
	margin:10px 0 0 10px;
	padding:0;
	border:none;
	float:left;
	display:inline;
}
.random-gallery img{
	margin:0;
	padding:6px;
	border:none;
	width:200px;
	height:120px;
}
/*--------------------------------------------------------------
Ads Setting
--------------------------------------------------------------*/
#ads125{
	margin:0 0 20px;
	padding:0;
	border:none;
	width:260px;
	height:260px;
	float:right;
	display:inline;
}
.ads125{
	margin:0;
	padding:0;
	border:none;
	width:125px;
	height:125px;
	background:#A3BDCA;
	float:left;
	display:inline;
	background:url(images/ads125.jpg);
}
.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;
}
/*--------------------------------------------------------------
footer Setting
--------------------------------------------------------------*/
#footer{
	margin:15px 0 20px 0;
	padding:0;
	border:none;
	width:100%;
	height:auto;
	float:left;
}
#footer p{
	padding:0;
	text-align:center;
}
#footer p a{
	font-weight:700;
	text-decoration:none;
	color:#17191A;
}
#footer p a:hover{
	text-decoration:underline;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-template{
	margin: 20px 0 15px;
	border:1px solid #DAE4E8;
	padding: 10px;
	background:#E5EBEE;
}
.comments-template p{
	margin:0;
	border:none;
	padding:0;
	font-family:arial;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#38383A;
}
.comments-template p a, .comments-template p a:hover{
	font-size: 14px;
	font-family:arial;
	font-weight:400;
	line-height:18px;
	color:#226382;
	text-decoration:none;
}
.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:"Trebuchet MS";
	font-weight:700;
	font-size:18px;
	line-height:26px;
	color:#226382;
	text-transform:capitalize;
}

.commentmetadata{
	font-size: 14px;
	color:#000;
}
.commentmetadata a, .commentmetadata a:hover, .logged{
	font-size: 14px;
	font-family:arial;
	font-weight:700;
	line-height:18px;
	color:#226382;
	text-decoration:none;
}
.comments-template p.nocomments{
	padding: 0;
}
.form-input{
	margin:0;
	padding:7px 10px;
	border:1px solid #DAE4E8;
	font-family:arial;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#226382;
}
.text-area{
	margin:3px 0 0;
	padding:7px 10px;
	border:1px solid #DAE4E8;
	font-family:arial;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#226382;
	width:456px;
}
.submit{
	margin:5px 0 0;
	padding:5px 10px;
	border:none;
	background:#226382;
	font-family:"Arial";
	font-weight:700;
	font-size:14px;
	line-height:18px;
	color:#fff;
	cursor:pointer;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}
.gravatar-box{
	margin:10px 0 0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:72px;
	height:auto;
}
.gravatar-box img{
	margin:0;
	padding:5px;
	border:1px solid #DAE4E8;
}
.comment-box{
	margin:10px 0 0;
	padding:10px 10px 0;
	border:1px solid #DAE4E8;
	float:left;
	display:inline;
	width:384px;
	height:auto;
	background:#fff;
}
.comment-box p{
	margin:0 0 10px;
	padding:0;
	border:none;
	font-family:arial;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#38383A;
	text-align:justify;
}