/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
* ZEN STYLES
*
* This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
* file, but instead copy this CSS to their own stylesheets.
*
* In this stylesheet, we have included all of the classes and IDs from this
* theme's tpl.php files. We have also included many of the useful Drupal core
* styles to make it easier for theme developers to see them.
*
* Many of these styles are over-riding Drupal's core stylesheets, so if you
* remove a declaration from here, the styles may still not be what you want
* since Drupal's core stylesheets are still styling the element. See the
* drupal6-reference.css file for a list of all Drupal 5.x core styles.
*
* In addition to the style declarations in this file, other Drupal styles that
* you might want to override or augment are those for:
*
*   Book Navigation  See line 74  of Zen's drupal6-reference.css file
*   Forum            See line 197 of Zen's drupal6-reference.css file
*   Menus            See line 667 of Zen's drupal6-reference.css file
*   News Aggregator  See line 20  of Zen's drupal6-reference.css file
*   Polls            See line 287 of Zen's drupal6-reference.css file
*   Search           See line 320 of Zen's drupal6-reference.css file
*   User Profiles    See line 945 of Zen's drupal6-reference.css file
*/


/** body **/
body
{
  margin: 0;
  padding: 0;
}

#page
{
}

#page-inner
{
}

/** header **/
#header
{
  background:url(images/banner.jpg?v3) no-repeat 0 30px;
  height:136px;
  position:relative;
}
div.es #header { background:url(images/banner-es.jpg?v3) no-repeat 0 30px; }
div.pt-br #header { background:url(images/banner-pt-br.jpg?v3) no-repeat 0 30px; }

div.de #header { background:url(images/banner-de.jpg?v3) no-repeat 0 30px; }
div.fr #header { background:url(images/banner-fr.jpg?v3) no-repeat 0 30px; }
div.it #header { background:url(images/banner-it.jpg?v3) no-repeat 0 30px; }
div.lt #header { background:url(images/banner-lt.jpg?v3) no-repeat 0 30px; }
div.nl #header { background:url(images/banner-nl.jpg?v3) no-repeat 0 30px; }
div.fi #header { background:url(images/banner-fi.jpg?v3) no-repeat 0 30px; }
div.ko #header { background:url(images/banner-ko.jpg?v3) no-repeat 0 30px; }
div.pl #header { background:url(images/banner-pl.jpg?v3) no-repeat 0 30px; }
div.ru #header { background:url(images/banner-ru.jpg?v3) no-repeat 0 30px; }
div.hu #header { background:url(images/banner-hu.jpg?v3) no-repeat 0 30px; }
div.et #header { background:url(images/banner-et.jpg?v3) no-repeat 0 30px; }
div.sv #header { background:url(images/banner-sv.jpg?v3) no-repeat 0 30px; }
div.ro #header { background:url(images/banner-ro.jpg?v3) no-repeat 0 30px; }
div.bg #header { background:url(images/banner-bg.jpg?v3) no-repeat 0 30px; }
div.da #header { background:url(images/banner-da.png) no-repeat 0 30px; }
div.el #header { background:url(images/banner-el.png) no-repeat 0 30px; }
div.fa-lang #header { background:url(images/banner-fa.png) no-repeat 0 30px; }
div.he #header { background:url(images/banner-he.png) no-repeat 0 30px; }

#header-inner
{
}

#logo-title /* Wrapper for logo, website name, and slogan */
{
}

#logo /* Wrapper for logo */
{
  margin: 0 10px 0 0;
  padding: 0;
}

#logo-image /* The actual logo image */
{
}

h1#site-name, div#site-name /* The name of the website */
{
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
  position:absolute;
  top:38px;
  left:20px;
  width:365px;
  height:90px;
}
#site-name a {
  display:block;
  height:90px;
  overflow:hidden;
  text-indent:-999px;
}
#site-name a:link,
#site-name a:visited
{
  color: #000;
  text-decoration: none;
}

#site-name a:hover
{
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */
{
  position:absolute;
  top:50px;
  left:388px;
  width:145px;
  height:70px;
  overflow:hidden;
  text-indent:-999px;
}

#header-blocks /* Wrapper for any blocks placed in the header region */
{
}


/** site translation **/
#block-locale-0 {
  position:absolute;
  top:0;
  left:0;
  background:#496aad;
  height:30px;
  width:100%;
}
#block-locale-0 div.content {
  position:relative;
  left:12px;
  width:1100px;

}
#block-locale-0 ul {
  margin:4px 0;
  padding:0;
  list-style:none;
}
#block-locale-0 li {
  margin-right:-1px;
  padding:0 4px;
  border-left:1px solid #fff;
  border-right: none;
  font-size:11px;

  display:inline;
}
#block-locale-0  li.first {
  border-left:none;
}
#block-locale-0  li.last {
  border-right:none;
}
#block-locale-0  a {
  color:#fff;
}
#block-locale-0 li.el {
  display:none;
}

/* jac carousel */
.jac {
  height:30px;
  position:relative;
  margin:0 0 1em 0;
}

.jac .carousel {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  list-style-type:none;
}
.jac .arrow-left, .jac .arrow-right {
  top:4px;
  font-size:18px;
  position:absolute;
}
.jac .arrow-left a, .jac .arrow-right a {
  text-decoration:none;
  outline:none;
}
.jac .arrow-left {
  left:-20px;
}
.jac .arrow-right {
  right:-20px;
}
.jac .carousel .jac-content {
  float:left;
}
/** main (container for everything else) **/
#main
{
}

#main-inner
{
}

/** content **/
#content
{
}

#content-inner
{
}

#mission /* The mission statement of the site (displayed on homepage) */
{
}

