nav#main { 
  background: none; 
  font-family: "proxima-nova", sans-serif;
  width: 1200px;
  height: 40px;
  padding: 0;   
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 100; }

nav#main ul { list-style: none; margin: 0 auto;}

nav#main ul li {      
  float: none; 
  position: relative;
  display: inline-block;
  padding: 0; } 
  nav#main ul li.nav-menu { display: none; }

nav#main ul li a {
  height: 18px;
  padding: 11px 15px;
  font-size: 18px;
  letter-spacing: -.5px;
  font-weight: 600;
  line-height: 1;
  color: #fff;     
  display: inline-block;
  -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 ul li a:hover { background-color: #fff; color: #003659; }
nav#main ul li a:active { background-color: #003659; color: #ad2624; }

nav#main ul li.active { background-color: #e1e1e1; }
nav#main ul li.active a { color: #003659; }

nav#main ul > li:hover a.dropdown {
  background-color: #fff;
  color: #003659; }   



/* Submenu
------------------------------------ */

nav#main ol { 
  background: #fff;
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 8px;
  display: none; 
  position: absolute; 
  left: 0px;
  top: 40px;
  z-index: 1;
  font-size: 11px;
  line-height: 11px;
  text-transform: none !important;
  -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;
  -webkit-box-shadow: 1px 5px 5px 0 rgba(0,0,0,.2);
   box-shadow: 1px 5px 5px 0 rgba(0,0,0,.2);}
   
   nav#main ul li:last-child ol { left: -56px; }

nav#main li:hover ol,
nav#main li.over ol { display: block; }

nav#main ol li {
  background-image: none;
  padding: 2px !important;
  text-align: left; 
  float: none;
  display: block; }

nav#main ol li a {
  background-color: #eee;
  width: auto;
  height: auto;
  padding: 7px 6px !important;
  display: block;
  color: #003659;
  float: none;   
  text-indent: 0;
  -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 { 
   padding: 7px 6px 7px 12px !important;
  background-color: #ad2624 !important; 	
  color: #fff !important; }
nav#main ol li a:active { 
  background-color: #003659 !important; 
  color: #fff !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); }

/* Third Menu
------------------------------------ */

nav#main ol ol {
   background: #ad2624;
  width: 200px;
  margin: 0;
  padding: 4px;
  display: none !important; 
  position: absolute; 
  left: 198px;
  top: 2px;
  z-index: 1; }

nav#main ol li:hover ol,
nav#main ol li.over ol { display: block !important; }

nav#main ol ol li {
  background-image: none;
  padding: 2px !important;
  text-align: left; 
  float: none;
  display: block; }

nav#main ol ol li a {
  background-color: #ad2624 !important;
  width: auto;
  height: auto;
  padding: 5px 4px !important;
  display: block;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 13px !important;
  float: none;   
  text-indent: 0;
  -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 ol li a:before { 
   font-size: 16px !important; color: #fff !important; top: 2px !important; left: 30px !important; content: "• " !important; }
   
nav#main ol ol li a:hover { 
   padding: 5px 4px !important;
  background-color: #003659 !important;    
  color: #fff !important; }
nav#main ol ol li a:active { 
  background-color: #003659 !important; 
  color: #fff !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); }
  
nav#main ul ol li:last-child ol { left: 198px; }
nav#main ul li:last-child ol ol, nav#main ul li:nth-last-child(2) ol ol { left: -206px; }

/* Section Nav
------------------------------------ */

#snav { 
  padding: 0 0 10px 0;
  text-align: left; }

#snav h3 {
  font: 700 22px/1 "proxima-nova", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .5em;
  color: #003659; }
  #snav h3 a { color: #003659; }

#snav ul { list-style: none; }   
#snav li { margin: 2px auto; }  
#snav li a { 
   position: relative;
  background: rgba(255,255,255,0);
  padding: 6px 5px 6px 20px; 
  display: block;
  font: 300 20px/1 "proxima-nova", sans-serif;
  text-transform: none !important;
  color: #ad2624;    
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:    all .25s ease-in-out;
  -o-transition:      all .25s ease-in-out;
  -ms-transition:     all .25s ease-in-out;
  transition:         all .25s ease-in-out; }  
#snav li a:hover { 
  background: rgba(255,255,255,.5);
  padding: 6px 5px 6px 30px;  }
