/*
Theme Name:     Progressing Spirit
Theme URI:      http://progressingspirit.org/
Description:    Child theme from the HULA framework
Author:         havahula.org
Author URI:     http://havahula.org/
Template:       hula                           
Version:        0.1.0
*/
@import url( "../hula/style.css" );
@import url('https://fonts.googleapis.com/css?family=Lato');

/*
	BRIGHT BLUE: #0162d7;
*/
*, html {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
body {
	font-size: 18px;
	line-height: 1.25em;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
.pauf-frame, 
.pauf-frame #paupress, 
.pauf-frame #paupanels-tabs {
	font-size: 18px;
	line-height: 1.25em;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
	color: #344F70;
	font-weight: 300;
}
.entry h2 {
	line-height: 3em;
}
.entry .ps-show-essay h2 {
	line-height: 1.5em;
}
a, 
a:visited, 
a:active, 
#feature h2 a, 
#feature h2 a:visited, 
#feature h2 a:active {
	color: #344F70;
	border-bottom: 1px dotted #344F70;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	border-bottom: none;
}
p {
	line-height: 1.5em;
	text-align: left;
}
.pp-center p {
	text-align: center;
}
.content-display {
	display: none;
}
.logo {
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	height: 125px;
	width: 240px;
}
.logo img {
	padding: 25px;
	max-width: 75px;
	height: auto;
}
.logo a, 
.logo a:hover {
	text-decoration: none;
	border: none;
}

.tcpc-socials {
	padding: 50px 0 10px 0;
}
.my-account.on a {
	background-color: #FFF;
}
.comments {
	float: none;
}
.commentlist li {
    padding: 10px;
    margin: 10px 0;
    background-color: #FFF;
    border: 1px solid transparent;
}
.commentlist li.alt {
		background-color: #f3fafc;
    border: 1px solid transparent;
}
.essay-scroll, .comment-scroll {
	cursor: pointer;
}

#promise-svg {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}
#promise-svg path {
  transition:fill .5s;
  fill: rgba( 255, 255, 255, .30 );
}
/*
#promise-svg path:hover {
  fill: rgba( 0, 0, 0, .70 );
}
*/



.home-header {
	height: 222px;
}
#navigation {
	padding-top: 36px;
	width: 100%;
	z-index: 1000;
}
#header {
	background-color: rgba( 255, 255, 255, .30 );
}
#feature, #promise {
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	bottom: 0;
}
#promise-overlay {
	width: 100%;
	height: 700px;

	background-color: rgba( 255, 255, 255, .30 );
	/*
	position: absolute;
	top: 300px;
	*/
}
#promise-overlay-call {
}
#promise-overlay p {
	color: #555;
	text-align: center;
	padding: 1em;
	background-color: rgba( 255, 255, 255, .80 );
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#promise-overlay-join, 
#feature-link {
	text-align: center;
	padding: 2em;
}
#promise-overlay .pp-button, 
#feature-link .pp-button {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: .75em;
	font-size: 1.5em;
	background-color: rgba( 255, 255, 255, .80 );
	color: #555;
	border: 1px solid #FFF;
}
#promise-overlay .pp-button:hover, 
#feature-link .pp-button:hover {
	background-color: rgba( 0, 0, 0, .80 );
	color: #FFF;
	border: 1px solid transparent;
}
.ps-signup {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: .75em;
	font-size: 1.5em;
	background-color: rgba( 0, 91, 113, .35 );
	color: #FFF;
	display: inline-block;
}
.ps-signup:hover {
	background-color: rgba( 0, 91, 113, .95 );
	color: #FFF;
}
#promise-promotion, 
#feature-promotion {
	position: absolute;
	bottom: 0;
	text-align: right;
	right: 0;
	padding: 1em;
	padding: .75em;
	font-size: 1.5em;
	color: #FFF;
}
#promise-promotion a, 
#promise #promise-promotion a, 
#feature-promotion a, 
#feature #feature-promotion a {
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: .25em .5em;
	background-color: #FFF;
	color: #333;
	cursor: pointer;
}
#promise-promotion a:hover, 
#promise #promise-promotion a:hover, 
#feature-promotion a:hover, 
#feature #feature-promotion a:hover {
	color: #FFF;
	background-color: #333;
}
#essay {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	bottom: 0;
}
.feature-essay, 
.feature-question {
	color: #555;
	padding: 1.25em;
	background-color: rgba( 255, 255, 255, .80 );
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.feature-essay-avatar {
	float: left;
}
.feature-essay-title, 
.feature-essay-meta, 
.feature-essay-content, 
.feature-question-title, 
.feature-question-content {
	margin-left: 115px;
}
.feature-essay-title, 
.feature-question-title {
	font-size: 1.5em;
}
.feature-essay-meta, 
.feature-question-meta {
	font-style: italic;
	font-family: Georgia;
}
.feature-question-avatar {
	float: right;
}
.feature-question-meta {
	margin: 0 115px;
	text-align: right;
}
.feature-essay-content {
	font-size: 1em;
	padding-top: 1em;
}
.feature-question {
	margin-top: 15px;
}
.feature-question h3 {
	margin-left: 115px;
}
.feature-question-title {
	font-style: normal;
}
.feature-question {
	overflow: auto;
}


#feature h2, 
#feature h3, 
#feature .meta, 
#feature a, 
#essay h2, 
#essay h3, 
#essay .meta, 
#essay a, 
#promise a {
	text-decoration: none;
}
#promise #header a, 
#essay #header a {
	color: #FFF;
}
#feature h3, 
#essay h3, 
.excerpt .question h3 {
	font-style: italic;
	/*font-family: Georgia, serif;*/
	font-size: 1em;
}

