/*
	Theme Name: Beyond the Rows
	Theme URI: http://atomicdust.com/
	Description: Theme files for Monsanto's Blog: Beyond the Rows 
	Author URI: http://atomicdust.com/
	Version: 1.5
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);
/* @import url(http://fonts.googleapis.com/css?family=Mate:400,400italic); */

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
  

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; zoom: 1; }
div, h1.entry-title, #branding {zoom: 1; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #C4680C; color: #fff; text-shadow: none; }
::selection { background: #C4680C; color: #fff; text-shadow: none; }

a { color: #C4680C; }
a:visited { color: #C4680C; }
a:hover { color: rgba(204, 102, 0, 0.85); }
a:focus { }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* =============================================================================
   Primary styles
   Author: Atomicdust
   ========================================================================== */
/* typography */
body {color:#333; background:#fefefe; font-family: 'Mate', Times, serif; line-height: 1.5; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; font-family: 'Mate', serif; color: #C4680C;}
h1 { font-size: 1.875em;  /* 30px / 16px */margin-bottom:.25em; line-height: 1.1; }
h2 { font-size:2em; margin-bottom:.25em; line-height: 1.1; }
h3 { font-size:1.75em; margin-bottom:.5em;line-height: 1.15; }
h4 { font-size:1.5em; margin-bottom:.5em; line-height: 1.25; }
h5 { font-size:1.25em; font-weight:bold; margin-bottom:.5em; line-height: 1.35; }
h6 { font-size:1.16em; font-weight:normal; margin-bottom:.5em; }
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img { margin:0; }
p { /* font-size: .875em; /* 14px / 16px */ */ margin:0 0 1.5em; }
p img.left { float:left; margin:1.5em 1.5em 1.5em 0; padding:0; }
p img.right { float:right; margin:1.5em 0 1.5em 1.5em; }
blockquote { margin:1.5em; color:#666; font-style:italic; }
strong { font-weight:bold; }
em,dfn { font-style:italic; }
dfn { font-weight:bold; }
sup,sub { line-height:0; }
abbr,acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; line-height: 1.75; }
del { color:#666; }
pre { margin:1.5em 0; white-space:pre; }
pre,code,tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }
li ul,li ol { margin:0 1.5em; }
ul,ol {margin:0 1.5em 1.5em; }
ul li, ol li { /* font-size: .875em; /* 14px / 16px */ */  margin: 0 0 1em; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:1.4em; width:100%; }
th { font-weight:bold; }
thead th { background:#ddd; color:#333; }
th,td,caption { padding:4px 10px 4px 5px; }
tr.even td { background:#999; }
tfoot { font-style:italic; }
caption { background:#444; color:#ddd; }
.small { font-size:.2em; line-height:1.2em; }
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em; }
.hide { display:none; }
.quiet { color:#666; font-family: Arial, Helvetica, sans-serif;}
.loud { color:#000; }
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; border-right:none; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.smallbottom { margin-bottom: 0.25em; }
.alignleft { float:left; }
.alignright { float:right; }
.hidden { display: none; }
input:focus,textarea:focus { outline:none; }
/* default wordpress styles */
.entry-content img { margin:0 0 1.5em; }
.alignleft,img.alignleft { margin-right:1.5em; display:inline; float:left; }
.alignright,img.alignright { margin-left:1.5em; display:inline; float:right; }
.aligncenter,img.aligncenter { margin-right:auto; margin-left:auto; display:block; clear:both; }
.alignnone,img.alignnone { }
.wp-caption { margin-bottom:1.5em; text-align:center; padding-top:5px; }
.wp-caption img { border:0 none; padding:0; margin:0; }
.wp-caption p.wp-caption-text { line-height:1.5; font-size:10px; margin:0; }
.wp-smiley { margin:0!important; max-height:1em; }
blockquote.left { margin-right:20px; text-align:right; margin-left:0; width:33%; float:left; }
blockquote.right { margin-left:20px; text-align:left; margin-right:0; width:33%; float:right; }
.gallery dl { }
.gallery dt { }
.gallery dd { }
.gallery dl a { }
.gallery dl img { }
.gallery-caption { }
.size-full { }
.size-large { }
.size-medium { }
.size-thumbnail { }

/* Additional General Form Styles */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea
{
	border: 1px solid #c2ced2;
	color: #ccc;
	font-size: 1.16em;
	padding: 5px;

   -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.18);
   -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.18);
   box-shadow:inset 0 0 3px rgba(0,0,0,0.18);
}

#main .gform_wrapper input[type="text"], #main .gform_wrapper input[type="url"], #main .gform_wrapper input[type="email"], #main .gform_wrapper input[type="tel"], #main .gform_wrapper input[type="number"], #main .gform_wrapper input[type="password"] { padding: 5px; }

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus 
{ 
	color: #666;
	border-color: #b1bfc3;
}

.ie7 input[type="submit"] { filter:chroma(color=#000000); }
   


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.hide { display: none; }
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

/* =============================================================================
   Layout Styles
   ========================================================================== */

.inner{
	margin: 0 auto;
    width: 58.75em; /* 940px / 16px = 58.75em */
}

/* header 
--------------------------------------------- */

#header {
	width:100%;
	margin: 0;
	padding: 0;
}

#headerTop {
	background: #FFF;
	height: 50px;
	line-height: 50px;
}

#headerTop #branding{
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	display: inline;
	font-size: 1.125em;
	vertical-align: middle;
	line-height: 50px;
}

#headerTop #branding a{
	color: #265642;
	text-decoration: none;
}

#headerTop form {
	float:right;
}

#headerTop form input:focus {
	background-color: rgba(192, 192, 179, 0.1);
}

#headerTop form .searchinput {
	border: none;
	border-bottom: 1px solid #c0c0b3;
	box-shadow: none;
    font-family: 'Mate',serif;
	font-style: italic;
	color: #77775e;
    font-size: .875em;
	padding: 0;
}

#headerTop form .searchsubmit {
	display: none;
}

