/*   
Theme Name: Seed Factory
Theme URI: http://seedfactoryatlanta.com/
Description: A Wordpress Theme for the Seed Factory
Author: Jason Butler
Author URI: http://biscuitstudios.com/
Version: 2.0
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* RESET - http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 */

/*-------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* brown = #68533B */
/* gray = #777 */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

body {
	background: #FFF;
	font: 300 13px/22px "museo-sans","Arial","Helvetica",sans-serif;
	color: #666;
	margin: 0 auto 20px auto;
	padding: 0;
}
a {
	color: #c60;
	text-decoration: none;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
a:hover {
	color: #68533B;
	background: none;
	text-decoration: underline;
}
p, ul, ol {
	margin-bottom: 22px;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}
.skip, .ineffable {
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}
hr {
	clear:both;
	background-color: #DDD;
	border:0;
	height: 1px;
	margin-bottom: 22px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
dl {
	margin: 0 0 22px 0;
}
dt {
	font-weight: bold;
}
/*
dd {
	margin: 6px 0 18px 0;
}
*/
.screen-reader-text,
.section-heading {
  /* Text meant only for screen readers */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

table {
	margin: 0 0 22px 0;
}
th, td {
	border-bottom: 1px solid #DDD;
	padding: 10px 0 0 0;
	vertical-align: top;
}
embed,
object,
video {
	max-width: 100%;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 980px; /* 90% */
}
#main {
	clear: both;
	border-bottom: solid 1px #DDD;
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 97.9591836%; /* 960px / 980px */
	min-height: 310px;
	overflow: hidden;
}
#primary-homepage {
	margin: 0 auto;
	padding: 0;
	width: 100%; /* 960px / 960px */
}
#primary-full-width {
	border-top: solid 1px #DDD;
	margin: 0 auto;
	padding: 30px 3.125% 0 3.125%; /* 30px 30px 0 30px / 960px */
	width: 93.75%; /* 900px / 960px */
}
#primary {
	float: right;
	border-top: solid 1px #DDD;
	margin: 0 auto;
	padding: 0;
	width: 700px; /* 700px / 960px */
}
#secondary {
	float: left;
	border-top: solid 1px #DDD;
	margin: 0;
	padding: 28px 6.25% 30px 0; /* 20px 60px 20px 0 / 960px */
	width: 20.8333333%; /* 200px / 960px */
}
#colophon {
	clear: both;
	display: block;
	margin: 30px auto;
	padding: 0;
	width: 91.8367346%; /* 900px / 980px */
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#branding {
	margin: 0 auto;
	padding: 0;
	width: 97.9591836%; /* 960px / 980px */
	overflow: hidden;
}
#branding-logo {
	float: left;
	background: transparent;
	margin: 25px 0 26px 3.125%; /* 25px 0 0 30px / 960px */
	padding: 0;
	width: 25.4166666%; /* 244px / 960px */
	height: 100%;
}
#branding-logo a, #branding-logo a:hover {
	text-decoration: none;
	background: none;
}
#header-links {
	float: right;
	text-align: right;
	margin: 15px 3.125% 4px 0; /* 30px 30px 0 0 / 960px */
	padding: 0;
	width: 68.3333333%; /* 656px / 960px */
}
#header-links a img {
	margin: 0 0 0 10px; /* 10px 0 0 24px / 960px */
	width: auto;
	opacity: 1.0;
}
#header-links a:hover img {
	opacity: 0.5;
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

