/* Custom CSS */

.c_short ul {
  font-size: 0.9em;
}

#c_article {
  padding-top: 1em;
  padding-bottom: 1em;
}

#c_article blockquote {
   color: #6666AA;
   background-color: transparent;
   font-weight: bold;
   font-style: italic;
   border: none;
   display: inline;
}

#c_article blockquote p:before {
   content: '"';
}

#c_article blockquote p:after {
   content: '"';
}

#c_article .c_thumbs {
  text-align: center;
  margin: 10px 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}

#c_article .c_thumbs img {
  display: inline;
  border: none;
  padding: 2px;
}

#c_article .c_thumbs a {
  text-decoration: none;
  border: none;
}

#c_article .c_thumbs a img {
  border: solid 1px #DBDBDB;
  padding: 0;
  margin: 1px;
}

#c_article .c_thumbs a:visited img {
  border: solid 1px #DFDFDF;
}

#c_article .c_thumbs a:hover img, #c_article .c_thumbs a:active img {
  border: solid 1px #861D00;
}

#c_article .c_gallery {
  text-align: center;
  margin: 10px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}

.c_text_banner {
  background-color: #FFFFFF;
  border: #861D00 solid 2px;
  width: 468px;
  padding: 8px;
  margin: 0px auto;
}

.c_courtesy {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 4px;
}

.c_site_title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 8px;
}


