/* -----------------------------------------------------
 * Future Earth web theme
 *
 * Styles for the Future Earth section of Science Buzz.
 * URL: http://sciencebuzz.org/earth
 * ----------------------------------------------------- */
/* -----------------------------------------------------
 * [SECTIONS]
 *
 * [1] Body, links
 * [2] Header/footer
 * [3] Navigation
 * [4] Content (body text, headers, images)
 * [5] Future Earth homepage
 * [6] Household flux calculator
 * [7] Geoengineering scenario game
 * [8] Earth Buzz kiosks
 * [9] Wordtrain
 * [10] jQueryUI theme overrides
 * ----------------------------------------------------- */
/* -----------------------------------------------------
 * [COLORS]
 *
 * # Dark gray (text): #3d3d3d
 * # Dark orange (links): #c34b01
 * # Lighter orange (buttons): #df681f
 * # Dark green: #7e9b10
 * # Lighter green (buttons): #b2c63f
 * # Aqua green: #5cc09a
 * # Gold: #dfb805
 * # Blue: #3fbac6
 * ----------------------------------------------------- */


/* @Section [1] : Body
 * ----------------------------------------------------- */
body.earth {
  background:url('images/future_earth_bg.jpg') repeat scroll 0 0 transparent;
}
.earth #page-wrapper {
  background: url('images/future_earth_content_bg.jpg') no-repeat scroll right top #FFFFFF
}
.earth a, .earth a:link {
  color: #c34b01;
  text-decoration: none;
  font-weight: normal;
}
.earth a:visited {
  color: #7e9b10;
}
.earth a:hover {
  text-decoration: underline;
}


/* @Section [2] : Header
 * ----------------------------------------------------- */
.earth #header-tools h4 a {
  font-weight: bold;
  color: #c34b01;
}
.earth #search-form {
  background: #3fbac6;
}
.earth #search-form input {
  color:#333333;
}
.earth #search-form input.form_text {
  background: #c8f9fe;
}


/* @Section [3] : Navigation
 * ----------------------------------------------------- */
.earth #navigation ul li ul,
.earth #navigation ul li li a,
.earth #navigation ul li a:hover,
.earth #navigation ul li li,
.earth #navigation ul li.active-trail a:hover,
.earth #navigation ul li.active-trail ul li a,
.earth #navigation ul li.on a,
.earth #navigation ul li.on ul li a,
.earth #navigation ul li ul li a:hover {
  background: #3fbac6 !important;
}
.earth #navigation ul li a:hover,
.earth #navigation ul li.on a {
  text-decoration: none;
}
.earth #navigation ul li.active-trail a {
  color: #3fbac6;
}
.earth #navigation ul li.on a,
.earth #navigation ul li.active-trail a:hover,
.earth #navigation ul li.active-trail ul li a {
  color: #FFF;
}
.earth #navigation ul li li a {
  border-top: 1px solid #37aab7;
}
.earth .breadcrumb {
  margin: 0 0 8px 0;
  font-weight:bold;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
  left: 0px;
  top: 20px;
  width: 75%;
}
.earth ul.primary {
  margin: 50px 0 10px;
}
.earth ul.primary a:hover {
  text-decoration: none;
}
.earth .container {
  background: url('images/logo.png') no-repeat top right;
}

/* @Section [4] : Content
 * ----------------------------------------------------- */