.hulacon, .hulacon:hover {
	padding: 10px 0 0 5px;
	border: none;
}
#header .hulacon {
	float: right;
}
.hulacon-text {
	padding-top: 17px;
}
.social-blocks {
	overflow: auto;
}
.button, 
.button:active, 
.button:visited {
	color: #FFF;
	background-color: #005b71;
	border: none;
}
.button.action, 
.button.action:visited, 
.button.action:active, 
.button-action, 
.button-action:visited, 
.button-action:active {
	background-color: #005b71;
	color: #FFF;
}
.button-resources {
	background-color: #005b71;
}
.button-home {
	padding-top: .5em;
}
.button-action:hover, 
.button.action:hover, 
.button:hover, 
.ps-promotion .button.action:hover, 
.ps-promotion .button:hover {
	background-color: #FFF;
	color: #005b71;
}
.link-home {
	padding-top: 1em;
}
.title-home {
	padding: 20px 0;
}
.about-blurb {
	min-height: 200px;
}
.main-section .paupay.button, 
.button-action, 
.buy.button {
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #005b71;
	color: #FFF;
	font-weight: 400;
	padding: 7px 15px;
	display: inline-block;
}
.button-action:hover {
	background-color: #FFF;
	color: #005b71;
	border: none;
}

.hulacon a {
	float: right;
	border: none;
}

.big-background {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 0;
}

.bg-white {
	background-color: #FFF;
	padding: 10px;
}
.text-block, 
.bg-white.text-block {
	height: 257px;
	overflow: hidden;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 10px;
	overflow: hidden;
}
.bg-white.text-block p {
	float: left;
}
.example {
	font: 12px/14px Georgia, sans-serif;
	color: #777777;
	font-style: italic;
}
.example.large {
	font: 14px/18px Georgia, sans-serif;
	color: #777777;
	font-style: italic;
}

.crumbs {
	padding: 10px 0;
}

input, 
textarea, 
select {
	padding: 5px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	border: 1px solid #DDD;
}