#access {
	float: right;
	margin: 0 1.6666666% 0 0; /* 30px 16px 0 0 / 960px */
	padding: 0;
	width: 68.3333333%; /* 656px / 960px */
}
#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	float: right;
	position: relative;
	margin: 0;
	z-index: 100; /* fix for IE7 */
}
#access a {
	color: #68533B;
	display: block;
	font: 300 13px/20px "museo-sans","Arial","Helvetica",sans-serif;
	line-height: 1em;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	padding: 6px 14px 6px 14px;
}
#access li:hover > a,
#access a:focus {
	background: #F4F4F4;
	text-decoration: none;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	/* font-weight: bold; */
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #68533B;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	text-transform: lowercase;
	margin: 0 0 22px 0;
}
h1 a {
	color: #68533B;
}
h2 {
	/* post titles - with spaces  */
	color: #68533B;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	text-transform: lowercase;
	margin: 0 0 22px 0;
}
h3 {
	/* post titles*/
	color: #68533B;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	text-transform: lowercase;
	margin: 0; 
}
h4 {
	/* paragraph title - with spacing */
	color: #68533B;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	text-transform: lowercase;
	margin: 0 0 22px 0;
}
h5 {
	/* paragraph title */
	color: #68533B;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	text-transform: lowercase;
	margin: 0;
}
h6 {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 22px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

/* BLOG PAGES */
#content .blog-content  {
	clear: both;
	border-bottom: solid 1px #DDD;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
#content #blog-content-image {
	margin: 0 0 22px 0;
	max-width: 100%;
}
#content .blog-single {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
#content .blog-tags a {
	color: #888;
	background-color: #F2F2F2;
	font-size: 11px;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 8px;
	margin: 0 3px 0 0;
	padding: 5px 10px;
}
#content .blog-tags a:hover {
	background: #68533B;
	border: none;
	color: #FFF;
	text-decoration: none;
}
#content .previousnext {
	padding: 22px 0.6849315% 0 0.6849315%; /*30px 5px 0 5px / 730px */
}
#content .previousnext a {
	color: #888;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
}
#content .previousnext a:hover {
	color: #000;
	text-decoration: none;
}

/* STATIC PAGES */
#content .page-content  {
	clear: both;
	margin: 30px 0 0 0;
}
#content .entry-content {
	padding: 0 4.109589% 0 0; /* 0 30px 0 0 / 730px */
}
#content .entry-image img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

/* STATIC PAGES WITH IMAGE */
#content #wide-content-image {
	float: right;
	margin: 0 0 22px 5.479452%; /* 0 0 0 40px / 730px */
	max-width: 100%;
}

#content ul, #content ol {
	margin: 0 0 22px 4.7945205%; /* 0 0 12px 35px / 730px */
	padding: 0;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	margin: 0 0 0 0;
	padding: 0;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}

#content .shop-pages {
	padding-top: 30px;
}

/*
#content .postmetadata {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0;
}
#content .postmetadata a {
	color: #888;
}
#content .postmetadata a:hover {
	color: #333;
	text-decoration: underline;
}
#content .post-excerpt {
	margin: 0 0 12px 0;
}
*/

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#secondary .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15%; /* 0 0 30px 30px / 200px */
}
#secondary .widget ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}
#secondary .widget ul li a {
	display: block;
	color: #888;
	font-size: 15px;
	line-height: 34px;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#secondary .widget ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5.5555555%; /* 0 0 0 10px / 180px */
}
#secondary .widget ul ul li a {
	display: block;
	color: #888;
	font-size: 12px;
	line-height: 26px;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 7.7777777%; /* 0 0 0 15px / 180px */
}
#secondary .widget ul li a:hover {
	color: #000;
	text-decoration: none;
}
/*
#secondary .widget ul li.current-menu-item > a,
#secondary .widget ul li.current-menu-ancestor > a,
#secondary .widget ul li.current_page_item > a,
#secondary .widget ul li.current_page_ancestor > a {
	font-weight: bold;
}
*/

#secondary .widget-area {
	border-top: solid 1px #DDD;
	margin: 25px 0 0 0; /* 30px 0 0 0 / 180px */
	padding: 30px 0 0 16.6666666%; /* 30px 0 30px 30px / 180px */
}
#secondary .widget-area a img {
	margin: 0 12px 10px 0 ; /* 0 12px 0 0 / 900px */
	opacity: 1.0;
}
#secondary .widget-area a:hover img {
	opacity: 0.5;
}

/* FEEDBURNER FORM */

#feedburner-email-subscription-2 h3 {
	color: #888;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-transform: lowercase;
	margin: 0 0 8px 0;
}
#feedburner-email-subscription-2 input {
	color: #aaa;
	font-size: 11px;
	font-family: "museo-sans","Arial","Helvetica",sans-serif;
	text-transform: lowercase;
	border: 1px solid #DDD;
	background: #F4F4F4;
	margin: 0;
	padding: 6px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
}
#feedburner-email-subscription-2 .btn {
	font: normal 13px/13px "museo-sans","Arial","Helvetica",sans-serif;
}

