/*
Theme Name: fabricpress green
Theme URI: http://www.getacustomdesign.com/
Description: Fabricpress nice wordpress theme for personal blog.
Version: 1.1
Author: Jay Hafling
Author URI: http://jayhafling.com/
Tags: Brown, dark, textured, contrast, widget ready
*/
/*############################ Global Settings ############################*/
/***** Global Settings *****/
html, body 
{
	border:0;
	margin:0;
	padding:0;
}

* 
{
	padding:0;
	margin:0;
}
body 
{ 
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color:#edead0;
	background:#201b12 url(images/body.jpg) top left repeat;
}


/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 
{
	font-size:20px;
	font-style:italic;
	
}

h2 
{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#f7f7f7;
	padding:0 0 0 0px;
	margin:0 0 6px;
	padding:0 0 7px 0;
}

h3 
{
	font-size:14px;
	font-style:normal;
	color:#fff;
	padding:0 0 10px 0;
}
h4
{
	padding:0 0 5px;
}
h5
{
	padding:0 0 5px;
}

/***** Common Formatting *****/

p, ul, ol 
{
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol 
{
	padding:0 0 1.25em 2.5em;
}

blockquote 
{
	margin:1.25em;
	padding:0 1.25em 0 1.25em;
}

small 
{
	font-size:0.85em;
}

img 
{
	 border:0;
}

sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover 
{
	text-decoration:underline;
}

a:link
{
	color:#faf9a9;	
}
a:visited
{
	color:#fdffe1;	
}
a:hover 
{
	color:#ff6c00;
}
a:active
{
	color:#fff;
}

/***** Forms *****/

form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}

textarea 
{
	width:100%;
	line-height:1.25;
}

label 
{
	cursor:pointer;
}

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
}

/***** Wrapper *****/

.wrap 
{
	width:960px;
	margin:0 0 0 40px;
	
}


/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 

.header
{
	width:100%;
	height:147px;
	background:url(images/header.jpg) top left repeat-x;
}
.header_inner
{
	width:100%;
	
}
.top
{
	width:100%;
	height:24px;
	padding:3px 0 0 0;
	text-align:right;
}
.top img
{
	vertical-align:middle;
	margin:0 5px 0 0;
}
.top a, .top a:visited
{
	font:italic 11px/180% Georgia, "Times New Roman", Times, serif;
}
form.search_form
{
	margin:0 15px 0 0;
}
form.search_form input
{
	vertical-align:middle;	
}
input.search_submit
{
	margin:0px auto;
	background:url(images/btn.gif) top left repeat-x;
	text-align:center;
	padding:0 3px;
}
input.search_input
{
	width:130px;
	height:19px;
	border:3px solid #201c0a;
	padding-top:3px;
	padding-left:5px;
	margin:0 5px 0 0;
}
.logo
{
	float:left;
	overflow:hidden;
	border:5px solid #100e03;
	height:82px;

}
.logo_left
{
	width:13px;
	height:82px;
	overflow:hidden;
	float:left;
	background:url(images/logo_left.gif) top left no-repeat;
}
.logo_right
{
	width:14px;
	height:82px;
	overflow:hidden;
	float:left;
	background:url(images/logo_right.gif) top left no-repeat;
}
.logo_body
{
	float:left;
	background:url(images/logo_body.gif) top left repeat-x;
	height:82px;
}
.logo_body h1
{
	font-size:41px;
	line-height:100%;
	padding:10px 0px 0 7px;
}
.logo_body h1 a, .logo_body h1 a:visited
{
	color:#fff;
	text-decoration:none;
}
.description
{
	font-size:12px;
	color:#fdffe1;
	text-transform:uppercase;
	padding:0px 0 0 7px;
}

.header_right
{
	float:right;
	height:90px;
	padding:25px 0 0 0px;	
	width:600px;
}
.header_right ul
{
	display:block;
	height:65px;
	margin:0;
	padding:0;
	list-style:none;
}
.header_right ul li
{
	margin:0;
	padding:0;
	color:#fff;
	font-size:14px;
	
}

