body {
  background: #eee; }

h2, h3 {
  color: #0b345d; }

/* ====== Header ====== */
#header {
  background: #0b345d;
  background: linear-gradient(to bottom, #0b345d, #194b7d);
  color: #fff;
  border-bottom: 5px solid #f1e091; }
  #header .header-title a {
    color: #f1e091; }
  #header .header-subtitle {
    color: #fff; }
  #header a {
    color: #f1e091; }

/* /Header */
/* ====== Main Menu ====== */
#menu-main .topnav > li a {
  color: #fff;
  border: 1px solid #f1e091;
  color: #f1e091;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px; }
  #menu-main .topnav > li a:hover {
    background: #f1e091;
    color: #0b345d; }

/* /Main Menu */
/* ====== Post Item ====== */
.post-item a {
  color: #194b7d; }
.post-item .post-title a {
  color: #194b7d; }
.post-item .post-date {
  color: #194b7d; }
.post-item .post-tags a {
  color: #0b345d; }

/* /Post Item */
/* ====== Page Item ====== */
.page-item .page-info {
  color: #194b7d; }
.page-item .page-tags a {
  color: #194b7d; }

/* /Page Item */
/* ====== Commentaries ====== */
.commentaries a {
  color: #194b7d; }
.commentaries textarea {
  border-color: rgba(25, 75, 125, 0.5); }
  .commentaries textarea:focus {
    border-color: #194b7d; }
.commentaries #respond #submit {
  background: #0b345d;
  color: #fff; }
  .commentaries #respond #submit:hover {
    background: #194b7d; }

/* /Commentaries */
/* ====== Pagination ====== */
.pagination a, .pagination span {
  background: #f1e091; }
  .pagination a:hover, .pagination span:hover {
    background: #e5c737; }
.pagination span.current {
  background: #e5c737; }

/* /Pagination */
/* ====== Sidebar ====== */
#sidebar .widget {
  border-color: rgba(25, 75, 125, 0.5); }
  #sidebar .widget a {
    color: #194b7d; }
  #sidebar .widget input, #sidebar .widget select, #sidebar .widget textarea {
    border-color: rgba(25, 75, 125, 0.5); }
    #sidebar .widget input:focus, #sidebar .widget select:focus, #sidebar .widget textarea:focus {
      border-color: #194b7d; }
#sidebar input[type="submit"] {
  background: #0b345d;
  color: #fff; }
  #sidebar input[type="submit"]:hover {
    background: #194b7d; }

/* /Sidebar */
/* ====== Footer ====== */
#footer {
  background: #0b345d;
  background: linear-gradient(to bottom, #194b7d, #0b345d);
  color: #fff;
  border-top: 5px solid #f1e091; }
  #footer a {
    color: #f1e091; }

/* /Footer */
