/*
Theme Name: Biospherically Correct
Theme URI: http://www.biosphericallycorrect.org
Description: WordPress theme for Biospherically Correct
*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}





/* Styles */

html { height: 100% }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/body_bg.jpg) no-repeat -80px -130px;
	text-align: center;
	height: 100%;
	padding: 157px 0 40px 0;
}

#container {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #d7d8d9 url(images/sidebar_bg.gif) repeat-y;
}

body.home #container {
	background-image: none;
}

#flash {
	position: absolute;
	width: 960px;
	height: 200px;
	z-index: 5000;
}

#banner {
	position: relative;
	width: 960px;
	height: 200px;
	z-index: 1;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 200px;
	text-align: left;
	z-index: 9999;
}

#header h1 {
	display: block;
	width: 300px;
	height: 100px;
	text-indent: -9999px;
	background: url(images/header_logo.png) no-repeat;
	margin: 50px 0 0 30px;
}

#header_badges {
	position: absolute;
	right: 40px;
	top: 75px;
}

#header_badges li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: url(images/header_badges.png) no-repeat;
	margin-left: 30px;
}

#header_badges li.bc_2 {
	background-position: -50px 0;
}

#header_badges li.bc_3 {
	background-position: -100px 0;
}

#menu-header {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style: none;
	margin: 0;
}

#menu-header li {
	display: block;
	float: left;
	margin: 0 1px;
}

#menu-header li a {
	display: block;
	/*background-color: #9FA1A5;*/
	background: url(images/header_bg.png);
	padding: 8px 17px;
	font-size: 1.2em;
	font-weight: bold;
	color: #eee;
}

#menu-header li a:hover {
	background-color: #A4A8AD;
	color: #fff;
	text-decoration: none;
}

#menu-header li.current_page_item a, #menu-header li.current-page-ancestor a, #menu-header li.current_page_item a:hover {
	background: #7fc241 none;
	color: #fff;
	text-decoration: none;
}

#header-bar {
	display: block;
	height: 22px;
	background-color: #7fc241;
	margin: 0;
}

#header-bar li {
	display: inline;
	line-height: 22px;
	margin: 0 25px;
	float: right;
}

#header-bar li a {
	font-size: 12px;
	color: #eee;
}

#header-bar li a:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar {
	width: 175px;
	height: 100%;
	padding: 30px 10px 0 35px;
	float: left;
}

#sidebar h1, #content h2 {
	color: #fff;
	font-size: 2.4em;
	margin: 0.8em 0 1.2em 0;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar ul li ul {
	padding-left: 20px;
	list-style: disc;
}

#sidebar .current_page_item a {
	font-weight: bold;
}

#main {
	position: relative;
}

#content {
	position: relative;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 55px 75px;
	color: #666;
}

#content.with_sidebar {
	width: 650px;
	padding: 50px 30px 0 30px;
	float: left;
}

#content h2 {
	margin-top: 0;
}

#content h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 25px;
}

#content blockquote {
	font-style: italic;
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 16px;
	margin: 24px 20px 30px 20px;
}

#content p {
	margin: 0.4em 0 0.8em 0;
}

#footer {
	padding: 35px 35px 15px 0;
}

#footer h5 {
	display: block;
	width: 223px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/footer_logo.gif) no-repeat;
	position: relative;
	float: right;
	padding-bottom: 30px;
	margin-right: 20px;
}

#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background-color: #7FC241;
	text-align: right;
	padding: 0;
	margin: 0;
}

#menu-footer li {
	display: inline;
	line-height: 28px;
	margin-right: 20px;
}

#menu-footer li a {
	font-size: 12px;
	color: #eee;
}

#menu-footer li a:hover {
	color: #fff;
	text-decoration: none;
}

a { 
	color: #008fd5; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 20px;
  height: 0;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

.next_prev_page {
	position: absolute;
	left: 250px;
	bottom: -60px;
	font-size: 12px;
	color: #999;
}

.next_prev_page a {
	font-size: 12px;
}

/* VFH Network Panel */

#network_panel {
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(images/network_panel_bg.png) repeat-x;
	z-index: 9999;
	text-align: left !important;
}

#network_panel_tab {
	position: absolute;
	bottom: -12px;
	left: 15px;
	cursor: pointer;
	display: block;
	width: 65px;
	height: 23px;
	background: url(images/network_panel_tab.png) no-repeat;
}

#network_panel ul {
	position: relative;
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
}

#network_panel ul li {
	display: inline;
	margin: 0 20px;
}

#network_panel ul li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}

#network_panel ul li a:hover {
	color: #e00023;
}

#network_panel_close {
	position: absolute;
	display: block;
	top: 35px;
	right: 15px;
	width: 10px;
	height: 10px;
	color: #fff;
	background-color: #ddd;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

#network_panel_close:hover {
	background-color: #ccc;
}

/* Producer Registration Form */

#producer_registration .row {
	margin: 10px 0;
}

#producer_registration label {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#producer_registration input[type="text"], #producer_registration textarea {
	width: 375px;
	float: left;
	padding: 5px;
	color: #666;
	font-size: 13px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

#producer_registration textarea {
	width: 375px;
	height: 150px;
}

#producer_registration button {
	font-size: 14px;
	width: 150px;
	height: 35px;
	color: #333;
}

.required, .error {
	color: #CC0000;
}
