/* Layout */

#page-wrapper {
  width: 968px;
  margin: 0 auto;
  background: #fff;
  padding: 0 32px;
  position: relative;
}

#header, #wrapper, #bottom-teaser, #footer-wrapper, #notice {
  width: 100%;
}

#header {
  position: static;
  height: 110px;
}

#slideshow-wrapper {
  margin-top: 20px;
}

#wrapper {
  margin-top: 20px;
}

.one-sidebar #content {
  width: 645px;
  float: left;
  margin: 0;
}

#sidebar-right {
  float: right;
  width: 300px;
}

#bottom-teaser, #footer-wrapper {
  margin: 0 -32px;
  padding: 0 32px 0 32px;
}

#bottom-teaser.in3 div.column {
  width: 300px;
  margin: 0;
}

#bottom-teaser.in3 div.A {
  padding-right: 15px;
}

#bottom-teaser.in3 div.B {
  padding: 0 15px;
  /*border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;*/
}

#bottom-teaser.in3 div.C {
  padding-left: 15px;
}

/**
 * Top Level HTML Entities
 */
body {
  background: #e6e6e6;
}

a:link, a:visited, a:active,
#crm-container a, #crm-container a:link {
  color: #00cb01;
  text-decoration: underline;
}

a:hover, #crm-container a:hover {
  color: #90ff00;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a483f;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
  text-decoration: none;
}

h1 {
  font-size: 25px;
}

h2 {
  line-height: 1.2em;
}

hr {
  border: none;
  border-top: 1px solid #CBCBCB;
  height: 0;
}

#submit,
a.green-button,
input.form-submit,
#crm-container .crm-button input.form-submit,
li.flag-follow_node a {
  background: #00cb01;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 14px;
  color: #fff;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius:: 0;
  text-shadow: none;
  font-size: 11px;
}

#crm-container .crm-button {
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius:: 0;
}

#submit:hover,
a.green-button:hover,
input.form-submit:hover,
#crm-container input.form-submit:hover,
li.flag-follow_node a:hover {
  background: #90ff00;
}

input.form-text {
  border: 1px solid #cbcbcb;
  font-size: 12px;
  padding: 4px;
  color: #666;
}

.image-legacy-left, .image-float-left {
  float: left;
  margin: 0 10px 10px 0;
}

.image-legacy-right, .image-float-right {
  float: right;
  margin: 0 0 10px 10px;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;
}

ul.pager li.pager-current {
  background: #00cb01;
}

.borderless-table tbody {
  border: none;
}

.borderless-table tr td,
.borderless-table tr th {
  border: none;
}


/**
 * Logo
 */
div.logo {
  margin: 0;
  position: absolute;
  left: 32px;
  top: 10px;
}

/**
 * Search
 */
#header-wrapper #search-box {
  position: absolute;
  right: 32px;
  margin: 0;
  top: 25px;
}

#header-wrapper .region-search-box {
  position: relative;
}

#header-wrapper #search-box input.form-text {
  border: 1px solid #cbcbcb;
  width: 306px;

}

#header-wrapper #search-box input.form-submit {
  height: 0px;
  position: absolute;
  right: 7px;
  top: 8px;
  border: none;
  background: #d6d6d6;
  padding: 0 0 0 0px;
  width: 0;
  display: block;
  border: 6px solid #fff;
  border-right: none;
  border-left: 12px solid #d6d6d6;
}

/*
 * Main menu
 */
#menu {
  background: transparent;
  width: 900px;
  position: absolute;
  left: 140px;
  top: 65px;
  z-index: 500;
}


#superfish {
  background: none;
}

#superfish .menu ul {
  width: 16em;
}

#super ul.menu li li:hover ul,
#superfish ul.menu li li li:hover ul {
  left: 16em;
}

#superfish li {
  background: none;
}

#superfish .menu li li,
#superfish .menu li li li,
#superfish .menu li.active-trail li {
  background: #e6e6e6;
}

#superfish .menu li:hover,
#superfish .menu li.active-trail:hover,
#superfish .menu li li:hover {
  background: #e6e6e6;
}

#superfish .menu a, #superfish .menu a:visited {
  color: #5a483f;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#superfish .menu a:hover,
#superfish .menu li.active-trail a:hover {
  color: #00cb01;
  background: #fff;
}

#superfish .menu li.active-trail {
  color: #5a483f;
  background: #fff;
}

#superfish .menu li.active-trail li a {
  color: #5a483f;
}

#rounded-menu-right, #rounded-menu-left {
  background: transparent;
  display: none;
}

/**
 * Secondary-bar
 */
#secondary-bar {
  background-color: #e6e6e6;
  overflow: hidden;
  margin-top: 10px;
  line-height: 28px;
  height: 28px;
}

.breadcrumb {
  border: none;
  background: none;
  width: 400px;
  float: left;
  margin: 0 0 0 1em;
  padding: 0;
}

#subnav-wrapper {
  float: right;
  width: 300px;
}

#subnav-wrapper ul li,
#subnav-wrapper ul li a {
  font-size: 14px;
}

/* The donate button */
#subnav-wrapper li.menu-1652 a {
  background: #00CB01;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

#subnav-wrapper li.menu-1652 a:hover {
  background: #90ff00;
}

