a {
  color: #c432c2; }

a:hover {
  color: #cccccc; }

body {
  color: #9c9c9c;
  background: #251125; }
  body strong {
    color: #cccccc; }

#nav {
  color: #cccccc; }
  #nav li a {
    color: inherit; }
  #nav li a:hover {
    background: linear-gradient(to right, #251125, #c432c2); }
  #nav li.current a {
    color: #c432c2;
    background: none; }

#content h1, #content h2, #content h3, #content h4 {
  color: #cccccc; }
#content blockquote {
  border-left-color: #c432c2; }
#content h1 a {
  color: inherit; }
#content .meta {
  color: #555; }
  #content .meta a {
    color: inherit; }
  #content .meta a:hover {
    color: #9c9c9c; }
#content #logotitle {
  color: #c432c2; }
#content #logosubtitle {
  color: #c432c2; }
#content #search #filter-search {
  background: #251125;
  color: #9c9c9c;
  border-color: #9c9c9c;
  border-style: solid;
  border-width: thin; }
#content .box:hover {
  box-shadow: 2px 2px 10px 0px rgba(251, 127, 255, 0.9); }
#content .box {
  box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.5); }
  #content .box .eventlink {
    background: linear-gradient(to right, #cccccc, #c432c2);
    color: #251125; }
  #content .box .info {
    box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.5);
    background: #251125; }
    #content .box .info h2 {
      color: #cccccc; }
    #content .box .info h3 {
      color: #9c9c9c; }
    #content .box .info .meta {
      color: #cccccc; }
#content .spoiler {
  background: #9c9c9c; }
