/*******************************************************************************

  CSS on Sails Framework
  Title: Presente
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: March 2011

********************************************************************************

  1. BASE
    1.1 Reset
    1.1.2 HTML5 Elements
    1.2 Accessibility Navigation & Hide
    1.3 Clearfix
    1.4 Default Styles

  2. COMMON
    2.1 Container
    2.2 Header
    2.3 Navigation
    2.4 Content
    2.5 Sidebar
    2.6 Footer
    2.7 Sharing 
    2.8 Buttons

  3. PAGES

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

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

sup {
  vertical-align:super;
  font-size:smaller;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a, ins, del {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}
.orange {
  color: #e85d00;
}


/* 1.1.2 HTML5 Elements
------------------------------------------------------------------------------*/

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/
#header:after,
#footer:after,
.sub:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
  background: #f0f0f0 url(../images/common/bg.png) repeat-x;
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:  13px;
  line-height: 18.7px;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th {
  font-weight: normal;
}

address, cite, dfn {
  font-style: normal;
}

li {
  list-style: none;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
  color: #f60;
  text-decoration: none;
}

a:hover, a:active {
  color: #f60;
  text-decoration: underline;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
.italic {
  font-style: italic;
}

.light-grey-link a {
  color:#999 !important;
}


.grey-link a {
  color:#666 !important;
}

.grey-link-bold a {
  color:#666 !important;
  font-weight:bold;
}
.grey-link-bold a:hover {
  color:#F60 !important;
  font-weight:bold;
  text-decoration:underline;
}

.grey-link-underline a {
  color:#666 !important;
  text-decoration:underline;
}
.grey-link-underline a:hover {
  color:#F60 !important;
}

/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
  width: 800px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}


/* 2.2 Header
------------------------------------------------------------------------------*/
#header {
  border-left: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  overflow: hidden;
  /*height: 89px;
  position: relative;*/
}

#header .site-name,
#header .site-name span {
  display: block;
  overflow: hidden;
  width: 281px;
  height: 59px;
}

#header .site-name {
  position: relative;
  display: block;
  float: left;
  margin-top:  13px;
  margin-left: 29px;
}

#header .site-name span {
  background: url(../images/common/logo.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#header a.site-name span {
  cursor: pointer;
}

span.bottom-border {
  display: block;
  clear: both;
  width: 100%;
  height: 9px;
  background: url(../images/common/header_bottom_border.jpg) repeat-x;
}

/*#header.without-form span.bottom-border {
  position: absolute;
  top: 77px;
  left: 0;
}

#header.without-form {
  height: 89px;
}*/

#header.without-form .site-name {
  margin-top: 13px;
  margin-left: 29px;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/
#navigation {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  overflow: auto;
}

#navigation a {
  color: #4d4d4d;
  display: block;
  height: 100%;
  padding: 10px 0;
}

#navigation a:hover {
  color: #fff;
  text-decoration: none;
}

#navigation li {
  width: 132px;
  float: left;
  background-color: #e6e7e7;
  background-image: url(../images/common/bg-nav.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #aaacae, #e6e7e7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e7e7), to(#aaacae));
  border-bottom: 1px solid #5a5b5e;
  border-top: 1px solid #a3a3a4;
  border-left: 1px solid #6d6f72;
  border-right: 1px solid #8f9194;
}

#navigation li:first-child,
#navigation li:first-child:hover {
  border-left: 0;
}

#navigation li:hover,
#navigation .active {
  color: #fff;
  background-color: #fbe9bc;
  background-image: url(../images/common/bg-nav-hover.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #efba31, #fbe9bc);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbe9bc), to(#efba31));
  border-top: 1px solid #ebb42f;
  border-left: 1px solid #e39623;
  border-bottom: 1px solid #d75f14;
  border-right: 1px solid #e39623;
}

#navigation li:hover a,
#navigation .active a {
  color: #fff;
  display: block;
  height: 100%;
}

#navigation li.donate {
  width: 130px;
  border-top: 1px solid #f13f84;
  border-left: 1px solid #e8194a;
  border-bottom: 1px solid #e41438;
  border-right: 0;
  background-color: #fbbdd2;
  background-image: url(../images/common/bg-nav-donate.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #f0337d, #fbbdd2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbbdd2), to(#f0337d));
}

