/*
	Theme Name: LEAP
	Theme URI: http://synbioleap.org/
	Author: Robert Noakes
	Author URI: http://robertnoak.es/
	Description: Custom theme for LEAP.
	Version: 1.0
	Tags: custom
	Template: noakes-framework
*/

@import url(//fonts.googleapis.com/css?family=Oxygen:700|Open+Sans:400italic,600italic,700italic,400,600,700);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input[type="email"],
input[type="text"],
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
side,
small,
span,
strike,
strong,
sub,
summary,
sup,
svg,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video
{
	color: #252525;
	font-weight: 400;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active
{
	color: #005e84;
}
a:hover
{
	color: #01374d;
	text-decoration: none;
}

h1
{
	margin-bottom: 0;
	color: #01374d;
	font-weight: 700;
	font-size: 1.611em;
}

h2
{
	margin-bottom: 0;
	color: #005e84;
	font-weight: 600;
	font-size: 1.357em;
}

#leap-visions-and-plans #content h2
{
	color: #000;
}

h3
{
	margin-bottom: 9px;
	color: #005e84;
	font-weight: 700;
	font-size: 1.071em;
}

h4
{
	margin-bottom: 0;
	padding-top: 18px;
	font-weight: bold;
}

h4 img
{
	margin-bottom: 9px;
}

h5,
h6
{
	margin: 0;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
}

h6
{
	margin-bottom: 9px;
	padding: 9px 0;
	border-bottom: 1px solid #bdbdbd;
	display: block;
}

strong
{
	font-weight: 700;
}

a.button
{
	padding: 0 18px;
	display: inline-block;
	height: 26px;
	background: #005e84 none no-repeat right center;
	color: #c3d941;
	font-weight: 700;
	font-size: 0.786em;
	line-height: 26px;
	text-transform: uppercase;
}
a.button:hover
{
	background-color: #01374d;
}

a.button.arrow-small
{
	padding-right: 28px;
	background-image: url(images/buttons/arrow-small.png);
}

#outer-wrapper
{
	min-width: 300px;
}

#wrapper
{
	width: 958px;
}

header
{
	position: relative;
	padding-bottom: 29px;
	overflow: visible;
	height: auto;
}

#logo-menu,
#logo-menu li,
#logo-menu a
{
	display: block;
	overflow: hidden;
	float: left;
	height: 148px;
	width: 356px;
}

#logo-menu a
{
	background: url(images/buttons/logo-menu.png) no-repeat;
	text-indent: -10000px;
}

#header-logos img
{
	margin-top: 41px;
	float: right;
}

#search-wrapper
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
	padding: 3px 9px;
	height: 23px;
	min-width: 28px;
}

#search-closed
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
}

#search-closed img
{
	vertical-align: baseline;
}

#search-form-wrapper
{
	position: relative;
	padding: 0 28px 0 1px;
	height: 23px;
	background: url(images/backgrounds/search-wrapper.png) repeat-x;
	font-size: 0.75em;
}

#search-left
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#search
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	border: 0;
	display: block;
	overflow: hidden;
	height: 23px;
	width: 28px;
	background: url(images/buttons/search.png) no-repeat;
	text-indent: -10000px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#s
{
	padding: 0 4px;
	height: 23px;
	width: 140px;
	line-height: 23px;
}
#s.noakes-watermarked
{
	color: #ababab;
}

nav,
#main-menu
{
	display: block;
	overflow: visible;
	height: 29px;
	width: 100%;
}

nav
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 125%;
	background: #c3d941;
}

#main-menu li,
#main-menu a
{
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	white-space: nowrap;
}

#main-menu li
{
	position: relative;
}

#main-menu a
{
	font-family: "Oxygen", Arial, Helvetica, sans-serif;
	text-align: center;
}
#main-menu a:hover,
#main-menu li:hover a,
#main-menu li.active a
{
	background: #01374d;
	color: #fff;
	text-decoration: none;
}

#main-menu li.home a,
#main-menu li.home.active a
{
	overflow: hidden;
	width: 44px;
	background: url(images/buttons/home.png) no-repeat center 0;
	text-indent: -10000px;
}
#main-menu li.home a:hover
{
	background-color: #01374d;
	background-position: center -28px;
}

#main-menu ul
{
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 100;
	padding: 5px 0;
	display: none;
	min-width: 100%;
	background: #01374d;
	font-size: 0.875em;
}

#main-menu ul li,
#main-menu ul a
{
	float: none;
	height: auto;
}

#main-menu li.phone-hide:hover ul,
#main-menu li.phone-menu.hover ul
{
	display: block;
}

#main-menu ul a,
#main-menu li:hover ul a,
#main-menu li.active ul a
{
	padding: 3px 9px;
	color: #fff;
	line-height: 18px;
}