#content-top /* Wrapper for any blocks placed in the "content top" region */
{
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
{
}

.breadcrumb /* The path to the current page in the form of a list of links */
{
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{

}

h1.title {
  padding:6px;
  font-size:1.5em;
  background:#009ddc;
  color:#fff;
}
#sidebar-left h2.title {
  margin-top:0;
  padding:3px;
  background:#818f92;
  font-size:14px;
  color:#fff;
}
#sidebar-left h2.title a { color:#fff; }
#sidebar-right h2.title,
#content-bottom h2.title,
.panel-2col h2.pane-title,
#mini-panel-home_bottom h2.pane-title,
#mini-panel-home_bottom_es h2.pane-title,
#mini-panel-home_bottom_pt_br h2.pane-title,
#mini-panel-home_bottom_fr h2.pane-title,
#mini-panel-home_bottom_fi h2.pane-title,
#mini-panel-home_bottom_de h2.pane-title,
#mini-panel-home_bottom_it h2.pane-title,
#mini-panel-home_bottom_ko h2.pane-title,
#mini-panel-home_bottom_nl h2.pane-title,
#mini-panel-home_bottom_ru h2.pane-title,
#mini-panel-home_bottom_pl h2.pane-title,
#mini-panel-home_bottom_lt h2.pane-title,
#mini-panel-home_bottom_hu h2.pane-title,
#mini-panel-home_bottom_el h2.pane-title,
#mini-panel-home_bottom_ro h2.pane-title,
#mini-panel-home_top_de .panel-col-last h2,
#mini-panel-home_top_ko h2,
#mini-panel-home_top_et .panel-col-last h2,
#mini-panel-home_top_bg .panel-col-last h2,
#mini-panel-home_top_da .panel-col-last h2,
#mini-panel-home_top_fa .panel-col-last h2,
#mini-panel-home_top_he .panel-col-last h2,
#mini-panel-home_top_el .panel-col-last h2,
#mini-panel-home_top_sv .panel-col-last h2,
#mini-panel-home_top_pl .panel-col-last h2 {
  margin-top:0;
  margin-bottom:0;
  padding:6px;
  background:#a28658 url(images/ms.png) no-repeat top left;
  text-align:center;
  font-size:14px;
  color:#fff;
}

#content-bottom #block-menu-menu-galleries h2.title {
  background: inherit;
  color: inherit;
  text-align: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
  padding: inherit;
  font-size: inherit;
}

#mini-panel-home_top_lt .pane-nodeblock-173 {
  margin-top:10px;
}

#sidebar-right h3,
#content-bottom h3 {
  clear:both;
  font-size:1.1em;
  color:#a28658;
}


/* reorder when u hav time */
#sidebar-left .content {
  padding:6px;
}

#sidebar-left ul {
  margin:0;
  padding:0;
}
#sidebar-left a {
  color:#333;
  text-decoration:none;
}


/* donation meter block preceding content */

.please-help--meter-full {
  max-width: 20%;
  float: left;
}
.block + .node-type-donation {
  margin-left: 20%;
}

.group-page-files {
  padding:0.2em 0;
  border:1px solid #d5d5d4;
}


div.messages /* Important messages (status, warning, and error) for the user */
{
}

div.status /* Normal priority messages */
{
}

div.warning, tr.warning /* Medium priority messages */
{
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error, tr.error /* High priority messages. See also the .error declaration below. */
{
}

div.tabs /* See also the tabs.css file. */
{
}

.help /* Help text on a page */
{
  margin: 1em 0;
}

.more-help-link /* Link to more help */
{
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */
{
  width:100%;
}


/* imagesfield crop widget */

.filefield-element .widget-preview {
  float:none;
  margin-right:0;
  padding-right:0;
  border-right:none;
  max-width:100%;
}
.filefield-element .widget-edit {
  float:none;
  max-width:100%;

}

/* hack - fix in template later */
fieldset.search-advanced {
  display:none;
}


.pager /* A list of page numbers when more than 1 page of content is available */
{
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a, .pager strong.pager-current
{
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
  margin: 1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
{
}

/** navbar **/
#navbar
{
  background:url(images/banner.jpg) no-repeat 0 -106px;
  border-bottom:2px solid #304384;
}

#navbar-inner
{
  background: #416DAC;
}


#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
  display: none;
}

#primary /* Primary links */
{

}
#primary li {
  background:#416dac;
}
/*#primary li.active {
  background:#304384 url(images/tabs.png) no-repeat 0 -133px;
  margin-left:-12px;
  padding-left:25px;
}*/
#primary li.active.first {
  margin-left:0;
  padding-left:0;
  background:#304384;
}
#primary li.active.last {
  background:#304384 url(images/tabs.png) no-repeat 0 -399px;
}
#primary a {
  padding:10px 8px;
  display:block;
  float:left;
  font-family:Arial,sans-serif;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  position: relative;
}

#primary a:before {
  border-left: 1px solid rgb(21, 35, 55);
  box-shadow: 0 0 6px 0 rgb(21, 35, 55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 1px;
}
#primary li.first a:before {
  border: none;
}

#primary li.last a {
}
#primary a:hover {
  text-decoration:underline;
}

#primary a.active {
  padding:10px 17px 10px 17px;
  background: #2F4281;

}
#primary li.first a.active {
  padding:10px 9px;
}
#primary li.last a.active {
}

/* other languages need different font-size */
#page.en #primary a {
  font-size:12px;
}
#page.de #primary a {
  padding:10px 16px 10px 8px;
  font-size:10px;
}
#page.ko #primary a {
  font-size:18px;
}
#page.lt #primary a {
  font-size:11px;
  padding:10px 16px 10px 8px;
}
#page.nl #primary a {
  font-size:11px;
}
#page.fi #primary a {
  font-size:13px;
}
#page.hu #primary a {
  padding:10px 18px 10px 12px;
  font-size:11px;
}

#secondary /* Secondary links */
{
}

/** sidebar-left **/
#sidebar-left
{
}

#sidebar-left-inner
{
}

#sidebar-left .block-menu,
#sidebar-left .block-book {
  border:1px solid #d5d5d4;
}
#sidebar-left .block-inner {
  padding:1px;
}
/** sidebar-right **/
#sidebar-right
{
}

#sidebar-right-inner
{
}

/* nodeblocks in sidebar and <front> content-bottom */

#sidebar-right .block-nodeblock {

}

