.full_border { border: 1px solid #24320e; }
body {
  font-family: Arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 24px;
  margin: 0;
  padding: 0 0 5px 0;
  letter-spacing: -2px;
}
h2 {
  font-size: 22px;
  margin: 0 0 2px 0;
  padding: 0;
  width: 730px;
  letter-spacing: -1px;
}
h2 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
}
h3 {
  font-size: 16px;
  margin: 0 0 2px 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: -1px;
}
h3 span {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin: 0 60px 0 0;
  letter-spacing: 0px;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #519548;
}
a:hover { color: #bef242; }
form h2 {
  width: 500px;
  float: left;
  clear: both;
  margin: 0;
  padding: 10px;
  color: #cc0000;
  border: 1px dashed #dbf5b3;
  border-left: 0;
  border-right: 0;
}
form fieldset {
  width: 510px;
  height: auto;
  float: left;
  clear: both;
  border-collapse: collpase;
  border: 0;
  margin: 0;
}
form fieldset label {
  float: left;
  clear: both;
  height: auto;
  width: 500px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
form fieldset span {
  float: left;
  clear: both;
  height: auto;
  width: 500px;
  font-size: 11px;
  text-align: left;
  color: #cc0000;
}
form fieldset input {
  float: left;
  clear: both;
  height: 20px;
  width: 500px;
  margin: 0;
  font-size: 13px;
  border: 1px solid #24320e;
}
form fieldset select {
  float: left;
  clear: both;
  height: 20px;
  width: 500px;
  margin: 0;
  font-size: 13px;
  border: 1px solid #24320e;
}
form fieldset .check_box {
  width: 15px;
  height: 15px;
  border: 1px solid #24320e;
}
form fieldset textarea {
  float: left;
  clear: both;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  width: 500px;
  margin: 0;
  border: 1px solid #24320e;
}
form fieldset .fieldWithErrors label { color: #cc0000; }
form fieldset .fieldWithErrors input { border: 2px solid #cc0000; }
form fieldset .fieldWithErrors textarea { border: 2px solid #cc0000; }
form p {
  width: 515px;
  padding: 0;
  margin: 5px 0 20px 0;
}
form p .submit {
  width: 505px;
  height: 30px;
  float: right;
  clear: both;
  font-size: 20px;
  background-color: #24320e;
  color: #ffffff;
  border: 1px solid #24320e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form p .submit:hover {
  border: 1px solid #083033;
  background-color: #24320e;
  color: #bef242;
}
.other_functions {
  width: 500px;
  height: auto;
  clear: both;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  text-align: left;
}
.errorExplanation {
  width: 500px;
  border: 2px solid #cc0000;
}
.errorExplanation h2 {
  font-size: 16px;
  color: #ffffff;
  background-color: #cc0000;
  margin: 0;
  padding: 0;
}
#notice {
  width: 950px;
  height: 40px;
  background-color: yellow;
  text-align: center;
  font-size: 20px;
  border: 1px solid #24320e;
  padding: 10px 0 0 0;
  margin: 0 auto 0 auto;
}
#error {
  width: 950px;
  height: 40px;
  background-color: #cc0000;
  text-align: center;
  font-size: 20px;
  padding: 10px 0 0 0;
  margin: 0 auto 0 auto;
}
#nav {
  width: 100%;
  height: 40px;
  padding: 0 0 0 0;
  background-color: #24320e;
  border-bottom: 1px solid #083033;
}
#nav .navigation {
  width: 950px;
  margin: 0 auto 0 auto;
}
#nav .navigation ul { float: right; }
#nav .navigation ul li {
  margin: 0 20px 0 0;
  display: inline;
  list-style: none;
  font-size: 18px;
  color: #ffffff;
}
#nav .navigation ul li a {
  color: #ffffff;
  font-weight: normal;
  padding: 0 20px 0 0;
}
#nav .navigation ul li a:hover { color: #bef242; }
#header {
  width: 950px;
  height: 65px;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #dbf5b3;
  padding: 20px 0 10px 0;
}
#header h1 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  float: left;
  letter-spacing: -2px;
}
#header h1 a {
  color: #88c425;
  letter-spacing: -5px;
  font-size: 50px;
}
#content {
  width: 950px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
}
#content .left {
  width: 750px;
  min-height: 300px;
  height: auto;
  float: left;
  border-right: 1px solid #dbf5b3;
}
#content .left .article {
  width: 720px;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#content .left .share_buttons {
  width: 730px;
  padding: 10px 0 10px 0;
  border-top: 1px solid #dbf5b3;
  border-bottom: 1px solid #dbf5b3;
}
#content .left .share_buttons .share_title {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
}
#content .left .share_buttons .share_button { margin: 0 0 0 20px; }
#content .left .comment {
  width: 730px;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #dbf5b3;
}
#content .left .comment .gravatar {
  height: 50px;
  float: left;
  clear: right;
  margin: 5px 5px 5px 5px;
}
#content .right {
  width: 199px;
  min-height: 300px;
  height: auto;
  float: right;
  text-align: right;
}
#content .right ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dbf5b3;
}
#content .right ul li {
  font-size: 11px;
  padding: 2px;
}
#content .right p { margin: 10px 0 10px 0; }
#content .right p .feed {
  height: 20px;
  vertical-align: middle;
}
#footer {
  width: 950px;
  height: 40px;
  font-size: 11px;
  color: #cccccc;
  margin: 0 auto 0 auto;
  border-top: 1px solid #dbf5b3;
  padding-top: 10px;
}
#footer ul { float: right; }
#footer ul li {
  margin: 0 0 0 0;
  display: inline;
  list-style: none;
  font-size: 11px;
}
#footer ul li a {
  font-weight: normal;
  padding: 5px 20px 5px 0;
}
