/*
Theme URI:
Description: A template for business use, not for free
Version: 1.0
Author:
Author URI:
Tags:
*/
/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {text-decoration:none;color:#360}
a:hover {text-decoration:underline}
body {font:62.5% Georgia,"Times New Roman",Times,serif;}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}
/* Conainers */
body{
	background:#fff;
}
#page{
	width:997px;
	margin:0 auto;
	overflow:hidden;
}
/* Header */
#header{
	padding:10px 20px 8px 18px;
	height:1%;
	position:relative;
}
#header .logo{
	display:block;
	width:207px;
	height:90px;
	background:url(images/logo.png) no-repeat;
	float:left;
	overflow:hidden;
	padding:0 0 5px 0;
}
#header .top-search{
	margin:54px 0 0 0;
	float:right;
	width:212px;
	text-align:right;
}
#header .call{
	font-size:1.8em;
	color:#000;
	font-weight:bold;
	position:absolute;
	padding:0 20px 0 0;
	top:28px;
	right:0;
}
#header .nav{
	clear:both;
	overflow:hidden;
	position:relative;
	padding:0 0 35px 0;
	height:1%;
}
#header .nav ul{
	list-style:none;
}
#header .left-nav{
	float:left;
}
#header .left-nav li{
	float:left;
}
#header .left-nav li a, #header .left-nav li a:visited{
	float:left;
	display:block;
	margin:0 2px 0 0;
	height:29px;
	min-width:95px;
	line-height:29px;
	text-align:center;
	padding:0 0 0 10px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:1em;
	letter-spacing:1px;
	background:url(images/left-nav.png) no-repeat;
}
#header .left-nav li span{
	float:left;
	min-width:85px;
	display:block;
	height:29px;
	padding:0 10px 0 0;
	background:url(images/left-nav.png) 100% 0 no-repeat;
	cursor:pointer;
}
#header .left-nav .hover-one a:hover{
	color:#822164;
}
#header .left-nav .hover-two a:hover{
	color:#48b8d2;
}
#header .left-nav .hover-three a:hover{
	color:#e58a13;
}
#header .left-nav .hover-four a:hover{
	color:#ba0101;
}
#header .left-nav .hover-five a:hover{
	color:#c3cf21;
}
#header .left-nav li a:hover{
	text-decoration:none;
}
#header .left-nav li li a:hover{
	text-decoration:underline;
}
#header .left-nav li ul{
	position:absolute;
	padding:0 0 0 35px;
	width:925px;
	height:34px;
	left:0;
	bottom:0;
}
#header .left-nav li li{
	padding:0 30px 0 0;
	line-height:34px;
}
#header .left-nav li li a, #header .left-nav li li a:visited{
	float:none;
	display:inline;
	background:none;
	text-transform:none;
	letter-spacing:0;
	font-size:1.2em;
}
#header .right-nav{
	float:right;
	margin:2px 0 0 0;
}
#header .right-nav li{
	float:left;
	margin:0 0 0 2px;
}
#header .right-nav li a, #header .right-nav li a:visited{
	display:block;
	min-width:96px;
	height:27px;
	padding:0 0 0 10px;
	line-height:27px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	background:url(images/right-nav.png) no-repeat;
}
#header .right-nav li span{
	display:block;
	cursor:pointer;
	height:27px;
	min-width:86px;
	padding:0 10px 0 0;
	font-size:1em;
	background:url(images/right-nav.png) 100% 0 no-repeat;
}
/* Content */
#content{
	overflow:hidden;
	padding:0 16px 0 0;
}
#content .main-content{
	width:640px;
	padding:0 7px 0 16px;
	float:left;
}
#content #forum{
	width:960px;
	margin:0 auto;
}
#content .feature{
	text-align:center;
	margin:0 0 10px 0;
}
#content .post{
	overflow:hidden;
	padding:10px 0 12px 0;
	height:1%;
}
#content .single-post{
	background:url(images/post.png) 0 100% no-repeat;
}
#content .home-post{
	background:url(images/post.png) no-repeat;
}
#content .post h2{
	font-size:2.4em;
	line-height:24px;
	padding:1px 0 6px;
	margin:0 0 10px 0;
	font-weight:normal;
}
#content .thumbnail{
	float:left;
	text-align:center;
	width:210px;
}
#content .thumbnail .date{
	width:50px;
	height:52px;
	padding:4px 0;
	float:left;
	background:url(images/date.png) no-repeat;
}
#content .thumbnail .month{
	display:block;
	font-size:1.2em;
	line-height:12px;
	font-weight:bold;
}
#content .thumbnail .day{
	display:block;
	font-size:2.4em;
	line-height:24px;
	font-weight:bold;
	color:#a8a7a7;
}
#content .thumbnail .year{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}
#content .thumbnail img{
	padding:8px;
	background:#f0f0f0;
	float:left;
}
#content .post-thumbnail{
	margin:0 0 11px 0;
}
#content .post-thumbnail img{
	border:1px solid #d1d2d3;
}
#content .entry{
	width:409px;
	padding:0 0 0 16px;
	float:left;
}
#content .single-entry{
	width:auto;
	padding:0;
	clear:both;
	float:none;
}
#content .entry div{
	font-size:1.2em;
}
#content .entry h3{
	font-size:1.4em;
	margin:3px 0 0 0;
}
#content .entry p{
	font-size:1.2em;
	color:#656565;
	line-height:24px;
	padding:0 0 0 2px;
}
#content .entry ul li{
	font-size:1.2em;
	line-height:24px;
}
#content .entry a, #content .entry a:visited{
	color:#000;
}
#content .alignleft a, #content .alignleft a:visited, #content .alignright a, #content .alignright a:visited{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}
#content .meta{
	clear:both;
	overflow:hidden;
	height:1%;
}
#content .send-email{
	float:right;
	display:block;
	height:15px;
	line-height:15px;
	padding:0 16px 0 25px;
	font-size:1.2em;
	font-weight:bold;
	background:url(images/smail.png) 0 50% no-repeat;
}
#content .post-comment{
	float:right;
	display:block;
	height:15px;
	line-height:15px;
	padding:0 44px 0 15px;
	font-size:1.2em;
	background:url(images/pcomment.png)0 50% no-repeat;
}
#content .post-time{
	font-size:1.6em;
	color:#656565;
	font-weight:bold;
	float:left;
	margin:0 46px 0 0;
	padding:2px 0 0 0;
}
#content .meta .post-send{
	float:left;
	padding-top:6px;
	padding-bottom:6px;
}
#content  .send-email a, #content .send-email a:visited{
	color:#000;
}
#content  .post-comment a, #content .post-comment a:visited{
	color:#000;
}
#content h2.center,#content h2.pagetitle{
	font-size:1.6em;
	text-align:center;
	margin:10px 0 5px 0;
}
#content #comments{
	font-size:1.7em;
	font-weight:100;
	padding:10px 0 10px 0;
}
#content .commentlist{
	padding:0 0 15px 14px;
	background:url(images/post.png) 0 100% no-repeat;
}
#content .commentlist strong{
	padding:0 3px 0 0;
}
#content .commentlist p{
	font-size:1.1em;
	line-height:26px;
	color:#656565;
	margin:0;
	padding:0 0 8px;
}
#respond h3{
	font-size:1.7em;
	font-weight:100;
	padding:10px 0 10px 0;
}
#respond .ins{
	padding:0 0 15px 0;
}
#respond .ins small{
	font-size:1.1em;
	color:#656565;
}
#author, #email, #url{
	width:275px;
	height:15px;
	line-height:15px;
	padding:2px 2px 1px 2px;
	font-size:1.2em;
	color:#656565;
	border:1px solid #bdbdbd;
}
#comment{
	width:275px;
	height:179px;
	padding:2px;
	border:1px solid #bdbdbd;
}
#respond table td{
	padding:11px 0;
	vertical-align:top;
}
#respond table td label{
	display:block;
	width:140px;
}
#respond table td small{
	font-size:1.1em;
	color:#656565;
}
#respond table td label small{
	font-weight:bold;
}
#comment-submit{
	border:none;
	width:97px;
	display:block;
	height:30px;
	margin:0 0 0 140px;
	padding:8px 0 7px 0;
	line-height:15px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	background:url(images/comment-submit.png) no-repeat;
}
#commentform a, #commentform a:visited{
	color:#000;
}
/* Sidebar */
#sidebar{
	width:315px;
	float:right;
}
#sidebar p{
color:#000;
font-size:1.1em;
line-height:24px;
font-weight:bold;
}