#carousel, .carousel {
	height: 275px;
	background-color: #CCCCCC;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	vertical-align: middle;
}
#carousel-tray {
	width: 1800px;
}
.carousel {
	margin: 10px 0;
}
.carousel-image {
	width: auto;
	height: 265px;
	position: relative;
}
.section_content {
	width:  620px;
	float: left;
}
.carousel_content {
	width:  620px;
	float: left;
}
.carousel-excerpt {
	width:  290px;
	height: 245px;
	margin: 0 0 0 310px;
	background-color: #FFFFFF;
	opacity: .75;
	font-style: italic;
	padding: 10px;
	color: #000000;
}
#carousel-nav {
	padding: 10px 0 3px 0;
	text-align: center;
}
.c-on {
	background-color: #26466D;
}

/*	------------------------------------------------------- 
	NAVIGATION
	------------------------------------------------------- */

.universal {
	float: left;
	width: 100%;
}
.universal ul a {
	color: #005b71;
	background-color: transparent;
	font-weight: 100;
	font-size: 18px;
}
.universal ul li a {
	padding: 10px 14px;
	background-color: transparent;
}
.universal ul a:hover, 
.universal ul li.menu-on a, 
.universal ul .current-menu-item a { 
	color: #005b71;
	text-decoration: none;
	background-color: transparent;
}
.universal li a:hover, 
.universal li.current-menu-item a {
	color: #005b71;
	background-color: transparent;
}
.universal li:hover, 
.universal li a:hover  {
	color: #005b71;
	background-color: transparent;
}
.menu-item-has-children, 
.universal li ul.sub-menu, 
.universal li ul.sub-menu li {
}
.universal li ul.sub-menu {
	border-top: 1px solid #555;
	background-color: rgba( 0, 0, 0, .50 );
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 200px;
}
.universal li ul.sub-menu li a {
	background-color: transparent;
	display: block;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.universal li ul.sub-menu li a:hover {
	background-color: rgba( 0, 0, 0, .50 );
}

.universal.top {
	background-color: transaprent;
	display: block;
}
.universal.top a {
	color: #777;
	font-weight: 100;
	font-size: .95em;
}

#ps-search {
	font-size: 1.5em;
	padding: .25em;
	border: none;
	color: #005b71;
	width: 90%;
	border-bottom: 1px solid #DDD;
	border-radius: 0;
	background-color: #FFF;
}
.ps-result-nagivation {
	text-align: center;
	padding-top: 3px;
}
.ps-result-navigation .button {
	padding: 5px 11px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.ps-result-pages, 
.ps-result-summary {
	text-align: center;
	font-size: .9em;
	font-style: italic;
	font-family: Georgia;
	color: #8da9c9;
}
.ps-result-pages {
	display: inline-block;
	padding: 0 5px;
}
.tcpc-select {
	width: 80%;
	height: 36px;
	overflow: hidden;
	color: #FFF !important;
	background-color: #005b71;
	border: 1px solid #CCC;
	display: inline-block;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

#side {
	display: none;
}

/*	------------------------------------------------------- 
	FOOTER
	------------------------------------------------------- */
#pitch {
	border-top: 10px solid rgba( 0, 91, 113, 0.1 );
	background-color: rgba(0, 91, 113,0.25);/*#005b71*/
	color: #555;
	padding: 25px;
	text-align: center;
	font-size: 1.25em;
	line-height: 3.5em;
}
#pre-pre-footer {
	margin-top: 75px;
}
#pre-footer {
	background-color: rgba( 0, 91, 113, 0.45 );/*#f3fafc*/
	padding: 2em 0;
	border-top: 5px solid rgba( 0, 91, 113, .35 );
}
#pre-footer .inside {
	padding: 25px;
}
#contributors {
	background-color: #f3fafc;
}
#contributors-title {
	background-color: rgba(0, 91, 113,0.1);
	border-top: 10px solid #f3fafc;
	border-bottom: 20px solid #f3fafc;
	margin-bottom: 50px;
}
#contributors-title h2 {
	line-height: 2.5em;
	color: #555;
}
#contributors-title p {
	line-height: 1.5em;
	color: #555;
}
.wrap_e1a31c78929317c09540e179fb89de40 .pp-block {
	background-color: transparent;
}
.ps-promotion {
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.ps-promotion h3 {
	color: #FFF;
	padding: .25em .5em;
	font-family: Georgia;
	font-style: italic;
	color: #005b71;
}
#pre-footer .ps-promotion .inside {
	background-color: rgba( 255, 255, 255, .30 );
	height: 100%;
	padding: 0;
	margin: 0;
}
.ps-promotion .pp-right {
	position: absolute;
	bottom: .5em;
	right: .25em;
}
#pitch .paupanels-req-notify {
	display: none;
}
.pitch-email {
	padding: 2em;
	background-color: rgba( 0, 91, 113, .35 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*
.ps-promotion-left h3 {
	margin-bottom: 50px;
}
.ps-promotion-right h3 {
	padding-top: 35px;
}
*/
.border-left {
	border-left: 1px solid #FFF;
}
.border-right {
	border-right: 1px solid #FFF;
}
#footer {
	padding: 2em 0;
	background-color: rgba( 0, 91, 113, .65 );/*#005b71*/
	border: none;
	color: #FFF;
	margin: 0;
	text-align: center;
	/*border-top: 10px solid rgba( 0, 91, 113, .55 );*/
}
#footer .inside {
	padding: 1em;
}