div#mini-panel-book_cover .pane-content {
  border:none!Important;
  padding:0px!Important;
}
.block-nodeblock .content,
.block-nodeblock .node-inner .content,
#content-bottom .block-multiblock .node-inner .content,
.panel-2col .panel-col-last .panel-pane .pane-content,
#mini-panel-home_bottom .pane-content,
#mini-panel-home_bottom_es .pane-content,
#mini-panel-home_bottom_pt_br .pane-content,
#mini-panel-home_bottom_fr .pane-content,
#mini-panel-home_bottom_nl .pane-content,
#mini-panel-home_bottom_fi .pane-content,
#mini-panel-home_bottom_de .pane-content,
#mini-panel-home_bottom_it .pane-content,
#mini-panel-home_bottom_ko .pane-content,
#mini-panel-home_bottom_lt .pane-content,
#mini-panel-home_bottom_hu .pane-content,
#mini-panel-home_bottom_el .pane-content,
#mini-panel-home_bottom_ro .pane-content,
#mini-panel-home_top_ko div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_ko div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_de div.panel-col-last .pane-content,
#mini-panel-home_top_et div.panel-col-last .pane-content,
#mini-panel-home_top_bg div.panel-col-last .pane-content,
#mini-panel-home_top_da div.panel-col-last .pane-content,
#mini-panel-home_top_fa div.panel-col-last .pane-content,
#mini-panel-home_top_he div.panel-col-last .pane-content,
#mini-panel-home_top_el div.panel-col-last .pane-content,
#mini-panel-home_top_sv div.panel-col-last .pane-content,
#mini-panel-home_top_lt div.panel-col-last .pane-content,
#mini-panel-home_top_ko div.panel-col-last .pane-content,
#mini-panel-home_top_pl div.panel-col-last .pane-content,
#mini-panel-home_top_lt div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_lt div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_nl div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_nl div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_et div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_bg div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_da div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_fa div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_he div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_el div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_sv div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_sv div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_pl div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_pl div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_top_fi div.panel-col-last div#hInset1 .pane-content,
#mini-panel-home_top_fi div.panel-col-last div#hInset2 .pane-content,
#mini-panel-home_bottom_ru .pane-content,
#mini-panel-home_bottom_pl .pane-content {
  padding:6px;
  border:1px solid #d5d5d4;
}
.block-nodeblock .content .content {
  padding:0;
  border:none;
}
.panel-separator { display:none; }



#content-bottom .block-multiblock,
/* Restored 3 column layout for select languages */
#mini-panel-home_bottom_fi .panel-pane,
#mini-panel-home_bottom_ko .panel-pane,
#mini-panel-home_bottom_lt .panel-pane,
#mini-panel-home_bottom_nl .panel-pane,
#mini-panel-home_bottom_sv .panel-pane,
#mini-panel-home_bottom_pl .panel-pane,
#mini-panel-home_bottom_el .panel-pane,
#mini-panel-home_bottom_ro .panel-pane {
  margin-right:11px;
  width:238px;
  float:left;
}

#mini-panel-home_bottom .plast,
#mini-panel-home_bottom_es .plast,
#mini-panel-home_bottom_pt_br .plast,
#mini-panel-home_bottom_fr .plast,
#mini-panel-home_bottom_nl .plast,
#mini-panel-home_bottom_it .plast,
#mini-panel-home_bottom_fi .plast,
#mini-panel-home_bottom_ru .plast,
#mini-panel-home_bottom_de .panel-pane,
#mini-panel-home_bottom_ko .panel-pane,
#mini-panel-home_bottom_lt .panel-pane,
#mini-panel-home_bottom_sv .panel-pane,
#mini-panel-home_bottom_pl .panel-pane,
#mini-panel-home_bottom_hu .plast,
#mini-panel-home_bottom_el .plast,
#mini-panel-home_bottom_ro .plast {
  margin-right:0;
}
.panel-2col .panel-col-last .panel-pane {
  margin-left:11px;
  width:238px;
  float:right;
}

#content-bottom .block-multiblock.region-count-4 {
  margin-right:0;
}


/* insets */
#hInset1 {}
#hInset2 {}



/* email signup */
.e2ma_signup_form_row {
  float:left;
  padding-top:2px;

  width:100%;
  text-transform:capitalize
}
.e2ma_signup_form_label {
  float:left;
  width:44%;
  font-size:11px;
}
.e2ma_signup_form_element {
  float:right;
  width:56%;
}
.e2ma_signup_form_element input {
  width:98%;
  font-size:10px;
}
.e2ma_signup_form_groups { width:100%; clear:both; }
.e2ma_signup_form_group_list input { width:auto; }
.e2ma_signup_form_group_list { font-size:10px; }
.e2ma_signup_form_required_footnote { clear:both; }
.e2ma_signup_form_required_asterix { color:#d50000; }
.e2ma_signup_form_button_row { padding:3px 0; }


/* donate inset */
a.donate {
  display:block;
  width:109px;
  height:23px;
  text-indent:-999px;
  overflow:hidden;
  background:url(images/btn-donate.jpg) no-repeat top left;
}

a.donar {
  display:block;
  width:109px;
  height:23px;
  text-indent:-999px;
  overflow:hidden;
  background:url(images/btn-donar.jpg) no-repeat top left;
}

/* what readers say */
#block-multiblock-2  blockquote {
  padding-top:5px;
  text-indent:50px;
  background:url(images/ms.png) no-repeat -782px 0;
}
#block-multiblock-2 blockquote p {
  padding-bottom:20px;
  background:url(images/ms.png) no-repeat -894px bottom;
  font-family:Georgia,serif;
  line-height:1.6em;
  color:#967744;
}
#block-multiblock-2 cite {

}


/* views */

/* trustees */
.view-trustees .views-row {
  width:100%;
  clear:both;
}
.view-trustees .views-field-title {
  font-weight:bold;
}
.views-field-field-trustee-img-fid {
  margin-bottom:2em;
}
.views-row-even .views-field-field-trustee-img-fid {
  margin-right:23px;
  width:150px;
  float:left;
}
.views-row-odd .views-field-field-trustee-img-fid {
  margin-left:23px;
  width:150px;
  float:right;
}

/* news */
.views-exposed-form {
  margin:1em 0;
  padding:6px;
  border:1px solid #009DDC;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top:1.13em;
}
.view-news-archive .views-row,
.view-news-archive-by-category .views-row {
  margin-bottom:8px;
}
.view-news-archive .date-display-single,
.view-news-archive-by-category .date-display-single {
  font-weight:normal;
}
.view-news-archive .views-field-title,
.view-news-archive-by-category .views-field-title {
  font-weight:bold;
}
.views-field-field-article-author-value label {
  font-style:italic;
}
/* mini panels */
#mini-panel-home_top,
#mini-panel-home_top_es,
#mini-panel-home_top_pt_br,
#mini-panel-home_top_fr,
#mini-panel-home_top_fi,
#mini-panel-home_top_de,
#mini-panel-home_top_it,
#mini-panel-home_top_ko,
#mini-panel-home_top_nl,
#mini-panel-home_top_et,
#mini-panel-home_top_bg,
#mini-panel-home_top_da,
#mini-panel-home_top_fa,
#mini-panel-home_top_he,
#mini-panel-home_top_el,
#mini-panel-home_top_sv,
#mini-panel-home_top_ru,
#mini-panel-home_top_pl,
#mini-panel-home_top_hu,
#mini-panel-home_top_el,
#mini-panel-home_top_ro {

}
#mini-panel-home_top .panel-col-first,
#mini-panel-home_top_es .panel-col-first,
#mini-panel-home_top_pt_br .panel-col-first,
#mini-panel-home_top_de .panel-col-first,
#mini-panel-home_top_fr .panel-col-first,
#mini-panel-home_top_it .panel-col-first,
#mini-panel-home_top_ko .panel-col-first,
#mini-panel-home_top_lt .panel-col-first,
#mini-panel-home_top_nl .panel-col-first,
#mini-panel-home_top_et .panel-col-first,
#mini-panel-home_top_bg .panel-col-first,
#mini-panel-home_top_da .panel-col-first,
#mini-panel-home_top_fa .panel-col-first,
#mini-panel-home_top_he .panel-col-first,
#mini-panel-home_top_el .panel-col-first,
#mini-panel-home_top_sv .panel-col-first,
#mini-panel-home_top_ru .panel-col-first,
#mini-panel-home_top_pl .panel-col-first,
#mini-panel-home_top_fi .panel-col-first,
#mini-panel-home_top_pl .panel-col-first,
#mini-panel-home_top_sv .panel-col-first,
#mini-panel-home_top_hu .panel-col-first,
#mini-panel-home_top_el .panel-col-first,
#mini-panel-home_top_ro .panel-col-first {
  width:386px;
  background:#fff url(images/ms.png) repeat-y -1650px 0;
}

