/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Site Styles
  #Typography
  #Links
  #Lists
  #Images
  #Buttons
  #Tabs
  #Forms
  #Misc 
    #contour
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
  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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
  body {
    line-height: 1; }
  ol, ul {
    list-style: none; }
  blockquote, q {
    quotes: none; }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
  body {
    background: #fff url(/images/bg-topbar.png) repeat-x;
    font: 14px/21px "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #384247;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
  h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  h1 { font-size: 40px; line-height: 45px; margin:0 0 20px 0; padding:0; }
  
  #page-head h1 {width:244px; height:267px; margin:26px 0 14px 0; display:block;} 
  #page-head h1 a {text-indent:-9999px; background: url(/images/logo-eveappeal.png) no-repeat; width:244px; height:267px; margin:0; padding:0; display:block; border:none;}
  #page-head h1 a:hover {border:none;}
  #main-content h1{border-bottom:1px dotted #b2b2b2; padding-bottom:15px}
  h2 { font-size: 32px; line-height: 40px; margin-bottom: 10px; color: #000; }
  h3 { font-size: 27px; line-height: 34px; margin-bottom: 8px; }
  h4 { font-size: 20px; line-height: 30px; margin-bottom: 4px; }
  h5 { font-size: 18px; line-height: 24px; }
  h6 { font-size: 14px; line-height: 21px; }
  .subheader { color: #777; }
    .btnDonation {cursor:pointer;}
  #home-slider .slide .desc h2{
    font-size:100%;
    line-height:140%;
    margin:0;
    font-style: italic;
    font-weight:bold;
    color:#FFF; 
    }
    
  #main-content h2{
    font-size:22px; 
    margin-bottom:0}
    
    #main-content h2 a{
      font-style:italic;}
  
  #news-links-zone h3{
    padding:12px 0 0 70px; 
    background-repeat: no-repeat; 
    height:44px; margin-bottom:30px
    }  
    
  #twitter-zone h3{
    background-image: url(/images/icon-twitter2.png)}
    
  #news-zone h3{
    background-image: url(/images/icon-news.png)}  
    
  #links-zone h3{
    background-image: url(/images/icon-links.png)}
    
  aside#nl-signup article h3{
    font-size: 24px;
    padding:10px 0 25px 65px}
    
  #news-zone h6{
    font-style: italic;
    margin:0 0 10px 0; padding:0}
  
  .follow h5{
    color: #384247;
    margin-bottom: 10px;
  }
  
  div.main article h6{font-weight:bold; font-style: italic}
  
  p { margin: 0 0 20px 0; }
  p img { margin: 0; }
  p.lead { font-size: 21px; line-height: 27px; color: #777;  }


  em { font-style: italic; }
  strong { font-weight: bold;  }
  small { font-size: 80%; }

  
  #news-zone p{
    margin:0; padding:0}
  
  #twitter-zone p a{
    font-style: italic}

  p.button-donate {
     float:right;
     margin:27px 0 0 0;
     font:120% 'AllerRegular', Arial, sans-serif;
      }
     
  p.button-donate a{
    width:131px; height:19px;
    display:block;
    overflow:hidden;
    background:#de1e31 url(/images/bg-donate2.png) no-repeat top center;
    text-align:right; font-weight:normal;
    color:#FFF;
    padding:14px 15px 12px 15px;
    margin:0; line-height:100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3); 
    border-bottom:0;
    -webkit-transition: background 0.3s linear;
    -moz-transition:  background 0.3s linear ;
    -o-transition: background 0.3s linear ;
    transition: background 0.3s linear;
    
    }

p.button-donate.contact a{
    width:85px;
background:#de1e31 url(/images/bg-contact.png) no-repeat top center;  
    }
    
    p.button-donate a:hover{
        background:#9da2a4 url(/images/bg-donate2.png) no-repeat top center;
        border-bottom:0;
    }

