@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400);

h1 {
  font-family: 'Droid Serif';
  font-weight: 400;
}

body {
  background: linear-gradient(
to bottom, #FFF, #E9F4F5 5%) repeat scroll 0% 0% transparent;
}

header div.subtitle, h1 {
  color: #00154E;
}

div.post.reply {
  background-color: #FFF;
  border-color: #B5E1F7;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px;
}

.intro span.name {
  color: #6381AD;
}

.intro span.subject {
  color: #FF2D9C;
}

hr {
  border-width: 2px;
}

form table tr th {
  background:#B5E1F7;
  color: #00154E;
  border-width: 1px;
  border-color: #6381AD;
  border-style: solid;
  padding: 0.15em;
}

.quote {
  color: #FF41A5;
}

img.banner, img.board_image {
  border-width: 2px;
  border-color: #B5E1F7;
}

div.pages {
  background-color:#CFECFB;
  border-width: 2px;
}

div.post.reply.highlighted {
  background:#c8e1f5;
}

.theme-catalog div.thread:hover {
  background:#FFF;
}

/* Set board list bar transparent */
.desktop-style div.boardlist:nth-child(1) {
  background: none;
  border: none;
  box-shadow: none;
}

/* Set board list bar opaque upon hover */
.desktop-style div.boardlist:nth-child(1):hover {
  background-color: #E9F4F5;
  border-bottom: 1px solid;
}

/* Hide useless file information */
p.fileinfo :not(.unimportant)
{display: none;}
p.fileinfo .unimportant a:link
{display: inline;}

/* Hide post edited message */
div.post_modified {display: none;}

/* Hide Hotwheel's Infinity advertisement */
.announcement {display:none;}

/* Hide Hotwheel's disclaimer crap at bottom */
footer {display:none;}