/*
Theme Name: jasonbeyond custom theme, based tofurious
Theme URI: http://www.tofurious.com
Description: Custom Theme for Jason
Version: 1.0
Author: Andy Chin
Author URI: http://andychin.com/
Tags: single column, simple, wide
*/

/*BACKGROUND IMAGE************/
body {
	font-family:helvetica,'Palatino Linotype','Bookman Old Style','Century Gothic','Lucida Grande',Arial,Sans-Serif; /*ENTRY FONTS*/
	font-size:14px;
	color:#999;/*OVERALL TEXT COLOR*/
	background-color:#161410;
	/*background-image:url(images/bkg-gradient.gif);*/
	background-position:center top;
	background-repeat:repeat-y;
	margin:0;
}


/*LINK STYLES****************/
a {
	text-decoration:none;
	color:#D8D7D3;
}
a:hover {
	text-decoration:none;
	color:#FFF;
}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:100%;
}


/*BANNER COLORS*************/
#banner {
height: 440px; /*BANNER HEIGHT in case you want to change it*/
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:none;
}
.holder .text strong {
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	margin-top: 20px;
	padding:5px;
	text-align:left;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: inherit;
	font-weight:normal;
	line-height:25px;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: inherit;
	font-weight:normal;
	line-height:25px;
	text-transform:uppercase;
	padding:0 30px;
}
h2 a{
	text-decoration:none;
	color:#BD934F;
	font-family:Georgia;
}
h2 a:hover{
	text-decoration:none;
	color:#BD934F;
	font-family:Georgia;
}
h3 {
	margin:0;
	font-size:20px;
	font-family: inherit;
	font-weight:normal;
	line-height:25px;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span {
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	padding:0 30px;
}


/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font-size:10px;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#outshadow {
	background:url(images/outwrapshadinv.png) repeat-y 0 10px;
	width:1021px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#outshadow_top {
	background:url(images/outtopwrapshadinv.png) no-repeat;
	width:1021px; height:18px;
	margin:auto;
}
#outshadow_bottom {
	background:url(images/outbotwrapshadinv.png) no-repeat 0 1px;
	width:1021px; height:18px;
	margin:auto;
}
#main {
	width: 1000px;
	padding:0 0 20px;
	/*margin:0 10px -1px;*/
	margin:auto;
	text-align:justify;
	border:1px solid #363430;
	border-top:none;border-bottom:none;
	position:relative;
}
/*header*/
#header {
	background:none;
}
#header img {display:block;}

.holder {
	padding:5px 15px;
	width:250px;
	overflow:hidden;
	float:right;
	margin: -5px -10px;
}
.holder ul li img {
	border:none;
	padding:0;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder .text {
	width:250px;
}
.holder ul li.fb {
	padding-top:20px;
}
.holder ul li.search {
	padding-top:0px;
}
.holder ul li.search label {
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
}
.holder ul li.search span {
	background:url(images/searchfield.png) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}

.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}

#twitter {
	background:url(images/twitter.png);
	position:relative;
	height:80px;
	width:251px;
	margin-top:20px;
}
#twitter2 {
	position:relative;
	float:right;
	margin-right:10px;
	text-align:right;
}
#twitter_follow {
	width:60px;
	height:80px;
}
#twitter_update_list {
	padding:5px 0;
	font-size:11px;
	font-family:Arial;
}

/*content*/
#content {
	width:999px;
	padding:23px 0 0 0;
	margin:auto;
}
.entry IMG {
	padding:0;
	border:2px solid #363430;
}
.entry .wp-smiley {
	border:none;
	padding:0;
}
.entry {	
	color:#999;
	padding:5px 30px;
}
.entry p {
	line-height:20px;
	margin:0 0 22px;
	text-align:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding:10px;
	text-transform: uppercase;
	font-family: inherit;
	border:1px solid #35302A;
	border-left:none; border-right:none;
}
.postmetadata a {
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {
	text-decoration:underline;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#postmetabox {
	position:relative;
	padding:5px 30px 20px;
	text-align:left;
	font-size: 12px;
	text-transform: uppercase;
	font-family: inherit;
}
#postmetabox a {
	text-decoration:none;
}
#postmetabox img {
	padding:0;
	border:none;
}
#postmetaboxleft {
	float:left;
	width:200px;
	text-align:right;
	border-right:1px solid #35302A;
}
#postmetaboxright {
	width:680px; height:120px;
	text-transform:none;
	overflow-y:scroll;
}
#postmetaboxright ul {
	padding:0;
	margin:0;
}
#postmetaboxright ul li {
	padding:0 5px 20px 5px;
}
#postmetaboxcomment {
	background:url(images/commentpost.png) right no-repeat;
	width:200px;height:38px;
	float:left;
}
#postmetaboxcomment a {
	display:block; width:200px;height:100%;
	position:absolute;left:100px;top:10px;font-size:35px; color:#BD934F;
}
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em inherit:
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist img {
	border:0;
}
.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {
	width: auto;
}
#commentform p {
	font-family: inherit:
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
	text-align:left;
	width:60%;
	margin:auto;
}
.breaker {height: 20px; width: 100%;}

#search2 {
	width:220px;
	height:24px;
	float:right;
	margin-top:3px;
}
#searchform {
	float:right;
}
#search2 img {
	display:inline;
}
.search2input {
	background:none;
	background:url(images/searchfield.png) no-repeat ;
	border:0;
	width:128px;
	margin:1px 5px;
	height:22px;
}
.rss {
	width:auto;
	float:right;
	margin:2px 5px;
}


span.cap {
float:left;
line-height:0.9em;
padding-right:0.1em;
margin-bottom:-0.2em;
font-size:300%;
}
p.first-child{
font-weight: normal;
}