#navigation li.donate:hover {
  border-top: 1px solid #fc6015;
  border-left: 1px solid #fa1c0b;
  border-bottom: 1px solid #f91508;
  border-right: 0;
  background-color: #fec693;
  background-image: url(../images/common/bg-nav-donate-hover.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #fc5814, #fec693);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fec693), to(#fc5814));
}

#navigation li.donate a {
  color: #fff;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
  background: #fff;
  padding-bottom: 10px;
}

#content h1,
.home h2,
h2 {
  margin-bottom: 7px;
  text-transform: uppercase;
  color:  #f60;
  font-size: 14px;
  line-height: 19px;
}

.text {
  padding: 18px 35px 18px 30px;
}

.text p {
  padding: 0;
  margin-bottom: 18px;
}

.text p img {
  float: left;
  margin-top: 3px;
  margin-right: 17px;
}

#content .text hr {
  display:block ;
}

.home .main {
  width: auto;
  padding-top: 0;
}


.main {
  float: left;
  width: 540px;
  padding-left: 21px;
  padding-top: 20px;
}

.campaign-inside .main {
  padding-top: 24px;
}

.main h2 {
  margin-bottom: 7px;
}

.campaign-index .main h2 {
  margin-bottom: 14px;
}

.main p {
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.main .blue p {
  padding-bottom: 20px;
}

.main p img {
  margin-top: 5px;
}

.main .blue p img,
.main .blue p iframe {
  margin-top: 15px;
}
.column {
  width: 214px;
  float: left;
  padding: 30px 15px 0 15px;
}
.column:first-child {
  border-right: 2px solid #e3e3e3;
  padding-left: 0;
}

.column span,
.recent-campaigns span {
  font-size: 11px;
  line-height: 14.5px;
  font-weight: bold;
}

.column .headlines a,
.recent-campaigns li a {
  color: #333;
  font-weight: bold;
}

.main .headlines {
  font-size:  11px;
  line-height: 14.5px;
}

.blue h2,
.blue a,
.blue h3 {
  color: #3b5998;
}

h2.gray {
  color: #666;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

.home #sidebar {
  width: 240px;
  float: right;
  margin: 16px 22px 0 0;
  padding: 10px 15px 12px 15px;
  border: 2px solid #e0e0e0;
  background-color: #eff0f0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
  clear: both;
  margin: 0 auto 20px auto;
  padding: 11px 18px 15px 18px;
  width: 766px;
  color: #000;
  font-size: 10.5px;
  line-height: 18px;
  background-color: #ec7525;
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}

.media-inquiries {
  float: left;
}
.media-inquiries a {
  margin-right: 9px;
}

.blue .media-inquiries a {
  color: #e85d00;
}

.more-info {
  float: right;
}

#footer .extra_footer { 
  color: white;
  float: none;
  clear: left;
  text-align:center;
  font-weight:bold;
  padding-top: 10px;
}

#footer a, 
#footer a:visited {
  color: #fff;
  text-decoration: none;
  margin-left: 3px;
}

#footer a:hover {
  text-decoration: underline;
}

/* 2.7 Sharing
------------------------------------------------------------------------------*/
.sharing-options {
  clear: both;
  border-top: 2px solid #e3e3e3;
  padding: 15px 0;
  overflow: auto;
}

.sharing-options li {
  font: italic 16px Georgia;
  margin-left: 7px;
  padding: 7px 0 7px 4px;
  width: 162px;
  float: left;
  border: 2px solid #ccc;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}

.sharing-options li.first-child {
  padding: 20px 0 15px 30px;
  width: 203px;
  font-family: 'museo-sans-1';
  font-weight: 100;
  font-size: 23px;
  font-style: normal;
  line-height: 20px;
  color: #666;
}

.sharing-options li:first-child, .sharing-options li.first-child {
  border: none;
  margin-left: 0;
  
}
.sharing-options li a {
  display: inline-block;
  margin: 4px 0 0 6px;
  /*width: 90px;*/
  color: #999;
}

.sharing-options li span {
  display: inline-block;
  height: 48px;
  width: 46px;
  margin-right: 10px;
  float: left;
  clear: none;
}

.sharing-options li a:hover {
       text-decoration:none;
}

.sharing-options li.email:hover span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: 0 0;
}

.sharing-options li.facebook:hover span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: -48px 0;
}

.sharing-options li.twitter:hover span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: -96px 0; 
}

.sharing-options li.email span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: 0 -50px;
}

