/*
Theme Name: Vdare
Author: NordicResults
Author URI: www.nordicresults.com
Description: NordicResults theme for Vdare
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
/**
 * style.css
 **/

/*--------- RESET.CSS ---------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
/* outline: 0; */
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Warning: this may add 1-2 pixels to bottom of page */
/* See http://drupal.org/node/422006 */
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! 
:focus {
  outline: 0;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------ END OF RESET.CSS ------*/
 
/*------ 960.CSS ------*/


/* `Containers
----------------------------------------------------------------------------------------------------*/

.container-12,
.container-16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.container-12 .grid-3,
.container-16 .grid-4 {
  width: 220px;
}

.container-12 .grid-6,
.container-16 .grid-8 {
  width: 460px;
}

.container-12 .grid-9,
.container-16 .grid-12 {
  width: 700px;
}

.container-12 .grid-12,
.container-16 .grid-16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .grid-1 {
  width: 60px;
}

.container-12 .grid-2 {
  width: 140px;
}

.container-12 .grid-4 {
  width: 300px;
}

.container-12 .grid-5 {
  width: 380px;
}

.container-12 .grid-7 {
  width: 540px;
}

.container-12 .grid-8 {
  width: 620px;
}

.container-12 .grid-10 {
  width: 780px;
}

.container-12 .grid-11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container-16 .grid-1 {
  width: 40px;
}

.container-16 .grid-2 {
  width: 100px;
}

.container-16 .grid-3 {
  width: 160px;
}

.container-16 .grid-5 {
  width: 280px;
}

.container-16 .grid-6 {
  width: 340px;
}

.container-16 .grid-7 {
  width: 400px;
}

.container-16 .grid-9 {
  width: 520px;
}

.container-16 .grid-10 {
  width: 580px;
}

.container-16 .grid-11 {
  width: 640px;
}

.container-16 .grid-13 {
  width: 760px;
}

.container-16 .grid-14 {
  width: 820px;
}

.container-16 .grid-15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container-12 .prefix-3,
.container-16 .prefix-4 {
  padding-left: 240px;
}

.container-12 .prefix-6,
.container-16 .prefix-8 {
  padding-left: 480px;
}

.container-12 .prefix-9,
.container-16 .prefix-12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .prefix-1 {
  padding-left: 80px;
}

.container-12 .prefix-2 {
  padding-left: 160px;
}

.container-12 .prefix-4 {
  padding-left: 320px;
}

.container-12 .prefix-5 {
  padding-left: 400px;
}

.container-12 .prefix-7 {
  padding-left: 560px;
}

.container-12 .prefix-8 {
  padding-left: 640px;
}

.container-12 .prefix-10 {
  padding-left: 800px;
}

.container-12 .prefix-11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container-16 .prefix-1 {
  padding-left: 60px;
}

.container-16 .prefix-2 {
  padding-left: 120px;
}

.container-16 .prefix-3 {
  padding-left: 180px;
}

.container-16 .prefix-5 {
  padding-left: 300px;
}

.container-16 .prefix-6 {
  padding-left: 360px;
}

.container-16 .prefix-7 {
  padding-left: 420px;
}

.container-16 .prefix-9 {
  padding-left: 540px;
}

.container-16 .prefix-10 {
  padding-left: 600px;
}

.container-16 .prefix-11 {
  padding-left: 660px;
}

.container-16 .prefix-13 {
  padding-left: 780px;
}

.container-16 .prefix-14 {
  padding-left: 840px;
}

.container-16 .prefix-15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container-12 .suffix-3,
.container-16 .suffix-4 {
  padding-right: 240px;
}

.container-12 .suffix-6,
.container-16 .suffix-8 {
  padding-right: 480px;
}

.container-12 .suffix-9,
.container-16 .suffix-12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .suffix-1 {
  padding-right: 80px;
}

.container-12 .suffix-2 {
  padding-right: 160px;
}

.container-12 .suffix-4 {
  padding-right: 320px;
}

.container-12 .suffix-5 {
  padding-right: 400px;
}

.container-12 .suffix-7 {
  padding-right: 560px;
}

.container-12 .suffix-8 {
  padding-right: 640px;
}

.container-12 .suffix-10 {
  padding-right: 800px;
}

.container-12 .suffix-11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container-16 .suffix-1 {
  padding-right: 60px;
}

.container-16 .suffix-2 {
  padding-right: 120px;
}

.container-16 .suffix-3 {
  padding-right: 180px;
}

.container-16 .suffix-5 {
  padding-right: 300px;
}

.container-16 .suffix-6 {
  padding-right: 360px;
}

.container-16 .suffix-7 {
  padding-right: 420px;
}

.container-16 .suffix-9 {
  padding-right: 540px;
}

.container-16 .suffix-10 {
  padding-right: 600px;
}

.container-16 .suffix-11 {
  padding-right: 660px;
}

.container-16 .suffix-13 {
  padding-right: 780px;
}

.container-16 .suffix-14 {
  padding-right: 840px;
}

.container-16 .suffix-15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container-12 .push-3,
.container-16 .push-4 {
  left: 240px;
}

.container-12 .push-6,
.container-16 .push-8 {
  left: 480px;
}

.container-12 .push-9,
.container-16 .push-12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .push-1 {
  left: 80px;
}

.container-12 .push-2 {
  left: 160px;
}

.container-12 .push-4 {
  left: 320px;
}

.container-12 .push-5 {
  left: 400px;
}

.container-12 .push-7 {
  left: 560px;
}

.container-12 .push-8 {
  left: 640px;
}

.container-12 .push-10 {
  left: 800px;
}

.container-12 .push-11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container-16 .push-1 {
  left: 60px;
}

.container-16 .push-2 {
  left: 120px;
}

.container-16 .push-3 {
  left: 180px;
}

.container-16 .push-5 {
  left: 300px;
}

.container-16 .push-6 {
  left: 360px;
}

.container-16 .push-7 {
  left: 420px;
}

.container-16 .push-9 {
  left: 540px;
}

.container-16 .push-10 {
  left: 600px;
}

.container-16 .push-11 {
  left: 660px;
}

.container-16 .push-13 {
  left: 780px;
}

.container-16 .push-14 {
  left: 840px;
}

.container-16 .push-15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container-12 .pull-3,
.container-16 .pull-4 {
  left: -240px;
}

.container-12 .pull-6,
.container-16 .pull-8 {
  left: -480px;
}

.container-12 .pull-9,
.container-16 .pull-12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container-12 .pull-1 {
  left: -80px;
}

.container-12 .pull-2 {
  left: -160px;
}

.container-12 .pull-4 {
  left: -320px;
}

.container-12 .pull-5 {
  left: -400px;
}

.container-12 .pull-7 {
  left: -560px;
}

.container-12 .pull-8 {
  left: -640px;
}

.container-12 .pull-10 {
  left: -800px;
}

.container-12 .pull-11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container-16 .pull-1 {
  left: -60px;
}

.container-16 .pull-2 {
  left: -120px;
}

.container-16 .pull-3 {
  left: -180px;
}

.container-16 .pull-5 {
  left: -300px;
}

.container-16 .pull-6 {
  left: -360px;
}

.container-16 .pull-7 {
  left: -420px;
}

.container-16 .pull-9 {
  left: -540px;
}

.container-16 .pull-10 {
  left: -600px;
}

.container-16 .pull-11 {
  left: -660px;
}

.container-16 .pull-13 {
  left: -780px;
}

.container-16 .pull-14 {
  left: -840px;
}

.container-16 .pull-15 {
  left: -900px;
}

/*------ END OF 960.CSS -------*/

/*------ defaults.css ------*/

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/*------ end of defaults.css ------*/

/*------ debug.css -------*/
/* $Id: debug.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

body.show-grid .container-16 {
  background-image: url(../../images/16_col.gif);
}
body.show-grid .container-12 {
  background-image: url(../../images/12_col.gif);
}

body.show-grid .grid-1:hover,
body.show-grid .grid-2:hover,
body.show-grid .grid-3:hover,
body.show-grid .grid-4:hover,
body.show-grid .grid-5:hover,
body.show-grid .grid-6:hover,
body.show-grid .grid-7:hover,
body.show-grid .grid-8:hover,
body.show-grid .grid-9:hover,
body.show-grid .grid-10:hover,
body.show-grid .grid-11:hover,
body.show-grid .grid-12:hover,
body.show-grid .grid-13:hover,
body.show-grid .grid-14:hover,
body.show-grid .grid-15:hover,
body.show-grid .grid-16:hover {
  background-color: rgba(0, 255, 255, .2);
  background-repeat: no-repeat;
  background-position: top right;
  outline: 1px solid #d66;
}

body.show-grid .grid-1:hover {
  background-image: url(../../images/grid_count/1.png);
}
body.show-grid .grid-2:hover {
  background-image: url(../../images/grid_count/2.png);
}
body.show-grid .grid-3:hover {
  background-image: url(../../images/grid_count/3.png);
}
body.show-grid .grid-4:hover {
  background-image: url(../../images/grid_count/4.png);
}
body.show-grid .grid-5:hover {
  background-image: url(../../images/grid_count/5.png);
}
body.show-grid .grid-6:hover {
  background-image: url(../../images/grid_count/6.png);
}
body.show-grid .grid-7:hover {
  background-image: url(../../images/grid_count/7.png);
}
body.show-grid .grid-8:hover {
  background-image: url(../../images/grid_count/8.png);
}
body.show-grid .grid-9:hover {
  background-image: url(../../images/grid_count/9.png);
}
body.show-grid .grid-10:hover {
  background-image: url(../../images/grid_count/10.png);
}
body.show-grid .grid-11:hover {
  background-image: url(../../images/grid_count/11.png);
}
body.show-grid .grid-12:hover {
  background-image: url(../../images/grid_count/12.png);
}
body.show-grid .grid-13:hover {
  background-image: url(../../images/grid_count/13.png);
}
body.show-grid .grid-14:hover {
  background-image: url(../../images/grid_count/14.png);
}
body.show-grid .grid-15:hover {
  background-image: url(../../images/grid_count/15.png);
}
body.show-grid .grid-16:hover {
  background-image: url(../../images/grid_count/16.png);
}

/*------ end of debug.css -------*/

/*------ block.css -------*/
/**
 * block.css
 **/
.block h2 {
  font-size: 1.1em;
}
.sidebar .block {
  margin-bottom: 30px;
}
.sidebar .block h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block .content {
  font-size: 0.95em;
}

/**
 * Node views in blocks.
 */
.block .view .views-field-title,
.block .view .views-field-created {
  font-family: Arial, serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.25em;
}
.block .view .views-field-created {
  font-weight: normal;
  font-size: 0.9em;
  color: #3f3f3f;
}

/* search block */
#block-search-0 {
  position: relative;
  left: 28px;
  margin-bottom: 20px;
}

