body {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #030;
  color: #cfc;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main_width {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px 20px 20px;
  text-align: left;
}

p, li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 24px;
}

ul.stuff {
  list-style-type: none;
  padding-left: 15px;
}

ul.stuff li:nth-child(odd) {
  font-size: 17px;
}

ul.stuff li:nth-child(even) {
  line-height: 24px;
  margin-bottom: 15px;
}

#head_bar {
  position: relative;
  left: 0;
  right: 0;
  background: #0b0;
  background: -moz-linear-gradient(#050, #0b0);
  background: -webkit-linear-gradient(#050, #0b0);
  background: linear-gradient(#050, #0b0);
  box-shadow: 0 0 8px #080;
}

#site_header.main_width {
  text-align: center;
}

#site_header h1 {
  font-family: Orbitron, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #8f8;
  text-shadow: 3px 3px 0 #030;
  margin: 0;
  padding: 0;
}

#site_body {
  background: #010;
  border-left: 1px solid #090;
  border-right: 1px solid #090;
  border-bottom: 30px solid #090;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#site_body h1 {
  font-family: Orbitron, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 35px;
  text-shadow: 0 0 8px #990;
  color: #dd0;
}

h3 {
  font-weight: normal;
  font-size: 21px;
  color: #8f8;
  background: linear-gradient(to right, #040, rgba(0, 60, 0, 0.0));
  padding: 3px 3px 3px 6px;
}

article {
  margin-top: 15px;
  margin-bottom: 25px;
}

article p {
  padding: 15px;
}

img.posted_image {
  display: block;
  max-width: 75%;
  margin: 8px auto;
}

#menuitems {
  position: absolute;
    top: 69px;
    left: 0;
  background: #007e00;
  background: linear-gradient(to right, rgba(0, 120, 0, 0) 0%, #007e00 30%, #007e00 70%, rgba(0, 120, 0, 0) 100%);
  width: 100%;
  height: 20px;
}

#menuitems a {
  background: #007e00;
  color: #fff;
  padding: 5px 10px;
  margin: 8px;
}

.clear {
  clear: both;
}

a {
  color: #dd0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#site_footer {
  padding-left: 25px;
  color: #000;
  position: relative;
    top: -38px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  border: 1px solid #800;
  background: #300;
  color: #fff;
}

@media all and (max-width: 1000px) {
  .main_width {
    width: 100%;
  }

  #site_body {
    padding-top: 8px;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media all and (max-width: 550px) {
  #site_header h1 {
    font-size: 21px;
  }

  .main_width {
    padding: 10px 10px 20px 10px;
  }

  #menuitems {
    background: #007e00;
    top: 45px;
  }

  #menuitems a {
    margin-left: 1px;
    margin-right: 1px;
  }

  #site_footer {
    font-size: 12px;
  }
}