#mini-panel-home_top .panel-col,
#mini-panel-home_top_es .panel-col,
#mini-panel-home_top_fr .panel-col,
#mini-panel-home_top_de .panel-col,
#mini-panel-home_top_fi .panel-col,
#mini-panel-home_top_it .panel-col,
#mini-panel-home_top_hu .panel-col,
#mini-panel-home_top_el .panel-col,
#mini-panel-home_top_ro .panel-col,
#mini-panel-home_top_de .panel-col,
#mini-panel-home_top_pt_br .panel-col,
#mini-panel-home_top_pl .panel-col,
#mini-panel-home_top_ru .panel-col,
#mini-panel-home_top_ko .panel-col,
#mini-panel-home_top_nl .panel-col,
#mini-panel-home_top_et .panel-col,
#mini-panel-home_top_bg .panel-col,
#mini-panel-home_top_da .panel-col,
#mini-panel-home_top_fa .panel-col,
#mini-panel-home_top_he .panel-col,
#mini-panel-home_top_el .panel-col,
#mini-panel-home_top_sv .panel-col,
#mini-panel-home_top_lt .panel-col {
  width:300px;
  position:relative;
}
#mini-panel-home_top .panel-col-last,
#mini-panel-home_top_es .panel-col-last,
#mini-panel-home_top_pt_br .panel-col-last,
#mini-panel-home_top_fr .panel-col-last,
#mini-panel-home_top_de .panel-col-last,
#mini-panel-home_top_fi .panel-col-last,
#mini-panel-home_top_it .panel-col-last,
#mini-panel-home_top_ko .panel-col-last,
#mini-panel-home_top_lt .panel-col-last,
#mini-panel-home_top_nl .panel-col-last,
#mini-panel-home_top_et .panel-col-last,
#mini-panel-home_top_bg .panel-col-last,
#mini-panel-home_top_da .panel-col-last,
#mini-panel-home_top_fa .panel-col-last,
#mini-panel-home_top_he .panel-col-last,
#mini-panel-home_top_el .panel-col-last,
#mini-panel-home_top_sv .panel-col-last,
#mini-panel-home_top_ru .panel-col-last,
#mini-panel-home_top_pl .panel-col-last,
#mini-panel-home_top_hu .panel-col-last,
#mini-panel-home_top_el .panel-col-last,
#mini-panel-home_top_ro .panel-col-last {
  width:299px;
}





#mini-panel-home_top .panel-col-first .inside,
#mini-panel-home_top_es .panel-col-first .inside,
#mini-panel-home_top_pt_br .panel-col-first .inside,
#mini-panel-home_top_fr .panel-col-first .inside,
#mini-panel-home_top_fi .panel-col-first .inside,
#mini-panel-home_top_de .panel-col-first .inside,
#mini-panel-home_top_it .panel-col-first .inside,
#mini-panel-home_top_ko .panel-col-first .inside,
#mini-panel-home_top_lt .panel-col-first .inside,
#mini-panel-home_top_nl .panel-col-first .inside,
#mini-panel-home_top_et .panel-col-first .inside,
#mini-panel-home_top_bg .panel-col-first .inside,
#mini-panel-home_top_da .panel-col-first .inside,
#mini-panel-home_top_fa .panel-col-first .inside,
#mini-panel-home_top_he .panel-col-first .inside,
#mini-panel-home_top_el .panel-col-first .inside,
#mini-panel-home_top_sv .panel-col-first .inside,
#mini-panel-home_top_ru .panel-col-first .inside,
#mini-panel-home_top_pl .panel-col-first .inside,
#mini-panel-home_top_hu .panel-col-first .inside,
#mini-panel-home_top_el .panel-col-first .inside,
#mini-panel-home_top_ro .panel-col-first .inside {
  margin:0;
}
#mini-panel-home_top .panel-col .inside,
#mini-panel-home_top_es .panel-col .inside,
#mini-panel-home_top_pt_br .panel-col .inside,
#mini-panel-home_top_fr .panel-col .inside,
#mini-panel-home_top_fi .panel-col .inside,
#mini-panel-home_top_de .panel-col .inside,
#mini-panel-home_top_it .panel-col .inside,
#mini-panel-home_top_ko .panel-col .inside,
#mini-panel-home_top_lt .panel-col .inside,
#mini-panel-home_top_nl .panel-col .inside,
#mini-panel-home_top_et .panel-col .inside,
#mini-panel-home_top_bg .panel-col .inside,
#mini-panel-home_toprda .panel-col .inside,
#mini-panel-home_top_sv .panel-col .inside,
#mini-panel-home_top_ru .panel-col .inside,
#mini-panel-home_top_pl .panel-col .inside,
#mini-panel-home_top_hu .panel-col .inside,
#mini-panel-home_top_el .panel-col .inside,
#mini-panel-home_top_ro .panel-col .inside {
  margin:0;
}
#mini-panel-home_top .panel-col-last .inside,
#mini-panel-home_top_es .panel-col-last .inside,
#mini-panel-home_top_pt_br .panel-col-last .inside,
#mini-panel-home_top_fr .panel-col-last .inside,
#mini-panel-home_top_fi .panel-col-last .inside,
#mini-panel-home_top_de .panel-col-last .inside,
#mini-panel-home_top_it .panel-col-last .inside,
#mini-panel-home_top_ko .panel-col-last .inside,
#mini-panel-home_top_lt .panel-col-last .inside,
#mini-panel-home_top_nl .panel-col-last .inside,
#mini-panel-home_top_et .panel-col-last .inside,
#mini-panel-home_top_bg .panel-col-last .inside,
#mini-panel-home_top_da .panel-col-last .inside,
#mini-panel-home_top_fa .panel-col-last .inside,
#mini-panel-home_top_he .panel-col-last .inside,
#mini-panel-home_top_el .panel-col-last .inside,
#mini-panel-home_top_sv .panel-col-last .inside,
#mini-panel-home_top_ru .panel-col-last .inside,
#mini-panel-home_top_pl .panel-col-last .inside,
#mini-panel-home_top_hu .panel-col-last .inside,
#mini-panel-home_top_el .panel-col-last .inside,
#mini-panel-home_top_ro .panel-col-last .inside {
  margin:0;
  padding-left:11px;
}

