/* 
Theme Name: Morality of Profit Wordpress Theme
Theme URL: http://www.moralityofprofit.com
Description: Morality of Profit Theme designed by Alex Fedorov and Kevin Leary of Fresh Tilled Soil
Author: Alex Fedorov, Kevin Leary
Author URI: http://www.freshtilledsoil.com
Version: 1.0
*/

/* 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;
}


body {
	width:1020px;
	margin:0px auto;
	padding:35px 0 165px 0;
	background:#fff url(images/footer-bg.png) bottom center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
}

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

img.icon {
	vertical-align: middle;
	margin: 0 6px 0 0;
	border:none;
}
img.error {
	margin-left:6px;
	border:none;
}
img.mrg-left {
	margin-left:12px;
}
img.bdr {
	border:solid 1px #ccc;
}

/**************************** Wrapper Section **************************/

#wrapper {
	width:1000px;
	background:none;
	margin:0 auto;
	padding:0;
}

/**************************** Branding Section **************************/

body div#branding, body div#branding {
	padding:0;
	margin:0 auto;
	display:block;
	height:auto;
	background:url(images/branding-bg.png) no-repeat;
}

/**************************** Logo Section **************************/

h1#logo {
	width:523px;
	height:60px;
	display:inline;
	text-indent:-3000em;
	margin:0;
	padding:0;
}
h1#logo a {
	display:block;
	width:523px;
	height:60px;
	background:url(images/morality-of-profit.png) no-repeat;
	border:none;
}

#banner {
	width:1000px;
	height:328px;
	padding:0;
	margin:0;
	border:none;
	background:url(images/banner.png) no-repeat;
	text-indent:-3000em;
}
#banner h2 {
	margin:0;
	padding:0;
}

#main-content {
	width:1000px;
	margin:0 auto;
	padding:0;
}

/**************************** Navigation Section **************************/

#navigation {
	height:30px;
	margin:5px auto 0 0;
	padding:7px 0 0 46px;
	background:url(images/nav-bg.png) repeat-x;
	color:#fff;
	line-height:normal;
	position:relative;
}
#navigation ul {
	float:left;
	width:560px;
	height:30px;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#fff;
	line-height:auto;
}
#navigation li {
	display:inline;
	float:left;
	margin:0 32px 0 0;
	padding:0px;
	list-style-type:none;
	color:#fff;
	font-size:17px;
	line-height:normal;
}
#navigation li a, #navigation a, #navigation ul a, #navigation ul li a, #navigation a:visited {
	margin:0 0 0 0;
	padding:0 0 18px 0;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
}
#navigation li a:hover {
	color:#e1ccaf;
	text-decoration:none;
}
body #navigation li.current_page_item a, body#homepage #navigation li.page-item-5 a {
	color:#e1ccaf;
	text-decoration:none;
	background:url(images/nav-arrow.gif) center bottom no-repeat;
}
#navigation li.first {
	padding-left:0;
}
#navigation li.last {
	background:none;
	margin-right:0;
	padding-right:0;
}

#preorder-image {
	position:absolute;
	top:10px;
	width:120px;
	height:157px;
	left:632px;
	top:-54px;
	border:0;
}
#preorder-image img, #preorder-image a {
	border:0;
}

#content-section {
	margin:0 auto;
	width:1000px;
	display:block;
	padding:20px 0 0px 0;
	line-height:1.30em;
	color:#444;
	letter-spacing:-0.020em;
}

