body {
  margin: 0px 0px 20px 0px;
   text-align: center;
  background-color: #FFFFFF;	
  font-family: Helvetica, Arial, Veranda, sans-serif;
}

a {
  text-decoration: underline;
}

a:link {
  color: #396E06;
}

a:visited {
  color: #497E16;
}

a:active {
  color: #396E06;
}

a:hover {
  color: #006699;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h1 {
  color: #000000;
  font-size: large;	
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

#center {
  float: left;
  width: 500px;
  overflow: hidden;
}

#container {
  line-height: 140%;
   text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  width: 760px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

#banner {
  color: #E21343;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0px;
  border-bottom: 1px solid #FFFFFF;
}

#banner-img {
  display: none;
}

#banner a {
  text-decoration: none;
  color: #CC0000;
}

#banner h1 {
  font-size: large;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

#banner h2 {
  font-size: medium;
}

#sidebar {
  float: left;
  color: #000000;
  width: 198px;
  background-color: #FFFFFF;
  overflow: hidden;
}
 
.blog_name {
   font-style: italic;
}

.contextbar {
  font-size: smaller;
}

.content {
  padding: 5px 15px 5px 15px;
  background-color: #FFFFFF;	
  color: #000000;
  font-size: medium;
}

.content pre {
  font-size: larger;
}

.content p {
  color: #000000;
  font-size: medium;
  font-weight: normal;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 150%;
}

.content blockquote {
  line-height: 150%;
}

.content h1 {
  color: #396E06;
  font-weight: bold;
  font-size: x-large;
  font-variant: small-caps;
  margin-top: 20px;
}

.content h2 {
  color: #396E06;
  font-size: large;	
  text-align: left;
  font-weight: bold;
}

.content h3 {
  color: #396E06;
  font-size: medium;	
  text-align: left;
  font-weight: bold;
}

.content .posted {
}

.article {
}

.article_header {
   padding-top: 20px;
}

.article_body {
}

.article_footer {
  font-size: x-small;
  color: #999999;
}

#menu {
  background-color: #EFEFEF;  /* original #963b36; */
  color: #396E06;
  font-size: small;
}

#menu h2 {
  color: #FFFFFF;
  background-color: #396E06;  /* Original #be682f; */
  font-size: Medium;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 20px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#menu ul {
  padding-left: 5px;
  margin: 0px;
}

#menu ul ul {
  margin-bottom: 0px;
}

#menu li {
  text-align: left;	
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;        
}

#menu img {
  border: 1px solid #FFFFFF;
}

#menu a {
  display:block;
   text-decoration: none;
}

#menu a:link {
  color: #396E06;
}

#menu a:visited {
  color: #396E06;
}

#menu a:active {
  color: #396E06;
}

#menu a:hover {
  color: #396E06;
  background-color: #D5E7B5;
}


.archives {
  border-bottom: 1px solid #FFFFFF;  
}

#categories {
}

#wright_stuff {
  color: #FFFFFF;
  background-color: #396E06;
  text-align: center;
  font-style: italic;
}

#wright_stuff h2  {
  font-variant: small-caps;
   text-align: center;
}

#wright_stuff blockquote {
  line-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: larger;
}

.wright_author {
  font-size: smaller;
  text-align: center;
  padding-top: 10pt;
}

.photo {
  text-align: left;
  margin-bottom: 20px;
}

.blog_search {
  border-bottom: 1px solid #FFFFFF;  
}

.blog_search form {
  margin-top: 3px;
  margin-bottom: 3px;
}

.blog_search_text {
  font-size: x-small;
}


#powered {
  font-size: x-small;
  text-align: left;
  color: black;
  background-color: white;
}

#powered a:link {
  color: #8FABBE;
}

#powered a:visited {
  color: #8FABBE;
}

#powered a:active {
  color: #8FABBE;
}

#powered a:hover {
  color: #006699;
}

#syndicate-link {
  font-size: small;
  text-align: left;
  color: black;
  background-color: white;
  padding-top: 20px;
}

#syndicate-link a:link {
  color: #8FABBE;
}

#syndicate-link a:visited {
  color: #8FABBE;
}

#syndicate-link a:active {
  color: #8FABBE;
}

#syndicate-link a:hover {
  color: #006699;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}

.commenter-profile img {
  vertical-align: middle;
  border-width: 0;
}