.sharing-options li.facebook span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: -48px -50px;
  
}

.sharing-options li.twitter span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: -95px -50px; 
}


/*
.sharing-options li.email span {
  background: url(../images/common/share_sprite.jpg) no-repeat 0 0;
}

.sharing-options li.facebook span {
  background: url(../images/common/share_sprite.jpg) no-repeat -50px 0;
}

.sharing-options li.twitter span {
  background: url(../images/common/share_sprite.jpg) no-repeat -96px 0; 
}*/

/* 2.8 Buttons
------------------------------------------------------------------------------*/

#header a.language {
  display: block;
  width: 93px; 
  height: 23px; 
  position: absolute;
  left: 667px;
  top: 26px;
  padding: 7px 14px;
  background: transparent url(../images/common/bg-button-espanol.png) no-repeat;
  color: #4a4949;
  text-transform: uppercase;
  font-size: 14.37px;
  line-height: 16.82px;
  letter-spacing: 2px;
}

#header a.language:hover {
    text-decoration:none;
}

#header input[type=submit] {
  padding: 0 3px;
  line-height: 20px;
  cursor: pointer;
  width: 30px;
  position: relative;
  background: transparent url(../images/common/bg-go.png) repeat-x !important;
        text-indent:-9999px;
}

.espanol #header input[type=submit] {
    background: transparent url(../images/common/bg-ir.png) repeat-x !important;
}

#header input[type=submit],
.actionkit input[type=submit],
.take-action a,
.button_large {
  height: 20px;
  color: #fff;
  font-size: 12px;
/*  font-weight: bold;*/
  line-height: 20px;
  text-transform: uppercase;
  background: transparent url(../images/common/bg-input-go.png) repeat-x;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.actionkit input[type=submit], 
.button_large {
  border: 0;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'museo-sans-1';
  line-height: 20px;
  cursor: pointer;
  float: right;
  position: relative;
  margin-top: 15px;
}

.take-action {
  clear: none;
  
}

.home .take-action,
.campaign-index .take-action {
  margin-top:10px;
}

.take-action a {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  position: relative;
  line-height: 20px;
}

.take-action a:hover {
  text-decoration: none;
}


/* 2.9 Socials in header
------------------------------------------------------------------------------*/
#header li {
  float: left;
  margin: 0 2px;
}

#header ul a {
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  background-image: url(../images/common/socials-sprite.png);
}
#header .facebook a {
  background-position: -19px -19px;
}

#header .twitter a {
  background-position: 0 -19px;
}

#header .twitter a:hover {
  background-position: 0 0;
}

#header .facebook a:hover {
  background-position: -19px 0;
}

/* 2.10 Form join us in header
------------------------------------------------------------------------------*/
#header fieldset {
/*  position: absolute;
  top: 23px;
  left: 445px;*/
  float:right;
  margin-right: 70px;
    margin-top: 20px;
/*  width: 275px;*/
    width:300px;
  height: 45px;
  border-right: 1px solid #ccc;
  padding-right: 3px;
}

#header fieldset p {
  float: left;
  clear: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #f60;
  margin-right:10px;
  /* new */
  text-align:right;
  width:90px;
}

#header fieldset p+p{
  width: 189px;
  text-align:left;
}

#header fieldset p:first-child {
  margin-right: 9px;
}

#header fieldset form {
  display: inline;
}

#header ul {
  position: absolute;
  top: 49px;
  left: 738px;
}

#header input {
  border: 0;
}

#header input[type=text] {
  padding: 2px 5px;
  color:  #999;
  font-size: 11px;
  line-height: 19px;
  background-color: transparent;
  
}

.long-input {
  width: 113px;
  height: 21px;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  background: transparent url(../images/common/bg-inputs-sprite.png) no-repeat;
  background-position: 0 0;
}

.long-input input {
  width:  105px;
}

.short-input {
  width: 60px;
  height: 21px;
  display: inline-block;
  margin-bottom: 3px;
  background: transparent url(../images/common/bg-inputs-sprite.png) no-repeat;
  background-position: -113px 0;
}

.short-input input {
  width: 50px;
}

#join_form_error {
    background: white;
    border: 2px solid #E14725;
    color:#E14725;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size:13px;
  
  max-width:250px;
    position: absolute;
    left: 520px;
    top: 75px;
    z-index: 10;
    display:none;
    padding:3px 5px;
}

