body {
  background-image: url("../images/background2_tile_green.jpg");
  background-repeat: repeat repeat;
}

#container {
  width: 800px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

#header {
  background-image: url("../images/banner.png");
  width: 800px;
  height: 300px;
}

#name {
  font-size: 110px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  top: 80px;
  z-index: 0;
  margin-top: 85px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;  text-shadow: 0px 0px 5px white;
  font-family: GreatVibesRegular;
}

#tag_line {
  display: inline-block;
  font-family: GartonMedium;
  font-size: 50px;  text-shadow: 0px 0px 5px white;
  text-align: center;
  width: 800px;
}

#content_container {
  width: 100%;
  float: left;
  background-color: #56998c;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
}

#content {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 5px;
  float: left;
  display: inline-block;
  width: 75%;
  border-right-width: 0.5px;
  border-right-style: dotted;
  border-right-color: black;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

h3, h3 a {
  font-size: 18pt;
  font-weight: lighter;
  color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-decoration: none;
  text-indent: -5px; /* Remove nasty text-indent! We hates it! */
}

h3 a:hover {
  text-decoration: underline;
}

h4, h4 a {
  font-size: 14pt;
  font-weight: lighter;
  color: #cccccc;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-decoration: none;
}

#content p {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.error {
  color: DarkRed;
}

.message {
  color: DarkGreen;
}

table td {
  padding: 2px;
}

hr {
  border-top-height: .5px;
  border-top-color: #000000;
  border-top-style: dotted;
  width:50%;
  color: transparent;
}

#archives > ul {
  list-style-type: none;
  padding-left: 10px;
}

#right_bar {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: auto;
}

#right_bar > h4, #right_bar > h4 > a {
  text-align: center;
  overflow: auto;
  border-bottom-width: .5px;
  border-bottom-style: dotted;
}

#right_bar > ul {  
  list-style-type: none;
  padding-left: 10px;
}

a > img {
  border: 0;
}

.pagination {
  text-align: center;
}

#footer {
  font-size: 10pt;
  background-color: #869a57;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  clear: both;
}

label {
  display: block;
}

#comment {
  width: 45em;
  height: 20em;
}
