nav#main { 
  background: url(/theme/img/nav.png) repeat-x center top;   
  width: 990px;
  padding: 0;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0; 
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
    
nav#main ul { list-style: none; }
   
nav#main ul li {    
   float: left; 
   position: relative;
   display: inline-block;
   padding: 0; } 
   
nav#main ul li a {
  height: 20px;
  padding: 10px 55px;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-family: "jaf-bernino-sans";
  font-weight:400;
  display: inline-block;
}
.ie nav#main ul li a { padding: 20px 23px; }

nav#main ul li a:hover { color: #fee592; }
nav#main ul li a:active { color: #e79326; }


nav#main li.nav-home a {
  background: url("/theme/img/home.png") no-repeat scroll 12px 10px transparent;
  display: block;
  height: 30px;
  padding: 10px 10px 0;
  text-indent: -9999px;
  width: 18px; }

nav#main li.nav-home a:hover {
  color: #E79326 ; }

nav#main li.nav-donate a {
  font-weight:800;
  color: #fee592;
}


nav#main ul > li:hover a.dropdown {
   background-color: #E79326;
   color: white;
   -moz-border-radius:    6px 6px 0 0;
   -webkit-border-radius: 6px 6px 0 0;
   border-radius:         6px 6px 0 0;
   z-index: 222;
} 

nav#main ul li.nav-contribute, 
nav#main ul li.nav-act { background-image: none; }
nav#main ul li.nav-contribute a {
   background-color: #eb6e1f;
   padding: 10px 10px 0;
   margin: 3px 0 0 0;
   color: #fff;
   -moz-border-radius:    6px;
   -webkit-border-radius: 6px;
   border-radius:         6px; 
   -webkit-transition: background-color .35s ease-in-out;
   -moz-transition:    background-color .35s ease-in-out;
   -o-transition:      background-color .35s ease-in-out;
   -ms-transition:     background-color .35s ease-in-out;
   transition:         background-color .35s ease-in-out; }
.ie nav#main li.nav-contribute a { padding: 15px 20px; }

nav#main ul li.nav-contribute a:hover {
   background-color: #fdb825;
   color: #fff; }
   



 /* Submenu
------------------------------------ */

nav#main ol { 
  background: #fff;
  list-style: none;
  width: 230px;
  margin: 0;
  padding: 3px;
  display: none;
   -moz-border-radius:    0 0 6px 6px; 
   -webkit-border-radius: 0 0 6px 6px; 
  border-radius:         0 0 6px 6px;  
  position: absolute; 
  left: 0;
  top: 40px;
  z-index: 9999999;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition:    all .35s ease-in-out;
   -o-transition:      all .35s ease-in-out;
   -ms-transition:     all .35s ease-in-out;
  transition:         all .35s ease-in-out;
  border-left: 1px solid #EDE4DA;
  border-right: 1px solid #EDE4DA;
  border-bottom: 1px solid #EDE4DA;
}

nav#main li:hover ol,
nav#main li.over ol { display: block; }
   
nav#main ol li {
  background: url("/theme/img/bullet-yel.png") no-repeat scroll 0 14px transparent;
	padding: 2px !important;
	text-align: left; 
  float: none;
	display: block;
  margin-left:10px;
}
	
nav#main ol li a {
   width: auto;
   height: auto;
   padding: 7px 10px !important;
   display: block;
   float: none;   
   text-indent: 0;
   color: #55290e;
   text-transform: none;
   font-weight: 300;
   -moz-border-radius:    2px; 
   -webkit-border-radius: 2px;
   border-radius:         2px; 
   -webkit-transition: all .35s ease-in-out;
   -moz-transition:    all .35s ease-in-out;
   -o-transition:      all .35s ease-in-out;
   -ms-transition:     all .35s ease-in-out;
   transition:         all .35s ease-in-out; }

nav#main ol li a:hover { 	
	color: #e58f25 !important; }
nav#main ol li a:active { 
   color: #6f6f6f !important;  
	-moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
	box-shadow:         inset 1px 1px 2px rgba(0,0,0,.3); }


 /* Section Nav
------------------------------------ */

