html {
  background: #b3b3e6;
  color: #3b3b6e;
}

body {
  background: #b3b3e6;
  color: #3b3b6e;
}

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

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

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

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

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

.entry-break { 
  color: #3b3b6e;
  background: #3b3b6e;
}

.picturebar { 
  color: #b3b3e6;
  background: #3b3b6e;
}

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

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