/* 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:525px;
	height:auto;
	min-height:300px;
	padding:0 0 0 0;
	margin:0 0 0 46px;
	line-height:1.40em;
}

#content h1 {
	font-size:26px;
	font-weight:normal;
	color:#111;
	margin:0 0 14px 0;
}
#content h2 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#000;
	margin:0 0 18px 0;
}
#content h1 a, #content h2 a {
	text-decoration:none;
	color:#6d512a;
}
#content h1 a:hover, #content h2 a:hover {
	text-decoration:underline;
	color:#6d512a;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#62481f;
	margin:0 0 14px 0;
}
#content h3.comment-header {
	margin-top:20px;
}
#content p {
	font-size:14px;
	font-weight:normal;
	color:#555;
	margin:0 0 0 0;
	padding-bottom:14px;
}
#content p.postdata {
	padding:0 0 0 20px;
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	font-size:11px;
	letter-spacing:0.02em;
}
#content div.postwrap {
	margin-top:20px;
	margin-left:20px;
}

#content ul, #content ol {
	margin:0 0 14px 14px;
	padding:0 0 0 14px;
}
#content ul li, #content ol li {
	padding:0;
	margin:3px 0;
	font-size:13px;
	list-style-type:disc;
	color:#555;
}
#content ol li {
	list-style-type:decimal;
}

#content ul.postinfo, #content .post ul.postinfo {
	font-size:10px;
	margin:0px 0 1em 0;
	padding:5px 0 0 0;
	text-align:left;
	color:#999;
	list-style-type:none;
	border-top:1px solid #d2d2d2;
	display:block;
}
#content ul.postinfo li, #content .post ul.postinfo li {
	display:block;
	float:left;
	padding:2px 0 0 22px;
	margin:0 25px 0 0;
	font-size:10px;
	list-style-type:none;
}
#content ul.postinfo li.authordata
{
	background:url(images/icons/16/user.png) left center no-repeat;
}
#content ul.postinfo li.postdata
{
	background:url(images/icons/16/edit.png) left center no-repeat;
}
#content ul.postinfo li.commentdata
{
	background:url(images/icons/16/comment.png) left center no-repeat;
}
#content ul.postinfo li.last
{
	padding-right:0;
}

#content a {
	color:#947a51;
	text-decoration:none;
}
#content a:hover {
	color:#947a51;
	text-decoration:underline;
}
#content img {
	display:block;
	max-width:500px;
	width:expression(this.width > 500 ? 500: true);
	height:auto;
}
#content img.alignright {
	float:right;
	display:block;
	margin:0 0 12px 22px;
}
#content img.alignleft {
	float:left;
	display:block;
	margin:0 22px 12px 0;
}
#content img.icon {
	float:left;
	display:block;
	margin:0 10px 0 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;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #2763A5;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
/* 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 **********************/

div#sidebar {
	float:right;
	width:190px;
	display:inline;
	height:auto;
	background:none;
	padding:0px;
	margin:-15px 46px 0 0;
	list-type:none;
}
#sidebar h2.mrg-none {
	margin-top:10px;
}
#sidebar h2 {
	font-size:16px;
	margin:26px 0 0 0;
	padding:0 0 6px 0;
	zoom:1;
	color:#000;
}
#sidebar h2.top {
	margin-top:0px;
}
#sidebar h3 {
	font-size:14px;
	margin:0 15px;
	padding:14px 0 0 0;
	zoom:1;
	color:#6d512a;
	font-weight:bold;
}
#sidebar h3 a {
	color:#6d512a;
	text-decoration:none;
}
#sidebar h3 a:hover {
	color:#6d512a;
	text-decoration:underline;
}
#sidebar p {
	margin:10px 0 0 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:#947a51;
	text-decoration:none;
}
#sidebar a:hover {
	color:#947a51;
	text-decoration:underline;
}
#sidebar ul {
	padding:0;
	margin:10px 0 0 0;
	font-size:13px;
	color:#333;
	list-style-type:none;
}
#sidebar li {
	list-style-type:none;
	background:none;
	padding:0px;
	margin:0 0 3px 0;
	font-size:13px;
	color:#333;
	line-height:1.6em;
}
#sidebar li li {
	list-style-type:none;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s {
	width:180px;
	vertical-align:top;
}
#sidebar input#search-button {
	background:url(images/button-search.png) no-repeat;
	display:block;
	width:55px;
	height:18px;
	text-indent:-3000em;
	border:none;
	padding:0;
	margin:9px 0 0 0;
	cursor:pointer;
}
#sidebar input#search-button:hover {
	background-position:0 -18px;
	cursor:pointer;
}
#sidebar a#join-button {
	background:url(images/button-join.png) no-repeat;
	display:block;
	width:55px;
	height:18px;
	text-indent:-3000em;
	border:none;
	padding:0;
	margin:9px 0 0 0;
	cursor:pointer;
}
#sidebar a#join-button:hover {
	background-position:0 -18px;
	cursor:pointer;
}
#sidebar p.button {
	margin-top:5px;
}
#sidebar a#preorder-button {
	background:url(images/button-order.png) no-repeat;
	display:block;
	width:55px;
	height:18px;
	text-indent:-3000em;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