#block-search-0 h2 {
  width: 733px;
  height: 31px;
  background: transparent url("images/search-bg.png") no-repeat 0 0;
  padding-left: 50px;
  padding-top: 18px;
  margin: 0;
}

#block-search-0 #edit-search-block-form-1-wrapper input#edit-search-block-form-1 {
  top: 15px;
  right: 161px;
  padding: 0 0 0 25px;
  height: 22px;
  width: 187px;
  position: absolute;
  background: url("images/search-bg.jpg") no-repeat 0 0;
  border: none;
}

#edit-search-block-form-1-wrapper {
  padding: 0;
  margin: 0;
}

#block-search-0 .container-inline input.form-submit {
  top: 11px;
  right: 50px;
  position: absolute;
}

/**
 * Frontpage notice.
 */
#block-block-9 {
  margin: 0 10px 0 40px;
  padding: 0 15px;
  border-left: 3px solid #fe973b;
  background: #fefaef;
}
#block-block-9 p {
  margin: 0;
  padding: 10px 0;
}

/* Left */

#sidebar-left .block {
  color: #252525;
  padding-left: 13px;
  margin-top: 29px;
  padding-right: 6px;
}

#sidebar-left h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #9d480e;
  background: url("images/left-block-title.png") no-repeat 0 bottom;
  text-transform: uppercase;
}