/* navigation */

#nav-container{
	z-index: 200;
	background: #000;
	height: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";/* IE 8 */
	filter: alpha(opacity=75); /* IE 5-7 */
	-moz-opacity: 0.75 ;/* Netscape */
	-khtml-opacity: 0.75; /* Safari 1.x */
	opacity: 0.75;  /* Good browsers */
}

#mainNav{
	float: left;
}


#socialNav{
	float: right;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 3em;
}

.menu li a {
	color: #FFFFFF;
    display: block;
    font-size: .875em;
    line-height: 2em;
    text-decoration: none;
}

#mainNav .menu li a {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	padding-left: 12px;
	background: url("images/icons/orangeBox.png") left center no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6;/* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;  /* Good browsers */
}

#mainNav #menu-item-4705 a {
	background: url("images/icons/redBox.png") left center no-repeat;
}

#mainNav #menu-item-4703 a {
	background: url("images/icons/greenBox.png") left center no-repeat;
}

#mainNav .menu li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8 ;/* Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;  /* Good browsers */
}

.single.monsanto-agriculture #mainNav #menu-item-5 a, .single.news-views #mainNav #menu-item-6 a, .single.monsanto-news #mainNav #menu-item-4 a,
.category.monsanto-agriculture #mainNav #menu-item-5 a, .category.news-views #mainNav #menu-item-6 a, .category.monsanto-news #mainNav #menu-item-4 a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1 ;/* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1;  /* Good browsers */

}


#socialNav .menu li {
	margin-left: .5em;
	margin-right: 0;
}

#socialNav .menu li a {
    font-family: 'Mate',serif;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5 ;/* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;  /* Good browsers */
}

#socialNav .menu li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80); /* IE 5-7 */
	-moz-opacity: 0.8 ;/* Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;  /* Good browsers */
}

#socialNav #menu-item-8, #socialNav #menu-item-9, #socialNav #menu-item-10 {
    height: 30px;
    text-indent: -9999px;
    width: 25px;
}


#socialNav #menu-item-8 a {
	background: url("images/icons/facebook-TopMenu.png") no-repeat scroll 0 0 transparent;
}

#socialNav #menu-item-9 a {
	background: url("images/icons/twitter-TopMenu.png") no-repeat scroll 0 0 transparent;
}

#socialNav #menu-item-10 a {
	background: url("images/icons/youtube-TopMenu.png") no-repeat scroll 0 0 transparent;
}
/* main styles 
--------------------------------------------- */

#featured-content {
    background-color: white;
    display: block;
  	margin-bottom: 1em; 
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.category #featured-content h1 {
	font-family: 'Oswald', sans-serif; 
	text-transform: uppercase;
	color: #FFF;
	line-height: 140px;
}


