/* Enter Your Custom CSS Here */

site { background-color: #D3D3D3; }

/*.link {
    color: #008488;
    border: none;
    box-shadow: none;
}*/

/*a {
  text-decoration: none!important;
}

.entry .entry-content a {
  text-decoration: underline!important;
}*/

.entry-content a, 
.entry-summary a, 
.widget a, 
.site-footer .widget-area a, 
.posts-navigation a, 
.widget_authors a strong,
.entry-content a:hover, 
.entry-summary a:hover, 
.widget a:hover, 
.site-footer .widget-area a:hover, 
.posts-navigation a:hover, 
.widget_authors a strong:hover {
    box-shadow: none;
}

/* add class="jumptarget" to all targets.  this block adds space to #internal page link*/

.jumptarget::before {
  content:"";
  display:block;
  height:50px; /* fixed header height*/
  margin:-50px 0 0; /* negative fixed header height */
}