#sidebar-left a {
  color: #000;
}

#sidebar-left .view-Articles .views-row {
  margin-bottom: 20px;
}

#sidebar-left .view-Articles .views-row-last {
  margin-bottom: 0;
}

#sidebar-left span.field-content {
  color: #72563e;
}

#sidebar-right h2 {
  color: #423021;
  border-bottom: 1px dashed #cbd7c7;
}

#sidebar-right a .term-count {
  color: #000;
}

#sidebar-right .views-row {
  margin-bottom: 0.5em;
}

/* article buttons */
ul.article-links {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -3px;
  right: 0;
  list-style: none;
}

ul.article-links li {
  float: left;
  margin-right: 8px;
}

ul.article-links li.last {
  margin-right: 0;
}

ul.article-links li.all-topic a {
  width: 35px;
  height: 21px;
  background: url("images/all-topic-button.png") no-repeat 0 -50px;
}

ul.article-links li.all-topic a.active,
ul.article-links li.all-topic a:hover {
  background-position: 0 0;
}

ul.article-links li.on-topic a {
  width: 81px;
  height: 21px;
  background: url("images/on-topic-button.png") no-repeat 0 -50px;
}


ul.article-links li.on-topic a.active,
ul.article-links li.on-topic a:hover {
  background-position: 0 0;
}