/* about page drawer */
section#about-blog {
	display: none;

	z-index: 500;
	position: absolute;
	width: 100%;
	padding: 50px 0;
	
	background-color: #000;
	background-color: rgba(0,0,0,.90);
	
	color: #FFF;
}

/*
.home section#about-blog, .single section#about-blog{ 
	margin-top: 30px;
}

.home.paged section#about-blog{
	margin-top: -16px;
}
*/

section#about-blog h1, section#about-blog h2{
	margin-top: 0; 
	padding-bottom: 20px;
    font-family: 'Mate',serif;
    text-transform: none;
	font-size: 1.5em;/* 24px / 16px */
	color: #9cd341;
}

section#about-blog h2{
	font-size: 1.125em;/* 18px / 16px */
}

section#about-blog .textContent{
    width: 54.31914893617%; /* 520px / 940px */
    float: left;
}

section#about-blog .textContent .aboutPage {
	font-size: 1.5em;/* 24px / 16px */
	font-style: italic;

}

section#about-blog .textContent .monsantoCoUser {
	display: block;
	padding-top: 40px;
	font-style: italic;
	font-size: 1.125em;/* 18px / 16px */
}

section#about-blog .textContent .monsantoCoUser a {
	color: #999;
	text-decoration: none;
}

section#about-blog .textContent .monsantoCoUser a:hover {
	text-decoration: underline;
}

section#about-blog .textContent .monsantoCoUser .avatar {
	padding-right: 15px;
}

section#about-blog .imageContent{
    width: 36.170212765957%; /* 340px / 940px */
    float: right;
}

section#about-blog ul.contributors  {
	margin: 0;
    padding: 0;
    width: 100%;
}

section#about-blog .contributors li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}

section#about-blog .contributors .avatar {	
	float: left;
	clear: both;
	border: 1px solid #333333;
}
 
section#about-blog .contributors .avatar:hover  {
	border-color: #999;
}
 
section#about-blog .contributors .contributor-link {
	float: left;
	margin: 10px 0 0 10px;
	}
	
section#about-blog .closeBTN {
	cursor: pointer;
	float: right;
	padding-top: 40px;
	font-family: 'Oswald', sans-serif; 
	text-transform: uppercase;
	color: #999;
	font-size: 0.75em;/* 12px / 16px */
	
}	

/* blog headings */

h1.entry-title{ 
   width: expression(this.width > 430 ? 430: true); /* sets max-width for IE */
   width: expression((document.body.clientWidth > 430)? "430px" : "auto");
}

h1.entry-title {
	font-family: 'Oswald', sans-serif; 
	text-transform: uppercase;
    line-height: 1.15;
	background-color: white;
	
	float: left;
    position: relative;
    margin-top: -50px;
    margin-bottom: 0;
    padding: 20px 0 10px;
   	max-width: 61.428571428571%; /* 430px / 700px */
}

h1.entry-title a {
	text-decoration: none;
}

article.odd h1.entry-title {
	padding-right: 20px;
    width: auto;
}

article.even h1.entry-title {
	float: right;
	text-align: right;
	padding-left: 20px;
}


.monsanto-agriculture h1.entry-title a, .monsanto-agriculture h1.entry-title, #monsanto-agriculture-box h3,
.monsanto-agriculture #comments h3#reply-title, h3.monsanto-agriculture,
.single article.monsanto-agriculture p:first-child, .single article.monsanto-agriculture span.pullquote, 
.single article.monsanto-agriculture blockquote p:first-child, .single article.monsanto-agriculture blockquote p,
.single article.monsanto-agriculture aside.postmetadata-single .tags,
.single article.monsanto-agriculture a, .single article.monsanto-agriculture a:visited, .single article.monsanto-agriculture a:hover,
.single.monsanto-agriculture #comments a, .single.monsanto-agriculture #comments a:visited, .single.monsanto-agriculture #comments a:hover {
	color: #C4680C;
}

.news-views h1.entry-title a, .news-views h1.entry-title, #news-views-box h3,
.news-views #comments h3#reply-title, h3.news-views, 
.single article.news-views p:first-child, .single article.news-views span.pullquote, 
.single article.news-views blockquote p:first-child, .single article.news-views blockquote p,
.single article.news-views aside.postmetadata-single .tags,
.single article.news-views a, .single article.news-views a:visited, .single article.news-views a:hover,
.single.news-views #comments a, .single.news-views #comments a:visited, .single.news-views #comments a:hover   {
	color: #660000;
}