/* 2.11 Intro with artists
------------------------------------------------------------------------------*/
.intro {
  clear: both;
  padding: 0;
  height: 143px;
  background: #b7b3af url(../images/common/bg-intro.png) repeat;
  position: relative;
}

.intro img {
  float: left;
}

.intro blockquote {
  color: #fff;
  font-family: Georgia;
  font-size:20px;
  line-height: 24px;
  float: left;
  display: block;
  width: 595px;
  margin-top:  29px;
  margin-left: 32px;
}

.intro p {
  display: inline;
}

.intro cite {
  font-weight: normal;
  display:block;
  float:right;
  margin-top:20px;
  font-size:16px;
}

.intro .art-by {
  position: absolute;
  top: 5px;
  left:88px;
  padding: 0;
  width:  159px;
  height: 20px;
  text-align: center;
  z-index: 10px;
  background: transparent url(../images/common/bg-art-by.png) repeat;
/*  display: inline-block;*/

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial;
    display:none; /*start hidden*/
}
.intro .art-by span {

}

/* 2.12 Typekit
------------------------------------------------------------------------------*/
.museo-sans-1 {
  font-weight: 100;
  font-family: 'museo-sans-1';
}

.museo-sans-2,
.take-action,
#content h1,
#content h2,
.press #sidebar h3,
fieldset p {
  font-weight: 700;
  font-family: 'museo-sans-1';
  text-transform: uppercase;
}

/* 2.13 Featured campaign
------------------------------------------------------------------------------*/

h3 {
  text-transform: uppercase;
  line-height: 16px;
}

.featured-campaign {
  margin: 18px 22px 0 21px;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 16px;
  position: relative;
  overflow: auto;
}

.featured-campaign h3 {
  padding: 9px 0 12px 0;
}

.featured-campaign h3 a {
  color: #666;
}

.featured-campaign img {
  float: right;
  margin: 3px 0 0 5px;
}

.featured-campaign #image_override {
    float: right;
    margin: 3px 0px 0px 5px;
}

.featured-campaign p {
  width: 425px;
  padding-bottom: 16px;
}

.featured-campaign ul {
  position: absolute;
  top: 200px;
  left: 200px;
  
  position: absolute;
  clear: none;
  font-size: 11px;
  line-height: 11px;
}

.featured-campaign.inside ul {
  top: inherit;
  right: 0;
  left: inherit;
  position: absolute;
  padding-top: 8px;
}

.featured-campaign.inside .take-action {
  float: left;
}

.featured-campaign ul a {
  color: #999;
}
.featured-campaign li {
  float: left;
}

.featured-campaign li:first-child {
  border-right: 1px solid #999;
  padding-right: 12px;
  margin-right: 12px;
}

.featured-campaign li:first-child {
  border-left: 0;
  padding-left: 0;
}



/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/

/* 3.3 Campaign Index
------------------------------------------------------------------------------*/
.recent-campaigns li {
  width: 211px;
  float: left;
  border-top: 2px solid #e3e3e3;
  padding-top: 22px;
  padding-bottom: 19px;
  font-size:  11px;
  line-height: 14.5px;
  
  height:170px; /* force height */
}

.recent-campaigns .first-row {
  border-top: 0;
  padding-top: 0;
}

.recent-campaigns .left {
  padding-right: 32px;
  border-right: 2px solid #e3e3e3;
}

.recent-campaigns .right {
  padding-left: 32px;
}

#sidebar.campaign {
  width: 214px;
  float: right;
  margin: 0 20px 0 0;
  padding: 18px 0 0 0;
  background-color: transparent;
}

#sidebar.campaign h2 {
  clear: both;
  margin-top:2px;
  margin-bottom: 12px;
}

#sidebar.campaign h3 {
  font-weight: bold;
  line-height: 18px;
  padding-left: 15px; 
}

#sidebar.campaign h3 a {
  display: inline-block;
  width: 170px;
  background: transparent url(../images/common/bg-arrow-top.png) no-repeat;
  background-position: right 6px;
}

#sidebar.campaign ul,
#sidebar.campaign a,
#sidebar.campaign h3 {
  color: #1a1a1a;
  font-size: 11px;
}.

#sidebar.campaign ul {
  padding-left: 8px;
  padding-top: 9px;
  font-size: 11px;
  background-color: #fffdfd;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sidebar.campaign li:first-child {
  padding-top: 5px;
  border-top: 0;
}

