/*
Theme Name: Minimal Xpert
Theme URI: http://xpertseries.com
Description: A minimal, yet feature rich WordPress Theme
Author: AJ Clarke
Version: 1.02
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, post thumbnails, featured slider
License: GPL
*/

/*** Reset Browser Settings ***/
*{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}


/*** Main Body ***/
body { 
	font-size: 14px; 
	font-family: arial, sans-serif; 
	line-height: 1.5em; 
}
.marginbottom{ 
	margin-bottom: 20px; 
}


/*** Clearfix **/
.clear{ 
	clear: both; 
}


/*** Links ***/
a { 
	text-decoration: none; 
	color: #3E6C9F; 
}
a:hover { 
	text-decoration: underline; 
}


/*** Styles ***/
p { 
	margin: 0 0 1em;
}
textarea,input { 
	font-size: 13px; 
	font-family: arial, sans-serif;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
.left{
	float: left;
}
.right{
	float: right;
}
small{
	font-size: 12px;
	color: #666;
}

/*** Headings ***/
h1 {
	font-size: 2em;
	color: #464646;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h2,h3,h4 {
	color: #514F44;
}
.postcontent h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #464646;
	margin: 20px 0px 10px 0px;
}
h1.posttitle {
	font-size: 2.143em;
	font-weight: bold;
	margin-bottom: 10px;
}
h1.pagetitle {
	font-size: 1em;
	text-align: center;
	font-style: italic;
}
.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 2em 0em 0.63em 0em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3#comments {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#respond h3 {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
}
#featuredposts h2 {
	font-size: 2.143em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: .1em 0 0 0;
	line-height: 1.1em;
	color: #5E8DC1; 
}
h2.posttitlehome{
	color: #3E6C9F;
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: normal;
}


/*** Main Layout ***/
#container {
	width: 980px;
	background: #FFF url(images/pagebg.png) repeat-y;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC; 
}
#main {
	float: left;
	width: 639px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 20px;
}


/*** Header ***/
#header {
	width: 980px;
	margin: 0px auto;
	height: 100px;
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: relative;
	z-index: 1;
}
#header-logo{
	position: absolute;
	top: 20px;
	left: 20px;
}
a.logo {
	height: 35px;
	display: block;
	line-height: 45px;
	font-size: 35px;
	color: #ffffff;
}
.logo:hover {
	text-decoration: none;
	color: #87AAD1;
}
p.tagline {
	color: #999;
}


/*** Primary Nav ***/
#primary-navwrap{
	background: #EDEDED;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
#primary-nav ul{
	width: 978px;
	margin: 0 auto;
	list-style: none;
}
#primary-nav li {
	float: left;
}


/*** Primary Drop Down***/
#primary-nav a{
	display: block;
	line-height: 35px;
	height: 35px;
	color: #999;
	padding: 0 20px;
	font-size: 15px;
	text-shadow: 1px 1px 1px #FFF;
}
#primary-nav a:hover{
	color: #333;
	text-decoration: none;
	background: #f7f7f7;
}
#primary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	margin: 0px;
	background: #EDEDED;
	border: 1px solid #CCC;
}
#primary-nav li ul li {
	float: none;
}
#primary-nav li ul ul {
	margin: -36px 0 0 180px;
	width: 180px; 
	border-top: 1px solid #CCC;
}
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul, 
#primary-nav li.sfhover1 ul ul,
#primary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul, 
#primary-nav li li li:hover ul,
#primary-nav li.sfhover ul, 
#primary-nav li li.sfhover1 ul,
#primary-nav li li li.sfhover1 ul {
	left: auto;
}
#primary-nav li:hover,
#primary-nav li.sfhover1 { 
	position: static;
}


/*** Secondary Nav ***/
#secondary-navwrap{
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 45px;
}
#secondary-nav ul{
	list-style: none;
}
#secondary-nav li {
	float: left;
}
#secondary-nav a{
	display: block;
	line-height: 45px;
	color: #333;
	padding: 0 20px;
}
#secondary-nav a:hover{
	text-decoration: none;
	background: #F8F8F8;
	color: #63a5ee;
	text-shadow: 1px 1px 1px #FFF;
}


/*** Secondary Drop Down***/
#secondary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	background: #FFF;
	border: 1px solid #CCC;
}
#secondary-nav li ul a{
	line-height: 35px;
	height: 35px;
}
#secondary-nav li ul li {
	float: none;
	border: none;
}
#secondary-nav li ul ul {
	margin: -36px 0 0 180px;
	width: 180px;
	border-top: 1px solid #CCC;
}
#secondary-nav li:hover ul ul,
#secondary-nav li:hover ul ul ul, 
#secondary-nav li.sfhover1 ul ul,
#secondary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#secondary-nav li:hover ul,
#secondary-nav li li:hover ul, 
#secondary-nav li li li:hover ul,
#secondary-nav li.sfhover ul, 
#secondary-nav li li.sfhover1 ul,
#secondary-nav li li li.sfhover1 ul {
	left: auto;
}
#secondary-nav li:hover,
#secondary-nav li.sfhover1 { 
	position: static;
}


