/* 
Theme Name: Equipment Genius Wordpress Theme
Theme URL: http://www.equipmentgenius.com
Description: A starter theme designed by Kevin Leary and Alex Fedorov of Fresh Tilled Soil
Author: Alex Fedorov, Kevin Leary
Author URI: http://www.freshtilledsoil.com
Version: 1.0
*/

/* jQuery Styles */
#content p.intro
{
	font-size:1.2em;
	font-style:italic;
	color:#111;
	font-family:Georgia, Times, serif;
}

/* Basic Typography */

hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }

blockquote p
{
	margin:0;
}
p.citation cite, .post p cite {
	font-style:italic;
	font-weight:normal;
	text-align:right;
	padding:0;
	margin:0;
	color:#333;
}
cite {
	display:block;
	text-align:right;
}
/* Lists */
ul { list-style:disc outside; padding:0 0 0 1.6em }
ol { list-style:decimal outside; padding:0 0 0 1.6em }
/* Headings */
h1, h2, h3, h4, h5, h6
{
	line-height:1.3em;
}
/* Font Size */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/* Vertical Spacing */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
a:link,
a:visited
{
	color:#0072bc;
	text-decoration:none;
}
a:hover,
a:active
{
	color:#30adff;
}

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*.alignleft
{
	float:left;
	display:inline;
	margin:0 1em 0.6em 0;
}
*.alignright
{
	float:right;
	display:inline;
	margin:0 0 0.6em 1em;
}
*.more-link
{
	display:block;
	margin:0 0 1.6em 0;
}

/* Forms */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
form div { margin-bottom: .8em; }
span.required
{
	font-size:14px;
	font-weight:bold;
	color:red;
}
textarea
{
	width:300px;
	display:block;
}

/* Contact Form Plugin */
div.wpcf7 p
{
	vertical-align:text-top;
}
#wrapper div.wpcf7-mail-sent-ok
{
	background:#398f14;
	color:#fff;
}
#wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}
#wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#ffa500;
	color:#fff;
}
#wrapper div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#f7e700;
	color:#2D2D2D;
}
#wrapper div.wpcf7-response-output
{
	margin:0 0 24px 0;
	font-weight:bold;
}
#wrapper span.wpcf7-not-valid-tip {
	position:static;
	top:0;
	left:0;
	z-index:100;
	background:#ff0000;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:4px 6px 2px 6px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* Layout */
#wrapper,
div.inner
{
	margin:0 auto;
}

#content {
	float:left;
	display:inline;
	width:700px;
	height:auto;
	min-height:300px;
	padding:0 0 14px 0;
	margin:0 0 0 18px;
	line-height:1.35em;
}

#content img {
	display:block;
	margin:0 0 12px 0;
}
#content img.rightalign {
	float:right;
	display:block;
	margin:0 0 12px 20px;
}
#content img.leftalign {
	float:left;
	display:block;
	margin:0 20px 12px 0;
}

#content ul.page-subnav {
	display:block;
	margin:0 0 14px 0;
	padding:0px 0 3px 0;
	border-bottom:solid 1px #d2d2d2;
	list-style-type:none;
	line-height:normal;
}
#content ul.page-subnav ul {
	margin:0;
	padding:0;
}
#content ul.page-subnav li {
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#content ul.page-subnav a {
	display:block;
	float:left;
	font-size:13px;
	margin:0 3px 0 0;
	padding:5px 8px;
	width:auto;
	height:auto;
	background:#f0f0f0;
	color:#444;
	text-decoration:none;
}
#content ul.page-subnav a:hover, #content ul.page-subnav a.current_page_item, #content ul.page-subnav li.current_page_item a {
	background:#eb6202;
	color:#fff;
	text-decoration:none;
}

/* Header */
#header
{
	position:relative;
	height:98px;
	padding:1px 0;
	width:100%;
}
#header h1
{
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-0.025em;
	margin:20px 0 0 0;
}
#header p
{
	margin:0;
}

/* Signup */
#signup
{
	position:absolute;
	right:0;
	top:26px;
	z-index:2;
	list-style:none;
}
#signup li a
{
	display:block;
	width:45px;
	height:41px;
	opacity:0.66;
}
#signup li a:hover
{
	opacity:0.99;
}
#signup #email
{
	float:left;
}
#signup #email a
{
	background:url(images/icons/email.png) left center no-repeat;
}
#signup #rss
{
	float:right;
}
#signup #rss a
{
	background:url(images/icons/rss.png) left center no-repeat;
	text-indent:-2000em;
}

