/***************************************************
 *  Tag Attributes
 ***************************************************/
body {
  margin: 0;
  padding: 0;
  font-size-adjust: none;
  font-stretch: normal;
  font-variant: normal;
  font-weight: normal;
 /* background: #fafafa; */
  background: white;
  color: #1b1b1b;
  line-height: 1.5em;
  background-image: url(/images/background.png);
  background-repeat: repeat-x;
}

html>body {
  font: 85% Lucida, Helvetica, sans-serif;
  line-height: 1.5em;
}

ul, li, body, form, input, html dt, dl, dd, div, p, 
h1, h2, h3, h4, h5, h6, a {
 margin  : 0;
 padding : 0;
}

img {
  border: none;
}

input, textarea, select { 
  border: 1px solid #d6d3cb;
  color: #000;
  padding: 0.1em;
  margin:0.1em;
  font-size: 1.5em; 
  background: #fff;
}

textarea {
  padding: 0 !important;
}

select {
  font-size: 1.0em;
}

h2 {
  margin-top:1.5em; 
  margin-bottom:0.5em;
}

p {
  margin-bottom: 1.0em;
}

a, a:link, a:visited, a:hover, a:active {
  border: none;
  color: #981b1f;

  font-weight: bolder;
  text-decoration: none;
  border-bottom: 1px solid #AAA;/*#b81414;*/
}

a:hover, a:active {
  border: none;
  color: red;
  border-bottom: 2px solid #b81414;
}

blockquote {
  clear: both;
  color: #222;
  font-style: italic;
  border-left: 1px dotted #333;
  margin: 0.5em 0 0.5em 0;
  padding: 0 2.0em 1.0em 2.0em;
}

abbr, acronym {
  border-bottom:1px dotted #333333;
  cursor:help;
  text-transform:uppercase;
}

blockquote p { padding-bottom:0; }

/***************************************************
 *  Interface Elements
 ***************************************************/
#site_logo {
  position: absolute;
  left: 0;
  top: 0;
border: none;
}

#wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#page {
  padding: 0;
  margin: 40px 0 40px 0;
}

#page_splash {
  text-align: center;
  font-size: 1.5em;
}

#page_splash table {
  margin: auto;
}

#page_splash td {
  padding: 0.2em;
}

#page_splash input {
  margin: 0 !important;
}

#page_splash .submit {
  padding: 0.2em;
}

#page_splash p {
  font-size: 0.9em;
}

#page_splash #q {
  margin: 0.5em;
  font-size: 1.8em;
}


#session_based_navigation {
  text-align: right;
}

#header {
  padding-top: 20px;
  height: 60px;
}

#page_content {
  font: normal 12px/1.5em Lucida, Helvetica, sans-serif;
  line-height: 1.8em;
  padding: 0 10px 0 10px;
}

#search { 
  float: right;
  position: relative;
  top: 15px;
  left: -35px;
  width: 200px;
  margin: 0 0 0 0;
  padding-bottom: 10px;
  text-align:right;
}

#search input:hover {
  border: 1px solid #999; 
}

#search input { 
  width: 175px; 
  font-size: 1.1em; 
  background-color: #fff;
  margin-top: 2px;
}

#search input:focus {
  background: #fff;
}

#page_actions {
  width: 100%;
  height: 3em;
}

#footer {
  margin-top: 4.0em;
  padding: 0.5em 0 4.0em 0;
  text-align: right;
  clear: both;
}

#footer .options {
  font-size: 0.85em;
}

#full_page_message h1 {
  margin-bottom: 1.2em;
}

/***************************************************
 *  Form Elements
 ***************************************************/
.entry_form {
 /* margin: auto; */
  font-size: 1.0em;
  padding-left: 1.0em;
}

.entry_form td {
  border:none;
  /*border-left: 0.5em solid transparent;*/
  padding-left:0.5em;
}
.entry_form input .entry_form textarea {
    width: 15em;
}

.entry_form input[type="submit"] {
    font-size: 2.0em;
}
.entry_form input:hover, .entry_form textarea:hover {
  border: 1px solid #999;
}

.entry_form input:focus {
  border: 1px solid #b0cdeb;
  background-color: #c8f1ff;
}

.entry_form textarea:focus {
  border: 1px solid #d6d3cb;
  background-color: #fff;
}

.entry_form tfoot input:hover, .entry_form tfoot input:focus {
  border: 1px solid #ccc;
  background-color: #efefef;
}

.entry_form caption {
  text-align: left;
  font-size: 1.4em;
  margin: auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d3cb;
}