ul.article-links li.off-topic a {
  width: 73px;
  height: 21px;
  background: url("images/off-topic-button.png") no-repeat 0 -50px;
}


ul.article-links li.off-topic a.active,
ul.article-links li.off-topic a:hover {
  background-position: 0 0;
}

ul.article-links li a {
  display: block;
}

ul.article-links li span {
  display: none;
}

/* override ninesixty styles */
.block {
  margin-bottom: 0;
}
/*------ end of block.css -------*/

/*------ search.css -------*/

.search-form {
  margin-bottom: 1em;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
.search-advanced .action {
  float: left; /* LTR */
  clear: left; /* LTR */
}

/*------ end of search.css -------*/

/*------ icon_style.css -------*/
div.socialnet ul {
  width: 100%;
}
div.socialnet ul li.display-icon ,
div.socialnet ul li.display-both {
  display: block;
  float: left;
  width: 60px;
  margin-bottom: 10px;
}
div.socialnet ul li.display-icon a ,
div.socialnet ul li.display-both a {
  display: block;
  float: left;
  width: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
}


/** Icon **/
div.socialnet ul li.display-icon {
  height: 24px;
  width: 200px;
}
div.socialnet ul li.display-icon a {
  height: 24px;
  width: 200px;
}
div.socialnet ul li.display-icon a span{
  display: none;
}

/** Both **/
div.socialnet ul li.display-both {
  width: 95px;
  height: 56px;
}
div.socialnet ul li.display-both a {
  width: 95px;
  height: 24px;
  line-height: 24px;
  padding-top: 32px;
}
div.socialnet ul li.display-both a span{
  display: inline;
}
/*------ end of icon_style.css -------*/

/*------ system-menus.css -------*/

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.nav-menu, ul.menu {
  margin: 0;
  padding: 0;
}
ul.nav-menu.inline {
  display: inline;
}
ul.nav-menu li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

/*------ end of system-menus.css -------*/

/*------ system.css -------*/

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 10em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}

/*------ end of system.css -------*/

/*------ form.css -------*/
/**
 * Views exposed filters.
**/
.views-exposed-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cbd7c7;
}
.views-exposed-widgets {
  margin-bottom: 0;
}
.page-user .views-exposed-form .views-exposed-widget {
  float: none;
}
.page-user .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

/*------ end of form.css -------*/

/*------ nav.css -------*/
/**
 * nav.css
 **/

/* generic ul links*/
ul.menu li {
  padding: 0;
  margin: 0;
}

#navigation {
  padding-top: 11px;
}

#navigation ul.menu {
  margin: 0 -12px 0 -8px;
  *margin-left: 0;
}

#navigation ul.menu li {
  display: block;
  zoom: 1;
}

#navigation ul.menu li a {
  font-family: 'Lato', arial, serif;
  padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: transparent url("images/primary-links-bg2.png") no-repeat left bottom;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  text-shadow: 1px 1px 1px #fdb66c;
  color: #000;
  zoom: 1;
}

html>body* #navigation ul.menu li a {
  margin-left: -10px;
}

#navigation ul.menu li a:hover,
#navigation ul.menu li a.active {
  color: #32670d;
  text-decoration: none;
}

/* footer nav */
#footer-links {
  padding-top: 9px;
  padding-bottom: 9px;
  background: url("images/footer-links-border.png") repeat-x 0 bottom;
}

footer.entry-meta {
	text-transform: capitalize;
	clear:both;
	float:left;
	margin-top:5px;
	margin-left:24px;
}

#footer-links ul.nav-menu {
  padding-bottom: 1px;
}

#footer-links ul.nav-menu li {
  padding: 0 5px 0 5px;
}

#footer-links a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  font-size: 0.9em;
}

#footer-links a:hover {
  color: #fff;
}
/*------ end of nav.css -------*/

/*------ node.css -------*/
/**
 * node.css
 **/

.page-articles .field-field-topic {
  display: none;
}

.page-node #content-content .node, .single-post #content-content .node {
  border-bottom: 1px dashed #cbd7c7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/**
 * Bulletins.
 */
.node-type-e-bulletin .node table,
.node-type-e-bulletin .node table tbody,
.node-type-e-bulletin .node table tr,
.node-type-e-bulletin .node table th,
.node-type-e-bulletin .node table td {
  border: none;
}

