/* BASE | 2013-09 */

/* HTML
---------------------------------------- */

body {
	border-top: 4px solid #222;
	text-align: center;
	color: #222;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1.15;
	margin: 0 0 .375em;
}

h2 {
	font-size: 1.375em;
	line-height: 1.2;
	margin: 0 0 .545em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.25;
	margin: 0 0 .667em;
}

a {
	text-decoration: none;
	color: #c00;
	word-break: break-all;
}

a[href*="monbiot.com"],
a[href^="/"],
a[href^="#"],
a[href^="mailto:"],
a[href^="javascript:"] {
	word-break: normal;
}

a:hover {
	text-decoration: underline;
}

img, video {
	max-width: 100%;
	height: auto;
}

blockquote {
	border-left: .25em solid #ccc;
	padding-left: 1em;
}

code, kbd, pre, samp, tt {
	font-size: .875em;
}

th, td {
	border: 1px solid #ccc;
}

input[type="text"],
input[type="password"],
textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
	padding: 2px 4px;
}

/* LAYOUT
---------------------------------------- */

#outer {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#header,
#footer {
	overflow: hidden;
}

#header {
	border-bottom: 1px solid #888;
	padding: 2em 0;
	margin-bottom: 2em;
}

#main {
	clear: both;
}

#footer {
	border-top: 1px solid #888;
	font-size: .875em;
	padding: 1em 0 3.5em;
	clear: both;
}

#content,
#sidebar {
	margin: 0 0 30px;
}

#access,
#content {
	float: right;
	width: 70%;
}

#logo,
#sidebar {
	float: left;
	width: 22%;
}

/* HEADER
---------------------------------------- */

.site-logo {
	margin-left: 1px;
	margin-top: 16px;
	display: block;
}

.site-logo img {
	vertical-align: top;
}

.site-title {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c00;
	margin: 1em 0 .5em;
}

.skip-link {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.site-navbar ul {
	margin: 0;
	width: 100%;
}

.site-navbar li {
	list-style: none;
	margin: 0;
	font-size: .875em;
}

.site-navbar li a {
	color: #222;
}

.menu-primary-1-container {
	float: left;
	margin-right: 2em;
}

.menu-primary-2-container {
	float: left;
}

.site-social {
	float: right;
	margin: 0;
	width: 13em;
}

.site-social li {
	list-style: none;
	margin: 0;
	font-size: .8125em;
}

.site-social li a {
	color: #222;
}

.site-social span {
	position: relative;
	bottom: -1px;
}

/* FOOTER
---------------------------------------- */

.site-meta {
	float: right;
}

.site-info a,
.site-meta a {
	border-bottom: 1px solid;
	color: #222;
}

.site-info a:hover,
.site-meta a:hover {
	text-decoration: none;
	color: #c00;
}

/* CONTENT
---------------------------------------- */

.entry-title a {
	color: #222;
}

.entry-content {
	clear: both;
}

.page-title {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c00;
	margin-bottom: 1.75em;
}

.page-title span {
	font-style: italic;
}

.page-links {
	clear: both;
	word-spacing: .25em;
}

.continue-link {
	font-style: italic;
	margin-top: -.25em;
}

.edit-link {
	clear: both;
}

.post-list {
	margin-bottom: .75em;
	overflow: hidden;
	clear: both;
}

.post-list h2 {
	margin-bottom: .273em;
}

/* SIDEBAR
---------------------------------------- */

.widget-list h2 {
	font-size: 1em;
}

.widget-list ul {
	padding: 0;
	margin: 0;
}

.widget-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-list .widget {
	clear: both;
	padding-bottom: 1.5em;
}

.widget-list .search-form {
	margin: 0;
	padding-bottom: .5em;
}

.widget-list .widget_text p {
	font-style: italic;
	color: #666;
	margin: 0;
}

.widget_categories .children {
	margin-left: .75em;
}

.widget_categories li {
	position: relative;
	line-height: 1.25;
	margin-bottom: .25em;
}

.widget_categories li ul {
	margin-top: .5em;
}

/* SEARCH FORM
---------------------------------------- */

#s {
	width: 145px;
	border: 1px solid #bbb;
	border-radius: 1px;
	box-shadow: inset 0 1px 2px #eee;
	-webkit-appearance: none;
	padding: 4px;
}

#s:focus {
	outline: 0 none;
	border: 1px solid #999;
}

#g {
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	border-radius: 1px;
	color: #444;
	padding: 3px 6px;
}

#g:hover {
	border: 1px solid #aaa;
	color: #222;
}

/* PAGINATION
---------------------------------------- */

.pagination {
	clear: both;
	margin: 0 0 2em;
}

.pagination-single,
.pagination-image {
	padding-top: 1.75em;
}

.pagination .next {
	float: right;
}

.pagination-image .previous a:before {
	content: "\2190\00a0";
}

.pagination-image .next a:after {
	content: "\00a0\2192";
}

/* ENTRY META
---------------------------------------- */

.entry-meta {
	clear: both;
	font-size: .875em;
	margin-bottom: 1em;
}

.entry-meta .author {
	text-transform: capitalize;
}

.entry-meta .date {
	font-style: italic;
	color: #888;
}

.entry-meta .split {
	color: #888;
	padding: 0 .25em;
}


/* WORDPRESS
---------------------------------------- */

.screen-reader-text,
.skip-link {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.sticky {
	border: 1px solid #ccc;
	padding: 1em 1em 0;
}

.alignnone {
	margin: 0 0 1.25em;
}

.alignleft {
	float: left;
	margin: .375em 1.5em .75em 0;
}

.aligncenter {
	margin: 0 auto 1.25em;
	display: block;
}

.alignright {
	float: right;
	margin: .375em 0 .75em 1.5em;
}

.wp-caption {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-bottom: .25em;
	margin-bottom: 1.25em;
	max-width: 100%;
	height: auto;
}

.wp-caption-text,
.gallery-caption {
	font-size: .875em;
	margin-bottom: 0;
}

.bypostauthor {
	font-weight: bold;
}

/* PLUGINS
---------------------------------------- */

.addthis_toolbox {
	clear: both;
	margin-bottom: .75em;
}

.addthis_default_style .at300b {
	width: 100px;
}

.addthis_button_facebook_like iframe.fb_iframe_widget_lift {
	min-width: 450px;
}

#fscf_required1 {
	margin-bottom: 1em;
}

.fscf-required-indicator {
	color: #c00;
}

.fscf-div-clear {
	margin-bottom: .5em;
}

.fscf-label {
	margin-bottom: .25em;
	display: block;
}

.fscf-input-text {
	width: 60%;
}

.fscf-input-textarea {
	width: 90%;
	height: 150px;
	margin-bottom: .5em;
}

.fscf-button-submit {
	margin-top: .5em;
}

.fscf-div-error {
	color: #c00;
	font-style: italic;
}

/* PRINT STYLES
---------------------------------------- */

@media print {
	body {
		border: 0;
	}
	#header,
	#sidebar,
	.addthis_toolbox,
	.entry-meta .split,
	.entry-meta .edit {
		display: none;
	}
	#content {
		width: 100%;
		float: none;
	}
}