#sidebar.campaign li {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-top: 8px;
  line-height: 18px;
}

#sidebar.campaign li.expanded {
  
  margin-bottom: 0;
}
#sidebar.campaign li.expanded h3 {
  border-bottom: 1px dotted #ccc;
}

#sidebar.campaign .expanded h3 a {
  display: inline-block;
  background: transparent url(../images/common/bg-arrow-bottom.png) no-repeat;
  background-position: right 6px;
}

#sidebar.campaign li.expanded ul {
  border: 0;
  padding-top: 7px;
  padding-left: 15px; 
  
}

#sidebar.campaign li.expanded li {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

#sidebar.campaign li.expanded li:last-child {
    padding-bottom: 5px;
}

.home #sidebar {
  width: 240px;
  float: right;
  margin: 16px 22px 0 0;
  padding: 11px 15px 12px 15px;
  border: 2px solid #e0e0e0;
  background-color: #eff0f0;

}

/* 3.0 ActionKit Pages
------------------------------------------------------------------------------*/
.without-form #content {
  padding: 10px;
  margin: 0;
}

.without-form .sub {
  padding: 12px 30px;
}

.actionkit #content {
  font-family: Georgia;
}

.actionkit .leading {
  overflow: auto;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 14px;
}

.actionkit .leading p {
  clear: none;
  display: block;
  padding-top: 11px;
  padding-right: 11px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}

.actionkit .leading img,
.actionkit .leading iframe {
  float: left;
  margin-right: 25px;
}

.actionkit .leading object {
  float: left;
  margin-right: 25px;
}

.actionkit #content h2 {
  line-height: 18px;
  font-size: 23px;
  font-weight: 100;
  font-family: 'museo-sans-1';
  text-transform: none;
  padding-bottom: 15px;
  padding-top: 10px;
}

.actionkit .right,
.actionkit .left {
  padding-left: 25px;
  width: 334px;
}

.actionkit .left {
  border-right: 2px solid #e3e3e3;
}

.actionkit ol {
  padding-top: 20px;
}

.actionkit ol li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 19px;
}

.actionkit .left,
.actionkit .right {
  padding-top: 22px;
  padding-bottom: 35px;
  float: left;
  font-size: 14px;
}

.actionkit p {
  padding-top: 20px;
}
.actionkit #footer p {
  padding: 0;
}

.actionkit h2+p.id-card,
.actionkit h2+p {
  padding-top: 0;
}

.actionkit p.id-card {
  padding-top: 15px;
}



.actionkit .line {
  width: 340px;
  height: 2px;
  background-color: #e3e3e3;
  display: block;
  margin:  15px 0 5px 0;
}

.actionkit .right .line {
  width: 170px;
}

.call .left p {
        padding-top:20px;
}

.call .left input[type="submit"] {
    margin-right:30px;
}

.call #target_listing {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.call #target_listing .target {
  margin-bottom:10px;
}

.call #target_listing .phone {
  color: #e85d00;
  display: inline-block;
  clear:left;
}

.call #target_checkboxes .target .phone {
  display:none;
}

.call .target input {
  clear:left;
  float:left;
}

.call .target label {
  clear:none;
  margin-left:5px;
}

.call .right label {
  width:310px;
}

.call #logout_link {
  font-style:italic;
}

.call #survey_questions {
  clear:left;
  padding-top:20px;
}

.textarea {
  width:  344px;
  height: 142px;
  background: transparent url(../images/common/bg-textarea.png) no-repeat;
  position: relative;
}

.textarea textarea {
  position: absolute;
  top: 5px;
  left: 4px;
  background-color: transparent;
  width: 332px;
  max-width: 332px;
  overflow-x:hidden;
  height: 134px;
  border: 0;
  color: #999;
  font-family: Georgia;
  font-size: 12.5px;
  line-height: 17px;
}

.actionkit .question {
  font-style: italic;
  font-size: 14px;
  line-height: 29px;
  padding: 12px 0;
}

.actionkit .question.how-did-it {
  padding-bottom: 0;
}

.actionkit form p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.actionkit form label {
  margin-left: 10px;
  padding: 5px;
  display: inline-block;
}