#mini-panel-home_top h2,
#mini-panel-home_top_es h2,
#mini-panel-home_top_pt_br h2,
#mini-panel-home_top_fr h2,
#mini-panel-home_top_fi h2,
#mini-panel-home_top_de h2,
#mini-panel-home_top_it h2,
#mini-panel-home_top_ko h2,
#mini-panel-home_top_lt h2,
#mini-panel-home_top_nl h2,
#mini-panel-home_top_et h2,
#mini-panel-home_top_bg h2,
#mini-panel-home_top_da h2,
#mini-panel-home_top_fa h2,
#mini-panel-home_top_he h2,
#mini-panel-home_top_el h2,
#mini-panel-home_top_sv h2,
#mini-panel-home_top_ru h2,
#mini-panel-home_top_pl h2,
#mini-panel-home_top_hu h2,
#mini-panel-home_top_el h2,
#mini-panel-home_top_ro h2 {
  margin-top:0;
  padding:3px 6px;
}

/* ub teachings */
#ub_teach {
  border:1px solid #ccc;
  font-family:Georgia,serif;
  text-align:center;
}
#ub_teach .views-field-body {
  padding:0 6px;
  font-size:16px;
  line-height:1.3em;
  color:#967744;
}
#ub_teach .views-field-field-teach-citation-value {
  font-size:11px;
}

/* latest news */
#news_latest { }

#news_latest {
  padding:1px;
  border:1px solid #ccc;
}
#news_latest h2 {
  background:#009ddc;
  font-size:14px;
  text-transform:uppercase;
  text-align:center;
  color:#fff;
}
#news_latest .views-row {
  padding:6px;
}
#news_latest .views-row-1 {

  margin-bottom:6px;
  padding-bottom:6px;
  border-bottom:1px solid #ccc;
}
.views-field-field-author-img-fid {
  float:left;
  margin-right:6px;
}
#news_latest .views-field-title {
  font-weight:bold;
  padding-bottom:2px;
}
#news_latest .views-field-title a {
  color:#333;
  text-decoration:none;
}
#news_latest .views-field-title a:hover,
#news_latest .views-field-view-node a:hover  {
  text-decoration:underline;
}
#news_latest .views-field-teaser p {
  margin:0;
  font-size:11px;
}
#news_latest .views-field-view-node {
  clear:both;
}

#news_latest .views-field-view-node a {
  color:#003399;
}

#news_latest .view-footer {
  margin-top: 6px;
  padding: 10px 3px;
  background: orange;
  text-align: center;
  color: white;
  font-size: 15px;
}
#news_latest .view-footer a {
  color:#FFF;
}
#poll_q {
  margin-top:8px;
  padding:6px;
  border:1px solid #ccc;
}
#poll_q .views-label-title {
  font-weight:bold;
}
#poll_q h2 {
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#F00;
}
#poll_q .views-field-view-node {
  font-style:italic;
}


/* book menu */
#book-cover { }

#mini-panel-book_cover {
  height:350px;
  width:386px;
  background:#fff url(images/ms.png) repeat-y -1650px 0;
}
#mini-panel-book_cover .panel-col-first {
  width:118px;
}
#mini-panel-book_cover .panel-col-last {
  margin:0;
  width:268px;
}
#mini-panel-book_cover .panel-col-first .inside {
  margin:0;
}
#mini-panel-book_cover .panel-col-last .inside {
  margin:0;
  padding-left:0;
  background:transparent;
}
#mini-panel-book_cover .panel-col-last .panel-pane,
#mini-panel-book_cover .panel-pane .pane-content {
  /* cancel other panel styles */
  padding:0;
  border:none;
}
#mini-panel-book_cover .panel-col-last .panel-pane {
  margin-left:0;
  width:268px;
  float:none;
}

#mini-panel-book_cover .swftools-wrapper {
  height:350px;
}


#mini-panel-book_cover ul.menu {
  margin:0;
  padding:0;
  list-style:none;
}
#mini-panel-book_cover ul.menu li {
  margin:0;
  border-top:2px solid #fff;
  line-height:24px;
}
#mini-panel-book_cover li.leaf {
  list-style-type:none;
  list-style-image:none;
}
#mini-panel-book_cover ul.menu li.first {
  border-top:none;
}
body.i18n-en #mini-panel-book_cover ul.menu a,
body.i18n-pt-br #mini-panel-book_cover ul.menu a {
  padding: 15px 8px 7px 30px;
  background: url(/sites/all/themes/yp_urantia/images/ms.png) no-repeat -644px 14px;
}
#mini-panel-book_cover ul.menu a {
  padding:18px 8px 12px 30px;
  background:url(images/ms.png) no-repeat -644px 18px;
  display:block;
  font-size:16px;
  font-family:Georgia, serif;
  text-decoration:none;
  color:#304384;
}
#mini-panel-book_cover ul.menu a:hover {
  text-decoration:underline;
}


/* flash book */
#book-cover {
  position:relative;
  height:350px;
}
#swf-book {

}
#look {
  display: block;
  position: absolute;
  width: 100px;
  height: 30px;
  top: 30px;
  right: 0pt;
  z-index:99;
  text-indent: -999px;
  overflow: hidden;
  background: url(/sites/all/themes/yp_urantia/images/images/blank.gif) repeat top left; /* ie needs something to click */
}
#page.en #look,
#page.es #look,
#page.pt-br #look {
  top: 33px;
}

#uf_map {
  margin-top:8px;
  border:1px solid #ccc;
}

#uf_map .content { height:167px; }
#uf_map .content { height:167px; }
#uf_map .content { height:167px; }