/********************** Sidebar **********************/

#sidebar {
	float:right;
	width:243px;
	display:inline;
	height:auto;
	background:#f1f1f1;
	padding:0 0 15px 0;
	margin:0 7px 0 0;
	list-type:none;
}
#sidebar h2 {
	font-size:15px;
	margin:0 0;
	padding:0 0 6px 0;
	zoom:1;
	color:#444;
	font-weight:bold;
	border-bottom:dotted 1px #afafaf;
}
#sidebar h3 {
	font-size:14px;
	margin:0 15px;
	padding:14px 0 0 0;
	zoom:1;
	color:#ce5c00;
	font-weight:bold;
}
#sidebar h3 a {
	color:#85a637;
	text-decoration:none;
}
#sidebar h3 a:hover {
	color:#85a637;
	text-decoration:underline;
}
#sidebar p {
	margin:0;
	padding:0;
	font-size:13px;
}
#sidebar p.mrg-top {
	margin:8px 0 0 0;
	padding:0 0 0 0;
	font-size:13px;
	line-height:1.2em;
}
#sidebar a {
	color:#85a637;
}
#sidebar a:hover {
	color:#a2b374;
	text-decoration:underline;
}
#sidebar ul {
	padding:0;
	margin:6px 0 0 0;
	font-size:13px;
	color:#333;
}

#sidebar ul li {
	list-style-type:none;
	background:none;
	padding:0px;
	margin:4px 0 4px 0;
	font-size:13px;
	color:#333;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s {
	width:122px;
	vertical-align:top;
}

#sidebar input, #sidebar select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#sidebar input.mrgboth, #sidebar select.mrgboth {
	margin:10px 0;
}
#sidebar input.fixed, #sidebar input.fixed {
	width:181px;
}
#sidebar input.focus-blur.fixed_mrg, #sidebar input.focus-blur.fixed_mrg {
	width:181px;
	margin:8px 0;
}

#sidebar .search-button {
	margin:0 0 0 5px;
	padding:0;
	border:none;
	vertical-align:top;
}

/* Posts */
.post
{
	padding:1px;
}
.post-title
{
	font-weight:normal;
	margin:0 0 .535em;
	font-size: 1.6em;
}
.post .entry
{
	padding:1px;
	margin:0 0 15px 0;
}
html #content .postinfo {
	font-size:10px;
	text-transform:uppercase;
	margin:0px 0 1em 0;
	padding:5px 0 0 0;
	text-align:right;
	color:#999;
	list-style:none;
	border-top:1px solid #d2d2d2;
}
#content .postinfo li
{
	float:right;
	padding:4px 15px 0 20px;
	margin:0;
	font-size:10px;
}
.postinfo li.authordata
{
	background:url(images/icons/user_silhouette.png) left center no-repeat;
}
.postinfo li.postdata
{
	background:url(images/icons/tags.png) left center no-repeat;
}
.postinfo li.commentdata
{
	background:url(images/icons/balloon_small.png) left center no-repeat;
}
.postinfo li.last
{
	padding-right:0;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	padding:0;
	width:620px;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

/* Comments */
#content ol.commentlist
{
	list-style:none;
	margin:16px 0 0 0;
	padding:0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
	margin:0 0 5px 15px;
}
ol.commentlist .author-data
{
	display:block;
	padding:8px;
	background:#f0f0f0;
}
#content ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0 8px;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
}
#content ol.commentlist div.comment-entry p {
	border-bottom:solid 1px #ccc;
	padding:5px 0 10px 0;
	margin:0 8px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:2px;
	width:696px;
}
#content p.comment-rules {
	background: #f4f7fb;
	text-align: left;
	padding: 10px;
	font-size:11px;
	border: 1px solid #bfcbda;
}
#content p.comment-disclaimer {
	font-size:10px;
	color:#999;
}


.author-thumbnail {
	float:left;
	margin:0 13px 0 13px;
	padding:12px 0 12px 0;
	width:auto;
	text-align:left;
}
.author-thumbnail img {
	border:none;
}
.author-picture {
	float:right;
	margin:0 0 0 20px;
	padding:6px 0 15px 0;
	width:auto;
	text-align:right;
}
.author-picture img {
	border:none;
}


#content img.alignright, #content .post img.alignright {
	margin:0 0 14px 20px;
}
#content img.alignleft, #content .post img.alignleft {
	margin:0 20px 14px 0;
}

#copyright
{
	display:none;
	clear:both;
	padding:0;
	margin:0;
	text-align:center;
	color:#999;
}