.monsanto-news h1.entry-title a, .monsanto-news h1.entry-title, #monsanto-news-box h3,
.monsanto-news #comments h3#reply-title, h3.monsanto-news, 
.single article.monsanto-news p:first-child, .single article.monsanto-news span.pullquote, 
.single article.monsanto-news blockquote p:first-child, .single article.monsanto-news blockquote p,
.single article.monsanto-news aside.postmetadata-single .tags,
.single article.monsanto-news a, .single article.monsanto-news a:visited, .single article.monsanto-news a:hover,
.single.monsanto-news #comments a, .single.monsanto-news #comments a:visited, .single.monsanto-news #comments a:hover   {
	color: #2b5c47;
}

.featured-article {
	position: absolute;
    top: 15px;
	

	font-size: 0.33333333333333em;  /* 10px / 30px */
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #7fa940;
    padding: 5px;
}

article.odd .featured-article {
    right: -80px;

}

article.even .featured-article {
    left: -80px;
}

#first-entry-header .featured-article {

	position: absolute;
	margin-left: -3px;
	margin-top: -55px;
	
	font-size: .625em;  /* 10px / 16px */
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background: #7fa940;
    padding: 5px;

}


/* blog posts */

.posts{
	width: 74.468085106383%; /* 700px / 940px */
	float: left;
}

.category .posts {
	background-color: white;
    margin-left: -9999em;
    margin-top: -70px;
    padding-left: 9999em;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}
article .entry {
	width: 72.142857142857%; /* 505px / 700px */
	position: relative;
}

article .postmetadata  {
	width: 22.857142857143%; /* 160px / 700px */
	font-size: 0.875em; /* 14px / 16px */
	color: #999999;
	font-style: italic;
}

article.even .entry, article.odd .postmetadata {
	float: right;
}

article.even .postmetadata, article.odd .entry {
	float:left;
}

article .postmetadata .tags{
    font-family: 'Oswald',sans-serif;
	color: #42472c;
	font-style: normal;
	font-size: 0.78571428571429em; /* 11px / 14px */
}

.postmetadata .tags a, .postmetadata-single .tags a{
	color: #42472c;
	text-decoration: none;
}

article .postmetadata .tags a:hover{
	text-decoration: underline;
}

a.read_more {
    font-family: 'Oswald',sans-serif;
    left: 0;
    margin-top: 40px;
    position: absolute;
    text-decoration: underline;
    text-transform: uppercase;
}

.meta-nav {
    font-family: 'Oswald',sans-serif;
    color: #C4680C;
}

.homePosts {
	width:100%; 
	background-color:#FFF; 
	z-index:400; 
	position:relative; 
	padding-top: 1em;
}

.posts article {
	margin-bottom: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #e0e0df;
}

.home .posts article {
}

/* first blog post for homepage */

#first-post-wrap {
	margin-top:-30px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-color: #666;
	padding-top: 365px;
}

#featured-image {
	height: 365px;
    position: relative;
    top: -30px;
    z-index: -42;
}

#featured-image img {
	width: 100% !important;
	height: auto !important;
}

.colorHeader.featured {
	margin-top:-30px;
	width: 100%;
	padding-top: 148px;
}

.monsanto-agriculture #first-post-wrap.colorHeader, .monsanto-agriculture .colorHeader
{
	background-color: #C4680C;
	background: url("images/backgrounds/greenTexture.jpg") center top;
}

.news-views #first-post-wrap.colorHeader, .news-views .colorHeader
{
	background-color: #660000;
	background: url("images/backgrounds/redTexture.jpg") center top;
}

.monsanto-news #first-post-wrap.colorHeader, .monsanto-news .colorHeader
{
	background-color: #2b5c47;
	background: url("images/backgrounds/orangeTexture.jpg") center top;
}

.category #featured-image {
	height: 265px;
}

.category-title {
	position: relative;
    top: -70px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
}

#first-post {
    background-color: white;
    display: block;
    padding-bottom: 50px;
   /*  margin-top: -10em; */
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}



#first-entry-header {
}

#first-post h1.entry-title{
	float: left;
	padding-right: 20px;
	font-size: 2.25em;
	background: none repeat scroll 0 0 white;
    padding-top: 40px;
    margin-top: 0;
    margin-top: -75px;
    max-width: 50.761421319797%; /* 500px / 985px */
    margin-left: -9999em;
    padding-left: 9999em;
}

.home article.first-entry {
	width: 61.5625em; /* 985px / 16px = 61.5625em */
	margin: 0 auto;
}