.earth h1.title,
.earth div.content-title h1 {
  color: #3fbac6;
  font-size: 30px;
  margin: 40px 0 20px;
  text-align: left;
  font-family: 'Oswald', Arial, serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  width: 600px;
}
.earth .node h2,
.earth .content .span-19 h3 {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0;
}
.earth .node h3 {
  color: #3fbac6;
  font-family: 'Nunito', Arial, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
}
.earth .content p {
  color: #3d3d3d;
}
.earth .btn.orange a,
.earth .save-btn.orange {
  color: #fff;
  background-color: #c34b01;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#df681e), to(#c34b01));
  background-image: -moz-linear-gradient(top, #df681e, #c34b01);
  background-image: -ms-linear-gradient(top, #df681e, #c34b01);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df681e), color-stop(100%, #c34b01));
  background-image: -webkit-linear-gradient(top, #df681e, #c34b01);
  background-image: -o-linear-gradient(top, #df681e, #c34b01);
  background-image: linear-gradient(top, #df681e, #c34b01);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df681e', endColorstr='#c34b01', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c34b01 #c34b01 #a03f1c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.earth .btn.green a,
.earth .save-btn.green {
  color: #FFF;
  background-color: #7e9b10;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b2c63f), to(#7e9b10));
  background-image: -moz-linear-gradient(top, #b2c63f, #7e9b10);
  background-image: -ms-linear-gradient(top, #b2c63f, #7e9b10);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2c63f), color-stop(100%, #7e9b10));
  background-image: -webkit-linear-gradient(top, #b2c63f, #7e9b10);
  background-image: -o-linear-gradient(top, #b2c63f, #7e9b10);
  background-image: linear-gradient(top, #b2c63f, #7e9b10);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c63f', endColorstr='#7e9b10', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #7e9b10 #7e9b10 #425a1c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.earth .btn.bluegreen a,
.earth .save-btn.bluegreen {
  color: #FFF;
  background-color: #42bac5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b0c742), to(#42bac5));
  background-image: -moz-linear-gradient(top, #b0c742, #42bac5);
  background-image: -ms-linear-gradient(top, #b0c742, #42bac5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0c742), color-stop(100%, #42bac5));
  background-image: -webkit-linear-gradient(top, #b0c742, #42bac5);
  background-image: -o-linear-gradient(top, #b0c742, #42bac5);
  background-image: linear-gradient(top, #b0c742, #42bac5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0c742', endColorstr='#42bac5', GradientType=0);
  border-color: #42bac5 #7e9b10 #425a1c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.earth .pass_form .forgotten_password,
.earth .login_form .forgotten_password,
.earth .registration_form .privacy,
.earth .pass_form .pass_form_items,
.earth .login_form .forgotten_password,
.earth .login_form .login_form_items,
.earth .registration_form fieldset,
.earth .registration_form .privacy,
.earth div#edit-validateage-dob-wrapper {
  border: none;
  background: none;
}
.earth .registration_form .privacy,
.earth .pass_form .pass_form_items,
.earth .login_form .login_form_items,
.earth .registration_form fieldset,
.earth .registration_form .privacy,
.earth div#edit-validateage-dob-wrapper {
  padding-top: 0px;
  margin-right: 30px;
}
.earth .form-submit, .earth .form-button {
  background: #3FBAC6;
}

/* @Section [5] : Future Earth homepage
 * ----------------------------------------------------- */
#earth-home {
  margin-bottom: 1em;
}
#earth-home .field-field-static-body p:first-child {
  margin-top: 0;
}
#yep, #nope {
  display: inline;
  margin-right: 16px;
}
#hmm, #results .btn {
  margin-top: 16px;
}
#results .btn {
  float: right;
  width: 180px;
}
#btnBox .btn a {
  float: none;
}
#earth-home #chart-1,
#yep-content,
#hmm-content,
#nope-content {
  display: none;
}
#btnBox,
#earth-home #results .btn {
  text-align: center;
}
#earth-home #chart-1 {
  float: left;
}
#earth-blogs,
#earth-buzz {
  float: left;
}
#earth-blogs {
  border-right: 1px solid #DFB805;
  margin-right: 15px;
  padding-right: 14px;
  padding-top: 4px;
  width: 170px;
}
#earth-buzz {
  width: 550px;
}
.page-earth #featured {
  padding-top: 1.5em;
  border-top: 1px solid #dfb805;
}
.view-future-earth .views-row,
#featured-top .promo {
  width: 170px;
  float: left;
  padding: 4px 0 20px 0;
  margin-right: 20px;
}
.view-future-earth .views-row:nth-child(3n+2),
#featured-top .promo:nth-child(3n) {
  margin-right: 0;
}
.view-future-earth .views-row:nth-child(3n+3) {
  clear: both;
}
.page-earth #featured a img {
  border: 1px solid #999999;
  margin-bottom: .8em;
}
.page-earth #featured a img:hover {
  -moz-box-shadow: 0 0 6px #888888;
  -webkit-box-shadow: 0 0 6px #888888;
  box-shadow: 0 0 6px #888888;
}
#featured-top .headline a,
#featured-top .subheadline a,
.earth .views-field-field-kiosk-promo-headline-value a,
.earth .views-field-field-kiosk-promo-subheadline-value a {
  line-height: 1.2;
}
#featured-top .headline a,
.earth .views-field-field-kiosk-promo-headline-value a {
  font-weight: bold;
  margin-bottom: 2px;
}
#featured-top .subheadline a,
.earth .views-field-field-kiosk-promo-subheadline-value a {
  font-size: 90%;
}
#earth-blogs .headline,
#earth-blogs .view-display-id-block_5.view-recent-blog-posts .field-content a {
  font-weight: bold;
}
#earth-blogs .headline {
  padding: 1em 0 .5em;
}
#earth-blogs .view-display-id-block_4 span {
  display: block;
}
#earth-blogs .views-field-created {
  color: #333333;
  font-size: 11px;
  margin-top: 3px;
}
#earth-blogs .view-display-id-block_4 .views-field-created {
  line-height: 1.3;
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 1px dashed #CDCDCD;
}
#earth-blogs .view-display-id-block_4 .views-row-first .views-field-title {
  border-top: 1px dashed #CDCDCD;
  padding-top: .8em;
  line-height: 1.3;
}
#earth-blogs .view-display-id-block_4 .views-row-last .views-field-created {
  border-bottom: none;
}
#earth-blogs .view-recent-blog-posts.view-display-id-block_5 {
  margin-bottom: .8em;
}
#earth-blogs #blog-tags {
  color: #333333;
}
#earth-blogs #blog-tags .highlight {
  padding: 3px;
}
#earth-blogs #blog-tags .highlight a {
  color: #3FBAC6;
  font-weight: bold;
}