/* node pages */
#main .views-row {
  padding: 10px;
}

#main .views-row .node {
  padding: 0 0 25px 0;
  border-bottom: 1px dashed #cbd7c7;
}

.node h2 {
  font-size: 1.1em;
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}

.node.on-topic h2 {
  padding-left: 19px;
  font-size: 1.3em;
  background: url("images/on-topic.png") no-repeat 0 2px;
}

.node h2 a {
  color: #009a36;
}

.node .meta {
  margin-bottom: 10px;
}
.node .meta .submitted a {
  text-decoration: underline;
  color: #8a8a8a;
}
.node ul.links {
  margin: 0;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
}
.node ul.links li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}
.node ul.links li a {
  color: #888;
  padding: 0 !important;
  background: none !important;
}

.node ul.links li.node_read_more,
.node ul.links li.print_html {
  float: right;
  padding-right: 0;
}

/* Comments */

.comment {
  margin-bottom: 30px;
}

.comment h3 a {
  color: #009A36;
}

.comment .submitted {
  margin-top: 5px;
}

.comment ul.links {
  margin-top: 10px;
}

.comment ul.links li {
  color: #e98e38;
  background-color: #fff;
  padding: 0;
}

.comment ul.links li a {
  text-decoration: none;
  padding: 3px 10px;
  color: #e98e38;
  background-color: #fff;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment ul.links li a:hover {
  color: #fff;
  background-color: #e98e38;
  padding: 2px 10px 3px 10px;
}

.box {
  margin-top: 15px;
}

.node {
  margin-bottom: 0;
}
/*------ end of node.css -------*/

/*------ text.css -------*/
/**
 * General.
 */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 87%;
  color: #474747;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.3em;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  clear: both;
  height: 1px;
  margin: 2em 0;
}

/* Headings
------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, serif;
  line-height: 1em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin-bottom:0.5em;
}

h2 {
  font-size: 1.7em;
  margin-bottom:0.75em;
}

h3 {
  font-size: 1.5em;
  margin-bottom:1em;
}

h4 {
  font-size: 1.2em;
  margin-bottom:1.25em;
}

h5 {
  font-size: 0.95em;
  margin-bottom: 1em;
  color: #4e4d4d;
}

h6 {
  font-size: 0.9em;
  font-weight: normal;
  color: #4e4d4d;
}


/* Body
------------------------------------------------------------------------------*/
p {
  margin: 0 0 1.5em;
}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
strong {
  font-weight:bold;
}
em {
  font-style:italic;
}


/* Links
------------------------------------------------------------------------------*/
a {
  color: #009a36;
  text-decoration: none;
}
a:hover {
  color: #009a36;
  text-decoration: underline;
}
a.active,
li a.active {
  color: #009a36;
}


/* Lists
------------------------------------------------------------------------------*/
ul, ol {
  margin:0 1.5em 1.5em 0;
  padding: 0 0 0 2em;
}
li ul, li ol {
  margin: 0 1em;
  padding: 0 0 0 1.5em;
}
ul {
  list-style-type:disc;
}
ol {
  list-style-type:decimal;
}
li {
  margin: 0 0 0.5em 0;
  padding: 0;
}
dl {
  margin:0 0 1.5em 0;
  padding: 0 0 0 1em;
}
dl dt {
  font-weight:bold;
}
dd {
  margin: 0.5em 0 1em 1.5em;
}
caption {
  background:#eee;
}



/* Special Text
------------------------------------------------------------------------------*/
blockquote {
  margin: 0 0 1.5em 1.5em;
  padding: 1em;
  color: #666;
  background: #f7f5f1;
  border: 1px solid #e7e7e7;
}
blockquote *:last-child {
  margin-bottom: 0;
}
dfn {
  font-style:italic;
  font-weight:bold;
}
sup, sub {
  line-height:0;
  font-size: .8em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
abbr, acronym {
  border-bottom:1px dotted #666;
}
address {
  margin:0 0 1.5em;
  font-style:italic;
}
del {
  color:#666;
}
pre {
  margin:1.5em 0;white-space:pre;
}
pre, code, tt {
  font:1em 'andale mono', 'lucida console', monospace;
  line-height:1.5;
}
small {
  font-size: 0.7em;
}

/* Tables
------------------------------------------------------------------------------*/
table {
  margin-bottom:1.4em;
  width:100%;
  border-top: none;
}
thead tr {
  background: #eaeaea;
}
thead th {
  color: #555;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px solid #b4b4b4;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
  vertical-align: middle;
}
table tbody {
  border-top: none;
}
th,
td,
caption {
  padding: 6px 10px 6px 10px;
}
tr td,
tr.even td,
tr.odd td {
  border-bottom: 1px solid #bbb;
}
tr.even td {
  background:#f8f8f8;
}
tr.odd td {
  background:#fff;
}
tfoot {
  font-style:italic;
}

/*------ end of text.css -------*/

/*------ donate.css -------*/
.form-item label {
    display: block;
    float: left;
    width: 13.2em;
    margin: 0 5px 0 0;
    padding: 0 0 0 2px;
}

.form-radios {
    margin: 0;
}

.input-group .form-item {
    float: left;
}

#edit-submit {
    float: right;
}