.entry_form .required {
  border: none;
  border-left: 0.5em solid #c00;
  padding-left:0;
}

.entry_form .label {
  vertical-align: top;
  padding-top: 0.5em;
  padding-right: 0.5em;
  text-align: right;
}

.entry_form tfoot td {
  padding-top: 2.0em;
}

.entry_form tfoot input {
  font-size: 0.9em;
}

.entry_form .note {
  /*text-align: right;*/
  font-size: 0.9em;
  padding: 1.5em 0 0.5em 0;
  background-color: transparent;
}

.entry_form .flash_warning {
  font-size:0.9em !important;
  text-align:left !important;
}


.entry_form .note span, .entry_form .note p, .entry_form caption span.note {
  background-color: #fff4c8;
  padding: 0.3em 0.6em 0.3em 0.6em;
}

.entry_form caption span.note {
  font-size: 0.7em;
  font-weight: normal;
}

.entry_form hr {
  margin-top: 2.0em;
  border: none 0;
  border-top: 1px solid #d6d3cb;
  width: 100%;
  height: 1px;
}

/***************************************************
 * Tabular Data Styles
 ***************************************************/
.tabular_data {
  text-align: left;
 margin: 1.0em 0 1.0em 0; 
  width: 100%;
}

.tabular_data caption {
  text-align: left;
  font-size: 1.4em;
  margin: auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d3cb;
}

.tabular_data th, .tabular_data tfoot {
  border-right: 1px solid #fff;
  background-color: #101010;
  color: #FFF;
  font-size: 0.9em;
  padding: 0.2em 0 0 0.9em;
  margin: 0;
  font-weight: normal;
}

.tabular_data th.header,
.tabular_data th.headerSortUp,
.tabular_data th.headerSortDown {
  background-image:url(/images/bg.gif);
  background-position:right center;
  background-repeat:no-repeat;
  cursor:pointer;
}

.tabular_data th.headerSortUp {
  background-image:url(/images/asc.gif);
  background-color: #d7e8c0;
}

.tabular_data th.headerSortDown {
  background-image:url(/images/desc.gif);
  background-color: #d7e8c0;
}

.tabular_data tfoot td {
  border-bottom: 5px solid #d6d3cb;
}

.tabular_data th {
  padding: 0.4em 18px 0.25em 0.9em;
  white-space:nowrap;
}

.tabular_data tbody td {
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-top: 1px solid #d8e6f0;
  border-right: 1px solid #d8e6f0;
  margin:0;
}

.tabular_data tbody tr.odd {
  background-color: #fff;
}

.tabular_data tbody tr.even {
  background-color: #f3fafc;
}

.tabular_data tbody td a {
  width: 100%;
  display: block;
  border: none !important;
}

.tabular_data .totals {
  font-weight: bolder;
}

.tabular_data .totals td {
  background-color: #d7e4c4;
  padding-top: 0.5em;
}

.tabular_data td.numerical {
  text-align: right;
}

.tabular_data thead .pagination th {
  border: none;
  background-color: transparent;
}

/***************************************************
 *  Pagination Classes
 ***************************************************/
.pagination {
  margin-top: 1.0em;
  margin-bottom: 1.2em;
  height: 2.0em;
}

.pagination .ellipses {
  display: block;
  float: left;
  padding: 0 0.5em 0 0.5em;
}

.pagination a, .pagination .current, .disabled {
  display: block;
  padding: 0.1em 0.5em 0.1em 0.5em;
  margin: 0 0.2em 0 0.2em;
  float:left;
  border: 1px solid #ccc;
}
.disabled {
  border: 1px solid #efefef;
}
.pagination .current {
  background-color: #efefef;
}

.pagination a:hover {
  background-color: #efefef;    
}
/***************************************************
 *  Info Design Classes
 ***************************************************/
.flash_notice, .flash_error, .flash_warning {
  border: 1px solid #ebdfb0;
  background-color: #fff4c8;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.5em;
}

.flash_error {
  border: 1px solid #ebb0b0;
  background-color: #ffc8c8;  
}

.flash_notice {
  border: 1px solid #b0ebb0;
  background-color: #c8ffcb;
}

.flash_notice a, .flash_error a, .flash_warning a {
  color: #b81414;
  border: none !important;
}

.relationship_types {
  margin: auto;
  width: 33em;
  margin-top: 1.2em;
}
.relationship_types dt {
  font-weight: bolder;
  font-size: 1.2em;
  margin-top: 1.0em;
}