#snav { 
  padding: 0;
  text-align: left; 
  background: #fff;
    -moz-border-radius:    6px 6px 6px 6px; 
    -webkit-border-radius: 6px 6px 6px 6px;  
  border-radius:         6px 6px 6px 6px; 
  margin-bottom:20px;
    -moz-box-shadow:       0px 0px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.35);
  box-shadow:         0px 0px 2px rgba(0,0,0,.35);}
   
#snav h3 {
    font: 300 24px/1 "jaf-bernino-sans", arial;
    background: #6a421b;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .5em;
    padding:15px 20px;
    -moz-border-radius:    6px 6px 0 0; 
    -webkit-border-radius: 6px 6px 0 0;  
  border-radius:         6px 6px 0 0;
  color:#ffffff;}
  
#snav h3 a {
 color: #fff;
}

#snav h3 a:hover {
 color: #fee592;
}
    
#snav ul { list-style: none; padding: 0 20px 10px; }   

#snav li { 
  /*padding: 2px !important;*/
  font-size: 15px;
  background: url("/theme/img/bullet-yel.png") no-repeat scroll 0 12px transparent;
}  

#snav li a { 
  display: block;
  color: #6a421b;
  width: auto;
  height: auto;
  padding: 5px 10px;
}  

#snav li:hover a { 
  color: #e79326;
}

#snav li:active a { 
   color: #e79326;
}    
   
#snav li.active a { color: #e79326; }
#snav li.active:hover a { }

#snav ul ul {
    padding: 0;
}

#snav li li {
  background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    color: #fee794;
    margin: 0 0 0 30px;
    padding: 0;
}

#snav li li a { 
 padding:0; 
}

#snav li.active li a, #snav li li.active a {
    color: #55290E;
    font-size: 13px;
    line-height: 1.4em;
    padding: 3px 0;
    background: none;
}

#snav li.active li a:hover, #snav li li.active a:hover {
    color: #93400d;
    }


 /* Blog Nav
------------------------------------ */

#bnav { 
   text-align: left;
   background: #FEF8E6;   
   padding: 15px;
   margin-bottom: 20px;
   -moz-border-radius:     4px;
   -webkit-border-radius:  4px;
   border-radius:          4px; 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.35);
    box-shadow: 0px 0px 2px rgba(0,0,0,.35);
} 

#bnav h3 { 
   text-transform: uppercase;
   margin: 10px 0 5px;
   color: #55290e;}
#bnav h3:first-child { margin-top: 0; }

#bnav select { 
   background: #78496a;   
   border: none;
   width: 190px;
   margin: 0 auto;
   padding: 7px 9px 6px 6px; 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px;    
   cursor: pointer; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 13px;
   color: #fff;
   transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
   -o-transition:      all .35s ease-in-out;  
   -ms-transition:     all .35s ease-in-out; } 
#bnav option { 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px; } 
#bnav select:hover { 
   background: #e58f25; 
   color: #fff; 
   box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);       
   -moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
#bnav select:focus { 
   background: #72aeb5 ;   
   color: #fff;
   cursor: text; 
   box-shadow:         inset 1px 1px 1px rgba(0, 0, 0, 0.35);       
   -moz-box-shadow:    inset 1px 1px 1px rgba(0, 0, 0, 0.35);
   -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35); }
      

/* --------------- Actions --------------- */

.actions { 
    width: 200px;
    padding: 10px;
    margin: auto;
    -moz-border-radius:    4px;
    -webkit-border-radius: 4px;
    border-radius:         4px; 
    background: none repeat scroll 0 0 #E58F25;
}
    
#home .actions {
        width: 920px; 
        margin: 10px auto; 
        }  
       
.actions h2 {
   margin: 13px 0 8px;
   font-family: "jaf-bernino-sans";
   line-height: 1;
   font-weight: 300;
   color: #78496A;
   text-transform: uppercase;
   font-size: 18px;
   } 

   #home .actions h2 { font-size: 22px; }  

.actions section { 
   float: left;
   width: 200px;
   margin: 0;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px; 
   }
    
.act .actions section:first-child { margin-bottom: 0; }
    
  #home .actions section { 
      float: left;
      width: 313px;
      height: 100px;
      margin: 0 10px 0 0;
   }
      
#options .actions section:last-child { margin-bottom: 0px; }

#home .actions section:last-child { margin-right: 0px; } 