#amount-selection, #payment, #personal-information {
    border: 1px solid gainsboro;
    padding: 10px 10px 0;
    width: 343px;
}

#amount-selection {
    height: 76px;
}

legend {
    color: #fe973b;
    font-weight: bold;
    text-transform: uppercase;
}

.form-item {
    margin: 0;
}

.form-text {
    width: 150px;
}

#edit-cc-exp-y.form-select {
    position: absolute;
    margin-left: 9px;
    margin-top: 2px;
}

#edit-cc-cvv2-wrapper {
    display: inline-block;
    padding-top: 10px;
}

#payment {
    /*height: 267px;*/
}

#recurring-setup {
    position: relative;
    border: 1px solid #DCDCDC;
    height: 135px;
    width: 330px;
}

#edit-amount-other-1 {
    font-weight: normal;
}

#edit-submit-contribute.form-submit {
    background-color: #FE973B;
    border-radius: 4px;
    box-shadow: 0 0 3px #000000;
    color: #000000;
    display: inline-block;
    float: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-left: 135px;
    margin-right: 33px;
    margin-top: 15px;
    padding: 8px 12px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    width: auto;
}

#edit-address2-wrapper.form-item label, #edit-amount-other-1-wrapper.form-item label, #edit-salutation-wrapper.form-item label, #edit-state-wrapper.form-item label, #edit-zip-wrapper.form-item label, #edit-country-wrapper.form-item label, #edit-cc-number-wrapper.form-item label, #edit-cc-exp-m-wrapper.form-item label, #edit-cc-cvv2-wrapper.form-item label, #edit-phone-wrapper.form-item label, #edit-amount-other-wrapper.form-item label {
    font-weight: normal;
}

#edit-amount-other-1-wrapper.form-item {
    position: absolute;
    margin-top: 97px;
}

#edit-amount-other {
    width: 150px;
}

.otherdonation {
    border: 1px solid #DCDCDC;
    position: relative;
    width: 344px;
    padding-top: 10px;
    /*height: 510px;*/
    display: inline-block;
}

#edit-cc-cvv2.form-text {
    width: 40px;
}

.description {
  /*  position: absolute;
    margin-top: 65px;
    width: 303px;
    top: 45px;*/
}

#edit-amount.form-select.required, #edit-state.form-select, #edit-country.form-select, #edit-cc-type.form-select {
    width: 152px;
}
#recurring-setup .form-item{position: relative;}
#recurring-setup .form-radios{display: inline-block;}
/*------ end of donate.css -------*/

/*------ validform.css -------*/
/* error message */
.error {
    height:15px;
    background-color:#FFFE36;
    font-size:11px;
    border:1px solid #E1E16D;
    padding:4px 10px;
    color:#000;
    display:none;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}

.error p {
    margin:0;
}


/*------ end of validform.css -------*/


body {
    /*background-color: #3C7B0F;*/
}

#entire-page {
    background: #fff url("images/page-top-bg.jpg") repeat-x 0 top;
}

#page {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: transparent;
}

#page-inner {
    background: transparent url("images/left-sidebar-bg.jpg") repeat-y 0 0;
}

#super-wrapper {
    min-height: 800px;
    background: transparent url("images/left-sidebar-bottom.jpg") no-repeat 0 bottom;
}

#super-left {
    float: left;
    background-color: transparent;
}
#super-left-inner {
    background-color: transparent;
}
#header-region {
    margin-bottom: 20px;
}
#header-content {
    padding-top: 22px;
    background-color: transparent;
}

#header-extras {
    background-color: transparent;
}

#super-other {
    background-color: transparent;
}

#sidebar-left {
    width: 170px;
    margin-right: 0;
    position: relative;
    left: 0;
}