#contact_list h1 {
  border-bottom: 1px solid #d6d3cb;
  margin-bottom:1.0em;
}

.highlight {
  font-weight: bolder;
  padding: 0.1em;
}

.bottom_spacer {
  margin-bottom: 2.0em;
}

.note {
  background-color: #fff4c8;
  padding: 0.3em 0.6em 0.3em 0.6em;
}

.suggestion {
  margin: auto;
  text-align: center;
  font-size: 1.2em;
}

dl.inline_list {
  clear: both;
}

dl.inline_list dt, dl.inline_list dd {
  display: inline;
}

dl.inline_list dt {
  font-weight: bolder;
}

dl.inline_list dd:after {
  content: ", ";
}

dl.inline_list dd.last:after {
  content: ". ";
}

.inline_list {
  clear: both;
}

.inline_list li {
  list-style: none;
  font-size: 0.9em;
  display: inline;
  margin:0 0.5em 0 0.5em;
}

/*
.inline_list li:before {
  font-size: 1.5em;
  margin-left: 0.5em;
  content: "\00BB \0020";
}
*/
.inline_list li.account_name {
    font-size: 1.2em;
    font-weight: bolder;
}

.inline_list li.account_name:before {
  content: "";    
}

.errorExplanation {
  vertical-align: top;
  margin: auto;
  width: 40em;
  background-color: #fff;
  border: 1px solid #c00;
  margin-bottom: 1.0em;
}

.errorExplanation p {
  font-size: 1.1em;
  padding: 0.5em 0 0.5em 0.5em;
  margin:0;
}

.fieldWithErrors input, .fieldWithErrors textarea {
  border: 1px solid #ebb0b0 !important;
  background-color: #ffc8c8 !important;
  background-image: url(/images/icons/exclamation.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 1.5em;
}

input.wants_money {
  padding-right: 1.5em !important;
  border: 1px solid #b0ebb0;
  background-color: #c8ffcb;
}

.errorExplanation h2 {
  margin:0;
  padding: 0.2em;
  padding-left: 0.5em;
  font-size: 1.2em;
  color: #fff;
  background-color: #c00;
}

.errorExplanation li {
  margin-left: 2.0em;
  padding-bottom: 0.5em;
  list-style: disc;
}

.vcard {
  display: block;
  border: none;
  border-top: 2px solid #efefef;
  border-left: 2px solid #efefef;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;

  padding: 1.0em;
  margin-bottom: 1.0em;
}

.vcard dt {
  font-weight: bolder;
  font-size: 1.5em;
  margin-bottom: 1.0em;
}

/***************************************************
 *  Helper Classes
 ***************************************************/
.clear_both {
  display: block;
  clear: both;
}

.stationary {
  margin: auto;
  width: 35em;
  padding: 3.0em 2.0em 4.0em 2.0em;
  background-color: #fff;
  border: none;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}

.spacer {
  border: 1px none 0;
  width: 100%;
  height: 1.0em;
}

.column {
  float: left;
  clear: right;
  padding-right: 40px;
  width: 430px;
}
.column_item {
  padding-bottom: 2.0em;
}
.column_box {
  clear: both;
  color: #000;
  padding: 1em;
  background-color: #f6f6f6;
  margin-bottom: 2.0em;
  border: 1px solid #f0f0f0;
}
/***************************************************
 *  Tag Cloud
 ***************************************************/
.tag_cloud {
  margin: 1.0em 0 1.0em 0;
  padding: 2.0em;
  vertical-align: top;
}

.tag_cloud a {
  border: none;
  text-decoration: underline;
  text-transform: lowercase;
}

.size1 {
  font-size: 1.0em;
}

.size2 {
  font-size: 1.2em;
}

.size3 {
  font-size: 1.4em;
}

.size4 {
  font-size: 1.6em;
}

.size5 {
  font-size: 1.8em;
} 

.size6 {
  font-size: 2.0em;
}
/***************************************************
 *  Campaign Elements
 ***************************************************/
#campaign_options {
  float: left;
  clear: left;
  margin: 1.0em 0 1.0em 0;
  height: 1.5em;
}

#flag_options {
  margin: 1.0em 0 1.0em 0;
  float: right;
  height: 1.5em;
}

#pledge_count {
  float: left;
  text-align: center;
  width: 60px;
  padding: 10px 5px 20px 5px;
  margin: 0 10px 10px 0;
  background-image: url(/images/pledge_background.jpg);
  background-repeat: repeat-x;
  background-color: #eff087;
  border: 1px solid #eae6db;
  border-right: 1px solid #b8b3a5;
  border-bottom: 1px solid #b8b3a5;
}

