/* 
Theme Name: Extension Engine Theme
Theme URL: http://www.extensionengine.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;
}

html {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin: 0 auto;
	padding: 0 0 0 0;
	background:#efefef url(images/site-bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font:12px/1.6em Helvetica, Arial, sans-serif;
	color:#555;
	border:none;
}

/* Basic Typography */

hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }
blockquote
{
	font:italic 13px/1.6em Georgia, Times, serif;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#888;
	margin:0 0 1em 0;
}
blockquote p
{
	margin:0;
}
p.citation cite
{
	font-style:italic;
	font-weight:normal;
}
/* 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
{
	width:994px;
	margin:0 auto;
}

#content {
	float:right;
	display:inline;
	width:664px;
	height:auto;
	min-height:300px;
	padding:0 0 0 0;
	margin:0 10px 0 0;
	line-height:1.35em;
}
#content.homepage {
	width:100%;
	display:inine;
	height:auto;
	padding:0;
	margin:0;
}

#content h1 {
	color:#3d8fc9;
	font-weight:bold;
	margin:0;
	padding:14px 0 8px 0;
	font-size:21px;
	border-bottom:solid 1px #ccc;
}
#content h1.replace {
	color:#3d8fc9;
	font-weight:bold;
	margin:0;
	padding:15px 0 8px 0;
	font-size:20px;
	border-bottom:solid 1px #ccc;
}
#content h2, #content h2.post-title, #content h2.title {
	color:#777;
	font-weight:bold;
	margin:0;
	padding:12px 0 4px 0;
	font-size:22px;
}
#content h2.hide {
	display:none;
}
#content h2.title {
	margin:0;
	padding:0 0 0 0;
}
#content h2.mrg-top {
	margin-top:14px;
}
#content h2 a, #content h2.post-title a {
	color:#3e7dc8;
}
#content h2 a:hover, #content h2.post-title a:hover {
	color:#3e7dc8;
	text-decoration:underline;
}
#content h3 {
	color:#333;
	font-weight:bold;
	margin:15px 0 12px 0;
	padding:0 0 8px 0;
	font-size:14px;
	border-bottom:dotted 1px #d2d2d2;
}
#content h3 a {
	color:#333;
}
#content h3 a:hover {
	color:#333;
}
#content h4 {
	color:#333;
	font-weight:bold;
	margin:0;
	padding:12px 0 0 0;
	font-size:13px;
}
#content h4.meta {
	color:#333;
	font-weight:bold;
	margin:0px 0 10px 0;
	padding:10px;
	background:#f6f6f6;
	border:dotted 1px #ccc;
	font-size:13px;
}
#content p {
	color:#444;
	margin:14px 0 0 0;
	padding:0 0 0 0;
	font-size:13px;
	line-height:1.35em;
}
#content p.citation, #content .post p.citation {
	color:#666;
	margin:11px 10px 14px 0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
	font-weight:normal;
}
#content .carat {
	color:#d0dbe5;
	margin:0 1px;
}
#content p.citation a {
	color:#666;
	text-decoration:none;
}
#content p.nomrg {
	margin:0;
	padding:0;
}
#content blockquote {
	clear:both;
	color:#555;
	background:#f0f0f0;
	margin:12px 12px 0 12px;
	padding:10px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#content a {
	color:#3e7dc8;
}
#content a:hover {
	color:#3e7dc8;
	text-decoration:underline;
}
#content a img {
	border:none;
}
#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 div.casestudy-screenshot {
	displauy:block;
	margin-bottom:14px;
}
#content div.casestudy-screenshot img.casestudypic {
	margin:0;
	border:solid 1px #999;
}


#content div.casestudy-callout {
	displauy:inline;
	float:right;
	width:200px;
	margin:0 0 18px 24px;
	border:solid 1px #d2d2d2;
	padding:20px;
	background:#f4f4f4;
}
#content div.casestudy-callout h4 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
#content div.casestudy-callout h4 img {
	border:solid 1px #888;
}


body #content div.googlemap {
	float:right;
	margin:0 0 12px 0;
	border-left:solid 15px #fff;
}

#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;
}

#content ul li ul {
	margin-bottom:0;
}

/******************* Industry Styles ***********************/

#content ul#industry-overview {
	display:block;
	margin:2px 0 0 0;
	padding:0;
}
#content ul#industry-overview li {
	font-size:13px;
	width:320px;
	display:block;
	float:left;
	margin:16px 20px 0 0;
	padding:0;
	text-align:center;
	background:none;
	list-style-type:none;
	font-size:14px;
}
#content ul#industry-overview li.right {
	margin-right:0;
}
#content ul#industry-overview img {
	border:none;
	margin:0 0 2px 0;
	border:solid 1px #888;
}