#swf-map {
  margin:0;
  padding:0;
  width:298px;
  height:167px;
  list-style:none;
  position:relative;
  background:url(/uf-swf/assets/map-bg.jpg);
}
#swf-map li {
  margin:0;
  padding:0;
  position:absolute;
}
#swf-map a {
  text-indent:-999px;
  overflow:hidden;
  cursor:pointer;
}
#mna { width:90px; height:41px; top:35px; left:7px; }
#mca { width:35px; height:23px; top:76px; left:45px; }
#msa { width:39px; height:65px; top:99px; left:74px; }
#maf { width:42px; height:76px; top:68px; left:127px; }
#meu { width:64px; height:33px; top:35px; left:127px; }
#mme { width:21px; height:44px; top:55px; left:169px; }
#mas { width:73px; height:82px; top:55px; left:190px; }
#mau { width:55px; height:40px; top:117px; left:233px; }

#mna a { display:block; width:90px; height:41px; }
#mca a { display:block; width:35px; height:23px; }
#msa a { display:block; width:39px; height:65px; }
#maf a { display:block; width:42px; height:76px; }
#meu a { display:block; width:64px; height:33px; }
#mme a { display:block; width:21px; height:44px; }
#mas a { display:block; width:73px; height:82px; }
#mau a { display:block; width:55px; height:40px; }


/** footer **/

#footer
{
  padding-top:16px;
}

#footer-inner
{
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
and for any blocks placed in the footer region */
{
}
#footer .block-menu {
  margin-right:11px;
  width:155px;
  float:left;
}


#footer h2 {
  font-size:11px;
  text-transform:uppercase;
}
#footer ul {
  margin:0;
  padding:0;
}

#footer ul.menu li {
  margin:0;

}
#footer li.leaf {
  list-style-image:none;
  list-style-type:none;
}
#footer a {
  color:#333;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}

/** closure **/
#closure-blocks /* Wrapper for any blocks placed in the closure region */
{
  clear:both;
  font-size:10px;
  text-align:center;
  color:#999;
}

/** Drupal nodes **/
.node /* Node wrapper */
{
}

.node-inner /* Additional wrapper for node */
{
}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */
{
}

.node-teaser /* A node displayed as teaser */
{
}

/* All nodes are given a node-type-FOO class that describes the type of
* content that it is. If you create a new content type called
* "my-custom-type", it will receive a "node-type-my-custom-type" class.
*/
.node-type-page /* Page content node */
{
}

.node-type-story /* Story content node */
{
}

.node h2.title /* Node title */
{
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
  color: #c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
}

.node .submitted /* The "posted by" information */
{
}

.node .terms /* Node terms (taxonomy) */
{
}

.node .content /* Node's content wrapper */
{
}

