

*{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img,
a{
	outline: 0;
	border: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}
.clear{ 
	clear: both; 
}


/* ----------------------  Body -------------------------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	color: #707070;
	background: #000;
}

/* ----------------------  Main Elements -------------------------- */

a{ 
	text-decoration: none; 
	color: #F90;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 
	margin: 0 0 1em;
}
strong{
	font-weight: 700;
}
em{
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* ----------------------  Headings -------------------------- */

h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: 100;
	line-height: 130%;
	text-transform: capitalize;
}
h1{
	font-size: 2.14em;
	margin: 0 0 20px 0;
	padding: 0;
}
h2{
	font-size: 1.71em;
	margin: 30px 0 10px 0;
}
h3{
	font-size: 1.4em;
	font-style: italic;
	margin: 2em 0em 0.63em 0em;
}
h4{
	font-size: 1em;
}
h2.entry-title{
	font-size: 1.71em;
	margin: 10px 0 20px 0 !important;
	line-height: 0 !important;
}
h2.entry-title a{
	color: #FFF;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	border-bottom: 2px solid #F90;
}
h2.author-page-title{
	background: url('images/double-border.png') bottom repeat-x;
	margin: 40px 0 20px;
	padding: 0 0 20px 0;
}
h1#archive-title{
	margin: 0 0 20px 0;
	text-transform: capitalize;
}
.full-width h1{
	padding: 0;
}
h3#comments{
	margin: 0 0 20px 0;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#related-posts h3{
	margin: 0 0 20px 0;	
}
#sidebar h4{
	margin: 0 0 10px 0;
	font-size: 1.7em;
}
#footer h4{
	margin: 0 0 10px 0;
	font-weight: 100;
	font-size: 1.5em;
}

/* ----------------------  Wrap -------------------------- */

#wrap{
	width: 980px;
	margin: 0 auto 30px auto;
	background: #252525;
	padding-top: 30px;
}
#main{
	float: left;
	width: 610px;
	padding: 0 20px 20px 20px;
}
#sidebar{
	float: right;
	width: 300px;
	margin-right: 20px;
	font-size: 0.93em;
}
.full-width{
	width: 940px !important;
	background: #FFF !important;
	border: none !important;
}

/* ----------------------  Header -------------------------- */

#header{
	background: #252525 url('images/double-border.png') bottom repeat-x;
	margin: 30px auto 0 auto;
	width: 980px;
	min-height: 110px;
	position: relative;
}
#header-logo{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align: left;
}
a#logo{
	font-size: 2.43em;
	color: #FFF;
	font-weight: 700;
}
#logo:hover{
	text-decoration: none;
}
p.header-description{
	text-transform: capitalize;
	font-size: 0.86em;
	margin: 0;
}

/* ----------------------  Sidebar -------------------------- */

#sidebar ul{
	list-style: none;
	margin-left: 5px; 
}
#sidebar li{
	margin: 5px 0;
}
.sidebar-box{
	padding: 15px;
	margin-bottom: 20px;
	background: #1E1E1E;
}

/* ----------------------  Thumbnail Images -------------------------- */

.thumbnail-wrap{
	float: left;
	margin-right: 20px;
}
a img.thumbnail,
img.thumbnail{
}

/* ----------------------  Posts | Pages -------------------------- */

.inline-byline{
	display: inline-block;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 0.79em;
	color: #666;
	background: #2C2C2C;
}
.inline-byline a{
	text-transform: capitalize;
}
span.inline-byline-author a{
	color: #000;
}

.post{
	float: left;
	width: 600px;
	position: relative;
	margin: 0 0 20px 0;
}
.postcontent{
	padding: 0 0 20px 0;
	color: #707070;
}
.postcontent ul{
	margin: 10px 40px;
}
.postcontent ol{
	margin: 10px 40px;
}
.postcontent .alignleft{
	float: left;
	margin: 10px 10px 10px 0;
}
.postcontent .alignright{
	float: right;
	margin: 10px 0 10px 10px;
}
.postcontent .alignnone{
	margin: 10px 0;
}
.postcontent .aligncenter,
.postcontent .center{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote{
	width: 450px;
	padding-left: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px auto;
	border-left: 2px solid #000;
}
.postcontent .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postcontent .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.postcontent .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.postcontent hr{
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 4px solid #F90;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
a.read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
	color: #09F;
}
.byline{
	margin: 30px 0 40px 0;
	font-size: 0.86em;
	background: #1E1E1E;
	padding: 20px;
}
.byline span{
	color: #999;
}

/* ----------------------  Author Page -------------------------- */

#author-bio-avatar{
	float: left;
	margin: 0 20px 0 0;
}

/* ----------------------  Breadcrumbs -------------------------- */

ul.breadcrumbs{
	list-style: none;
	margin: 30px 0 0 0;
	font-size: 0.86em;
}
ul.breadcrumbs li{
	display: inline;
}