/* --- Connect --- */

.connect { color: #78496A; }   
   
.like, .follow, .col3 .vimeo, .flickr {
    width: 113px;      
    height: 28px;
    padding: 6px;
    margin: 10px 0;
    display: inline-block;
    -moz-border-radius:    4px;
    -webkit-border-radius: 4px;
    border-radius:         4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    text-indent: -9999px;
    }
    
.like:hover, .follow:hover, .col3 .vimeo:hover, .col3 .flickr:hover {
    box-shadow:            1px 1px 2.5px rgba(0, 0, 0, 0.25);       
    -moz-box-shadow:    1px 1px 2.5px rgba(0, 0, 0, 0.25);    
    -webkit-box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.25); 
    }
    
.like:active, .follow:active, .col3 .vimeo:hover, .col3 .flickr:hover {
    box-shadow:            inset 1px 1px 2.5px rgba(0, 0, 0, 0.2);       
    -moz-box-shadow:    inset 1px 1px 2.5px rgba(0, 0, 0, 0.2);    
    -webkit-box-shadow: inset 1px 1px 2.5px rgba(0, 0, 0, 0.2); 
    }
      
.connect iframe { float: left; }
.like iframe { margin-top: 4px; }       

.like { background: #3b5998; }   
.like:hover { background: #243e6f; }      

.follow { background: #0493c9; }  
.follow:hover  { background: #037fae; }  

.col3 .vimeo.cf { background: #44c3ee;}

.col3 .vimeo.cf a {
    background: url("/theme/img/btn-vimeo.png") repeat scroll 0 0 transparent;
    display: block;}

.col3 .flickr { background: #ededed;}

.col3 .flickr.cf a {
    background: url("/theme/img/btn-flickr.png") repeat scroll center center transparent;
    display: block;}

.connect a.icon { 
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    opacity: .8;   
    margin-right: 4px;
    display: inline-block; 
    float: left; 
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition:   opacity .3s ease-in-out;
    -ms-transition:  opacity .3s ease-in-out;
    transition:      opacity .3s ease-in-out; 
    }   
    
   .connect a.icon:hover { opacity: 1; }
   
.like a.icon { background-image: url(/theme/img/facebook.png); }
.follow a.icon { background-image: url(/theme/img/twitter.png); }



/* --- Contribute --- */

.actions .contribute { 
    background: #eb6e1f;
    height: 90px;
    font-family: "jaf-bernino-sans";  
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    }
    
    #home .actions .contribute { height: 100px; }
    
.actions .contribute:hover { 
    background: #eb9c1f;
    -moz-box-shadow:       0 1px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow:         0 1px 2px rgba(0,0,0,.35); 
    }
      
.contribute h2 { margin: 13px 0 6px; }        
.contribute h2 a { color: #fff; }  
.contribute h2:hover a { color: #FFD781; }        

.contribute form { 
    background: rgba(255,255,255,.15);
    padding: 6px;   
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;  
    }  
    
.contribute:hover form { 
    background: #df6111;
    -moz-box-shadow:    0 1px 2px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow:         0 1px 2px rgba(0,0,0,.35); 
    }
      
.contribute ol { 
    list-style: none;
    margin: 0; 
    }    
   
.contribute li { 
    display: inline;
    position: relative; 
    }
   
.contribute input { 
      background: #fff;   
      border: none;
      width: 50px;
      margin: 0 auto;
      padding: 6px 6px 5px; 
      cursor: pointer; 
      border-radius:          4px;
      -moz-border-radius:     4px; 
      -webkit-border-radius:  4px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1;
      color: #eb6e1f;
      transition:         all .35s ease-in-out;    
      -webkit-transition: all .35s ease-in-out;  
      -moz-transition:    all .35s ease-in-out;  
      -o-transition:      all .35s ease-in-out;  
      -ms-transition:     all .35s ease-in-out; 
      } 

.contribute input:hover { 
    background: #ecbf1a;
    color: #606060;
    box-shadow:         1px 1px 2.5px rgba(0, 0, 0, 0.1);       
    -moz-box-shadow:    1px 1px 2.5px rgba(0, 0, 0, 0.1);    
    -webkit-box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.1); 
    }
   
.contribute input:focus { 
    background-color: #e9e9e9;
    color: #606060;
    cursor: text; 
    box-shadow:         inset 1px 1px 2px rgba(0, 0, 0, 0.25);       
    -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25); 
    }
      
.contribute button {
    background: #6f6f6f; 
    width: 33px;
    height: 33px;
    border: none;   
    position: relative;
    top: 2px;
    font-family: "jaf-bernino-sans";
    font-size: 15px;
    font-weight: 400;
    color: #ecbf1a;   
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius:       4px;
    -webkit-border-radius: 4px;
    border-radius:         4px;
    transition:            all .35s ease-in-out;   
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    } 

.contribute button:hover { 
    background-color: #ecbf1a;
    color: #6f6f6f; 
    }  
   
.contribute button:active { 
    background-color: #ecbf1a;
    box-shadow:         inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);		 
    -moz-box-shadow:    inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25); 
    } 
      
/* --- Volunteer --- */

.actions .volunteer {
    background: #8c9ca3; 
    transition:         all .35s ease-in-out;    
    -webkit-transition: all .35s ease-in-out;  
    -moz-transition:    all .35s ease-in-out;  
    -o-transition:      all .35s ease-in-out;  
    -ms-transition:     all .35s ease-in-out; 
    }
      
   .actions .volunteer:hover {
        background: #11b8d2; 
        -moz-box-shadow:    0 1px 2px rgba(0,0,0,.35);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
        box-shadow:         0 1px 2px rgba(0,0,0,.35); 
        }
         
   .actions .volunteer:active {
        background: #0e9cb6; 
        -moz-box-shadow:    inset 1px 0px 2px rgba(0,0,0,.35);
        -webkit-box-shadow: inset 1px 0px 2px rgba(0,0,0,.35);
        box-shadow:         inset 1px 0px 2px rgba(0,0,0,.35); 
        }      

.actions .volunteer h2 {
    margin: 0;
    line-height: 22px; 
    font-size: 15px;
    }
    
#options .volunteer h2 {
    font-size: 15px;
    }
    
#options .volunteer h2 strong {
    font-size: 18px;
    }
   
.actions .volunteer h2 a { 
    color: #fff; 
    }  

.actions .volunteer:hover h2 a { 
    color: #fff; 
    text-shadow: 1px 1px 1px rgba(0,0,0,.25); 
    }  

.actions .volunteer a {
    display: block;
    height: 48px;
    padding: 17px 0 15px; 
    }
     
  #home .volunteer a { padding: 27px 0 25px; }
   
.actions .volunteer strong {
    display: block;
    font-weight: 600; 
    }
   


     
/* TOPNAV */

#top-nav {
    background: none repeat scroll 0 0 #e79326;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 5px 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    
}

#top-nav span { float:left; font-weight:400;}

#top-nav a { color: #fff; }
#top-nav a:hover { color: #fee592;}

#searchform {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/theme/img/search.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    margin-left: 20px;
}