/******************* Services Styles ***********************/

#content div#services-overview {
	display:block;
	margin:20xp 0 0 0;
	padding:0 0 0 0;
	background:url(images/services/service-bg.gif) no-repeat;
}
#content div#services-overview div {
	font-size:13px;
	width:200px;
	display:block;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
	background:none;
	list-style-type:none;
	font-size:14px;
}
#content div#services-overview div.centered {
	clear:both;
	display:block;
	text-align:center;
	margin:6px auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#content div#services-overview div.left {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#content div#services-overview div.right {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}
#content div#services-overview img {
	border:none;
	margin:0 0 0 0;
	padding:0;
	border:solid 1px #888;
}


/* Typography */
h2.title a
{
	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 */
.rounded_module {
	margin:12px 0 0 0;
	padding:12px 12px 12px 12px;
	background:#fcfcfc;
}

#sidebar {
	float:left;
	width:247px;
	display:inline;
	height:auto;
	background:none;
	padding:0 0 15px 0;
	margin:2px 0 0 0;
	list-type:none;
}
#sidebar h2 {
	font-size:17px;
	margin:0 20px 9px 20px;
	padding:0 0 6px 0;
	zoom:1;
	color:#000;
	font-weight:bold;
	border-bottom:solid 3px #5f9bd8;
}
#sidebar li h2 {
	margin:0 0 9px 0;
}

#sidebar a {
	color:#555;
}
#sidebar a:hover {
	text-decoration:underline;
}

#sidebar ul {
	padding:14px 0 0 0;
	margin:0 0 0 0;
}

#sidebar ul li {
	list-style-type:none;
	margin:0 20px;
	padding:2px 0 2px 0;
	background:none;
	font-size:13px;
	color:#555;
}
#sidebar ul li ul {
	margin:0 0 14px 0;
	padding:0 0 0 0;
}
#sidebar ul li ul li {
	list-style-type:none;
	margin:0;
	padding:2px 0;
	background:none;
}


#sidebar ul li.current_page_item, #sidebar ul li.current_page_item a {
	font-weight:bold;
	color:#3e7dc8;
}


#sidebar li form#searchform {
	margin:0 0 12px 0;
}
#sidebar #s {
	width:137px;
	margin-right:7px;
}

#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 .search-button {
	margin:-1px 0 0 0;
	padding:0;
	border:none;
	vertical-align:middle;
}

.sidebar_module_top_mrg-top {
	background:url(images/sidebar/top.gif) no-repeat;
	height:7px;
	margin-top:16px;
}

.sidebar_module_top {
	background:url(images/sidebar/top.gif) no-repeat;
	height:7px;
}
.sidebar_module_main {
	background:url(images/sidebar/bg.gif) repeat-y;
	height:auto;
	padding:6px 0;
}
.sidebar_module_bottom {
	background:url(images/sidebar/bottom.gif) no-repeat;
	height:7px;
}

/* Posts */
.post
{
	padding:1px;
}
.post-title
{
	font-weight:normal;
	margin:0;
}
.post .entry
{
	padding:1px;
	margin:0 0 9px 0;
}
.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 .3em 0;
	padding:5px 0 0 0;
	text-align:right;
	color:#999;
	list-style:none;
	border-top:1px solid #d2d2d2;
}
.postinfo li
{
	float:right;
	padding:5px 15px 0 20px;
	margin:0;
	font-size:10px;
}

.postinfo.first {
	padding-top:0px;
	border-top:none;
}

.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:15px 0 0 0;
	padding:0;
}
#content ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
#content ol.commentlist .author-data
{
	display:block;
	padding:8px;
	background:#f0f0f0;
}
#content ol.commentlist h3 {
	margin:0;
	padding:4px 0 0 0;
	color:#333;
}
#content ol.commentlist h3 a {
	text-decoration:none;
	color:#333;
}
ol.commentlist .comment-meta {
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
#content ol.commentlist div.comment-entry p {
	border-bottom:solid 1px #ccc;
	padding:8px 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:4px;
	width:654px;
}
#content p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
#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:solid 1px #555;
}


.author-picture {
	float:right;
	margin:0 0 12px 26px;
	padding:0;
	width:auto;
	text-align:right;
}
.author-picture img {
	border:solid 1px #555;
}


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

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