/* INSTAGRAM FEED - DOESN'T SEEM TO WORK */

.instagram iframe div#widget {
  background: #FFFFFF !important;
  padding: 0 !important;
  width: 200px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border: none !important;
}
.instagram iframe .upper {
  text-transform: lowercase !important;
  font-size: 18px !important;
}
.instagram iframe div#widget {
  display: none !important;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
ul.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none !important;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: transparent; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
/*
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
*/

/* Direction Nav */
/*
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 20px; height: 40px; margin: -22px 0 0; display: block; background: url(images/slider/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -20px 0; right: 0;}
.flex-direction-nav li .prev {left: 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
*/

/* Control Nav */
/*
.flex-control-nav { display: none; }
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/slider/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
*/

/* --- HOMEPAGE NEWS --- */

ul#homepage-news {
	clear: both;
	list-style-type: none;
	margin: 50px auto 20px auto;
	padding: 0;
	width: 93.75%; /* 900px / 960px */
	overflow: hidden;
} 
ul#homepage-news li {
	float: left;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 6.6666666% 0 0; /* 60px / 900px */
	padding: 0;
	width: 28.8888888%; /* 260px / 900px */
	zoom: 1;
}
ul#homepage-news li:last-child {
	margin: 0 !important;
}
#homepage-news h3 a {
	color: #888;
}
#homepage-news h3 a:hover {
	color: #68533B;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#colophon a img {
	margin: 0 1.3333333% 10px 0 ; /* 0 12px 0 0 / 900px */
	opacity: 1.0;
}
#colophon a:hover img {
	opacity: 0.5;
}
#colophon p {
	clear: both;
	color: #B7B7B7;
	font-size: 10px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

ul#menu-footer-1, ul#menu-footer-2 {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-footer-1 a, ul#menu-footer-2 a {
	color: #B7B7B7;
	font-size: 10px;
	line-height: 17px;
	display: block;
	margin: 0;
	text-transform: lowercase;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
ul#menu-footer-1 a:hover, ul#menu-footer-2 a:hover {
	color: #000;
}
ul#menu-footer-1 li, ul#menu-footer-2 li {
	float: left;
	list-style: none;
	text-align: left;	
	background-image: none; /* to remove bullets */
	margin: 0;
	padding: 0 8px 0 0;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft,
img.alignleft {
	float: left;
	margin: 4px 24px 22px 0;
}
.alignright,
img.alignright {
	float: right;
	margin: 4px 0 22px 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

.wp-caption {
	color: #777;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	line-height: 14px;
	padding-top: 4px;
}
.wp-caption .wp-caption-text {
	margin: 6px 0 0 0;
}
.wp-smiley {
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

/* --- ALBUMS --- */

#content .gallery-listings {
	float: left;
	margin: 0 2.5% 30px 0;	/* 0 15px 30px 0 / 600px */
	width: 30.8333333%;	/* 185px / 600px */
	height: auto;
}
#content .gallery-listings img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-listings h5 {
	clear: both;
	font: normal 13px/18px "museo-sans","Arial","Helvetica",sans-serif;
	margin: 8px 0 0 4px;
}
#content .gallery-listings .post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 4px;
	padding: 0;
}

/* --- GALLERY PAGE --- */