/* @Section [6] : Household flux calculator
 * [6.1] : Intro page
 * [6.2] : Results layout
 * [6.3] : Results overview
 * [6.4] : Element details + charts
 * [6.5] : Calculator input form
 * [6.6] : Flux scorecard view
 * ----------------------------------------------------- */

/* [6.1] : Intro */
.page-flow .container h3,
.page-flux .container h3,
.page-nutrient-flux .container h3 {
  width: 45%;
}
.page-flux .block h3,
.page-flux #privacy h3,
.page-flux .block h3,
.page-flux #privacy h3,
.page-nutrient-flux .block h3,
.page-nutrient-flux #privacy h3 {
  width: auto;
}
.page-flow img.right,
.page-flux img.right,
.page-nutrient-flux img.right{
  position: relative;
  top: -100px;
}
#block-nutrient_flux_calculator-0 h3 {
  text-align: center;
}
.page-flow .btn,
.page-flux .btn {
  float: left;
  margin-right: 16px;
}
.sticker {
  background: none repeat scroll 0 0 #B2C63F;
  border: 8px solid #FFFFFF;
  box-shadow: 1px 1px 1px #CCCCCC;
  color: #FFFFFF;
  font-family: 'Oswald', Arial, serif;
  font-weight: normal;
  padding: 14px 12px 16px;
  text-align: center;
  text-transform: uppercase;
  width: 280px;
}
h1#flux {
  float: left;
  position: relative;
  top: 80px;
}
.page-flow-calculate .breadcrumb,
.node-type-nutrient-flux .breadcrumb,
.page-flux-calculate .breadcrumb {
  width: 500px;
}

/* [6.2] : Results pages */
.node-type-nutrient-flux ul.primary {
  display: none;
}
.node-type-nutrient-flux div#message {
  display: none;
}
div#column1, div#column2 {
  float:left;
  width:50%;
}
.page-user-reset.earth .container,
.section-node-addnutrient-flux .container {
  background: none;
}
img#flux-header {
  left: 250px;
  position: relative;
  top: -40px;
}
h2#flux-title {
  float:left;
  position: relative;
  top: 50px;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Oswald', Arial, serif;
}
#flux-buttons h3 {
  font-size:1.3em;
}
#flux-buttons a:active {
  position: relative;
  top: 1px;
}
.nutrient-flux h4 {
  font-size:1.3em;
  margin-left:16px;
}
.nutrient-flux h5 {
  font-size:1.1em;
  margin:10px 0 10px;
  clear:both;
}
h3#why, #flux-sidebar h3 {
  background: #df681e;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Oswald', Arial, serif;
  margin:18px 0;
}
h3#why {
  width:260px;
}
#flux-sidebar h3 {
  background: #3FBAC6;
  width:156px;
}
#flux-sidebar p {
  font-size:14px;
  line-height:20px;
  margin-left:6px;
  width:172px;
}
#sidebar-buttons a {
  padding:6px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:6px;
  color:#FFF;
  background: #B1C93F;
  display: block;
  margin:6px 0;
  font-weight:bold;
  text-align: center;
}
#sidebar-buttons a:active {
  position:relative;
  top:1px;
}
.earth.node-type-nutrient-flux .container {
  background: none;
}
.earth.node-type-nutrient-flux #tabs .ui-tabs-panel {
  background: #FFFFFF;
}
.earth #accordion h3 {
  font-size: 1em;
  line-height: normal;
  font-family: Helvetica, Arial, serif;
}
.earth #accordion p {
  line-height: 1.3em;
}
.earth #accordion ul li {
  line-height: 1.3em;
  list-style: disc outside none;
  margin-left: 10px;
}
#nutrient-flux-calculator-email-form .description {
  margin-top: 4px;
}
.wackEmail .description {
  color: #cd0a0a;
  font-weight: bold;
}

