/**
* Rainbow Color Schemes for Arthemia Premium
*/
/* Global Element */
body {
  background: #f0f0f0;
}
.container {
  background: #ffffff;
}
.div-gap {
  margin: 0 5px;
}
/* Navigation bar */

/* Headline & Featured Block */
#top {
  background: #ffffff;
}
#headline {
  color: #000000;
  background: #ffffff;
}
#headline a {
  color: #000000;
}
#headline .meta {
  color: #222;
}
/* Category Block */
#middle {
  background: #ffffff;
}
/* Main Content */
#page {
  background: #ffffff ;
}
/* Sidebar */
#sidebar h3 {
  color: #fff;
  background: #3A589C;
}
.spoiler h3 a {
  color: #ffffff;
}
/* Gallery & Footer */
#gallery, #footer {
  background: #ffffff;
}
/* Popular Posts */
#front-popular {
  background: #ffffff;
}