/* snagged from http://theme51.weblogger.com/, "Candid Blue"
   theme created by Brian Bell (http://www.bryanbell.com/)

   this theme was (and is) licensed under a Creative Commons license:

     http://creativecommons.org/licenses/by-sa/1.0/ */

@import "./common.css";

body {
  background-color: #355ea0;
}

#links {
  color: #000000;
  background-color: #355ea0;
  font-weight: bold;
}
#wrapper {
  color: #111111;
  background: #ffffff;
  border-right: 1px solid #0739bd;
}
#footer {
  color: #36300c;
  font-size: 90%;
  line-height: 130%;
  font-weight: normal;
}

/* links */
/* the blog body */
:link {
  color: #004183;
  border-bottom-color: #004183;
}

:visited {
  color: #004bba;
  border-bottom-color: #004bba;
}

:link:hover, #links :link:hover {
  color: #ffffff;
  background-color: #000000;
}

/* the menu */
#links :link {
  color: #d6edff;
}
#links :visited {
  color: #8ecaff;
}
#links :visited:hover {
  color: #99cc66;
}

/* headers */
h1 {
  color: #1a51ac;
}
h2 {
  color: #ffffff;
  background: #cccccc;
  border-bottom: 1px solid #999999;
}
#links h3 {
  color: #ffffff;
  border-bottom: 1px solid #14265b;
  background-color: #294a7f;
}
.tagline {
  color: #333333;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