/* [6.3] : Results overview */
#household {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px dotted #d3d3d3;
}
#home-info {
  width: 180px;
  padding: 0 10px;
  float: left;
}
#home-info h2 {
  font-weight: bold;
  font-size: 16px;
  margin: .5em 0 .25em 0;
}
#home-info h3 {
  color: #888888;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
#home-icons {
  width: 500px;
  float: left;
  margin-left: 10px;
}
#home-icons img {
  margin: 6px 12px 0 0;
}
#overview-elements {
  clear: both;
  padding-top: 1em;
}
#overview-carbon,
#overview-nitrogen,
#overview-phosphorus {
  height: 120px;
  width: 680px;
  clear: both;
  float: left;
  margin-bottom: 3px;
  position: relative;
  padding: 10px;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(1, #f7f7f7));
}
#overview-elements h4,
.element h4 {
  background: url("images/flux_elements.png") no-repeat;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
  float: left;
  margin: 12px;
  background-position: 0 0;
}
#overview-elements h4 a {
  height: 75px;
  width: 75px;
  display: block;
}
.element h4 {
  background: url("images/flux_elements_lrg.png") no-repeat;
  height: 90px;
  width: 90px;
}
#overview-nitrogen h4 {
  background-position: -75px 0;
}
#overview-phosphorus h4 {
  background-position: -150px 0;
}
.label {
  position:relative;
  top: 12px;
  width: 260px;
}
.in .label a {
  padding: 2px 0 0 20px;
  background: url("images/icon_details.png") no-repeat;
  display: block;
}
.learn-mo-out {
  background: url("images/icon_cycle.png") no-repeat scroll 0 0 transparent;
  position:relative;
  left: 25px;
  padding-left: 20px;
}
.in, .out {
  float: left;
  font-size: 13px;
  line-height: normal;
  padding-bottom: 5px;
}
#carbon-in, #nitrogen-in, #phosphorus-in,
#carbon-out, #nitrogen-out, #phosphorus-out {
  background: url("images/arrowheads.png") 0 0 no-repeat;
  height: 27px;
  width: 33px;
  left: 210px;
  position: relative;
}
#carbon-in, #nitrogen-in, #phosphorus-in {
  top: 27px;
}
#carbon-out, #nitrogen-out, #phosphorus-out {
  top: 8px;
}
#nitrogen-in, #nitrogen-out {
  background-position: -33px 0;
}
#phosphorus-in, #phosphorus-out {
  background-position: -66px 0;
}
#overview-carbon .in,
#overview-carbon .out {
  border-bottom: 13px solid #231F20;
  height: 45px;
}
#overview-nitrogen .in,
#overview-nitrogen .out {
  border-bottom: 13px solid #4abdc7;
  height: 45px;
}
#overview-phosphorus .in,
#overview-phosphorus .out {
  border-bottom: 13px solid #df681f;
  height: 45px;
}
.in, .out {
  width: 210px;
}
.home {
  position: relative;
  top: 21px;
  float: left;
  margin: 0 10px 0 33px;
}
.deets-link div {
  clear: both;
  float: left;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  top: -10px;
  left: 100px;
  background: url("images/icon_plug.png") 0 3px no-repeat;
  padding-left: 30px;
  width: 230px;
}
.average {
  float: left;
  font-weight: bold;
  color: #555555;
  font-size: 13px;
  position: relative;
  top: -40px;
  left: 150px;
}
.out img {
  position: relative;
  top: 20px;
  z-index: 3;
}
.average img {
  position: relative;
  left: 133px;
  margin-bottom: 10px;
}