p.button-donate.contact a:hover{
        background:#9da2a4 url(/images/bg-contact.png) no-repeat top center;
        border-bottom:0;
    }



  #home-intro p, #nl-signup article p{
   font-size:117%}
  
  #home-intro p.link-more{
    font-weight:bold;
    font-size:100%!important
    }
  
  
  .link-more, #main-content p.backtoprev a{
    padding-left:15px!important;
    background: url(/images/arrow-link.png) no-repeat 0 5px;
    font-style: italic}
  
  #main-content p.intro, #main-content div.intro p{
    border-bottom:1px dotted #b2b2b2;
    padding:0 0 20px 0;
    margin:0}
    
    #main-content p.intro a, #main-content div.intro a, #main-content article.full-article p a{
      font-weight:bold;
      font-style:italic}
      
    #main-content article.entry p.date{
      font-size:117%;
      margin:0; padding:0
      }
  
  #main-content p.backtoprev{
    
    margin-bottom:20px;
    font-weight: bold;
    }
    
  #main-content p.top-link{
    padding-bottom:15px;
    border-bottom:1px dotted #b2b2b2; }
  
  #main-content p.btm-link{
    padding-top:15px;
    border-top:1px dotted #b2b2b2; }
    
  p.backtotop {
    padding-top:2px}  
    
  p.backtotop a{
    font-size:110%;
    font-style: italic;
    color:#FFF; 
    border-bottom:0; 
    padding:0 10px;
    vertical-align: middle;
    }
    
    p.backtotop a span{
      background: url(/images/arrow-backtotop.png) no-repeat left top;
      width:29px; height:30px;
      display:block;
      float:left;
      margin-top:-3px;
      }
      
    p.backtotop a:hover span{
      background: url(/images/arrow-backtotop.png) no-repeat left bottom;
      border-bottom:0; }  
    
  /*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
  blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
  blockquote cite { display: block; font-size: 12px; color: #555; }
  blockquote cite:before { content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

  hr { border:0; clear: both; margin: 12px 0; height: 0; }
  
  hr.div-bar{
    width:100%; height:12px; 
    background: url(/images/divider-grey.png) repeat-x;
    border:0; 
    }
    
    hr.aside{
    width:260px;}
    

/* #Links
================================================== */
  a, a:visited { 
    color: #de1e31; 
    text-decoration: none; 
    outline: 0; 
    border-bottom:1px dotted transparent;
    -webkit-transition: all 0.3s linear ;
      -moz-transition:  all 0.3s linear ;
      -o-transition:  all 0.3s linear ;
      transition:  all 0.3s linear ;
  }
  
  a:hover, a:focus { 
    color: #384247; 
    border-bottom: 1px dotted #384247;
  }
    
  p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
  ul, ol { margin-bottom: 20px; }
  ul { list-style: none outside; }
  ol { list-style: decimal; }
  ol, ul.square, ul.circle, ul.disc, .bodyText ul { margin-left: 30px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc, .bodyText ul { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; }
  ul.large li { line-height: 21px; }
  li p { line-height: 21px; }
  
  ul.cols-2 li{
    float:left;
    width:90%
    }
    
  ul.blue li a{
    color:#00afc4;
    }
    
    ul.blue li a:hover{
    color: #384247;}
  
  #footer-legal ul {float:left;}
  #footer-legal ul li.copymessage {width:79%;}  
  #footer-legal a.infostandard {display:block; float:left; width:116px; height:70px; margin-bottom:10px; margin-left:20px;}
  #footer-legal a.frsb {display:block; float:left; width:164px; height:70px; margin-bottom:10px; margin-left:20px;}
    #footer-legal a.frsb img, #footer-legal a.infostandard img {max-width:100%; width:100%;}

  #footer-legal li {
    float:left;
    font-size:90%;
    padding:6px 10px;
    border-left:1px dotted #FFF;
    margin-top:10px;
    }  
    
    #footer-legal li:first-child{
      padding-left:0px;
      border-left:0 dotted #FFF
      }
      
  #footer-legal li a{
    color:#FFF;
    border-bottom:1px dotted #720000;
    }
  
  #footer-legal li a:hover{
    border-bottom:1px dotted #fff;}