.node div.links /* Wrapper for node links */
{
  margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */
{
  margin: 0;
  padding: 0;
}

ul.links.inline
{
  display: inline;
}

ul.links li
{
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */
{
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
  margin: 1em 0;
}

#comments-title /* Heading for the list of comments */
{
}

.comment /* Wrapper for a single comment */
{
}

.comment-inner /* Additional wrapper for a single comment */
{
}

.comment-preview /* Preview of the comment before submitting new or updated comment */
{
}

.comment.new /* A new comment since the user last viewed the page. */
{
}

.comment.odd /* An odd-numbered comment in the list of comments */
{
}

.comment.even /* An even-numbered comment in the list of comments */
{
}

.comment.first /* The first comment in the list of comments */
{
}

.comment.last /* The last comment in the list of comments */
{
}

.comment-unpublished /* Unpublished comments */
{
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
{
}

.comment-published /* Published comments */
{
}

.comment-by-anon /* A comment created by an anonymous user */
{
}

.comment-by-author /* A comment created by the node's author */
{
}

.comment-mine /* A comment created by the current user */
{
}

.comment h3.title /* Comment title */
{
}

.new /* "New" marker for comments that are new for the current user */
{
  color: #c00;
}

.comment .picture /* The picture of the comment author */
{
}

.comment .submitted /* The "posted by" information */
{
}

.comment .content /* Comment's content wrapper */
{
}

.comment .user-signature /* The user's signature */
{
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
{
  margin: 1em 0;
}

.indented /* Nested comments are indented */
{
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */
{
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
.block /* Block wrapper */
{
  margin-bottom: 1em;
}

.block.region-odd /* Zebra striping for each block in the region */
{
}

.block.region-even /* Zebra striping for each block in the region */
{
}

.block.odd /* Zebra striping independent of each region */
{
}

.block.even /* Zebra striping independent of each region */
{
}

.region-count-1 /* Incremental count for each block in the region */
{
}

.count-1 /* Incremental count independent of each region */
{
}

.block-inner /* Additional wrapper for block */
{
}

.block h2.title /* Block title */
{
}

.block .content /* Block's content wrapper */
{
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */
{
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */
{
}

#block-block-1 /* First administrator-defined block */
{
}

#block-blog-0 /* "Recent blog posts" block */
{
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */
{
}

#block-comments-0 /* "Recent comments" block */
{
}

#block-forum-0 /* "Active forum topics" block */
{
}

#block-forum-1 /* "New forum topics" block */
{
}

#block-menu-2 /* "Primary links" block */
{
}

#block-node-0 /* "Syndicate" block for primary RSS feed */
{
}

#block-poll-0 /* "Most recent poll" block */
{
}

#block-profile-0 /* "Author information" block for the profile of the page's author */
{
}

/* "Search form" block */

#block-search-0,
#block-block-11 {
  position:absolute;

  right:10px;
  width:170px;
  height:22px;
  background:#fff;
  border:1px solid #0b1d43;
}
#block-block-11 {
  top:58px;
}
#block-search-0 {
  top:88px;
}



#edit-search-block-form-1,
#hdr-book {
  height:20px;
  width:150px;
  padding:0;
  background:#fff;
  border:1px solid #fff;

  position:absolute;
  top:0;
  left:0;
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:20px;
  text-indent:3px;
  color:#0b1d43;
}
#edit-search-block-form-1:focus,
#hdr-book:focus {
  outline:none;
}
#edit-submit-3,
#book-submit {
  background:#fff url(images/search.png) no-repeat top right;
  text-indent:-999px;
  display:block;
  width:20px;
  height:20px;
  border:1px solid #fff;
  position:absolute;
  top:0;
  right:0;
}

/* languages with different font sizes */
#page.hu #edit-search-block-form-1,
#page.hu #hdr-book { font-size:10px; }

#block-statistics-0 /* "Popular content" block */
{
}

#block-user-0 /* "User login form" block */
{
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */
{
}

#block-user-2 /* "Who's new" block for a list of the newest users */
{
}

#block-user-3 /* "Who's online" block for a list of the online users */
{
}

/** Drupal boxes **/
/* Wrapper for Comment form, Comment viewing options, Menu admin, and
* Search results.
*/
.box /* Wrapper for box */
{
}

.box-inner /* Additional wrapper for box */
{
}

.box h2.title /* Box title */
{
}

.box .content /* Box's content wrapper */
{
}

/** Miscellaneous Drupal styles **/
.error /* Errors that are separate from div.messages status messages (see above.) */
{
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */
{
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */
{
  text-align: right;
}

#user-login-form /* Drupal's default login form */
{
  text-align: left;
}

tr.even /* Some tables have rows marked even or odd. */
{
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd
{
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */
{
  color: #000;
}


/** Drupal forms **/
.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
  margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
  border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
  font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
  margin: 0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
  display: inline;
}

.tips /* Tips for Drupal's input formats */
{
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
* styling of list items.
*/
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
#user-login li.openid-link
{
  margin-top: 1em;
  margin-left: -20px; /* Un-do some of the padding on the ul list. */
  padding-left: 20px;
  background-position: left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link
{
  margin-top: 1em;
  list-style-type: disc;
  list-style-position: outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
  margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
* forms on the site.
*/
form tbody
{
  border-top: 1px solid #ccc;
}

form th
{
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

form tbody th
{
  border-bottom: 1px solid #ccc;
}

form thead th
{
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

#mini-panel-home_top_pl .panel-col-last .panel-pane,
#mini-panel-home_top_et .panel-col-last .panel-pane,
#mini-panel-home_top_bg .panel-col-last .panel-pane,
#mini-panel-home_top_da .panel-col-last .panel-pane,
#mini-panel-home_top_fa .panel-col-last .panel-pane,
#mini-panel-home_top_he .panel-col-last .panel-pane,
#mini-panel-home_top_el .panel-col-last .panel-pane,
#mini-panel-home_top_sv .panel-col-last .panel-pane,
#mini-panel-home_top_lt .panel-col-last .panel-pane,
#mini-panel-home_top_ko .panel-col-last .panel-pane,
#mini-panel-home_top_de .panel-col-last .panel-pane
{
  width:238px;
}

div#content .search-form {
  display:none;
  visibility:hidden;
  height:0px;
}

div#block-block-10 .search-form {
  display:block;
  visibility:visible;
}

div.pt-br .e2ma_signup_form_button {
  width: 74px!Important;
}

div.view-display-id-block_1 div.views-field-title span.field-content {
  display:block;
  visibility:visible;
}

div.view-display-id-block_1 div.views-field-teaser span.field-content {
  display:block;
  visibility:visible;
}

div.view-display-id-block_1 span.field-content img, div.view-display-id-block_1 span.field-content a {
  display:block;
  visibility:visible;
}

.page-up {
  margin:0!Important;
  width:60px!Important;
}

.de #book-cover {
  left:-7px;
  top:-12px;
}

.da #book-cover {
  left:-7px;
  top:-12px;
}
.fa-lang #book-cover {
  left:-7px;
  top:-12px;
}
.he #book-cover {
  left:-7px;
  top:-12px;
}
.ru #book-cover {
  top:-12px;
}

.it #book-cover {
  left:-3px;
  top:-12px;
}

.pl #book-cover {
  left:-6px;
  top:-12px;
}

.panel-3col-33 .panel-col-last {
  width:30%;
}

.text_resize {
  float:left;
}

#page.en #book-cover p,
#page.es #book-cover p,
#page.pt-br #book-cover p {
  margin-top:0px;
}

#social-links {
  height: 16px;
  left: 804px;
  overflow: hidden;
  position: absolute;
  top: 116px;
  width: 170px;
}

#login-links {
  color: #FFFFFF;
  left: 849px;
  position: absolute;
  text-align: right;
  top: 116px;
  width: 126px;
}

#login-links a {
  color:#FFF;
  text-decoration:underline;
}

#login-links ul {
  padding:0;
  margin:0;
  list-style:none;
}

#login-links li {
  padding:0;
  margin:0;
  float:left;
  padding-right:5px;
  border-right:1px solid #FFF;
  margin-right:5px;
}

#login-links li.last {
  padding-right:0px;
  border:none;
  margin-right:0px;
}

.front .en #content-bottom .pane-content {

}

.front .es #content-bottom .pane-content {

}

.front .es #content-bottom .panel-pane:first-child .pane-content {

}

.front .pt-br #content-bottom .pane-content {

}

.front .ru #content-bottom .pane-content {

}

.front .fr #content-bottom .pane-content {

}

.front .fi #content-bottom .pane-content {
  min-height:433px;
}

#mini-panel-home_bottom_fi .panel-pane:first-child .pane-content {
  min-height:415px;
  height:415px!important;
}

.front .it #content-bottom .pane-content {

}

.front .hu #content-bottom .pane-content {

}

.front .nl #content-bottom .pane-content {
  min-height:435px;
}

#block-panels_mini-home_bottom_nl .panel-pane:first-child .pane-title {
  font-size: 12px;
  min-height: 18px;
}

.product-image {
  float:none;
  text-align:left;
}

.view-products .views-view-grid td .cell-container {
  border: 1px solid #CCC;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 479px;
}

.view-products .view-footer {
  border: 1px solid #CCC;
  color: red;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 4px;
}

body.section-search .tabs.primary {
  display:none;
}

/* NEWS PAGE */
body.page-news #sidebar-left,
body.section-news #sidebar-left {
  margin-right: -105px;
  width: 105px;
}
body.page-news #sidebar-left .content,
body.section-news #sidebar-left .content {
  padding: 0px;
}
body.page-news #sidebar-right,
body.section-news #sidebar-right {
  margin-left: 809px;
  width: 176px;
}
body.page-news.two-sidebars #content,
body.section-news #content {
  margin-left: 105px;
  margin-right: -809px;
  width: 704px;
}
body.page-news.two-sidebars li.expanded li.leaf,
body.section-news.two-sidebars li.expanded li.leaf {
  margin-left: 0px;
}
body.page-news.two-sidebars #sidebar-right h2.title,
body.section-news #sidebar-right h2.title,
body.section-category #sidebar-right h2.title {
  background: none repeat scroll 0 0 #818F92;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 0;
  padding: 3px;
}
body.section-category.one-sidebar #sidebar-right {
  margin-left: 809px;
  width: 176px;
}
body.section-category.one-sidebar #content {
  margin-right: -809px;
  width: 809px;
}
/* END NEWS PAGE */