#content .gallery {
	clear: both;
	margin: auto;
	padding: 0;
}
#content .gallery-item {
	float: left;
	margin: 10px 3.3333333% 0 0;	/* 10px 20px 0 0 / 600px */
	text-align: left;
	vertical-align: top;
	width: 21.6666666%;	/* 130px / 600px */
}
#content .gallery-item img {
	background: #EEE;
	padding: 5px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments {
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
}
#comments h2#comments-title {
	padding: 0;
}
#comments p.write-comment-link {
	padding: 0 0 20px 0;
}
#comments .comment-body p {
	padding: 0;
}
#comments p.moderation {
	font-family: 'Droid Serif',  Times, serif;
	font-style: italic;
}
#content #comments ol {
	clear: both;
	margin: 0;
	padding: 0;
}
#content #comments ol li {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#content #comments ol li ul.children {
	clear: both;
	padding: 20px 0 0 0;
}
/*
#content #comments ol li.depth-1 {
	padding: 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
*/
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	border-bottom: none;
	overflow: hidden;
}
.comment-meta a {
	padding: 0 0 12px;
	font-size: 11px;
	text-decoration: none;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-content {
	padding: 12px 0;
	overflow: hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:right;
}
a.comment-reply-link {
	font-size: 12px;
}
#comments ol li.post.pingback {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin: 0 20px 8px 0;
	float: left;
}
#comments .bypostauthor {
}

/* --- COMMENT REPLY --- */

#content #comments #respond {
	border-top: solid 1px #DDD;
	margin: 0 0 0;
	padding: 30px 20px 20px 0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: 11px;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding: 0;
	font-size: 11px;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding: 15px 0 0;
}
input#submit {
	color: #FFF !important;
	background-color: #68533B;
	font: normal 11px/11px "museo-sans","Arial","Helvetica",sans-serif !important;
	border: none;
	font-family: inherit;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold !important;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
input#submit:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

/* BROWN BUTTONS */
a.brown.button, .btn {
	color: #FFF !important;
	background: #68533B;
	border: none;
	font: bold 11px/11px "museo-sans","Arial","Helvetica",sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px;
}
a.brown.button:hover, .btn:hover {
	background: #333 !important;
	border: none;
	color: #FFF !important;
}

/* ORANGE BUTTONS */
a.orange.button {
	color: #FFF !important;
	background: #DA6D00;
	border: none;
	font: bold 11px/11px "museo-sans","Arial","Helvetica",sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px;
}
a.orange.button:hover {
	background: #333 !important;
	border: none;
	color: #FFF !important;
}

/* GRAY */
a.gray.button {
	color: #6A6253 !important;
	background: #E1E0DD;
	border: none;
	font: bold 11px/11px "museo-sans","Arial","Helvetica",sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px;
}
a.gray.button:hover {
	background: #DA6D00 !important;
	border: none;
	color: #FFF !important;
}

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

/*
#searchwrapper {
	float: right;
	position: relative;
	background: url(images/search_bg.png) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 40px;
}
#searchwrapper form {
	display: inline;
}
#searchbox {
	position: relative;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 17px;
	background: transparent;
	border: 0px;
	margin: 11px 0 0 15px;
	width: 148px;
}
#searchbox:focus {
	color: #4c2805;
	outline: none;
}
#searchsubmit {
	position: absolute;
	background-color: transparent;
	border: 0;
	top: 11px;
	left: 178px;
	width: 32px;
	height: 28px;
}
h4.search-title {
	margin: 0;
}
*/

/*-------------------------------------------------------------------------*/

/* MENU TABLES */

/*-------------------------------------------------------------------------*/