/* #Images
================================================== */

  img.scale-with-grid {
    max-width: 100%;
    height: auto; }


/* #Buttons
================================================== */

  a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  a.button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa; }

  a.button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }


/* #Tabs (activate in tabs.js)
================================================== */
  ul.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #ddd; }
  ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0; }
  ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px; }
  ul.tabs li a.active {
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
  ul.tabs li:first-child a.active {
    margin-left: 0; }
  ul.tabs li:first-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; }
  ul.tabs li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }

  ul.tabs-content { margin: 0; display: block; }
  ul.tabs-content > li { display:none; }
  ul.tabs-content > li.active { display: block; }

  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  ul.tabs:after {
    clear: both; }
  ul.tabs {
    zoom: 1; }


/* #Forms
================================================== */

  form {
    margin-bottom: 0px; }
  fieldset {
    margin-bottom: 20px; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    font: 13px "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
  select {font: 13px Helvetica, Arial, sans-serif;
    padding: 0; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border: 1px solid #aaa;
     color: #444;
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
  textarea {
    min-height: 60px; }
  label,
  legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
  select {
    width: 220px; }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }
    
  span.required {color:#DE1E31;}
  
  #searchform, #searchformMobile {
    display: block;
    float: left;
    margin: 35px 0 0 0;
    width: 50%;
    position: relative;
  }
    
  #searchform input, #searchformMobile input{
  font-style: italic;
  width: 100%;
  color: #000;
  }
  
  #contour.keepmeupdated{
  margin:20px 0
  }
  
  div#contour.keepmeupdated div.contourField.text.email div {width:90%}
  div#contour.keepmeupdated div.contourField.text.email div input {
  font-style: italic;
  width: 95%;
  color: #000;
  margin-bottom:10px;
  margin-left:0;
  }
  
  
  
  #searchform button, #searchformMobile button, #search404 button, #main #search404 button {
    background: url("/images/icon-search.png") no-repeat scroll center center #FFFFFF;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 17px; width: 17px;
    overflow: hidden;
    position: absolute;
    top: 5px; right: 0px;
    text-indent: -5000px;
    }
    
     #contour.keepmeupdated input[type="submit"]{
       border:0;
       width:auto;
       border-bottom: 1px dotted #FFF; 
       padding:2px 0 0 10px;
    background:transparent url(/images/arrow-link.png) no-repeat 0 7px;
    font: italic bold 100% Georgia;
    color:#de1e31;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
    }
    
  
    #contour.keepmeupdated input[type="submit"]:hover{
      color: #384247; 
      border-bottom: 1px dotted #384247;
    }    

/* #Misc
================================================== */
  .remove-bottom { margin-bottom: 0 !important; }
  .half-bottom { margin-bottom: 10px !important; }
  .add-bottom { margin-bottom: 20px !important; }
  

  .clearfix { zoom : 1; }
  .clearfix:before, 
  .clearfix:after,
  .listing:before,
  .listing:after, .listing:before { 
  content : "\0020"; 
  display : block; 
  height : 0; 
  overflow : hidden; 
  }

  .clearfix:after, .listing:after { 
  clear : both; 
  }

  .red{color:#de1e31}
  .blue {color:#00afc4}
  a.blue, a.blue:visited {color:#00afc4;}
  a.blue:hover {color:#000;}

/*contour styles
.keepmeupdated label,.keepmeupdated br{display:none!important;}*/
.keepmeupdated fieldset{padding:0!important;margin-bottom: 3px!important;}
.keepmeupdated input.text{font-style: italic;
  width: 95%!important;
  color: #000;}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