#snav li a:active { 
  background: rgba(255,255,255,1);
  padding: 6px 5px 6px 30px;  
  color: #003659; }    

#snav li a:before { 
   font-family: 'trilogyicons'; font-size: 16px; color: #ad2624; position: absolute; top: 7px; left: 0; 
   -webkit-transition: all .25s ease-in-out;
   -moz-transition:    all .25s ease-in-out;
   -o-transition:      all .25s ease-in-out;
   -ms-transition:     all .25s ease-in-out;
   transition:         all .25s ease-in-out;
   content: " > " }
#snav li a:hover:before { left: 10px; }

#snav li.active a { color: #ad2624; }
#snav li.active a:hover { color: #003659; }

#snav li.active a:before { font-family: 'trilogyicons'; font-size: 16px; color: #ad2624; content: " > " }

ul.ancestry { list-style: disc; margin-bottom: 1em; display:none; }
#snav li ul.ancestry { display:block; }
ul.ancestry li { margin: 1px auto !important; }
ul.ancestry li a {
   background: none !important;
   color: #003659 !important;
   font: 300 15px/1 "proxima-nova", sans-serif !important;
   padding: 4px 5px 4px 40px !important; 
}
ul.ancestry li a:hover { 
   color: #ad2624 !important;
  background: rgba(255,255,255,.5) !important;
  padding: 4px 5px 4px 50px !important;  }
  
ul.ancestry li a:before { content: "" !important; }
ul.ancestry li a:before { 
   font-size: 16px !important; color: #003659 !important; top: 2px !important; left: 30px !important;
   content: "• " !important; }
ul.ancestry li a:hover:before { left: 40px !important; color: #ad2624 !important; }

/* Footer Nav
------------------------------------ */
nav#footer ul { list-style: none; width: 100%; }

nav#footer ul li { 
   max-width: 140px;
  padding-right: 20px;
  position: relative;
  display: inline-block; } 
  nav#footer ul li.nav-menu { display: none; }

nav#footer ul li a {
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #646464;     
  display: block;
  -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; }
.ie nav#footer ul li a { padding: 0; }

nav#footer ul li a:hover { color: #6699cc; }
nav#footer ul li a:active { color: #ad2624; }

nav#footer ol { 
  list-style: none;
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 13px !important;
  line-height: 13px !important;
  -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#footer li:hover ol,
nav#footer li.over ol { display: block; }

nav#footer ol li {
  background-image: none;
  padding: 4px 0 !important;
  text-align: left; 
  float: none;
  display: block; }

nav#footer ol li a {
  width: auto;
  height: auto;
  padding: 0 !important;
  display: block;
  color: #646464;
  float: none; 
  font-size: 13px !important;
  line-height: 13px !important;
  text-indent: 0;
  -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#footer ol ol { display: none; }
nav#footer li:hover ol ol,
nav#footer li.over ol ol { display: none; }

/* Utility Nav
------------------------------------ */
#utility-nav {
   position: absolute;
   top: 18px;
   right: 20px;
}
#utility-nav ul {
   list-style: none; 
   width: auto;
}
#utility-nav ul li {
   position: relative;
   display: inline-block;
}
#utility-nav ul li a { 
   color: #fff; 
   -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; }
#utility-nav ul li a:hover { color: #91bbe1; }
#utility-nav ul li:nth-child(-n+2) {  top: -4px; }
#utility-nav ul li:nth-child(-n+2) a:after { color: #185e8c; padding: 0 .5em; font-size: 16px; content: "  •  " }
#utility-nav ul li:nth-child(3) { padding: 0 2em 0 0; top: -3px; }

