body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  text-align: center;
}

A {
  text-decoration: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.bar {
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 11px;
  float: left;
  margin-bottom: 10px;
  padding: 5px;
}

.bar ol {
  margin: 0;
  padding: 0;
}

.bar ol li {
  border-width: 1px;
  border-style: solid;
  list-style-type: none;
  list-style-image: none;
  padding: 5px;
  margin-bottom: 10px;
}

.bar ul, .bar ul ol {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.bar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-left: 5px;
}

.bar ul p, .bar ul select {
  margin: 5px 0 8px;
}

.bar ul ul, .bar ul ol {
  margin: 5px 0 0 10px;
}

.bar ul ul ul, .bar ul ol {
  margin: 0 0 0 10px;
}

.bar ul ol li {
  list-style: decimal outside;
}

.bar ul ul li, .bar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

.bar_frame {
  float: left;
  height: auto;
  margin-bottom: 10px;
  text-align: justify;
}

blockquote {
  border-width: 1px 1px 1px 5px;
  border-style: solid;  
  font-size: 0.9em;
  margin: 2px;
  padding: 3px;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

#comment {
  border-width: 1px;
  border-style: solid;
  font-family: Arial, Helvetica;
  font-size: 1.0em;
  padding: 2px;
}

#description {
  font-size: 1.1em;
  text-align: center;
}

#footer {
  border-width: 1px;
  border-style: solid;
  clear: both;
  height: 15px; 
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 880px;
}

.gallery {
  margin: 0;
  padding: 2px;
  text-align: center;
}

.gallery_meta {
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}

.gallery_title {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}

#header {
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  height: 90px; 
  margin: 0 0 10px 0;
  position: relative;
  text-align: center;
  width: 900px;
}

#header h1 {
  margin: 0;
  padding-top: 25px;
}

.image {
  margin: 0;
  padding: 2px;
  text-align: center;
}

.image_meta {
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}

#left_bar {
  float: left;
  height: auto;
  margin-right: 12px;
  text-align: justify;
  width: 250px;
}

#main {
  display: block;
  width: 900px;
  text-align: center;
}

#navigation {
  border-width: 1px;
  border-style: solid;
  display: block;
  font-size: 1.2em;
  height: 15px;
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center;
  width: 605px;
}

.post {
  border-width: 1px;
  border-style: solid;
  font-size: 1.2em;
  height: auto;
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: justify;
  width: 605px;
}

.post img {
  border-width: 0px;
}

#posts {
  float: left;
  height: auto;
  text-align: justify;
  width: 625px;
}

#right_bar {
  float: left;
  height: auto;
  margin-left: 12px;
  text-align: justify;
  width: 250px;
}

#s {
  border-width: 1px;
  border-style: solid;
  font-size: 10px;
  padding: 2px;
}

#searchsubmit {
  border-width: 1px;
  border-style: solid;
  font-size: 10px;
  margin-top: 5px;
  padding: 1px;
}

#sidebar {
  float: left;
  height: auto;
  margin-bottom: 10px;
  margin-left: 12px;
  text-align: justify;
  width: 250px;
}

.top_menu {
  float: left;
  font-size: 1.2em;
  margin: 15px 0 0 5px;
}

.thumbnail {
  border-width: 1px;
  border-style: solid;
  float: left;
  margin: 1px;
  text-align: center;
}

.thumbnail a img {
  filter: alpha(opacity=85);
  opacity:0.85;
}

.thumbnail a:hover img {
  filter: alpha(opacity=100);
  opacity:1.0;
}


.form_button {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;}

.form_checkbox {
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 0;
}

.form_select {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.form_text {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;  width: 150px;  margin-right: 6px;
}

.form_textarea {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;  margin-right: 6px;}

