

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* screenreader-text class */
.screenreader-text {
 position:absolute;
 left:-10000px;
 top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
/* Skip links */
#skip a {
position:absolute;
 left:-10000px;
 top:auto;
 width:1px;
 height:1px;
overflow:hidden;
} 

#skip a:focus {
 position:static;
 width:auto;
 height:auto;
 } 