/* ----------------------  Related Posts -------------------------- */

#related-posts{
	background: #1E1E1E;
	padding: 20px;
}
.related-posts-thumbnail-wrap{
	width: 86px;
	height: 76px;
	float: left;
	margin: 0  15px 0 0;
}
#related-posts ul{
	list-style: none;
	margin: 0;
	font-size: 0.86em;
}
#related-posts ul li{
	margin: 0 0 20px 0;
}

/* ----------------------  Archives -------------------------- */

#title-wrap{
	margin: 0 0 30px 0;
}


/* ----------------------  Comments -------------------------- */

#comment-wrap{
	width: 560px;
	background: #1E1E1E;
	padding: 20px;
}
.comment-author{
	color: #F90;
	font-size: 0.93em;
	font-weight: 700;
}
.commentlist li {
	margin: 0 0 40px 0;
}
ul.children li{
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li,ul.children li li li, ul.children li li{
	margin: 0 0 0 30px;
}
.comment-wrap{
	background: #151515;
	position: relative;
	font-size: 0.93em;
	padding: 10px;
	margin: 0 0 20px 0;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist{
	list-style: none;
}
.comment-avatar{
	float: left;
	margin-right: 30px;
}
.commentlist .children{
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input{
	background: #333;
	padding: 5px;
}
#commentform textarea:focus,
#commentform input:focus{
	background: #000;
}
#commentform textarea{
	width: 550px;
}
.comment-reply{
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	text-align: right;
	line-height: 0;
}
a.comment-reply-link{
	background: #333;
	padding: 2px 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 0.79em;
}
a.comment-reply-link:hover{
	background: #F90;
}
input#submit{
	background: #2C2C2C;
	padding: 10px 15px;
	border: none;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input#submit:hover{
	background: #484848;
}
input#author,
input#email,
input#url,
textarea#comment{
	color: #FFF;
	border: none;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	color: #F00;
	font-weight: bold;
}
#commentform label{
	font-size: .857em;
	color: #898989;
	padding-left: 5px;
}
span.required{
	color: #F00;
}


/* ----------------------  Default Pagination | PageNavi -------------------------- */

#paginate{
	padding: 0 20px;
}
#paginate-left,
#paginate-right{
	font-size: 0.86em;
	float: left;
}
#paginate-right{
	float: right;
}
.wp-pagenavi{
	clear: left;
	padding: 0 0 20px 0;
	font-size: 1em;
}
.wp-pagenavi span.pages{
	border: none !important;
}
.wp-pagenavi a.page,
a.nextpostlink,
a.previouspostlink{
	border: none !important;
	padding: 3px 7px !important;
	margin-right: 5px !important;
	color: #666 !important;
}
span.current,
.nextpostslink{
	padding: 3px 7px !important;
	margin-right: 5px !important;
}
.wp-pagenavi a:hover,
span.current{
	background: #363636;
	text-decoration: none;
	border: none !important;
	color: #FFF !important;
}

/* ----------------------  Footer -------------------------- */
#footer-wrap{
	width: 980px;
	background: #252525 url('images/double-border.png') top repeat-x;
}
#footer{
	padding: 20px 20px 0 20px;
	color: #333;
	font-size: 0.86em;
}
#footer-widget-left,
#footer-widget-middle-left,
#footer-widget-middle-right,
#footer-widget-right{
	float: left;
	width: 205px;
}
#footer-widget-left,
#footer-widget-middle-left,
#footer-widget-middle-right{
	margin: 0 40px 0 0;
}
.footer-box{
	margin: 0 0 20px 0;
}
.footer-box a{
	color: #999;
}
.footer-box ul li a:hover{
	text-decoration: none;
	color: #F90;
}
.footer-box  ul{
	list-style: none;
}
.footer-box ul li{
	margin: 5px 0;
}

/* ---------------------- Copyright -------------------------- */

#copyright{
	position: relative;
	background: #252525 url('images/double-border.png') top repeat-x;
	padding: 10px 20px;
	color: #575757;
	font-size: .85em;
}
#copyright p{
	margin: 0;
}
#copyright a{
	color: #999;
}
#back-to-top{
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#back-to-top a{
	padding: 3px 5px;
	background: #000;
	color: #FFF;
}
#back-to-top a:hover{
	color: #000;
	background: #F90;
	text-decoration: none;
}

/* ----------------------  Search -------------------------- */

#search-wrap{
	position: relative;
}
#search{
	width: 170px;
	height: 30px;
	border: 1px solid #CCC;
	padding: 0 5px;
	line-height: 30px;
	color: #999;
	text-shadow: none !important;
	
}
#searchbar{
	width: 160px;
}
#search:focus{
	color: #333;
}
#searchsubmit{
	width: 75px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #2C2C2C;
	border: 0;
	color: #FFF;
	cursor: pointer;
}
#searchsubmit:hover{
	background: #6A6A6A;
}