#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	color: #042D5F;
	margin-bottom: 10px;
}
#footer .menu {
	margin: 0;
}

.promotion {
	width: 100%;
	padding: 25px 0;
}
.promotion .inside {
	padding: 25px 10px;
}
.promotion .inside img {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.divider {
	background: url('./g/wire.jpg') top center no-repeat;
	height: 50px;
}
#quote, 
.quote {
	font-family: 'Georgia', serif;
	font-size: 1.25em;
	line-height: 1.25em;
	font-style: italic;
	font-weight: 300;
	color: #555;
	padding: .5em;
}

.center, 
.center p { text-align: center; }
#footer a {
	color: #FFF;
}

textarea {
	width: 100%;
}

#menu-footer-menu li a {
	display: block;
	padding: 5px;
	background-color: rgba( 0, 91, 113, .15 );
	border: none;
	text-decoration: none;
	margin-bottom: 1px;
}
#menu-footer-menu li a:hover {
	background-color: rgba( 0, 91, 113, .25 );
}


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

.image img {
	width: 100%;
	height: auto;
}
body div.meta {
	text-transform: none;
	font-style: italic;
	font-size: .9em;
	font-family: Georgia;
	vertical-align: middle;
}
.question {
	background-color: #f3fafc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.question-actual {
	background-color: rgba(0, 91, 113,0.1);
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	border-top: 10px solid #f3fafc;
	border-bottom: 20px solid #f3fafc;
	padding: 20px 0;
}
.comment-header {
	background-color: rgba(0, 91, 113,0.1);
	padding: 20px 0;
}
.answer {
	margin-top: 1em;
	background-color: #f3fafc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	margin-left: .5em;
}
.answer .meta a {
	padding-right: 1em;
	vertical-align: middle;
}

.featured {
	padding: 1em 0;
	height: 430px;
	overflow: hidden;
}
.essay {
	padding: 1em 0;
}
.essay .image, 
.featured .image {
	height: 320px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.excerpt {
	padding: 1em 0;
	display: block;
	overflow: auto;
}
.excerpt .question {
	padding: 10px;
}
.featured .question {
	height: 320px;
	overflow: hidden;
	text-align: center;
}
.featured .answer {
	padding-top: 1em;
}

.essays {
	padding-top: 2em;
}
.essays h1 {
	padding-bottom: 1em;
}

.excerpt h2 {
	font-size: 1.5em;
}


/*	------------------------------------------------------- 
	HOME
	------------------------------------------------------- */

.home-section {
	margin: 75px 0;
}
.home-section.alt {
	background-color: #EEE;
}
/*
.home-section h2 {
	font-size: 48px;
}
*/
.temp-blob {
	background-color: #EFEFEF;
	height: 310px;
}
#ads-mid-home.home-section {
	margin: 36px 0;
}
#ads-mid-home .temp-blob {
	background-color: #FFF;
	height: auto;
}
#ads-home .temp-blob {
	background-color: #FFF;
	height: 420px;
	overflow: hidden;
}
.alt .temp-blob {
	background-color: #FFF;
}
.temp-blob .bg-white {
	margin-top: 222px;
}
.temp-blob h3, 
.temp-blog p {
	text-align: center;
}