/* LOGIN REGISTER PAGE */
#node-10395 .print-link,
#node-10395 br {
  display:none;
}
/* END LOGIN REGISTER PAGE */

#block-views-events_calendar-block_2 {
  padding-top:10px;
  clear:both;
}

#block-views-events_calendar-block_2 h2.title {
  background:none;
  color:#000;
  padding:0;
  margin:0;
  text-align:left;
}

#block-locale-0 li.bg {
  /*display:none;*/
}
img{
  max-width: 100%;
}

/* gradient button styles for quotes and newsletter sign ups on landing pages */
.donate_button {
  border: 1px solid #7d99ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  color: #FFFFFF;
  width: 90%;
  background-color: #2489cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2489cf), to(#135f93));
  background-image: -webkit-linear-gradient(top, #2489cf, #135f93);
  background-image: -moz-linear-gradient(top, #2489cf, #135f93);
  background-image: -ms-linear-gradient(top, #2489cf, #135f93);
  background-image: -o-linear-gradient(top, #2489cf, #135f93);
  background-image: linear-gradient(to bottom, #2489cf, #135f93);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2489cf, endColorstr=#135f93);
}
.donate_button:hover {
  border: 1px solid #5d7fbc;
  background-color: #5d9fc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9fc9), to(#457ea7));
  background-image: -webkit-linear-gradient(top, #5d9fc9, #457ea7);
  background-image: -moz-linear-gradient(top, #5d9fc9, #457ea7);
  background-image: -ms-linear-gradient(top, #5d9fc9, #457ea7);
  background-image: -o-linear-gradient(top, #5d9fc9, #457ea7);
  background-image: linear-gradient(to bottom, #5d9fc9, #457ea7);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5d9fc9, endColorstr=#457ea7);
}
.receive_mail_button {
  border: 1px solid #7d99ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  color: #FFFFFF;
  width: 90%;
  background-color: #bb130e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bb130e), to(#740704));
  background-image: -webkit-linear-gradient(top, #bb130e, #740704);
  background-image: -moz-linear-gradient(top, #bb130e, #740704);
  background-image: -ms-linear-gradient(top, #bb130e, #740704);
  background-image: -o-linear-gradient(top, #bb130e, #740704);
  background-image: linear-gradient(to bottom, #bb130e, #740704);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bb130e, endColorstr=#740704);
}
.receive_mail_button:hover {
  border: 1px solid #5d7fbc;
  background-color: #b0413d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0413d), to(#7c2927));
  background-image: -webkit-linear-gradient(top, #b0413d, #7c2927);
  background-image: -moz-linear-gradient(top, #b0413d, #7c2927);
  background-image: -ms-linear-gradient(top, #b0413d, #7c2927);
  background-image: -o-linear-gradient(top, #b0413d, #7c2927);
  background-image: linear-gradient(to bottom, #b0413d, #7c2927);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b0413d, endColorstr=#7c2927);
}
.ubis_button {

  border: 1px solid #cb9b14;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight: bold;
  color: #FFFFFF;
  width: 90%;
  background-color: #eab92d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
  background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
  background-image: -moz-linear-gradient(top, #eab92d, #c79810);
  background-image: -ms-linear-gradient(top, #eab92d, #c79810);
  background-image: -o-linear-gradient(top, #eab92d, #c79810);
  background-image: linear-gradient(to bottom, #eab92d, #c79810);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eab92d, endColorstr=#c79810);
}
.ubis_button:hover {
  border: 1px solid #a17b10;
  background-color: #cf9f15;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
  background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
  background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
  background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
  background-image: -o-linear-gradient(top, #cf9f15, #98740c);
  background-image: linear-gradient(to bottom, #cf9f15, #98740c);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cf9f15, endColorstr=#98740c);
}
.signup A:link {
  text-decoration: none;
  color: white;
}
.signup A:visited {
  text-decoration: none;
  color: white;
}
.signup A:active {
  text-decoration: none;
  color: white;
}
.signup A:hover {
  text-decoration: none;
  color: white;
}
/* 2016 donation banner
.banner {
  padding: 1em .5em 2em .5em;
  position: relative;
  background: #fdc109;
  background-image: linear-gradient(15deg, #feda6c 0%, #fdc109 100%);
  border-bottom: 1em solid #e3ad08;
}

@media (min-width: 768px) {
  .banner {
    margin-bottom: -1em;
  }
}

.banner a {
  padding: 0.1em;
  background: #fff3ce;
  color: #000;
}

.banner a.btn {
  padding: .5em 1em;
  display: inline-block;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
  background: #e3ad08;
  border-top-right-radius: .75em;
  border-top-left-radius: .75em;
  font-size:1.5em;
  color: #fff3ce;
}
*/


.btn-donate--quick {
  font-size: 1.5em;
  margin-right: .5em;
}


.node .field-field-page-img {
  float: right;
}

/* Question image home page mini panel */
.pane-question .pane-content {
  padding: 6px;
}

.pane-question img {
  height: auto;
}

.pane-question .views-field-field-page-img-fid {
  max-height: 145px;
  overflow: hidden;
}

.pane-question .views-field-title {
  padding: 6px;
  text-align: center;
}
.pane-question .views-field-title a {
  font-size: 18px;
  text-decoration: underline;
}

/* 2017 donate banner */
@media (min-width: 768px) {
  .banner {
    margin-bottom: -1em; } }

  @media (min-width: 600px) {
    .donate-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

  .donate--message,
  .donate--form {
    padding: 1em; }

  .donate--message {
    background: #fff;
    background-image: linear-gradient(30deg, #fff 0%, #a8b9e0 100%); }
    @media (min-width: 600px) {
      .donate--message {
        border-bottom: 1em solid #a8b9e0; } }

  .donate--form {
    background: #d6ddef;
    border-bottom: 1em solid #a8b9e0;
    min-width: 180px; }
    .donate--form form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .donate--form input[type="submit"] {
      margin-top: auto;
      padding: .5em;
      background: #009ddc;
      border: none;
      border-radius: .5em;
      font-size: 1.3em;
      text-transform: capitalize;
      color: #fff; }

  .donate--form--amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .donate--form--amount label {
      width: 33%; }

  label.donate-amount-other {
    width: 100%; }

  .form-other {
    visibility: hidden;
    width: 100%; }

  input[type="radio"]:checked + input[type="number"] {
    visibility: visible; }

  .highlighter {
    font-style: normal;
    background: #feda6c; }