a.t, a.f, a.y, a.l, a.i { color: #fff; font-family: 'trilogyicons'; font-size: 19px; margin: 0 .25em; }
a.y { font-size: 18px; }
a.i { font-size: 18px; }

.search { margin-left: 2em; top: .5em;}

.search input.searchfield { 
   background: #fff;
   width: 150px;
   height: 26px;
   border: none;
   padding: 4px 8px;  
   cursor: pointer; 
   font-family: "jubilat",sans-serif;
   font-style: italic;
   font-size: 15px;
   line-height: 1;
   color: #000;
   float:left;
   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; } 

.search input.searchfield:hover { 
   background: #185e8c; 
   color: #fff; }

.search input.searchfield:focus { 
   background: #185e8c;   
   color: #fff;
   cursor: text; } 

.search button {
   background: #fff; 
   width: 34px;
   height: 34px;
   padding: 4px;
   border: none;   
   font-family: 'trilogyicons'; 
   font-weight: 300;
   letter-spacing: 1px;
   font-size: 26px;
   line-height: 26px;
   color: #003459;
   display: block;
   float: left;
   position: relative;
   cursor: pointer;
   transition: background-color .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;  } 
.search button:hover { background-color: #185e8c; color: #fff; }  
.search button:active { 
   background-color: #ad2623;  } 

/* Blog Nav
------------------------------------ */

#bnav { 
  text-align: left;
  background: #eee;   
  padding: 15px;
  margin-bottom: 10px;
  -moz-border-radius:     6px;
  -webkit-border-radius:  6px;
  border-radius:          6px; 
  -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; } 
#bnav:hover { background-color: #dcdcdc; }

#bnav h3 { 
  text-transform: uppercase;
  color: #00aec5; 
  margin: 10px 0 5px; }
#bnav h3:first-child { margin-top: 0; }

#bnav select { 
  background: #677d86;   
  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: #fdbc32;
  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: #eb6e1f; 
  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: #8c9ca3 ;   
  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 {
  background: #fff;   
  width: 340px;
  min-height: 400px;
  position: relative;
  float: left;
  top: -20px;
  left: 20px;
  padding: 0;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
   box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1); }   

.actions h2 {
  margin: 13px 0 8px;
  font-family: "museo-sans", arial;
  line-height: 1;
  font-weight: 300;
  color: #fff; 
  font-size: 18px; } 

#home .actions h2 { font-size: 22px; }  

.actions section { 
  float: left;
  width: 200px;
  margin: 0 0 10px 0;
  -moz-border-radius:     6px;
  -webkit-border-radius:  6px;
  border-radius:          6px; }

.act .actions section:first-child { margin-bottom: 0; }

#home .actions section { 
  width: 313px;
  height: 100px;  
  float: left;
  margin: 0 10px 0 0; }

#options .actions section:last-child { margin-bottom: 0px; }

#home .actions section:last-child { margin-right: 0px; } 

#interior .actions {
   float: none;
   top: 0;
   left: 0;
   width: 250px;
   margin: 0 0 1em 0;
}

/* --- Connect --- */

.connect { background: #8c9ca3; }   

.like, .follow {
  width: 116px;      
  height: 28px;
  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; }

.like:hover, .follow: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 {
  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; } 

.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: "museo-sans", arial;   
  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: "museo-sans", arial;
  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); }      

.volunteer h2 {
  margin: 0;
  line-height: 22px; 
  font-size: 15px; }

#options .volunteer h2 { font-size: 15px; }
#options .volunteer h2 strong { font-size: 18px; }
.volunteer h2 a { color: #fff; }  

.volunteer:hover h2 a { 
  color: #fff; 
  text-shadow: 1px 1px 1px rgba(0,0,0,.25); }  

.volunteer a {
  height: 48px;
  padding: 17px 0 15px;
  display: block; }

#home .volunteer a { padding: 27px 0 25px; }

.volunteer strong {
  display: block;
  font-weight: 600; }


/* ---- Feed Controls ---- */   

.feed ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 15px; 
  margin: 0; }
  #home .feed ul { right: 1.5em; top: 1.5em;}

.feed li { 
  width: 14px; 
  display: block;
  margin-right: 5px;
  float: left; }
.feed li:last-child { margin-right: 0; }

.feed li a { 
  background-color: #6497cc;
  height: 14px;
  width: 14px;
  display: block;
  position: relative;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
  border-radius:         7px; 
  -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; }
.feed li:hover a { 
  background-color: #ac2424;
  -moz-box-shadow:    0 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow:         0 1px 1px rgba(0,0,0,.3); }
.feed li:active a { 
  background-color: #003456;
  -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
  box-shadow:         inset 0 1px 1px rgba(0,0,0,.3); }
.feed li.ui-tabs-active a { 
  background-color: #003456;
  -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  box-shadow:         inset 0 1px 2px rgba(0,0,0,.3); }         