/* [6.4] : Element results + charts */
#tabs .element h3 {
  color: #12B581;
}
.nutrient-flux .element h4 {
  margin: 0 12px 0 -10px;
}
#nitrogen h4 {
  background-position: -90px 0px;
}
#phosphorus h4 {
  background-position: -180px 0px;
}
.element h3 {
  font-weight: lighter;
  font-size: 24px;
  color: #444444;
}
.element p {
  font-size: 14px;
  margin: 12px 0 -6px;
}
.chart h3 {
  width: 280px;
  float: left;
  margin: 0;
  padding: 0;
}
.chart p {
  clear: both;
  margin: 16px 0;
  float: left;
  padding: 0px;
  width: 100%;
}
.inputs {
  clear: both;
  padding-top: 16px;
}
#more-carbon,
#more-nitrogen,
#more-phosphorus {
  width: auto;
  margin: 12px 30px 0 0;
  float: left;
}
.outputs {
  margin-top: 20px;
}
.inputs table {
  background: url("images/bg_inputs.png") no-repeat scroll 380px top transparent;
}
.outputs table {
  background: url("images/bg_outputs.png") no-repeat scroll 380px top transparent;
}
#carbon .inputs table {
  background-position: right 70px;
}
#carbon .outputs table {
  background-position: right 20px;
}
#nitrogen .inputs table {
  background-position: right 20px;
}
#nitrogen .outputs table {
  background-position: right 10px;
}
#phosphorus .inputs table {
  background-position: right 0px;
}
#phosphorus .outputs table {
  background-position: right 0px;
}
table.results {
  font-size: 14px;
  margin: 0;
  width: 680px;
  clear: both;
}
table.results .col1 {
  width: 140px;
  padding: 4px 0;
}
.results td div {
  float: left;
  height: 18px;
  margin-right: 6px;
  width: 20px;
}
.results td.col2 {
  padding: 4px 10px 4px 0px;
  font-weight: bold;
}
.results .total-row .col1 {
  font-size:18px;
  font-weight:bold;
}
.results .total-row .col2 {
  color: #FFFFFF;
  text-align: right;
  font-size: 18px;
}
.results .total-row .col2 .bar-row {
  padding: 10px 0 12px;
}
.results .total-row .col2 .bar-row span {
  margin-right: 14px;
}
#carbon table .bar-row {
  background: #555555;
}
#nitrogen table .bar-row {
  background: #3dbdca;
}
#phosphorus table .bar-row {
  background: #df681f;
}
.outputs .avg table .bar-row {
  background: #B2C63F !important;
}
.outputs .avg table .yard-bar {
  background: #72673e !important;
  color: #FFFFFF;
}
.avg .total-row td {
  padding-top: 0px;
}
.avg .results .total-row .col2 {
  color: #444444;
}
.avg {
  background: url("images/bg_yard.png") right bottom no-repeat;
  width: 100%;
}
img.compare-yard,
img.compare {
  margin: 0;
  float: left;
  position: relative;
  top: 12px;
  left: -15px;
  z-index: 5;
}
.last-avg-row {
  position: relative;
  left: 0px;
  z-index: 1;
}
td.you {
  font-size: 13px;
}
td.compare {
  line-height:.3em;
}
.avg span.low {
  color: #7e9b10;
}
.avg span.high {
  color: #c8553e;
}
.avg .col2 {
  width: 300px;
}
.pie img {
  margin: 16px 0;
}
td.yard-label {
  font-weight:lighter;
  font-size:20px;
  padding:18px 0 0;
}
.learn {
  color: #5E5A80;
  font-weight: bold;
  cursor: pointer;
}
.learn-mo {
  background: url("images/icon_gear.png") no-repeat;
  padding-left: 23px;
  float:left;
  width: auto;
}
.yard td.learn div {
  padding: 10px 20px;
  width: 100%;
  background: url("images/icon_tree.png") no-repeat scroll 0 6px transparent;
}
.graph-toggles {
  background: none repeat scroll 0 0 #F7F7F7;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  float: right;
  height: 18px;
  padding: 6px;
  width: auto;
}
.graph-toggles span {
  display: block;
  color: #5E5A80;
  cursor: pointer;
  font-size: 13px;
  float: right;
  font-weight: normal;
  margin: 0 10px;
}
.graph-toggles span.active {
  color: #444444;
  cursor: auto;
  font-weight: bold;
}
.graph-toggles span.view-pie {
  background: url("images/icon_chart_pie.png") no-repeat;
  padding-left: 18px;
}
.graph-toggles span.view-bar {
  background: url("images/icon_chart_bar.png") no-repeat;
  padding-left: 16px;
}
.graph-toggles span.view-avg {
  background: url("images/icon_chart_avg.png") no-repeat;
  padding-left: 24px;
}
.tab_nav {
  font-size: 13px;
  padding: .2em 1em;
  margin-top: 1em;
  background: #dedede;
  height: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.prev-tab {
  float: left;
}
.next-tab {
  float: right;
}

/* [6.5] : Calculator input form */
.colorTip{
  /* This class is assigned to the color tip span by jQuery */
  display:none;
  position:absolute;
  left:50%;
  top:-40px;
  padding:6px;
  background-color:white;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-style:normal;
  line-height:1;
  text-decoration:none;
  text-align:center;
  text-shadow:0 0 1px white;
  white-space:nowrap;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.pointyTip,.pointyTipShadow{
  /* Setting a thick transparent border on a 0x0 div to create a triangle */
  border:6px solid transparent;
  bottom:-12px;
  height:0;
  left:50%;
  margin-left:-6px;
  position:absolute;
  width:0;
}
.pointyTipShadow{
  /* The shadow tip is 1px larger, so it acts as a border to the tip */
  border-width:7px;
  bottom:-14px;
  margin-left:-7px;
}
.colorTipContainer{
  position:relative;
  text-decoration:none !important;
}
.white .pointyTip{ border-top-color:white;}
.white .pointyTipShadow{ border-top-color:#ddd;}
.white .colorTip{
  background-color:white;
  border:1px solid #DDDDDD;
  color:#555555;
}

/* [6.6] : Flux scorecard */
.view-flux-scorecard .view-content {
  clear:both;
  margin-top: 1em;
}
.view-flux-scorecard thead th {
  background: none;
}
.view-flux-scorecard tbody tr {
  height:50px;
}
th.views-field-created {
  padding-top: 50px;
}
.view-flux-scorecard th.views-field-field-nf-total-kg-value-1 {
  background: url("images/carbon.png") no-repeat scroll 30px 0 transparent;
  text-indent: -9999px;
}
.view-flux-scorecard th.views-field-field-nf-total-kg-value {
  background: url("images/nitrogen.png") no-repeat scroll 30px 0 transparent;
  text-indent: -9999px;
}
.view-flux-scorecard th.views-field-field-nf-total-kg-value-2 {
  background: url("images/phosphorus.png") no-repeat scroll 30px 0 transparent;
  text-indent: -9999px;
}
td.views-field-field-nf-total-kg-value-1,
td.views-field-field-nf-total-kg-value,
td.views-field-field-nf-total-kg-value-2 {
  width:120px;
  text-align:center;
}
.view-footer #sidebar-buttons a {
  float:right;
  width:200px;
}
img#scorecard_circle {
  position:relative;
  top:-50px;
  left:170px;
  margin-bottom:-36px;
}


/* @Section [7] : Geoengineering scenario game
 * [7.1] : Intro page
 * [7.2] : Cloudmaker game
 * [7.3] : Game results
 * ----------------------------------------------------- */

/* [7.1] : Intro page */
.page-earth-scenario .content-title h1 {
  position: relative;
  left: 36px;
  top: 24px;
}
.page-earth-scenario .scenario-btn {
  left: 0;
  top: 0;
  margin: 0;
}

/* [7.2] : Cloudmaker game */
body.page-earth-scenario-cloudmaker div.container {
  background: none;
}
body.page-earth-scenario-cloudmaker .breadcrumb {
  display: none;
}
body.page-earth-scenario-cloudmaker div.content-title h1 {
  padding: 20px 0;
  margin: 0;
}
body.page-earth-scenario-cloudmaker #page-wrapper {
  height: 770px;
}
body.page-earth-scenario-cloudmaker.admin-menu #page-wrapper {
  height: 830px;
}
.node-type-scenario-game .node h2 {
  margin: 0;
}
.scenario_step {
  position: relative;
}
.dialog,
.scenario_step {
  display: none;
}
.wordBubble {
  position:relative;
  padding:15px;
  height: 60px;
  margin: 0 0 -90px;
  color:#000;
  background:#FFFFFF;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  width: 180px;
  top: -490px;
  left: 250px;
}
.wordBubble:after {
  content:"";
  position:absolute;
  border-style:solid;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  top:16px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  right:auto;
  border-width:10px 50px 10px 0;
  border-color:transparent #FFFFFF;
}
#step-3 .wordBubble {
  height: 40px;
  margin: 0 0 -70px;
}
.earth .scenario-btn a,
.earth .scenario-btn a:visited {
  background:url('images/btn_bg_scenarios.png') no-repeat;
  height: 38px;
  width: 138px;
  color: #d3d3d3;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Oswald', Arial, serif;
  font-size: 1.3em;
}
.earth .scenario-btn a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.earth .scenario-btn a:active {
 background-position: 0px -39px;
 height: 34px;
}
.earth .scenario-btn span {
  position: relative;
  top: 3px;
}
.earth .scenario-btn a:active span {
  position: relative;
  top: 5px;
}
.scenario-btn {
  position: relative;
  left: 610px;
  top: 20px;
  width: 318px;
}
.earth .content .dialog p {
  margin: 0;
  padding: 0;
}
div#background-wrapper {
  width: 750px;
  height: 596px;
  clear: both;
}
div.cloudmaker {
  background: url('../../../files_static/future/scenarios/cloudmaker/bg_office.jpg') no-repeat scroll 0 0 transparent;
  width: 750px;
  height: 596px;
}
img.fg_desk {
  margin-top: -311px;
  position: relative;
  z-index: 2;
}
img.zoom_desk {
  display: none;
  top: -596px;
  position: relative;
  z-index: 5;
}
.helper_enter {
  margin-top: -513px;
  display: none;
  position: absolute;
}
.node-type-scenario-game .block-webform h2 {
  display: none;
}
#game-subtitle,
#game-progress {
  width: 50%;
  float: left;
}
#game-progress {
  text-align: right;
}
#welcome {
  background: url('../../../files_static/future/scenarios/cloudmaker/ladyHeadshot.gif') no-repeat scroll 10px 10px transparent;
  min-height: 120px !important;
}
#welcome p {
  left: 130px;
  position: relative;
  width: 420px;
}
#header-reply-btn {
  display: block;
  height: 55px;
  left: 50px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  top: -15px;
  width: 55px;
}
#header-reply-btn:focus,
#header-reply-btn:active {
  outline: 0;
}
img#emailShip {
  margin-right:20px;
  float: right;
}
img#dialog-headshot {
  margin-right: 10px;
}
.ui-dialog #webform-component-question-2 .form-radios,
.ui-dialog #webform-component-question-3 .form-radios,
.ui-dialog #webform-component-question-4 .form-radios {
  margin: 1em 0 1em 130px;
}
.ui-dialog textarea {
  height: 120px;
}
.ui-dialog .resizable-textarea .grippie {
  width: 554px;
}
.ui-dialog.got-mail {
  background: #F5F5F5 url('../../../files_static/future/scenarios/cloudmaker/icon_mail.png') no-repeat 0px 40px !important;
}
#got-mail.ui-dialog-content {
  margin: 10px 0 0 60px;
}
.ui-dialog.the-mail {
  background: #F5F5F5 url('../../../files_static/future/scenarios/cloudmaker/bg_email_msg.jpg') no-repeat 0px 30px !important;
  padding: 0;
}
.ui-dialog.reply-mail {
  background: #F5F5F5 url('../../../files_static/future/scenarios/cloudmaker/bg_email_msg2.jpg') no-repeat 0px 30px !important;
  padding: 0;
}
.webform-client-form #webform-component-intro-text {
  margin-top: 55px;
}
.ui-dialog.the-mail .ui-widget-header,
.ui-dialog.reply-mail .ui-widget-header {
  background: #BABABA;
  border: none;
}
#the-mail #to,
#the-mail #from,
.reply-mail #rep-to,
.reply-mail #rep-from {
  position: relative;
  left: 60px;
  width: 100px;
}
#the-mail #from,
.reply-mail #rep-from {
  margin-bottom: 20px;
  top: -4px;
}
.ui-dialog-content .webform-component .form-item label.option {
  font-size: 1.1em;
  font-weight: lighter;
}
.ui-dialog .webform-client-form .form-submit {
  float: right;
  line-height: 1.4em;
  margin: 0.5em 0.4em 0.5em 0;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  background: #B2C63F;
  border: 1px solid #B2C63F;
  color: #0F0F0F;
  font-weight: normal;
  outline: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-dialog .webform-client-form .form-submit:active,
.ui-dialog .webform-client-form .form-submit:hover,
.ui-dialog .webform-client-form .form-submit:focus {
  background: #DFB805;
}

/* [7.3] : Game results */
#game-results {
  margin-top: 20px;
}
.chart-box {
  width: 300px;
  float: left;
  padding: 20px 10px;
  border-top: 1px solid #DEDEDE;
}
.page-earth-scenario-cloudmaker-results .chart-box iframe {
  background: #FFFFFF;
}
#q-1, #q-2 {
  border-top: none;
}
#q-2, #q-4 {
  float: right;
}
.chart-box h4 {
  font-family: Futura, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #3d3d3d;
  margin: 0 0 6px;
}
.chart-box .q-text {
  padding: 0;
  margin: 8px 0 4px;
}
#game-results .tab h4 {
  margin: 5px 0 8px;
}
#game-results .section-nav {
  float: right;
  width: 100px;
  text-align: center;
}
#game-results .section-nav h4 {
  height: auto;
}
#game-results .section-nav ul {
  margin: 0 auto;
}
#game-results .section-nav ul li {
  margin: 0;
}
#game-results .section-nav .btn a {
  width: 50px;
  margin: 4px 0;
  float: none;
  text-transform: capitalize;
}
#game-results .section-nav p {
  font-size: 1em;
  line-height: normal;
  font-weight: bold;
  margin: .5em 0;
}
#game-results .link {
  cursor: pointer;
  color: #df681e;
  font-weight: normal;
}
#game-results .link:hover {
  text-decoration: underline;
}
p.you-said {
  font-size: .9em;
  margin: 6px 0;
  width: 300px;
}
p.you-said span {
  float: right;
}
#game-results .tab .item-list ul {
  list-style-type: none;
  width: 550px;
}
#game-results .tab .item-list ul li {
  border-bottom: 1px solid #dedede;
  width: 500px;
  padding: 12px 0;
  list-style: none;
  line-height: 1.2em;
}
#game-results .tab .item-list ul li.last {
  border-bottom: none;
}
#game-results .note {
  font-style: italic;
  font-size: .9em;
  color: #555555;
  padding: 2em 0 1em;
  text-align: right;
  clear: both;
}