/*
table.menus {
	font-size: 12px;
	border: 1px solid #ddd !important;
	text-align: left;
	margin: 0 0 20px 0;
	width: 100%;
	vertical-align: top;
}
table.menus tr {
	
}
table.menus tr th {
	color: #333;
	background-color: #F4F4F4;
	font-size: 18px;
	border: none !important;
	margin: 0;
	padding: 10px;
}
table.menus td {
	font-size: 11px;
	border: 1px solid #ddd !important;
	margin: 0;
	padding: 10px;
}
table.menus td p {
	font-size: 11px;
	margin: 0;
}
*/

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -10px;
  margin-left: -5px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 10px;
  margin-left: 8px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #68533B;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #68533B;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #68533B;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #68533B;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  font: 600 12px/20px "museo-sans","Arial","Helvetica",sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  background-color: #68533B;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper input {
	color: #888 !important;
	font-size: 14px !important;
	font-family: "museo-sans","Arial","Helvetica",sans-serif !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.gform_wrapper textarea {
	color: #888 !important;
	font-size: 14px !important;
	font-family: "museo-sans","Arial","Helvetica",sans-serif !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	width: 98% !important;
}
.gform_wrapper input:hover, .gform_wrapper textarea:hover, .gform_wrapper select:hover, .gform_wrapper input[type="file"]:hover {
	border: 1px solid #555 !important;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	border: 1px solid #555 !important;
	background: #FFFFEE !important;
	color: #333 !important;
}
.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio] {
	border: none !important;
}
.gform_wrapper select {
	color: #888 !important;
	font-size: 14px !important;
	font-family: "museo-sans","Arial","Helvetica",sans-serif !important;
	line-height: 20px !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 18px 0px 2px !important;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
		margin-top: 3px !important;
		margin-left: 2px !important;
	}
}
.gform_body ul {
	margin: 0 !important;
}
.gform_body ul li {
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-style: italic !important;
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection {
	border-bottom: 1px solid #DDD !important;
	margin: 35px 0 4px 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h3.gform_title {
	font-size: 20px !important;
	font-family: inherit !important;
	font-weight: normal !important;	
}
.gform_wrapper h2.gsection_title {
	font-size: 20px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #888 !important;
	font-style: italic !important;
	padding: 2px 0 0 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 13px !important;
	color: #FFF !important;
	border: none !important;
	text-transform: lowercase !important;
	margin: 0 !important;
	padding: 5px 20px !important;
	background: #68533B !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}
.gform_wrapper input.button:hover {
	cursor: pointer !important;
	color: #FFF !important;
	border: none !important;
	background: #333 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 1px solid #E6DB55 !important;
	margin: 10px 0 !important;
	padding: 20px !important;
	overflow:hidden !important;
}

/*-------------------------------------------------------------------------*/

/* LIGHTBOX-PLUS THEME FOR ELEGANT */

/*-------------------------------------------------------------------------*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000 !important;}

#colorbox{background-color:#FFF !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	#cboxContent{background:#FFF !important; margin-top:0 !important; padding:20px 20px 30px 20px !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	    #cboxLoadedContent{margin-bottom:28px !important; background: #FFF !important; padding: 0 !important; border: 5px solid #F3F1EB !important; overflow: hidden !important;}
	    #cboxLoadedContent img{max-width: 100%; height: auto; width: auto\9; zoom:1; vertical-align: bottom;}/* IE8 */
	    #cboxTitle{position:absolute !important; top: auto !important; bottom:30px !important; left:20px !important; color:#666 !important;}
	    #cboxTitle .white{color:#FFF !important;}
	    #cboxCurrent{position:absolute !important; top: auto !important; bottom:10px !important; left:20px !important; color:#666 !important;}
	    #cboxSlideshow{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxSlideshow.hover{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxPrevious{position:absolute !important; top: auto !important; bottom:30px !important; right:66px !important; background:url(images/elegant-lightbox/controls.png) -75px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxPrevious.hover{background-position:-75px -25px !important;}
	    #cboxNext{position:absolute !important; top: auto !important; bottom:30px !important; right:42px !important; background:url(images/elegant-lightbox/controls.png) -50px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxNext.hover{background-position:-50px -25px !important;}
	    #cboxLoadingOverlay{background-color: #FFF !important;}
	    #cboxLoadingGraphic{background:url(images/elegant-lightbox/loading.gif) center center no-repeat !important;}
	    #cboxClose{position:absolute !important; top: auto !important; bottom:30px !important; right:18px !important; background:url(images/elegant-lightbox/controls.png) -25px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important; border:none!important;}
	    #cboxClose.hover{background-position:-25px -25px !important;}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#primary {
		width: 90%;
		border: none;
		background: none;
	}
	#header { display:none; }
	#access { display:none; }
	#quick-links { display:none; }
	#searchwrapper { display:none; }
	#main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#secondary { display:none; }
	#commentform { display:none }
	.divider-wide { display:none }
	#colophon { display:none }
	#advertisements { display:none }
	h1, h2, h3, h4, h5, h6 { wrapper-break-after:avoid; 
	     wrapper-break-inside:avoid }
	blockquote, table, pre { wrapper-break-inside:avoid }
	ul, ol, dl  { wrapper-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { wrapper-break-inside:avoid; 
	     wrapper-break-after:avoid; }
}