/*** Page Navigation ***/
.paginate{
	font-weight: normal;
	font-size: 0.86em;
	height: 40px;
	line-height: 40px;
	width: 600px;
	padding: 0 20px;
}
.paginate a:hover{
	text-decoration: none;
}
.paginate-left{
	float: left;
}
.paginate-right{
	float: right;
}
.paginate-right a{
	text-decoration: underline;
}


/*** Post  ***/
.post {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
.postimg img{
	float: left;
	margin: 0 20px 20px 0 !important;
}
.noborder{
	border-bottom: none;
}


/*** Post Content ***/

.postcontentt h1 {
	font-size: 2em;
	font-weight: bold;
	color: #FF7600;
}
.postcontent {
	color: #707070;
	margin-bottom: 20px;
}
.postcontent ul {
	margin: 10px 40px;
}
.postcontent ol {
	margin: 10px 40px;
}
.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.postcontent .aligncenter,
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	border-left: 4px solid #63a5ee;
	font-size: 0.86em;
	margin: 20px 0;
	margin-left: 20px;
}
.postcontent img {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px;
}


/*** Byline ***/
#byline {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 20px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#byline a{
	color: #999;
	text-decoration: none;
}
span.metas{
	margin-right: 10px;
	background: #F4F4F4;
	padding: 5px; color: #999;
	text-shadow: 1px 1px 1px #FFF;
}


/*** Category Pages ***/
h1.category-title{
	padding: 0px 0px 20px 20px;
	font-size: 1em;
	font-style: italic;
}


/*** Comments ***/
.commentlist li {
	margin: 0 20px ;
}
.comment-wrap{
	border: 1px solid #CCC;
	margin-left: 80px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
ol.commentlist {
	list-style: none;
}
.comment-avatar {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #EBEBEB;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
}
.commentlist .children .comment-content {

}
.commentlist .children .children .comment-content {

}
.commentlist .children .children .children .comment-content {

}
.commentlist .children .children .children .children .comment-content {

}
.commentlist .children .children .children .children .children .comment-content {

}
#commentform{
	padding: 20px;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
}
.reply a{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 2px 10px; 
	color: #333;
	text-decoration: none;
	font-size: .8em;
}
.reply a:hover{
	background: #333;
	color: #FFF;
}
input#submit {
	padding: 5px;
	border: 1px solid #CCC;
	color: #333;
	background: #F4F4F4;
	cursor: pointer;
}
input#submit:hover{
	background: #333;
	color: #FFF;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	color: #C50A17;
	font-weight: bold;
}


/*** Footer ***/
#footer h4{
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #333;
}
#footer { 
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	width: 980px; 
	font-size: .88em;
	color: #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#footer a{
	color: #5E8DC1;
}
#footer ul{
	list-style: none;
}
#footer li{
	float: left;
	width: 205px;
	padding: 20px;
}
li.blogroll{
	width: 180px !important;
}
#footer li li{
	margin: 0;
	padding: 2px 0;
}


/*** Copyright ***/
#copyright{
	color: #989898;
	margin: 0 auto;
	width: 940px; 
	font-size: .85em;
	padding: 20px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
}


/*** Search ***/
#searchform{
	position: absolute;
	right: 20px;
	top: 9px;
	font-size: .8em
}
input#search{
	background: #F9F9F9;
	width: 200px;
	padding: 5px;
	border: 1px solid #CCC;
	color: #666;
}
#searchsubmit{
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
#searchsubmit:hover{ background: #333; }


/*** Sidebar ***/
#sidebar ul{
	background: #FFF;
	list-style: none;
	margin: 0; 
}
#sidebar li{
	margin: 5px 0;
}
.box{
	background: #FFF;
	margin-bottom: 20px;
}
.box a{
	color: #666;
}
.box a:hover{
	text-decoration: none;
	color: #5E8DC1;
}
.box ul{
	padding: 20px 10px;
	border: 1px solid #CCC;
}
.textwidget{
	padding: 20px 10px;
	border: 1px solid #CCC;
}
#sidebar h4{
	font-size: 18px;
	color: #999;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0;
}


/*** Subscribe ***/
.subscribe-twitter a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px; 
	background: url(images/twitter.png) left no-repeat;
}
.subscribe-twitter a:hover{
	margin-left: 0px !important;
}
.subscribe-feed a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/feed.png) left no-repeat;
}
.subscribe-feed a:hover{
	margin-left: 0px !important;
}


/*** Related Posts ***/
h3.relatedpostsheader{
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.43em;
	font-weight: bold;
}
p.relatedposts{
	margin-left: 20px;
	padding: 0;
	margin-bottom: 5px;
}


/***Ads***/
#header-ad{ position: absolute; right: 20px; top: 20px; }