.evolving-subtitle {
	font-size: .79em;
}
.evolving-thumb {
	height: 150px;
	overflow: hidden;
	padding: 1px;
	margin-bottom: 10px;
}
.evolving-thumb img {
	width: 100%;
	height: auto;
}
.evolving-video p {
	padding: 0 10px;
}
#ep .bg-white.text-block {
	height: 281px;
	overflow: hidden;
}



/*	------------------------------------------------------- 
	NAVIGATION
	------------------------------------------------------- */

#universal {
	height: 24px;
	text-transform: lowercase;
	text-align: right;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #005b71;
	background-color: #005b71;
}
#universal .nav {
	padding: 5px 0 0 0;
	margin: 3px 0 0 0;
}
#universal a { 
	background: transparent; 
	/*border: 1px dotted #777777;*/
	-moz-border-radius-topright: 0; 
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 3px;
	padding: 10px 5px 5px 5px;
}
#universal a:hover {
	background-color: #005b71 !important;
	color: #005b71;
}
#universal .tab { 
	padding: 10px 10px 5px 10px;
	margin: 0;
	color: #005b71;
	background-color: #005b71;
	text-decoration: none;
	cursor: pointer; 
	-moz-border-radius-topright: 0; 
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 3px;
}
#universal .tab:hover { background-color: #005b71; }
#universal .tab.on { background-color: #777777; }



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

.main-navigation {
	padding: 20px;
	background-color: #f3fafc;
}
.result-navigation {
	/*height: 36px;*/
}

.main-section {
	padding: 20px 0 0 0;
}

.subtitle {
	margin-top: 10px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 100;
}
.post-meta, 
.share {
	margin-top: 10px;
}
.share {
	padding: 10px 0;
}

#global {
	border-bottom: 1px solid #096323;
}
#universal {
	padding-bottom: 25px;
}

#global ul.menu, 
#global ul.menu ul, 
#universal ul.menu, 
#universal ul.menu ul {
	padding: 11px 0 0 0;
	margin: 0;
	list-style: none;
	float: left;
	font: 12px/14px Helvetica, Arial, sans-serif;
}
#global .menu li, 
#universal .menu li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#universal ul.menu, 
#universal ul.menu ul {
	text-align: right;
	float: right;
}
#global .menu a, 
#universal .menu a { 
	display: block;
	padding: 7px 13px 4px 13px;
	margin: 0;
	color: #555555;
	text-transform: uppercase;
	background-color: transparent;
	text-decoration: none; 
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; 
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-weight: 400;
}
#global .menu #menu-item-22 a, 
#universal .menu #menu-item-22 a {
	background-color: #344F70;
	color: #FFFFFF;
}