#pledge_count dt {
  font-size: 2.0em;
}

#campaign_header {
 float: left;
 clear: right;
 line-height: 2.0em;
 width: 25em;
}

#followup_header {
 line-height: 2.0em;
 height: 6.0em;
}

#campaign_description {
  /*line-height:1.6em;*/
  /* font-family: Georgia,"Times New Roman",Times,serif;  */
}

#campaign_description, .body {
  clear: both;
  color: #000;
  padding: 1em;
  margin: 1em 0 2.0em 0;
  background-color: #fff;
  border: 1px solid #efefef;
  border-right: 1px solid #b8b3a5;
  border-bottom: 1px solid #b8b3a5;
}

#campaign_description .description {
  /*overflow: hidden;*/
  width:100%;
  overflow:auto;
}

#campaign_description .description:first-letter {
  font-size: 1.5em;
  text-transform: uppercase;
}

.additional_information {
  margin-top: 1.0em;
  border-top: 1px solid #efefef;
  background-color: #f9f9f9;
  padding: 0.5em;
  font-size: 1.0em;
  font: 85% Lucida, Helvetica, sans-serif;
  color: #333;
}

.additional_information dt {
  margin-bottom: 0.25em;
  font-size: 1.2em;
  font-weight: bold;
}

.additional_information dd {
  line-height: 1.5em;
}

.additional_information dd a {
  text-decoration: underline;
  border: none;
}

#amount_message {
  padding: 0.1em 0.5em 0.1em 2.0em;
  background-image: url(/images/icons/coins.png);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  border: 1px solid #dcde32;
  background-color: #eff087;
  margin-bottom: 0.5em;
}

#spread_the_word, #make_pledge, #send_to_friend_options {
  width: auto !important;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

#badges {
  padding: 0;
  text-align: left !important;
}
#badges td, #badges p {
  margin: 0;
}

#badges .label {
  padding: 0em;
}

#spread_the_word input, #badges input , #send_to_friend_options input {
  background-color: #ebebe4;
  color: #333;
  font-size: 0.95em;
  border: 1px solid #b8b3a5;
  margin: 0;
  width: 100%;
}

#badges .badge {
  vertical-align: top;
  text-align: left;
}

#badges .note {
  text-align: left;
  background-color: #fff4c8;
  font-size: 1.1em;
  padding: 0.3em 0.6em 0.3em 0.6em;  
}

#spread_the_word .grab_this {
    font-size: 0.8em;
}

#make_pledge input {
  width: 6em;
  padding: 0 0.5em 0 0.5em;
}

#make_pledge {
  border-bottom: 4px solid #b81414;
}

.pledge_button {
  border: 1px solid #b0ebb0;
  background-image: url(/images/icons/lock.png);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  background-color: #c8ffcb;
  padding: 0;
}

#spread_the_word caption, #make_pledge caption, #send_to_friend_options caption, #comment_form caption {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  padding: 0;
  border: none;
}

#send_to_friend textarea {
  height: 200px;
}

#spread_the_word .badge {
  width: 150px;
  vertical-align: top;
  text-align: center;
}

#send_to_friend input {
  width: 100%;
  font-size:0.9em;
}

#send_to_friend textarea {
  width: 100%;
}

#send_to_friend .submit {
  width: 150px;
}

#send_to_friend, #send_to_friend td {
  padding: 0;
  margin: 0;
  width: 100%;
}

#send_to_friend .note {
  text-align: right;
  background-color: #fff4c8;
  font-size: 0.9em;
  padding: 0.3em 0.6em 0.3em 0.6em;  
}

#comments h3, #donor_list dt, #pledges h3 {
  border-bottom: 1px solid #d6d3cb;
}

 .date_created {
	color: #AAA;
}
#comments .body {
  margin: 0.5em 0 0 0;
}

#comments .body p {
  padding-right: 1.5em;
}

#comments h4 {
  margin-bottom: 0.5em;
}

#comments .gravatar {
  float: left;
  margin-right: 1.0em;
  border: 4px solid #333;
}

#comments .odd {
  background-color: #f3fafc;
}
#comments .even {
  background-color: #fff;
}

#comments .author_comment {
  border: 2px solid #eff087;
  background-color: #f5f6b3;
}

#comments .donor_comment {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(/images/i_donated.png);
}