#logo-border {
    position: absolute;
    top: 70px;
    height: 2px;
    width: 188px;
    background: url("images/logo-border.jpg") no-repeat 0 0;
    left: -8px;
}

#logo-title {
    padding-top: 21px;
}

#container-inner {
    padding-left: 38px;
}

#content-top {
    background-color: transparent;
    margin-bottom: 20px;
}
#content {
    position: relative;
}
#content-content {
    padding-bottom: 40px;
}

#main {
    background-color: transparent;
    width: 100%;
}

h1#page-title {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px dashed #cbd7c7;
    font-size: 1.5em;
}
h1#page-title span.contact {
    font-size: 0.75em;
    text-transform: none;
}
.page-articles h1#page-title {
    font-size: 1.1em;
    padding-bottom: 10px;
}

.page-template-default h1#page-title, .single-post h1#page-title{
    text-transform: none;
    color: #009a36;
    border-bottom: none;
}

.page-comment h2 a {
    color: #009a36;
    margin: 10px 0 10px 0;
    display: block;
}

#content-bottom {
    background-color: transparent;
}

#sidebar-right {
    background-color: transparent;
    float: left;
}

#sidebar-right-inner {
    margin-right: 10px;
    margin-left: 10px;
}

#footer-outer {
    background-color: #3c7b0f;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    background: transparent url("images/footer-bg.jpg") no-repeat center 11px;
    min-height: 178px;
    position: relative;
    background-color: #3c7b0f;
}

#footer-message {
    position: absolute;
    width: 960px;
    text-align: center;
    top: 129px;
    color: #cce8ae;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#footer-message a {
    color: #cce8ae;
    text-decoration: underline;
}
#footer-message a:hover {
    color: #fff;
}

#footer-inner {
    background-color: transparent;
    text-align: center;
    width: 960px;
    margin: 0;
}

/* pager */
.item-list .pager {
    padding-top: 10px;
}
.item-list .pager li {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}
.item-list .pager li.pager-current,
.item-list .pager li a,.item-list .pager span.current {
    padding: 3px 3px;
    color: #e98e38;
}
.item-list .pager li.pager-current, .item-list .pager span.current {
    color: #fff;
    background: #e98e38;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    border-color: #003252;
    border-bottom-color: #000;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* little buttons */
a.view-view-more {
    margin-top: 10px;
    height: 27px;
    width: 86px;
    display: block;
    background: url("images/view-more.jpg") no-repeat 0 0;
}

a.view-view-more span {
    display: none;
}

/* sharethis */
.sharethis_link .stico_default {
    background-image: none !important;
}

/* override ninesixty styles */
#site-header,
#site-subheader,
#footer-region,
.column {
    margin-bottom: 0;
}

/**
 * User profiles.
 */
.author .view-user-posts .view-header {
    margin-bottom: 1.5em;
    padding: 1em;
    color: #666;
    background: #f7f5f1;
    border: 1px solid #e7e7e7;
}
.author .view-user-posts .view-header blockquote {
    background: #fcfcfc;
}
.author .view-user-posts .view-header *:last-child {
    margin-bottom: 0;
}

div.socialnet ul li.display-icon,div.socialnet ul li.display-icon a {
    height: 24px;
    width: 30px;
}



.node.on-topic h2 {
    padding-left: 25px;
    font-size: 1.3em;
    background: url("images/deer.png") no-repeat -1px 3px;
}

.login {
    float: right;
}
.payperview {
    background: #f9f2d8;
    padding: 15px;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
}


.ppcart {
    background: #fe973b;
    border: none;
    padding: 5px;
    border-radius: 3px;
}

.ppcart a {
    color: #fff;
}

/**
 * Contribution Form
 */

#edit-amount-other {
    width: 100px;
}

.stocks {
    margin-top: 3em;
    border: solid 1px #dcdcdc;
    padding: 20px;
}

#edit-address2-wrapper label , #edit-phone-wrapper label {
    font-weight: normal;
}

input[type=text], input[type=password], input[type=email] {
    color: #000000;
    border: 1px solid #ccc;
    background-color: #fff;
}

#amount, #personal-information, #payment {
    width : 400px;
}

.form-radios {
    margin: 0;
}

.input-group .form-item {
    float: left;
}

#edit-submit {
    float: right;
}

#amount-selection , #payment, #personal-information {
    border: 1px solid gainsboro;
    padding: 10px 10px 10px;
    width: 350px;
}

legend {
    color: #fe973b;
    font-weight: bold;
    text-transform: uppercase;
}

/**
 * End Contribution Form
 */