#sidebar ul{
	list-style:none;
}
#sidebar .sidebar-rss{
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 5px 0;
}
#sidebar .sidebar-rss a{
	dispaly:block;
	height:32px;
	width:32px;
	background:url(images/feeds.png) no-repeat;
	float:right;
	margin:0 5px 0 0;
}
#sidebar ul li{
	margin:0 0 24px 0;
	clear:both;
}
#sidebar ul li a, #sidebar ul li a:visited{
	color:#000;
}
#sidebar ul li h2{
	height:31px;
	margin:6px 4px 5px 0;
	padding:0 0 0 6px;
	line-height:31px;
	font-size:1.6em;
	font-weight:normal;
}
#sidebar li li{
	line-height:26px;
	margin:0 0 0 7px;
	background:url(images/sidebar-li.png) 0 100% no-repeat;
}
#sidebar li li a{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}
#sidebar li h2 img{
	vertical-align:middle;
}
#sidebar .widget_twitter img{
	margin:0 19px 3px 0;
	float:left;
}
#sidebar .widget_twitter p{
	font-size:1.1em;
	color:#000;
	line-height:24px;
font-weight:bold;
}
#sidebar .widget_twitter a{
	color:#000;
	font-weight:bold;
}
#sidebar .widget_spf h2{
	background:none;
	height:31px;
	margin:6px 4px 5px 0;
	line-height:31px;
	font-size:1.6em;
	font-weight:normal;
	padding-left:0;
}
#sidebar .widget_spf  ul{
	list-style:none;
}
#sidebar .widget_spf  ul li{
	background:#f0f0f0;
	padding:0 0 0 3px;
	margin:0 4px 0 0;
}
#sidebar .widget_spf  ul li p{
	color:#656565;
	line-height:16px;
}
#twitter_update_list li{
	font-size:1.13em;
}

