#pagecontent {
  text-align: center;
  padding-top: 2em 2em 1em 2em;
}

.contentbox {
  width: auto;
}

.column {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.column-wrap {
  margin-top: 1em;
}

.column-wrap div:nth-child(odd) {
  margin-right: 1.5em;
}

.contentbox.frontpage h2 {
  text-align: center;
}

.contentbox.frontpage p {
  padding-left: 0;
  padding-right: 0;
}

.contentbox.frontpage article {
  padding: 10px;
}

.contentbox.frontpage#more-news, .contentbox.frontpage#more-downloads {
  border: 0;
  background: transparent;
  margin-top: 2em;
  box-shadow: none;
}

#more-news li, #more-downloads li {
  display: block;
  position: relative;
  margin-bottom: 0.25em;
  padding: 0.25em 1.5em 0.25em 1.7em;
}

#more-news li:nth-child(even), #more-downloads li:nth-child(even) {
  background: #FEFFCF;
}

#more-news a img, #more-downloads a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-top: 1px;
  vertical-align: bottom;
  position: absolute;
  top: 5px;
  left: 2px;
}

#more-news span, #more-downloads span.rating {
  position: absolute;
  right: 0.25em;
  top: 4px;
  color: #BBB;
}

#more-downloads span.badge {
  position: absolute;
  right: 2em;
  top: 5px;
  color: #BBB;
}

#more-downloads span.rating {
  color: #000;
}

#spotlight ul {
  width: 100%;
  text-align: center;
  margin: 1em 0 2em 0;
  box-sizing: border-box;
}

#spotlight li {
  display: inline-block;
  width: 22%;
  position: relative;
}

#spotlight li:first-child {
  width: 90%;
  margin-bottom: 0.5em;
}

#spotlight li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

#spotlight .caption p {
  font-size: 0.8em;
  padding-top: 0;
}

#spotlight h3 {
  font-weight: bold;
  color: #FFF;
  background: transparent;
  font-size: 1.25em;
}

#spotlight .rating {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  font-size: 2em;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}


#spotlight img {
  display: block;
  width: 100%;
  height: 50%;
  box-shadow: 0 0 5px #000;
}


#spotlight img:hover {
  box-shadow: 0 0 10px #000;
}

#news h3 {
  background: transparent;
  font-size: 1.5em;
  padding-bottom: 0;
}

#news h3 img {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  background: #FFCD47;
  border: 5px solid #FFCD47;
}

#poll {
  text-align: center;
}

#poll p, #poll dl, #poll form {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}


#poll p {
  text-align: center;
}

#poll dl, #poll form {
  text-align: left;
}

#poll form p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#poll .poll-winner {
  color: #F00;
}

.contentbox.frontpage nav {
  font-size: 0;
}

.contentbox.frontpage nav li {
  display: inline-block;
  font-size: 13px;
}

.contentbox.frontpage p.author {
  text-align: right;
  display: block;
}

.contentbox.frontpage ul.comments {
  text-align: center;
  border-top: 1px solid #FFCD47;
  padding-bottom: 0;
  margin-top: 0.5em;
}

ul.comments li {
  display: inline-block;
  width: 45%;
}

ul.comments li img {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 3px;
}

#site-intro {
  text-align: center;
  padding: 0 4em;
  margin-bottom: 1em;
}

#quick-news { background: #FFCD47; padding: 0.5em; margin-bottom: 1em; }
#quick-news img { display: block; float: left; position: relative; top: 2px; margin-right: 0.5em; filter: drop-shadow(0px 0 1px #000); }