#searchform input {
  float: left; 
  margin: 0;
  padding: 6px 10px;
  height: 14px;
  border: none;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  color: #696969;
}

input#searchsubmit {
    background: url("/theme/img/arrow.png") no-repeat scroll 7px 6px #8F5A25;
    border: medium none;
    display: block;
    float: left;
    height: 26px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
    -moz-border-radius: 0 6px 6px 0 !important;
    -webkit-border-radius: 0 6px 6px 0 !important;
    border-radius: 0 6px 6px 0 !important;
    
}

#searchsubmit:hover { opacity: .9;}





nav.connect {
  position: absolute;
  right: 1em;
  top: 3.1em;
  display: table; }
nav.connect section {
  display: table-cell;
  position: relative;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 1em;
  color: #e79326;
  font-weight: 400;
}
  
nav.connect section > a {
  display: block;
}
nav.connect section > a:hover {
  color: #5f3b16;
}  

nav.connect .donate a {
  background: #6fb03e;
  color: #fff;
  padding: .15em .4em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;  
  font-weight: 600;
}  
nav.connect .donate a:hover {
  background: #e79326;
  color: #fff;
}


.addthis_inline_follow_toolbox {
  display: inline-block;
  position: relative;
  top: .8em; }
#atftbx > p {
  display: none; }