.home article.first-entry .entry{
	width: 71.065989847716%; /* 700px / 985px */
	float:left;
	margin-right: 05.07614213198%; /* 50px / 985px */
}

.home article.first-entry .postmetadata{
	float:left;
	width: 16.243654822335%; /* 160px / 985px */
}

/* single posts */

.single #first-entry-header {
	/* margin-left: -124px; */
}

.single #first-post h1.entry-title {
	max-width: 71.022727272727%; /* 140px / 704 */
}

#post-nav {
	margin-top: 20px;
}

#post-nav span {
	padding-right: 20px;
}


#post-nav a {
	background-color: #e7e7e2;
	padding: 5px 12px;
	color: #666;
	text-decoration: none;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	display: inline;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5 ;/* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;  /* Good browsers */
}

#post-nav a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 1 ;/* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 1;  /* Good browsers */
}

.single article p:first-child {
	font-size: 1.3125em;/* 21px / 16px */
	/* margin-left: -50px; */
}

aside.postmetadata-single {
	clear: both;
	float: left;
	width: 18.571428571429%; /* 130px / 700px */
	padding-right: 04.285714285714%; /* 30px / 700px */

}

aside.postmetadata-single span {
	display: block;
}

aside.postmetadata-single .categoryIcon {
	height: 112px;
	padding-bottom: 20px;
}

aside.postmetadata-single .tags {
    font-family: 'Oswald',sans-serif;
    color: #42472c;
	font-size: 0.6875em;/* 11px / 16px */
}

aside.postmetadata-single .author {
	padding-top: 50px;
	font-size: 0.875em;/* 14px / 16px */
	font-style: italic;
}

aside.postmetadata-single #leftcontainerBox
{
	left: auto!important;
	position: static!important;
	top: auto!important;
}

aside.postmetadata-single .author b {
	font-weight: normal;
	font-style: normal;
    font-family: 'Oswald',sans-serif;
    color: #2b5c47;
    text-transform: uppercase;
}

aside.postmetadata-single .author a {
	display: block;
	color: #85af41;
}

aside.postmetadata-single .author a b{
	font-weight: normal;
	text-decoration: none;
}

aside.postmetadata-single .author img {
	display: block;
	padding: 10px 0;
}

.single article {
	float: left;
	width: 74.468085106383%; /* 700px / 940px */
	margin-top: 20px;
}


.single article .entry {
	width: 100%;

}
.single article .postcontent {
	float: left;
    width: 77.142857142857%; /* 540px / 700px */
}

.single article .postcontent p:first-child {
	font-size: 1em;/* 16px */
	margin-left: 0;
	color: #333333;
}

.single article span.pullquote, .single article blockquote {
	font-size: 1.3125em;/* 21px / 16px */
}

.single article .postcontent .alignright, 
.single article span.pullquote, .single article blockquote {
    position: relative;
    left: 60px;
}

.single article blockquote {
	margin: 0;
	font-style: normal;
}

.single article .postmetadata, .single article #post-nav{
	margin-left: 22.857142857143%; /* 160px / 700px */
}

.single article .postmetadata{
    width: 77.142857142857%; /* 540px / 700px */
}

#single-sidebar-widget-area {
	float: right;
	width: 17.021276595745%; /* 160px / 940px */
	margin-top: 20px;
}

.monsanto-agriculture aside.postmetadata-single .categoryIcon{
	background: url("images/icons/farmSingle.jpg") left center no-repeat;
}

.news-views aside.postmetadata-single .categoryIcon{
	background: url("images/icons/newsSingle.jpg") left center no-repeat;
}

.monsanto-news aside.postmetadata-single .categoryIcon{
	background: url("images/icons/monsantoSingle.jpg") left center no-repeat;
}

.postmetadata-single body ul#sharebar {
	display: block;
	position: static;
}


/* comments */

#comments {
	background-color: #dfdfd9;
	padding-bottom: 50px;
}

#comments h3#reply-title {
    font-family: 'Mate',serif;
    text-transform: none;
}

#comments .logged-in-as {
	/*
float: left;
	width: 29.787234042553%; /* 280px / 940px */
*/
}

#comments .comment-form-comment {
	/*
float: right;
	width: 68.085106382979%; /* 640px / 940px */
*/
}

#comments label {
	width: 120px; /* Width of labels */
}

#comments form p label {
	float: left;
	width: 20%;
	margin: 4px 0 5px 0;
}