#comment_form {
  padding: 0;
  margin: 0;
}

#comment_form td, .section td {
  border: none !important;
  padding: 0;
}

#comment_form textarea {
  background-color: #fcfcfc;
  height: 10em;
  width: 100%;
}

#comment_form caption {
  margin-top: 1.0em;
  font-size: 1.4em;
  border-bottom: 1px solid #d6d3cb;
}

.section {
  margin: 0;
}

.campaign_section_heading {
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

/***************************************************
 * Search Results
 ***************************************************/
#search_results h1 {
  padding:0;
  font-weight: normal;
  margin-bottom: 1.2em;
}

#search_results li {
  list-style: none;
  padding: 0.5em;
  padding-left: 1.0em;
  padding-bottom: 1.0em;
}

#search_results dt {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}

#search_results dt a {
  color: #b81414;
  text-decoration: underline;
  border: none !important;
}

#search_results a.campaign_link {
  color: #b81414;
  font-weight: normal;
}

#search_results dt em {
  font-size: 0.7em;
}

#search_results dd {
  margin-bottom: 0.2em;
}

#search_results dd a {
  border: none;
}

/***************************************************
 * Confrim Pledge
 ***************************************************/
#confirm_form {
  margin:0;
  padding:0;
  float:left;
  width:47%;
}

#confirm_form caption {
  font-size: 1.5em;
  margin: 0;
  text-align: left;
}

#confirm_form .pledge_button {
  border: 1px solid #ccc;
  background-color: #efefef;
  font-size: 1.0em;
  padding: 0.3em;
  padding-left: 1.0em;
  width: 12.5em;
  vertical-align: top;
}

.important_notice h1 {
  font-weight: normal;
  text-align: left;
  font-size: 1.4em;
  margin: auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d3cb;
}

.important_notice h2 {
  font-weight: normal;
  font-size: 1.2em;
}

.important_notice dt {
  font-weight: bolder;
  font-size: 1.1em;
  margin: 0.7em 0 0.2em 0;
}

/***************************************************
 *  Development Helpers
 ***************************************************/
#grid, .dev_visible {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  background-image: url(/images/grid.png);
}

.dev_visible {
  display: block;
}

.not_implemented {
  background-color: #f00;
  color: #ff0;
  padding: 0.1em;
  font-weight: bolder !important;
  border: 1px dotted #ff0 !important;
}

.working_copy {
  background-image: url(/images/working_copy.jpg);
}

/***************************************************
 * Acts As Dismissible Styles
 ***************************************************/
.dismissible_message {
  border-right: 1px solid #BCA902;
  border-bottom: 1px solid #BCA902;
  border-top: 1px solid #EAE69D;
  border-left: 1px solid #EAE69D;
  background-color: #FEF49C;
  color: #000;
  margin: auto;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  width: 50em;
  padding: 0.5em;
}

.dismissible_message p {
  margin: 0;
  padding: 0.1em;
  margin-bottom: 0.5em;
}

.dismissible_link {
  margin: 0.5em 0 0 0 !important;
  padding:0 !important;
  font-weight: normal;
  font-size: 0.9em;
  clear: both;
  display: block;
  text-align: right;
  text-decoration: underline !important;
  border: none !important;
}

.dismissible_link:hover {
  color: #BCA902;
}

/***************************************************
 * Pledgeometer
 ***************************************************/
#pledgeometer .graph { 
  position: relative; 
  border: 1px solid #b8b3a5;
  background-color: #ececec;
  padding: 2px; 
}

#pledgeometer .graph .bar { 
  display: block;  
  position: relative;
  background: #801212; 
  text-align: center;
  color: #fff; 
  height: 2em; 
  line-height: 2em;
}

#pledgeometer .graph .bar span { 
  position: absolute; 
  left: 1em; 
}

#pledgeometer .amounts {
  height: 1.5em;
  width: 100%;
} 

#pledgeometer li {
  padding: 0;
  border-left: 1px solid #b8b3a5; 
  margin: 0;
  float: left;
}

#pledgeometer li.last {
  border: none;
  padding-right: 0.5em;
  border-right: 1px solid #b8b3a5; 
  margin: 0;
  float: right;
  text-align: right;
}

#pledgeometer li:before {
  content: "" !important;
}

#faq_body {
  margin-top: 2.0em;
}

#faq p{
  margin-bottom: 3.0em;
}
 
/***************************************************
 * For Javascript
 ***************************************************/
.authorized {
  display: none;
}

strong.highlight { background-color: yellow}