.calls-reported {
  font-family: Georgia;
  font-size: 14.28px;
  line-height: 15.11px;
  text-transform: uppercase;
  text-align: center;
  color: #ff6633;
  width: 101px;
  height: 92px;
  position: relative;
  float: right;
  padding: 10px 5px 5px 5px;
  background: transparent url(../images/common/bg-calls-reported.png) no-repeat;
}

.calls-reported span {
  display: block;
  font-family: Impact;
  font-size: 32px;
  line-height: 43px;
  font-weight: normal;
  color:  #ccc;
}

/* ActionKit Forms */

.actionkit #ak-errors {
       color:red;
}

.actionkit form label{
        font-style: italic; 
        width: 69px;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 29px;
        float:left;
        clear:left;
}
.actionkit form input,select {
  background-color: transparent;
  border: 0;
  height: 24px;
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}

.actionkit form ul,
form.call-form {
  width: 342px;
}

.actionkit form .nofloat {
  float: none;
}

.actionkit form input.short,
.actionkit form select.short {
  width: 100px;
  background: transparent url(../images/common/bg-call-form-short.png) no-repeat;
        float:left;
}

.actionkit form input.middle,
.actionkit form select.middle {
  width: 124px;
  background: transparent url(../images/common/bg-call-form-middle.png) no-repeat;
  float: left;
}

.actionkit form input.medium,
.actionkit form select.medium {
  width: 150px;
  background: transparent url(../images/common/bg-call-form-middle.png) no-repeat;
  float: left;
}

.actionkit form input.long,
.actionkit form select.long {
  width: 247px;
  background: transparent url(../images/common/bg-call-form-long.png) no-repeat;
  float: left;
}

.actionkit form li {
  margin: 2px 0;
}

.actionkit form .info {
  padding-top: 1px;
  font-family: Arial;
  font-size: 8.4px;
  line-height: 8px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
        float:left;
        margin-left:5px;
}

.actionkit form .info a {
  color: #999;
  text-decoration: underline;
  display: block;
}

.actionkit form .info.required {
  clear:left;
    margin-left: 64px;
}

.recent-callers li {
  border-top: 2px dotted #b7b7b7;
  padding: 7px 5px;
}

.recent-callers li:first-child {
  border: 0;
}

ul.recent-callers {
  width: 182px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

ul.recent-callers .time {
  display: block;
  color: #999;
  font-size: 12.5px;
  line-height: 16px;
}


/* 3.12 Donate
------------------------------------------------------------------------------*/

.donate #content {
  padding-top: 12px;
}

.donate .leading {
  padding: 0 19px 15px 31px;
}

.donate .leading span {
  display: block;
}

.donate .sub {
  padding-top: 0;
  padding-right: 25px;
}

.donate .right {
  width: 347px;
  float: right;
}

.donate .left,
.donate .right {
  padding-top: 27px;
}

.donate #content .left h2 {
  padding-bottom: 10px;
}

.donate .left li {
        margin: 0px 0px 5px;
}

.donate select {
   float:left;
}

.donate .authorize-net {
  margin-top: 173px;
  display: inline-block;
    float:left;
    clear:left;
}
.donate #content .right h2{
  padding-bottom: 8px;
}

.donate .dollar-amount {
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.donate .dollar-amount input[type=radio] {
  height: 13px;
}

.donate .dollar-amount label {
  width: auto;
  margin-right: 8px;
    float:none;
}

.donate .other-amount {
  padding-top: 10px;
  
}

.donate #content .credit-card-info h2 {
  padding-bottom: 13px;
}

.donate li.credit-card-logo {
  padding-left: 121px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 13px;
  color: #666;
  font-style: italic;
}

.donate li.credit-card-logo img {
  display: block;
  padding-bottom: 10px;
}

.donate .credit-card-info ul+p {
  padding-top: 23px;
  padding-left: 4px;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
    float:left; 
}

.donate .credit-card-info label {
  width: 116px;
}

.donate #card_num {
  background: url(../images/common/bg-donate-input-middle.png) no-repeat !important;
  width: 221px !important;
}

.donate .credit-card-footer {
  clear: both;
  padding-top: 40px;
}

.donate p.click-donate {
  display: block;
  float: left;
  width: 130px;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  padding-left: 4px;
}

.donate input[type=text].short+input[type=text].short {
  margin-left: 17px;
  
}

.donate .credit-card-info input[type=submit] {
  margin-top: 7px;
  margin-right: 10px;
  padding: 0 26px;
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 0 0 2em 0;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