#comments form p.comment-form-author label,
#comments form p.comment-form-email label {
	font-weight: bold;
}

#comments form p span.required {
	color:#660000;
}

#comments form p input[type="text"],
#comments form p textarea,
.gfield input, .gfield textarea {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

#comments form p input:focus,
#comments form p textarea:focus,
.gfield input:focus, .gfield textarea:focus {
	border: 1px solid #ccc;
	background: #fff;
	}


#comments form p input[type="submit"],
#comments .comment-body .reply a,
.gform_footer input[type="submit"]{
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	background-color: #c4680c;
	padding: 5px 20px;
	color: #FFF;
	border: none;
	margin-left: 20%;
}

#comments form p input[type="submit"]:hover,
#comments form p input[type="submit"]:focus {
	background-color: rgba(196,104,12,.80);	
}

#comments ol, #comments li {
	list-style-type: none;
	margin: 0;
    padding: 0;
}

#comments ol
{
	overflow: hidden;
	margin-bottom: 1em;
}

#comments article {
	width: 100%;
	padding-bottom: 20px;
	padding-left: 50px;
	border-bottom: 1px dashed #cccccc;
}


#comments .comment-author {
	float: left;
	width: 31.382978723404%; /* 295px / 940px */
	font-size: 12px;/* 12px / 16px */
}

#comments .comment-author img{
	float:left;
}

#comments .comment-author div{
	float:left;
	width: 33.898305084746%; /* 100px / 295px */
	margin-left: 03.389830508475%; /* 10px / 295px */
}

#comments .comment-author div span{
	display: block;
}

#comments .comment-body {
	float: left;
	width: 48.936170212766%; /* 460px / 940px */
}

#comments .comment-body p {
	font-family: Helvetica, Arial;
	font-size: 12px;/* 12px / 14px */
	color: #666666;

}

#comments .reply {
	float: right;
}

#comments .comment-body .reply a {
	text-decoration: none;
	font-size: 12px;
}

#comments .comment-body .reply a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: rgba(196,104,12,.80);	
}

.gform_footer input[type="submit"]{
	margin-left: 0;
}

/* homepage sidebar */

.pagenav ul {
	display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.pagenav li {
    font-family: 'Oswald',sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    float: left;
}

.pagenav li.nextBTN{
	float: right;
}

#primary-sidebar-widget-area {
	width: 23.404255319149%; /* 220px / 940px */
	float: left;
	margin: 0 0 20px 20px;
}

.single #primary-sidebar-widget-area {
	margin-top: 1em;
}

.category #primary-sidebar-widget-area {
	margin-left: 0;
}

#conserveBox, #twitterBox {
	padding: 20px;
	width: 104.545454545455%; /* 230px / 220px */
	background-color: #5c792a;
	color: #FFF;
}

#conserveBox h3 {
    font-family: 'Mate',serif;
	font-style: italic;
	text-transform: none;
	margin-top: 0;
	font-size: 1.5em;
	color: #FFF;
}

#conserveBox p {
    font-family: 'Mate',serif;
	font-style: italic;
	font-size: .875em;
	color: #FFF;
	color: rgba(255, 255, 255, .5);
}

#conserveBox span a {
	font-size: .6875em;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	color: #FFF;
	color: rgba(255, 255, 255, .5);
	display: inline;

}

#twitterBox {
	margin-top: 20px;
	background-color: #80ab40;
}
#twitterBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#twitterBox li {
	display: block;
	color: #333;
	font-style: italic;
	margin-top: 10px;
	padding: 20px 10px;
	font-size: 0.6875em;/* 11px / 16px */
	line-height: 1.25;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .5);
}

#twitterBox .aktt_tweets ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}

#twitterBox .aktt_tweets li {
	margin-bottom: 1.5em;
}

#twitterBox .aktt_tweets li.aktt_more_updates {
	float:right;
}

#twitterBox .smm-item a{
	color: #5C792A;
}
.category-monsanto-agriculture #monsanto-agriculture-box, .category-monsanto-news #monsanto-news-box, .category-news-views #news-views-box {
	display: none;
}

.sidebar-photos {
	margin-top: 20px;
	padding: 25px;
	background-color: #dfdfd9;
    line-height: 1;
}

.sidebar h3 {
    font-family: 'Mate',serif;
    font-style: italic;
    text-transform: none;
    font-size: 1.125em;
    margin: 0;
    margin-bottom: 13px;
}

