/* cool theme */

@charset "UTF-8";

* { color: #333333 }
a { color: #01498e }
body {background-color: #ffffff; }

/* layout */
header, footer {
  background: #e1eced;
  background: -moz-linear-gradient(top,white,#e1eced);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#e1eced));
  background: -webkit-linear-gradient(top,white,#e1eced);
  background: -o-linear-gradient(top,white,#e1eced);
  background: -ms-linear-gradient(top,white,#e1eced);
  background: linear-gradient(top,white,#e1eced);
  border-bottom: 1px solid #999999; }

#panel-menu {
  border-bottom: 1px solid #999999 }

#footer-nav {
  border-top: 1px solid #999999; }
#top-nav li, #footer-nav li {
  background-color: #e1eced; }

#top-nav li a, #footer-nav li a {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999; }

/* index page */
.news-release dl {
  border-top: 1px solid #999999; }
  .news-release dd {
    border-bottom: 1px solid #999999; }
  .news-release dd:last-child {
    border-bottom: 1px dotted #999999; }

.boxes li {
  border-bottom: 1px solid #999999; }

/* widget */
.widget-title {
  background: #e1eced;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999; }
.widget li {
  border-bottom: 1px dotted #999999; }
.widget li:last-child {
  border-bottom: none; }

/* archive page */
#next a {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999; }

/* post page */
.mapp-layout {
  border: solid 1px #999999 !important; }
#comments h3:first-child , #comments #reply-title h3 {
  border-top: 3px double #999999; }

.content-body h2 {
  background: #e1eced;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999; }
.content-body table {
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999; }
.content-body tr td:last-child {
  border-bottom: 1px solid #999999; }
.content-body th, .content-body .row-table td:first-child {
  border-bottom: 1px solid #999999;
  background-color: #e1eced; }