#sidebar a#preorder-button:hover {
	background-position:0 -18px;
	cursor:pointer;
}

#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;
}

/* Posts */
.post
{
	display:block;
	padding:1px;
}
.post-title
{
	font-weight:normal;
	margin:0 0 .535em;
	font-size: 1.6em;
}
.post .entry
{
	padding:1px;
	margin:0 0 15px 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-type:none;
	margin:16px 0 0 0;
	padding:0;
}
#content ol.commentlist li {
	list-style-type:none;
}

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:10px 0 22px 0;
	margin:0 10px 22px 10px;
}
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
{

}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{

}
ol.commentlist li.bypostauthor .comment-meta
{
}
ol.commentlist li.bypostauthor .comment-meta a
{
	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:225px;
	float:left;
	font-size:13px;
	color:#4f3b1b;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4f3b1b;
	font-size:14px;
}
form#commentform input#s1, form#commentform input#s2, form#commentform input#s3 {
	width:300px;
	margin-left:4px;
}
form#commentform div.commentform_bg {
	width:532px;
	height:210px;
	padding:35px 20px;
	border:none;
	margin:0;
	background:url(images/commentform-bg.png) no-repeat;
}
form#commentform textarea {
	width:512px;
	height:210px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	background:none;
	border:none;
	padding:0 12px 0 0;
	margin:0;
}
#content p.comment-rules {
	clear:both;
	background:#f5f2e9;
	border:1px solid #ad9775;
	text-align:left;
	padding:12px;
	margin:0px 0 15px 0;
	font-size:12px;

	font-family:Helvetica, Arial, sans-serif;
	color:#444;
	line-height:1.35em;
}
#content p.comment-rules code {
	font-family:Helvetica, Arial, sans-serif;
}
#content p.comment-disclaimer {
	font-size:11px;
	color:#666;
	line-height:1.32em;
	margin-top:5px;
}


.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 12px 20px;
	padding:0 0 0 0;
	width:auto;
	text-align:right;
	display:inline;
}
.author-picture img {
	border:solid 1px #666;
}
/*//// VOTING //*/
.voting img {
	margin: 0 16px 0 0 !important;
	padding-left: 4px !important;
	padding-bottom: 4px !important;
}
.voting img:hover {
	padding: 0!important;
}
.voting * {
	float: right !important;
	margin-right: 3px;
}
a.button {
	padding: 6px 16px;
	color: white!important;
	background-color:#80603E;
	background:#80603E
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.2, rgb(105,78,51)),
	    color-stop(0.82, rgb(148,120,85))
	);
	background:#80603E
	-moz-linear-gradient(
	    center bottom,
	    rgb(105,78,51) 20%,
	    rgb(148,120,85) 82%
	);

}
a.button:hover {
	text-decoration: none !important;
}


/**************************** Footer Section **************************/

#footer {
	display:block;
	margin:0px auto 0 auto;
	padding:100px 0 0 0;
	width:1000px;
	height:auto;
	text-align:center;
}
#footer p {
	margin:0;
	padding:0 25px;
	color:#6d512a;
	font-size:12px;
	text-align:center;
	white-space:pre;
}
#footer a {
	color:#6d512a;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	cursor:pointer;
}