.sidebar img {
	display: block;
	margin-top: 15px;
}

.sidebar .sidebar-photos a, #single-sidebar-widget-area a{
	font-size: .6875em;
	color: #666;
	text-decoration: none;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    display: block;
}

.sidebar .sidebar-photos a p{
	line-height: 1.25;
	margin-top: .25em;
}

#archive-button {
	display: block;
	padding: 25px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.125em;
    text-decoration: none;
    background: #bcbcae;
    text-align: center;
}

#archive-button span {
}


/* author pages */

.author #featured-content {
	padding-top: 1em;
	padding-bottom: 45px;
	background-color: #f7f7f7;
}

.author #featured-content .avatar {
	float: left;
	padding-right: 02.127659574468%; /* 20px / 940px */
}

.author #featured-content .authorContent {
	float: left;
	width: 58.702127659574%; /* 580px / 940px */
	//margin-right: 02.127659574468%; /* 20px / 940px */
}

.author #featured-content .authorSocial {
	float: right;
	width: 19.148936170213%; /* 180px / 940px */
	font-size: .875em;  /* 14px / 16px */
}

.author #featured-content .authorSocial a {
	display: block;
	color: #999;
	font-style: italic;
	text-decoration: none;
	padding-left: 31px;
	background: url("images/icons/author-Twitter.png") left center no-repeat;
}

.author #featured-content .authorSocial a.author-rss {
	background: url("images/icons/author-RSS.png") left center no-repeat;
}

.author #featured-content .authorSocial a:hover {
	text-decoration: underline;
}

#pageContent {
	float: left;
	width: 74.468085106383%; /* 700px / 940px */
}

.page #primary-sidebar-widget-area {
	padding-top: 1em;
}

/* archive page */

/* footer */

#site-footer {
	clear: both;
	background-color: #ecece9;
	padding-bottom: 48px;
	border-top: 10px solid #b75c00; 
	position: relative;
    z-index: 500;
}

#site-footer h2 {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	color: #666666;
	font-size: 1.125em;
}

#site-footer ul {
	margin: 0;
	padding: 0;
	width: 89.285714285714%;
	font-size: .875em;  /* 14px / 16px */
	line-height: 1em;
}

#site-footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#site-footer li a { color: #333333; text-decoration: none; }
#site-footer li a:hover { color: #C4680C; color: rgba(204, 102, 0, 0.85); text-decoration: underline; }


#site-footer #footer-siteInfo, #site-footer #footer-social, #site-footer #footer-subscribe{
	float:left;
	width: 29.787234042553%;  /* 280px / 940px */
	margin-top: -10px;
    padding-top: 40px;
}

/* Green 1st set of links */


#site-footer #footer-siteInfo {
	margin-top: -40px;
	position: relative;
	
}

#site-footer #footer-siteInfo h2 {
	border-top: 10px solid #2f5f2f;
	background-color: #ecece9;
    margin-top: -35px;
	width: 100%;
    margin-left: -9999em;
    padding-left: 9999em;
    padding-top: 25px;
	color: #2f5e2e;
	font-size: 1.5em;
}


#site-footer #footer-siteInfo ul {
    padding-top: 10px;
	font-size: 1em;  /* 16px / 14px */
}

/* Red 2nd set of links */
#site-footer #footer-social{
	border-top: 10px solid #640000; 
	width: 27.623404255319%;  /* 280px - padding = 259.66px/ 940px */
	padding-left: 02.163829787234%; /* 20.34px / 940px */
	padding-top: 30px
}

/* Orange 3rd set of links */
#site-footer #footer-subscribe{
	width: 38.297872340426%;  /* 380px / 940px */
    padding-left: 18px;
}

#site-footer #footer-subscribe ul {
	float:left;
	width: 39.473684210526%; /* 150px / 380px */
}

#site-footer #footer-subscribe ul.moreLinks{
	float: right;
	width: 45%; /* 120px / 380px */
}

/* tim styles */
.postcontent-contain
{
	position: relative;
	min-height: 840px;
}

.primary-postmetadata
{
	bottom: -20px;
	position: absolute;
	width: 18.5714%;
}

.postmetadata-single
{
	padding-top: 1em;
}

/* =============================================================================
   Media Queries
   ========================================================================== */ 