/**
 * MoneyScripts Checkout Page
 */

.page-ms fieldset {
    border: solid 1px #dcdcdc;
}

.page-ms fieldset {
    border: solid 1px #dcdcdc;
    width: 334px;
    float: left;
    margin-right: 10px;
}

.page-ms #edit-submit {
    background: red;
    border: none;
    color: #fff;
    font-size: 1.25em;
    padding: 5px 10px;
    border-radius: 4px;
}
.page-ms input[type=text] {
    width: 320px;
}

.ms_cart_button {
    margin: 0 5px;
}

.entry-content br, .view-header br{
    display: none;
    line-height: 0;
}
fieldset {
    margin-bottom: 1em;
    padding: .5em;
}
#login-register-password .sign-up-description{
    font-size: 0.85em;
}
#login-register-password .form-item {
    margin-bottom: 1em;
    margin-top: 1em;
}
#login-register-password .form-text {
    width: auto;
}
#login-register-password label{
    width: auto;
    float: none;
}
ul.article-links{
    display: none;
}

#recurring-setup .form-item label.option {
    display: flex;
    width: 14.2em;
}

#recurring-setup .form-item .description {
  /*  bottom: 0;
    font-size: 0.85em;
    position: absolute;
    width: auto;*/
}

.pf-content tr td, tr.even td, tr.odd td{
    border: none;
}
input[type="radio"] {-moz-appearance: none;}

.right-side{
    position: relative;
    display: inline-block;
    margin-left: 2px;
 /*   margin-bottom: 50px;*/
}

.left-side{
    float: left;
}

div {font-style: normal;}

body.campaign {/*overflow: hidden;*/}
.campaign #page{position: fixed; height: 100%;}
.campaign #page-outer{background: #000; }
#fade {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .5;
    filter: alpha(opacity=80);}
.campaign-content .title{text-align: center;
    margin: 15px 8%;
    font-size: 38px;
    color: #000;}
.campaign-content{
    display: block;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 1129;
    padding: 30px;
    width: 725px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.campaign-content .campaign-description{margin:10px 30px 20px 30px; }
.close-btn {position: absolute;
            right: -15px;
            top: -8px;}
.close-btn #close-campaign{background: #E98E38;
    border-radius: 20px;
    height: 31px;
    width: 31px;
    line-height: 27px;
    border-color: #fff;
    color: #fff;
    font-weight: bold;
}

.donation-btn-box{width: 100%; display: inline-block;}
.campaign-donate-layer {
    width: 84%;
    margin: 0 auto;
}
.campaign-donate-layer h2{
    text-align: center;
}
.campaign-donate-layer > a{
  display: block;
}
.campaign-donate-layer img{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
  }
/*--- genericons.css ---*/

/**

	Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */

@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * All Genericons
 */

.genericon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }



/*----------------------*/

/*--- add-to-any ---*/
.addtoany_share_save_container{clear:both;margin:16px 0}.addtoany_list{display:inline;line-height:16px}.addtoany_list a{display:inline-block;padding:0 4px;vertical-align:middle}.addtoany_list a img{height:auto;opacity:1;overflow:hidden;vertical-align:top;width:auto}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a span{border-radius:4px;display:inline-block;height:32px;line-height:32px;opacity:1;width:32px}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline}.addtoany_special_service iframe{max-width:none}a.addtoany_share_save img{border:0;width:auto;height:auto}
/*---------------*/

.books > .post-book {width: 45%; margin-right: 20px; float:left;}
.books > .post-book > * {text-align: center;}
.books > .post-book p {text-align: justify;}
.books > .post-book > .book_content {margin-top:5px;}
.books > .post-book > .picture_block {height:300px;}
.books > .post-book:nth-child(odd),.printerfriendly {clear:both;}
.printerfriendly > li {list-style:none;}
.printerfriendly > li  * {text-align:right;}
.printerfriendly .printfriendly.pf-alignleft {margin-right:30px;}
/*---Special announcement---*/

.announcement{
    background: #f7f5f1;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 10px;
    margin-left: 30px;
    border-radius: 10px;
    width: 93%;
    background-color: rgba(247, 235, 202, 0.47);
}
#countdown {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #009a36;
    font-weight: bold;
    margin: 15px;

}
/*---Special announcement---*/
/*---Ustream---*/
#UstreamIframe {
  margin-bottom: 15px;
}
#block-views-Articles-block_1 .more-href {
	text-align: right;
	display: block;
	margin-top: 16px;
	font-weight: bold;
}