/* @Section [8] : Earth Buzz kiosks
 * ----------------------------------------------------- */
.earth.node-type-kiosk-page .content-title h1 {
  width: 470px;
}
.earth .kiosk-navigation-step a {
  color:#FFF;
}


/* @Section [9] : Wordtrain
 * ----------------------------------------------------- */
#wordtrain-input-form input#edit-word,
.earth #tag-list a:active,
.earth #top-10 a:active,
.earth #tag-list a:focus,
.earth #top-10 a:focus,
.earth #tag-list a:hover,
.earth #top-10 a:hover,
.earth #tag-list a:visited,
.earth #top-10 a:visited {
  color: #c34b01;
}
.earth #tag-list a:hover {
  color: #FFFFFF;
  background: #dfb805;
}
form#wordtrain-input-form div.warning {
  color: #dfb805;
}
.exhibit-wordtrain .container {
  background: none;
}


/* @Section [10] : jQuery UI theme overrides
 * ----------------------------------------------------- */
.ui-dialog-content .clearfix:after {
  content: "";
}
.ui-dialog-content,
.ui-widget-content,
.ui-accordion-content,
.ui-tabs .ui-tabs-panel {
  font-family: Helvetica, Arial, sans-serif;
  color: #444444;
  font-weight: lighter;
  overflow:hidden;
  background: #FFFFFF;
}
.ui-accordion .ui-accordion-content {
  padding: 1em;
}
.ui-tabs .ui-tabs-panel a {
  font-weight: bold;
  color: #5E5A80;
}
.ui-tabs .ui-tabs-panel a:hover {
  color: #333333;
}
.dialogWithDropShadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.ui-dialog {
  text-align: left;
}