/* iPhone [portrait + landscape] */
@media only screen and (max-width: 768px) {
	ul, ol { margin: 0 0 1.5em 0.5em; }

	.posts,
	.home article.first-entry,
	.home article.first-entry .entry,
	#first-post,
	.inner,
	#header,
	article .entry,
	article.even .postmetadata, 
	article.even .entry,
	article.odd .entry,
	#first-post h1.entry-title,
	#site-footer,
	#site-footer #footer-siteInfo, 
	#site-footer #footer-social, 
	#site-footer #footer-subscribe,
	.single article,
	.single article .postcontent,
	.pagenav ul,
	.pagenav li,
	.single article .postmetadata, 
	.single article #post-nav,
	.single article .entry,
	.category #featured-image,
	.homePosts,
	.category .posts,
	#pageContent { width: auto; margin-right: 0; margin-left: 0; float: none; padding-left: 0; padding-right: 0; }
		
	.menu li { margin: 0 1em 0 0; }
	.menu li a { font-size: 10px; }
	
	#nav-container,
	#featured-image,
	.category #featured-image { height: auto; }
	
	#featured-image { top: auto; }
	
	#featured-image img { width:100%!important; height:auto!important; margin: 0 0 1em;}
	
	article img,
	.colorHeader { width:100%!important; height:auto!important; margin: 0 0 1em;}
	
	.home article.first-entry .postmetadata,
	#primary-sidebar-widget-area,
	#first-entry-header .featured-article,
	#headerTop form,
	#socialNav,
	.postmetadata,
	#single-sidebar-widget-area,
	.postmetadata-single { display: none; }
	
	#first-post h1.entry-title,
	h1.entry-title,
	article.even h1.entry-title,
	.single #first-post h1.entry-title
	{
		float: none;
		font-size: 1.5em;
		margin: 0 0 1em;
		max-width: 100%;
		text-align: left;
		padding: 0;
		width: auto;
	}
	
	.posts article { margin: 0 0 1em; }

	article.even h1.entry-title,
	#headerTop,
	#nav-container,
	article .entry,
	article.even .entry,
	article.odd .entry,
	article.even h1.entry-title,
	article.odd h1.entry-title,
	#first-post h1.entry-title,
	#first-post .entry,
	.single #first-post h1.entry-title,
	.pagenav ul,
	.single article #post-nav,
	#comments,
	#pageContent
	{
		padding: 0 5%;
	}
	
	.pagenav li
	{
		font-size: 1em;
		margin: 0 0 1em;;
	}
	
	a.read_more
	{
		left: 5%;
	}
	
	/* single post */
	.single article p:first-child { font-size: 1em; }
	
	.single article .postcontent .alignright, .single article span.pullquote, .single article blockquote
	{
		left: auto;
		width: auto;
	}
	
	.postcontent-contain { position: static; min-height: 0; }
	
	article .postcontent img,
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright
	{
		display: block;
		float: none;
		max-width:90%!important;
		width:auto!important;
	}
	
	#comments h4
	{
		font-size: 1.25em;
	}
	
	
	#comments article
	{
		padding-left: 0;
		margin: 0;
		width: auto;
	}
	
	#comments .comment-author,
	#comments .comment-body,
	#comments .comment-author div
	{
		display: block;
		margin: 0;
		float: none;
		width: auto;
	}
	
	#comments .reply,
	#comments .comment-body .reply a
	{
		clear: both;
		float: none;
		margin-left: 0;
	}
	
	#comments .comment-author img
	{
		display: none;
	}
	
	#comments li
	{
		margin: 0 0 1em;
	}
	
	#respond
	{
		font-size: 90%;
	}
	
	#comments form p label,
	#comments form p.comment-form-author label, 
	#comments form p.comment-form-email label
	{
		width: 30%;
	}
	
	#comments form p input[type="submit"]
	{
		margin-left: 30%;
	}
	
	/* category pages */
	.category-title
	{
		padding: 0 5%;
	}
	
	/*footer */
	#site-footer
	{
		border-top: none;
		padding-top: 0;
	}
	
	#site-footer #footer-siteInfo
	{
		margin-top: 0;
	}
	
	#site-footer #footer-siteInfo h2 
	{
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	
	#site-footer #footer-siteInfo, #site-footer #footer-social, #site-footer #footer-subscribe 
	{
		margin: 0 0 1em;
		padding: 1em 5% 0;
	}
	
	#site-footer #footer-subscribe
	{
		border-top: 10px solid #B75C00;
	}
	
	#site-footer #footer-siteInfo
	{
		border-top: 10px solid #2F5F2F;
	}
}


/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}