#main-menu ul a:hover,
#main-menu ul li:hover a,
#main-menu ul li.active a,
#main-menu li:hover ul a:hover,
#main-menu li:hover ul li:hover a,
#main-menu li:hover ul li.active a,
#main-menu li.active ul a:hover,
#main-menu li.active ul li:hover a,
#main-menu li.active ul li.active a
{
	color: #01374d;
	background: #c3d941;
}

#main-menu ul ul,
#main-menu li.phone-hide:hover ul ul,
#main-menu li.phone-menu.hover ul ul
{
	padding: 0;
	display: none;
}

#main-menu ul ul
{
	top: 0;
	left: 100%;
	min-width: inherit;
	background: #c3d941;
	font-size: 1em;
}

#main-menu ul li:hover ul,
#main-menu li:hover ul li:hover ul,
#main-menu li.phone-menu.hover ul li:hover ul
{
	display: block;
}

#main-menu ul ul a:hover,
#main-menu ul li:hover ul a:hover,
#main-menu ul li:hover ul li.active a,
#main-menu li:hover ul ul a:hover,
#main-menu li:hover ul li:hover ul a:hover,
#main-menu li:hover ul li:hover ul li.active a,
#main-menu li.active ul ul a:hover,
#main-menu li.active ul li:hover ul a:hover,
#main-menu li.active ul li:hover ul li.active a
{
	color: #fff;
}

#header-graphic
{
	width: 100% !important;
	height: auto !important;
}

#content-wrapper
{
	position: relative;
	padding-top: 18px;
	background: url(images/backgrounds/content-wrapper.png) repeat-x;
}

#content
{
	float: left;
	width: 670px;
	font-size: 0.875em;
}

body.no-right-bar #content
{
	float: none;
	width: auto;
}

#content img.alignleft
{
	margin: 0 18px 18px 0;
}

#content img.alignright
{
	margin: 0 0 18px 18px;
}

#content img.wp-image-401
{
	height: auto;
	width: 100%;
	max-width: 640px;
}

#leap-sponsors #content
{
	padding-bottom: 18px;
}

#leap-sponsors #content img
{
	padding: 18px 27px 18px 0;
}

#leap-sponsors #content img.last
{
	padding-right: 0;
}

div.noakes-accordion
{
	margin: -13px 0 18px;
	padding-top: 18px;
}

div.noakes-accordion.paper
{
	padding-top: 0;
}

div.noakes-accordion.community-member
{
	margin-left: -35px;
}

div.noakes-accordion-item
{
	padding: 13px 0 5px;
}

div.noakes-accordion-item a.noakes-accordion-item-button,
div.noakes-accordion-item a.external-url
{
	display: block;
	color: #000;
	font-weight: 700;
}

div.noakes-accordion-item a.noakes-accordion-item-button span,
div.noakes-accordion-item a.external-url span
{
	color: #005e84;
	font-weight: normal;
}

div.noakes-accordion-item div.noakes-accordion-item-content
{
	display: none;
}

div.noakes-accordion-item.community-member
{
	padding-left: 35px;
	float: left;
	width: 200px;
}

div.noakes-accordion-item.community-member a.noakes-accordion-item-button,
div.noakes-accordion-item.community-member a.external-url
{
	line-height: 23px;
}

div.noakes-accordion-outer-content-box
{
	position: relative;
	clear: both;
	background: #fff;
}

div.noakes-accordion.community-member div.noakes-accordion-outer-content-box
{
	margin-left: 35px;
}

div.noakes-accordion-item-arrow
{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 16px;
	width: 90%;
	background: url(images/backgrounds/description-arrow.png) no-repeat;
}

div.noakes-accordion.community-member div.noakes-accordion-item-arrow
{
	width: 164px;
}

div.noakes-accordion-inner-content-box
{
	position: relative;
	margin-top: 16px;
	padding: 18px 18px 9px;
	background: #01374d;
}

div.noakes-accordion-inner-content-box div.noakes-close-button
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: block;
	height: 25px;
	width: 25px;
	background: url(images/buttons/description-close.png) no-repeat center center;
	cursor: pointer;
}

div.noakes-accordion-inner-content-box *
{
	color: #fff;
}

div.noakes-accordion-inner-content-box p
{
	margin-bottom: 9px;
}

div.noakes-accordion-inner-content-box p a
{
	color: #c3d941;
}
div.noakes-accordion-inner-content-box p a:hover
{
	text-decoration: underline;
}

img.quote-image,
div.quote
{
	padding-top: 18px;
}

div.quote
{
	padding-bottom: 9px;
}

div.quote p
{
	margin-bottom: 9px;
}

#news-accordion div.news-item
{
	margin-bottom: 27px;
	padding: 9px 9px 6px;
	float: left;
	width: 299px;
	background: #f2f7fa;
}

#news-accordion div.news-item-thumbnail
{
	padding: 0 0 9px 9px;
	float: right;
}

#news-accordion h4
{
	margin-bottom: 3px;
	padding: 0;
	font-size: 1em;
}

#news-accordion h4,
#news-accordion h4 a
{
	color: #02394d;
}

