html, body {
  color:	#b3b3e6;
  background:	#000000;
}

.top-dark, .left-dark, .bottom-dark {
  color: #000000;
  background: #3b3b6e;
}

.left-light {
  background: #000000;
  color: #3b3b6e;
}

a:hover {
  color: inherit;
  background:	#111111;
}

a.sidebar-picture:hover { 
  color: inherit;
  background: inherit;
}

.date-header {
  color: inherit;
  background:	#3b3b6e;
}

.entry-break { 
  color: #b3b3e6;
  background: #b3b3e6;
}

p.date-header {
  border-color:	#b3b3e6;
}

.banner, .calendar-side, .navbar, .page-by {
  color: #b3b3e6;
  background: #3b3b6e;
}