#global .menu .current_page_item a, 
#global .menu .current-menu-parent a, 
#global .menu a.current-item, 
#global .menu #menu-item-22.current-menu-item a, 
#universal .menu .current_page_item a, 
#universal .menu .current-menu-parent a, 
#universal .menu a.current-item, 
#universal .menu #menu-item-22.current-menu-item a { 
	background-color: #096323; color: #FFFFFF;
}
#global .current-menu-item ul.sub-menu li a, 
#global .current-menu-parent ul.sub-menu li a, 
#universal .current-menu-item ul.sub-menu li a, 
#universal .current-menu-parent ul.sub-menu li a {
	background-color: transparent;
	color: #555555;
}
#global .menu a:hover, 
#global .menu a.mon, 
#global .current-menu-item ul.sub-menu li a:hover, 
#global .current-menu-parent ul.sub-menu li a:hover, 
#global .menu #menu-item-22 a:hover, 
#universal .menu a:hover, 
#universal .menu a.mon, 
#universal .current-menu-item ul.sub-menu li a:hover, 
#universal .current-menu-parent ul.sub-menu li a:hover, 
#universal .menu #menu-item-22 a:hover { 
	background-color: #096323; color: #FFFFFF;
}
#global .menu li ul, 
#universal .menu li ul {
	position: absolute;
	//background: #EEEEEE top left repeat;
	background-color: #096323; color: #FFFFFF;
	width: 200px;
	margin: 0;
	padding: 3px 1px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border: 1px solid #096323;
	left: -9999px;
	z-index: 10;
}
#global .menu li ul.sub-menu li a, 
#universal .menu li ul.sub-menu li a {
	color: #FFFFFF;
}
#global .menu li ul.sub-menu li:hover a, 
#universal .menu li ul.sub-menu li:hover a {
	color: #096323;
	background-color: transparent;
}
#global .menu li ul li, 
#universal .menu li ul li { 
	display: block;
	text-align: left;
	width: 100%;
}
#global .menu li ul li a, 
#universal .menu li ul li a { 
	display: block;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#global .menu li:hover ul ul, 
#global .menu li.sfhover ul ul, 
#universal .menu li:hover ul ul, 
#universal .menu li.sfhover ul ul {
	left: -9999px;
}
#global .menu li:hover ul, 
#global .menu li li:hover ul, 
#global .menu li.sfhover ul, 
#global .menu li li.sfhover ul, 
#universal .menu li:hover ul, 
#universal .menu li li:hover ul, 
#universal .menu li.sfhover ul, 
#universal .menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu-item-43465 {
	display: none;
}
.universal #menu-accounts, 
.universal #menu-accounts li {
	float: right !important;
}


/*	------------------------------------------------------- 
	STYLISTAS
	------------------------------------------------------- */

.submission-navigation {
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: url('g/fleur.jpg') 0 0 no-repeat;
}
.submission-navigation h4 {
	margin: 15px 0 5px 0;
	border: none;
	text-align: center;
}
.submission-navigation a {
	margin: 5px 0;
}
.submission-navigation p {
	color: #444 !important;
	padding: 3px 0;
	text-align: center;
}
.fleur-b, .fleur-c {
	height: 20px;
	background: url('g/fleur_bottom.jpg') top center no-repeat;
}
.fleur-c {
	background: url('g/fleur_divider.jpg') top center no-repeat;
}

/*	------------------------------------------------------- 
	TABS
	------------------------------------------------------- */
	
.homepage h2 {
	font-size: 48px;
}
.tab-nav ul li {
	/*
	border-right: 2px solid #FFF1C7;
	border-left: 2px solid #FFF1C7;
	border-bottom: 2px solid #FFF1C7;
	border-top: 2px solid #B94C04;
	*/
	border: none;
}
#resources-home {
	background-color: #FFF9E7;/*DDE3FF*/
	padding: 50px 0 100px 0;
}
/*
#resources-home h2 {
	font-size: 48px;
	color: #B94C04;
}
*/
.tab-nav, 
.tab-nav ul li
.tabs {
	background-color: #FFF1C7;/*CDD4FC;*/
}
.tab-nav {
	/*border-top: 2px solid #B94C04;*/
}
.tab-nav ul li a, 
#resources-home a.rh-nav {
	color: #B94C04;
}
.tab-nav ul li a {
	padding: 7px !important;
}
.tabs {
	padding: 25px 0;
	background-color: #FFF1C7;
	/*border-bottom: 2px solid #B94C04;*/
	height: 420px;
}