#news-accordion p
{
	margin-bottom: 3px;
	font-size: 0.875em;
	line-height: 16px;
}

#news-accordion p.news-item-date
{
	color: #005f88;
	text-transform: uppercase;
}

#news-accordion p.news-item-source
{
	font-weight: bold;
	font-style: italic;
}

#news-accordion p.news-item-link
{
	text-transform: lowercase;
}

#news-accordion p.news-item-link a
{
	display: inline;
	color: #005e84;
	font-weight: normal;
}
#news-accordion p.news-item-link a:hover
{
	color: #01374d;
}

#news-accordion div.noakes-accordion-outer-content-box
{
	top: -24px;
}

#news-accordion div.noakes-accordion-inner-content-box p
{
	margin-bottom: 9px;
}

#news-accordion div.noakes-accordion-item-arrow
{
	width: 32px;
}

hr.section-footer
{
	display: none;
}

p.section-footer
{
	margin-top: -9px;
	text-align: center;
}

p.section-footer a.page-numbers,
p.section-footer span.page-numbers
{
	margin: 0 1px;
	padding: 0 7px;
	display: inline-block;
	background: #005e84;
	color: #c3d941;
	font-weight: bold;
	font-size: 0.786em;
	line-height: 24px;
	text-transform: uppercase;
}
p.section-footer a:hover
{
	background: #01374d;
}
p.section-footer span.page-numbers
{
	background: #d7dbde;
	color: #000;
	cursor: default;
}

p.section-footer
{
	position: relative;
	display: block;
	height: 18px;
	text-align: center;
}

p.section-footer span.previous-post-link,
p.section-footer span.next-posts-link
{
	position: absolute;
	top: 0;
	left: 0;
}

p.section-footer span.next-post-link,
p.section-footer span.previous-posts-link
{
	position: absolute;
	top: 0;
	right: 0;
}

#right-bar
{
	padding: 30px 0 27px;
	float: right;
	width: 241px;
}

div.leap-widget
{
	font-size: 0.875em;
}

div.leap-widget p
{
	line-height: 18px;
}

div.leap-widget strong
{
	color: inherit;
}

#community-widget-wrapper
{
	margin-bottom: 18px;
	border: 1px solid #b7b7b7;
	float: right;
	width: 239px;
	background: #c3d941;
}

#community-widget-form
{
	padding: 12px 14px;
}

#sign-up-wrapper
{
	position: relative;
	margin-bottom: 18px;
	height: 23px;
	max-width: 358px;
	background: url(images/backgrounds/sign-up.png) no-repeat;
	font-size: 0.857em;
}

#sign-up-wrapper input.noakes-watermarked
{
	color: #919191;
}

#sign-up-wrapper #MERGE0
{
	padding: 4px;
	width: 90%;
}

#sign-up-wrapper label.error
{
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	width: 90%;
	padding: 0 5px;
	height: 21px;
	background: #ffbfbf;
	color: #c00;
	line-height:21px;
}

#sign-up-wrapper #submit-button
{
	display: none;
}

#sign-up-wrapper #submit-button-sister
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0 9px;
	height: 23px;
	background: url(images/buttons/sign-up.png) no-repeat right 0;
	color: #fff;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
}

#share-buttons,
#share-buttons span
{
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	float: left !important;
	height: 41px !important;
	width: auto !important;
}

#share-buttons
{
	width: 234px !important;
}

#share-buttons span.stButton
{
	padding-right: 15px !important;
}

#share-buttons span.stLarge
{
	width: 41px !important;
	background: url(images/buttons/share.png) no-repeat !important;
}

#share-buttons span.st_googleplus_large span.stLarge
{
	background-position: -41px 0 !important;
}

#share-buttons span.st_twitter_large span.stLarge
{
	background-position: -82px 0 !important;
}

#share-buttons span.st_linkedin_large span.stLarge
{
	background-position: -123px 0 !important;
}

div.noakes-html-widget img.alignright
{
	margin: 9px 0 9px 9px;
}

#breakpoint
{
	height: 1px;
}

*.pc-only,
*.tablet-hide,
*.phone-hide
{
	display: inherit !important;
}

*.pc-hide,
*.tablet-only,
*.phone-only
{
	display: none !important;
}

/* Added on 9/15/2014 */
#leap-sponsors table
{
	width: 100%;
}

#leap-sponsors table td
{
	padding-bottom: 18px;
	text-align: center;
	vertical-align: middle;
}

/* Added on 9/18/2014 */
a.application-button
{
	display: inline-block;
	background: url(../../uploads/2014/09/banner.jpg) no-repeat center center;
	background-size: contain;
}
a.application-button:hover
{
	background-image: url(../../uploads/2014/09/banner_over.jpg);
}

a.application-button img
{
	height: auto;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

form.post-password-form label,
form.post-password-form input[type='password']
{
	display: block;
}

form.post-password-form input[type='password']
{
	margin: 0.25rem 0;
	padding: 0.25rem 0.5rem;
	border: 1px solid #333;
}