/* ============== Colored ============== */

.navbar {
  background-color: #7dbfc6;
  color: #c0c0c0;
}

ul.navbar-nav li a {
  color: #ffffff;
}

ul.navbar-nav li.active a {
   background-color: #abc8e2;
   color: #375d81;
}

ul.navbar-nav li a:hover {
  background-color: #c0c0c0;
  color: #375d81;
}

ul.misc {
  background-color: rgba(125,191,198,0.85);
  color: #c0c0c0;
}

/* ===============  Navigation =============== */

.navbar-brand {
  color: #ffffff;
}

.navbar-brand:hover {
  color: #ffffff;
}

/* ===============  Sidebar =============== */

ul.misc li a {
  color: #f5f5f5;
}

ul.misc li a:hover {
  color: #838383;
  font-weight: bold;
}

/* ===============  Content =============== */

content {
  color: #0f0f0f;
}

.content {
  background-color: rgba(255,255,255,0.95);
}

.content a {
  color: #0f3559;
}

code,
pre {
  color: #000;
  border-top: 1px solid #dedede;
  background-color: #f5f5f5 !important;
}

div.poweredby {
  color: #bbbbbb;
}

div.poweredby a {
  color: #aaaaaa;
}

td.label {
  color: #dedede;
}

div.single h1 {
  border-bottom: 1pt dashed #aaa;
}

div[id*="bibtex-"] pre {
  background: #f0f0f0;
}


/* =============== Alternating Rows =============== */

ul.notes li:nth-child(even),
ul.publications li:nth-child(even) {
  background-color: #ffffff;
}

ul.notes li:nth-child(odd),
ul.publications li:nth-child(odd) {
  background-color: #fbfbfb;
}

/* =============== Notes / Publications =============== */

ul.notes li,
ul.publications li {
  border-bottom: 1px dashed #e2e2e2;
}

ul.notes li a,
ul.publications li a {
  color: #222222;
}

ul.notes li a:hover,
ul.publications li div.meta a:hover {
  color: #444444;
}

ul.notes li span.date {
  color: #999999;
}

ul.publications {
  border-top: 1pt dashed #aaa;
}

ul.publications li div.meta span {
  color: #333333;
}
