/* CONTENT */

/* make all tools larger */
#page-content, #site-footer-content {
  font-size: 1.1em;
}

.content-item p {
  font-size: 1.1em;
  font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
  line-height: 150%;
  margin-bottom: 1em;
}

h4 {
  margin-bottom: .25em;
  font: bold 1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #dc5207;
}

h5 {
margin-bottom: .25em;
color: #252525;
font: italic 1.4em/1.3em Georgia, "Times New Roman", Times, serif;
}

h6 {
margin-bottom: .25em;
font: bold 1.1em Verdana, "Lucida Grande", Lucida, sans-serif;
color: #738716;
}

.image-set-thumb-gallery .image-thumb {
background:transparent;
border: 1px dotted #7d0f0f;
padding: 11px;
}

.gallery a, .gallery a:link, .gallery a:hover, .image a, .image a:hover {
background:transparent;
}

.image-set-thumb-gallery .image-thumb a:hover img
{
  opacity:0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60);
}

hr,.hr
{
  height:4px;
  background: #f0eceb repeat-x 0 50%;
}

h4.blog-post-title
{
margin-bottom:0 !important;
  font: 250% Georgia, "Times New Roman", Times, serif;
  line-height: 130%;
  color:#00758c;
}

#site-copyright {
  color: #959595;
}

h4.blog-post-title a {
  font-weight: normal;
}

.date-time {
  display: none;
}

.blog-post-comment-text {
background-color:#f0eceb;
padding:15px 15px 5px;
}

/*IMAGE ROTATOR*/
.rotator-menu {
  text-align:left;
}

.rotator-nav {
  margin-top:-45px;
  position:relative;
  z-index:10;
}

.rotator-menu button {
  align:left;
  margin:0;
  padding:0;
  text-indent:-9999em;
  overflow:hidden;
  height:25px;
  width:25px;
  padding:0 0 0 0;
  background:transparent url(billboard-nav.png) no-repeat 0 -100px;
  border:none;
  cursor:pointer;
}

.rotator-menu button:hover {
   background-position:0 -125px; 
}

.rotator-menu .selected button {
 background-position:0 -150px; 
}

.rotator-menu .next button {
 width:25px;
 background-position:0px -50px; 
}

.rotator-menu .next button:hover {
 background-position:0px -75px; 
}

.rotator-menu .previous button {
 width:25px;
  background-position:0px 0px; 
}

.rotator-menu .previous button:hover {
  background-position:0px -25px; 
}
