html, body {
  background:  #333333;
  color:       #ededed;
}

#site_container {
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 	 .8em;
	font-weight: normal;
}

#site_container a, #site_container a:visited {
  color:           #cc7fff;
}

#site_container a:hover {
  color:           #e8e8e8;
}

#site_container ul.categories li a {
  color:           #e8e8e8;
  list-style:      none;
  text-decoration: none;
}

#site_container ul.categories li a:hover {
  color:           #cc7fff;
}

#site_container ul.categories li a.active {
  color:           #cc7fff;
}

#site_header { margin-top: 40px }