/* The video block */
#block-views-video-block img {
  display: block;
  width: 260px;
}

#block-views-video-block div.views-row {
  position: relative;
}

#block-views-video-block .views-field-view-node a {
  display: block;
  position: absolute;
  background: transparent url('images/playbutton.png') no-repeat 0px 0px;
  top: 55px;
  left: 85px;
  width: 90px;
  height: 0px;
  padding-top: 90px;
  overflow: hidden;
}

#block-views-video-block .views-field-view-node a:hover {
  opacity: 0.7;
}



/*
 * Slideshow
 */

#slideshow-wrapper{
  width:100%;
  background: none;
  height:390px;
  margin-bottom: 0;
  margin-top:14px;
}

.slideshow-inner{
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.slideshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent url('images/black-0.4-opacity.png');
  color: white;
  text-align: right;
  line-height: 3em;
  padding-right: 1.5em;
  display: none;
}

/**
 * Front page news feed
 */
body.front #page-title {
  text-transform: uppercase;
  padding: 10px 0;
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777;
}

body.front #content div.views-row {
  border-bottom: 1px dotted #777;
  padding: 15px 0 0 0;
  overflow: hidden;
}

body.front #content h2 {
  margin-bottom: 15px;
}

body.front #content div.feature-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

body.front #content div.views-field-body {
  margin-bottom: 15px;
}

body.front #content p {
  display: inline;
}

/**
 * Content
 */
.content-top {
  border: none;
  background: transparent;
  margin: 0;
}

.node {
  border: none;
}

.node ul.links li {
  float: right;
}

.node-sticky {
  padding: 0; /* undo Danland */
  background: none; /* undo Danland */
}

/**
 * Sidebar right
 */
#sidebar-right .block {
  padding: 20px 20px 20px 20px;
  border: none;
  background-color: #e6e6e6;
}

#sidebar-right div.content {
  padding: 0;
}

#sidebar-right .block h2 {
  color: #5a483f;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 0;
}

/**
 * Keep informed block
 */
#block-block-25 .form-text {
  width: 250px;
}

#block-block-25 .form-submit {
  margin-top: 5px;
  display: block;
  float: left;
}

#block-block-25 a {
  float: right;
  display: block;
  margin-top: 5px;
  margin-right: -3px;
}

#block-block-25 div.content {
  overflow: hidden;
}

/**
 * Footer
 */
#bottom-teaser, #footer-wrapper {
  background: #555;
  border: none;
  color: #fff;
}

#bottom-teaser {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 1em;
}

#bottom-teaser .block {
  margin: 0;
  padding: 0;
}

#bottom-teaser a:link, #bottom-teaser a:visited, #bottom-teaser a:active {
  color: #E6E6E6;
}

#bottom-teaser a:hover {
  color: #00CB01;
}

#bottom-teaser h2 {
  color: #E6E6E6;
  color: #00CB01;
  margin-bottom: 1em;
  font-size: 1.2em;
}

#bottom-teaser ul {
  padding: 0;
  list-style-position: inside;
}

#bottom-teaser li {
  margin: 0 0 0.2em 0;
  padding: 0;
}

#footer-wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

#footer-wrapper p {
  font-size: 9px;
  line-height: 13px;
  margin: 0;
}

/**
 * Fields
 */
div.field-type-taxonomy-term-reference,
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items,
.field-type-taxonomy-term-reference .field-item {
  display: inline;
  float: none;
  font-weight: normal;
  padding-right: 10px;
}

div.field {
  margin: 1em 0;
}

div.field-name-field-headline-image {
  float: right;
  margin: 0 0 10px 10px;
}

div.field-name-field-headline-image a {
  overflow: hidden;
}

div.caption {
  background-color: #E6E6E6;
  padding: 5px 5px 3px 3px;
  margin-top: -5px;
  font-size: 11px;
  text-align: right;
}

div.field-name-field-inline {
  background-color: #E6E6E6;
  padding: 10px;
  overflow: hidden;
}

div.field-name-field-inline .field-label {
  margin-bottom: 10px;
  font-size: 15px;
}

div.field-name-field-inline .field-item {
  float: left;
  margin-right: 10px;
}

/**
 * Users profile pages
 */
div.profile {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

/**
 * Page: News, Statements, Video
 */
body.page-video #content h2 {
  margin: 1em 0 0.5em 0;
}

body.page-news .views-row,
body.page-statements .views-row,
body.page-video .views.row {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C8C9A9;
}

body.page-news .views-row-last,
body.page-statements .views-row-last,
body.page-video .views-row-last {
  border: 0;
  padding-bottom: 0;
}

body.page-news .submitted,
body.page-statements .submitted {
  margin-bottom: 16px;
}

/**
 * Block: What our friends say
 */

.view-id-friends_of_the_global_greens.view-display-id-block {
  margin-top: 1.5em;
}

.view-id-friends_of_the_global_greens.view-display-id-block .views-field-image-URL,
.view-id-friends_of_the_global_greens.view-display-id-block .views-field-display-name,
.view-id-friends_of_the_global_greens.view-display-id-block .views-field-country {
  text-align: center;
}

.view-id-friends_of_the_global_greens.view-display-id-block .views-field-country {
  font-style: italic;
}