/* Footer */
#footer{
	padding:5px 20px 5px 18px;
	clear:both;
}
#footer .copyright p{
	font-size:1.6em;
	line-height:31px;
	text-align:center;
}

/* Forum */
#content #sforum{
	font-size:1.1em;
}
/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   
.alignleft,
img.alignleft {
	display: inline;
	float: left;
 	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
 	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote {
border-left:5px solid #CCCCCC;
margin-left:1.5em;
padding-left:5px
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/* Add */
.quick_find{
	padding:32px 0 20px;
	overflow:hidden;
}
.l-title{
	font-size:1.6em;
	font-weight:normal;
	height:31px;
	line-height:31px;
	margin:6px 4px 5px 0;
	padding:0 0 0 6px;
}
.btrade{
	float:left;
	width:217px;
	margin:0 12px 0 0;
}
.bcat{
	float:left;
	width:400px;
}
.quick_find h3{
	height:31px;
	line-height:31px;
	font-size:1.5em;
	padding:0 0 0 9px;
}

.btrade-body{
	padding:10px;
}
.btrade select{
	border-top:1px solid #a7afb2;
	border-left:1px solid #a7afb2;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}
#btrade-submit{
	display:block;
	margin:2px 0 0 0;
}
.quick-nav{
	padding:6px 10px 10px;
}
.quick-nav ul{
	list-style:none;
	overflow:hidden;
}
.quick-nav li{
	float:left;
	width:95px;
	padding:0 30px 0 0;
	overflow:hidden;
}
.quick-nav li a, .menu li a:visited{
	font-size:1.4em;
	text-decoration:underline;
}