.tab-nav ul li.on {
	background-color:  #FFF9E7;/*DDE3FF*/
	/*
	border-right: 2px solid #CDD4FC;
	border-left: 2px solid #CDD4FC;
	border-bottom: 2px solid #CDD4FC;
	border-top: 2px solid #FFF;
	*/
	border: none;
}

/*	------------------------------------------------------- 
	SEARCH UTILITY
	------------------------------------------------------- */

.search-menu {
	cursor: pointer;
}

#main-search {
	padding: 0;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 100;
}
#search-form {
	position: relative;
	display: block;
}
#search-wrap {
	background-color: rgba(0, 91, 113,0.9);
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 25px;
	margin: 0;
	color: #FFF;
	font-size: 1em;
}
#search-wrap input[type="text"] {
	width: 42%;
	padding: 5px;
	background-color: #FFF;
	color: #005b71;
	float: left;
	font-size: 1em;
}
#search-wrap .search-params {
	width: 36%;
	padding: 10px;
	overflow: hidden;
	display: inline-block;
	float: left;
	font-weight: 200;
	font-size: 15px;
}
#search-wrap .styled-select {
	width: 15%;
	height: 36px;
	overflow: hidden;
	background: url(g/down_arrow_select.jpg) no-repeat right #EFEFEF;
	border: 1px solid #CCC;
	display: inline-block;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 1px;
}

#search-wrap .styled-select select {
	background: transparent;
	width: 120px;
	padding: 5px;
	margin: 0;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 3;
	height: 31px;
	-webkit-appearance: none;
	color: #333;
}
#search-wrap input[type="image"] {
	padding: 7px 0 0 0;
}
#search-wrap input[type="submit"].button {
	padding: 5px 10px;
	margin: 0;
	font-size: 15px;
	line-height: 1em;
	border: 0;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 36px;
	float: left;
	color: #005b71 !important;
	background-color: #FFF;
}
@-moz-document url-prefix() {
	#search-wrap .styled-select {
	     background-image: none;
	     height: 27px;
	}
	#search-wrap .styled-select select {
	     height: 27px;
	}
	#search-wrap input[type="submit"].button {
		height: 28px;
	}
}

#search-options {
	cursor: pointer;
}
#advanced {
	display: none;
	z-index: 100;
	background-color: #efefef;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #555;
	margin-top: 5px;
}
.advanced-spacer {
	width: 55%;
	float: left;
}
.advanced-style {
	padding: 5px;
}

@media screen and (max-width: 600px) {
	#eoy {
		height: auto;
		padding: 10px;
	}
	#eoy .deoy {
		padding: 20px 0;
		margin: 20px 0;
		background-color: #FFF;
		color: #FFF;
		background-image: none;
		height: auto;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.tcpc-logo img {
		width: 100%;
	}
	.universal {
		background-color: #DDD;
		margin-right: 10px;
	}
	.universal.top {
		background-color: #FFF;
	}
	.universal.top li {
		display: inline-block;
	}
	
	.main-section, 
	.main-essay, 
	.main-question {
		padding: 0 10px;
	}
	.main-section img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 600px) {
	#promise-overlay p {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 600px) {
	.universal {
		background-color: rgba( 0, 0, 0, .30 );
	}
	.feature-essay-title, 
	.feature-question-title, 
	.feature-essay-meta, 
	.feature-question-meta, 
	.feature-question-content, 
	.feature-question-content p {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.feature-essay-meta, 
	.feature-question-meta {
		margin-top: .25em;
	}
	.feature-essay-content, 
	.feature-question-content {
		display: none;
	}
	.feature-essay h2, 
	.feature-question h3 {
		margin-left: 0;
		font-size: 1.15em;
		text-align: center;
	}
	feature-question h3 {
		font-size: 1em;
	}
	.feature-essay-avatar, 
	.feature-question-avatar {
		float: none;
		text-align: center;
		width: 100%;
	}
	#promise-overlay-text, 
	.feature-essay, 
	.feature-question, 
	#contributors-title h2, 
	#contributors-title p {
		margin-left: .25em;
		margin-right: .25em;
	}
}