
/* Links */
a, a:link, a:active, a:visited, a:hover {
   outline: none !important;
   text-decoration: none;
   border-bottom: 0;
}

.entry-content a {
   color: #009040;
}

.entry-content a:hover {
   color: #005020;
   text-decoration: underline;
}

/* Body text */
.entry-content {
   font-size: 12pt;
   color: #000000;
}

.gr {
   color: #009040;
}

/* Footnotes */
div.footnotes {
   font-size: 10pt;
}
::marker {
}

/* Sidebar title */
h2.title.site-title {
   font-size: 22pt;
}

/* Sidebar description */
.desc-small {
  font-style: normal;
  font-size: 12pt;
}

/* Page title */
/* (unused) */
.title {
   font-size: 1em;
}

/* Accent bar */
.comments-container #disqus_thread:before,
.entry-header:after,
.entry-nav-links:before,
.footer:before,
.prev-entry~.next-entry:before,
.site-header:after,
.sep-after:after {
   border-bottom-color: #009040;
}

div.container.sep-after::after {
   border-bottom-color: #009040;
}

div.container.sep-before::before {
   border-bottom-color: #009040;
}

section.widget.widget-about.sep-after::after {
   border-bottom-color: #009040;
}

/* Logo */
.widget-about .logo {
   max-width: 6em;
}

/* Main menu text */
.main-menu a {
   color: #009040;
   font-size: 14pt;
   font-weight: bold;
   text-transform: none;
   padding: 2px 4px;
}

.main-menu li.current a {
   border: 0px solid;
   background: #dddddd;
   /*border-bottom: 2px solid;*/
   border-color: #bbbbbb;
   /* border-color: #aaaaaa; */
   border-radius: 9px;
   /*border-radius: 4px;*/
   font-weight: bold;
   /* font-weight: normal; */
}

/* Social widgets */
.widget-social_menu ul a {
   color: #009040;
   font-size: 12pt;
}

/* separator decorations */
.sep-after:after, .sep-before:before {
   margin-top: 2em;
   margin-bottom: 2em;
}