/*Content*/
.content
{
	width:942px;
	overflow:hidden;
	padding:36px 0 0 18px;
	min-height:600px;
}
.mainbar
{
	width:647px;
	float:left;
	overflow:hidden;
}
.post
{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
.post_header
{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #615425;
}
.post_left
{
	width:110px;
	float:left;
	overflow:hidden;
	font-size:11px;
	color:#fff;
	line-height:120%;
	text-align:center;
}
.post_right
{
	width:522px;
	float:right;
	overflow:hidden;
}
.post_right h1
{
	margin:0;
	padding:0;
}
.entry h1
{
	padding:0 0 20px 0;
}
.post_right h1 a, .post_right h1 a:visited
{
	text-decoration:none;
}
.post_right h1 a
{
	color:#fff;
}
.post_right h1 a:hover
{
	color:#a4dd66;
}
.date
{
	font-size:13px;
	color:#f5e1ff;
	line-height:22px;
	text-align:left;
}
.entry
{
	width:100%;
	overflow:hidden;
	padding:25px 0 0 0;
}
.comments_btn
{
	width:90px;
	margin:20px auto;
	height:19px;
	background:#100e03;
	text-align:center;
}
.comments_btn_left
{
	width:90px;
	height:19px;
	background:url(images/comments_left.gif) top left no-repeat;
}
.comments_btn_right
{
	width:90px;
	height:17px;
	padding:2px 0 0 0;
	background:url(images/comments_right.gif) top right no-repeat;
}
.comments_btn_right a, .comments_btn_right a:visited
{
	font-size:11px;
	font-style:italic;
}
/*sidebar*/
.sidebar
{
	width:222px;
	overflow:hidden;
	float:right;
}
.sidebar h2
{
	border-bottom:1px solid #413a1f;
	padding:0 0 0 6px;
}
.sidebar ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sidebar ul li
{
	display:block;
	margin:0px;
	padding:0px 0 25px;
	list-style:none;
}
.sidebar ul li ul
{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}
.sidebar ul li ul li
{
	display:block;
	margin:0px;
	padding:3px 0 9px 6px;
	list-style:none;
	background:url(images/dashed.gif) bottom left repeat-x;
	font:13px/160% Arial, Helvetica, sans-serif;
}
/*Footer*/

.footer
{
	width:100%;
	height:64px;
	background:url(images/footer.jpg) top left repeat-x;
	margin:40px 0 0;
}
.footer_inner
{
	padding:20px 0 0 0;
}

/* Comments */
.comments
{
	width:100%;
	overflow:hidden;
	border-top:1px solid #413a1f;
}
.comments h1
{
	padding:20px 0 20px;
}
ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
li.comment
{
	display:block;
	padding:10px 20px;
	margin:0 0 10px;
	background:url(images/dashed_2.gif) bottom left repeat-x;
}
li.comment img
{
	border:10px solid #100e03;
	float:left;
	margin:0 36px 0 0;
}

li.comment cite
{
	
	font-style:normal;
	font-size:14px;
	line-height:80%;
	margin:0;
	padding:0;
}
li.pingback
{
	display:block;
	padding:10px 20px;
	margin:0 0 10px;
	background:url(images/dashed_2.gif) bottom left repeat-x;
}
li.pingback .vcard
{
	padding:0 0px 0 105px;
}
li.pingback .p
{
	padding:0 0px 0 105px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 105px;
}
li.comment span
{
	font-style:normal;
	font-size:11px;
}
.commentmetadata
{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.comment-body
{
	width:100%;
	overflow:hidden;
}
.comment-body p
{
	width:500px;
	overflow:hidden;
	float:right;
	padding:0 0 5px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dacee2;
}

/*Comment form*/
.commentform
{
	width:100%;
	background:#100e03;
	overflow:hidden;
	margin:0 0 10px 0;
}
.commentform_inner h1
{
	padding:0 0 15px;
}
.commentform_inner
{
	padding:18px 16px 25px;
	overflow:hidden;
}

.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#fff;
}

.commentform_hint
{
	padding:6px 9px;
	background:#322d0f;
	overflow:hidden;
	color:#e6e6e6;
	font-size:11px;
	margin:0 0 5px 0;
}
form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left
{
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}
.commentform_right
{
	float:right;
	width:440px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0 2px 4px;
}
.commentform_left input
{
	width:145px;
	height:19px;
	border:1px solid #000;
}
.commentform_right textarea
{
	width:468px;
	height:72px;
	border:1px solid #000;
}
.commentform_right input.commentform_submit
{
	width:67px;
	height:20px;
	background:url(images/btn.gif) top left repeat-x;
	margin:12px 0 0 0;
	border:1px solid #000;
	font-size:12px;
	cursor:pointer;
}
.tags
{
	padding:10px 0;
	font-size:10px;
}

/*additions*/
table#wp-calendar 
{
	width:100%;
}
#page-links a, #page-links a:visited
{
	padding:0 5px 0 5px;
}
blockquote 
{
	padding:0 0 0 15px;
	margin:0 1.25em 1.25em;
	border-left:3px solid #764F27;
}
/*menu*/
.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 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
ul.menu
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
ul.menu li
{
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 25px 0 0;
	position:relative;
}
ul.menu li a, ul.menu li a:visited
{
	text-decoration:none;
}
ul.menu li.current_page_item a
{
	color:#fff;
}
ul.menu li ul 
{ 	
	position: absolute; 
	left:0px; 
	top: 10px;
	display:none;
	width:200px;
}
ul.menu li ul li
{
	padding:5px 25px 5px 0;
	display:block;
	margin:0;
	position:relative;
}
ul.menu li ul li ul
{
	position: absolute; 
	left:0px; 
	top: 10px;
	display:none;
	padding:5px 0 0 0;
}

ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 