#page-content, #site-footer-content {
  font-size:1.2em;
}

#page-content p, #site-footer-content p {
  line-height: 150%;
}
  
h4 {
  font-size:1.5em;
  line-height:125%;
  color:#be4d09;
  margin-bottom:0.25em;
}

h5 {
  font-size:1.3em;
  line-height:125%;
  color: #6ceee5;
  margin-bottom: .25em;
}

h6 {
  font-size:1em;
  line-height:125%;
  color: #be4d09;
  margin-bottom: .25em;
  font-weight:bold;
}

#site-headlines {
  color:#ffffff;
  font-size:1.7em;
}

#site-headlines li a {
  text-decoration:none;
  white-space:nowrap;
  color:#ffffff;
}

#site-headlines li a:hover {
  color:#65efef;
}

#site-headlines abbr {
  font-size:0.7em;
  display:block;
}

hr, .hr {
background:#363636;
height:5px;
margin:5px 0 15px 0;
}

/*blog post title*/
h4.blog-post-title {
  color:#363636;
  font-size:300%;
  margin-bottom:0 !important;
}

/*blog post list*/
h4.blog-post-title a {
  font-size:60%;
  line-height:120%;
  text-decoration:none;
}

h4.blog-post-title a:hover {
  text-decoration:underline;
}

.blog-post-comment-text {
  margin:1em 0 1em 0;
  padding:1em;
  background-color:#ebebeb;
}

.syndication-feed .feed-item-published {
  font-size: 0.9em;
  color: #777777;
}

.photo-gallery-display .selected-image {
  background:#363636;
  border-color:#363636;
}

.photo-gallery-display .next-image, .photo-gallery-display .previous-image {
  color:#6ceee5;
}

.photo-gallery-display .selected-image .image-info {
  color:#ffffff;
}

.photo-gallery-display .selected-image .image-caption {
  color:#ffffff;
}

.image-set-thumb-gallery .image-thumb {
  border: 1px solid #ebebeb;
  padding:5px;
  margin:0 20px 20px 0;
  background-color:transparent;
  -webkit-transition:background-color 0.5s ease-in-out;
}

.image-set-thumb-gallery .image-thumb:hover{
  border-color:#ebebeb;
  background-color:#ebebeb;
  -webkit-transition:all 0.5s ease-in-out;
}

#contactUs {
  text-indent:-9999em;
  overflow:hidden;
  display: block;
  width: 260px;
  height: 41px;
  background: url("contact-button.png") no-repeat 0 0;
}

#contactUs:hover {
  background-position: 0 -41px;
}

/*form button[type=submit], 
form input[type=submit] {
  width:81px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background:transparent url(submit-button.png) no-repeat 0 0;
  text-indent:-9999em;
  overflow:hidden;
}
form button[type=submit]:hover,
form input[type=submit]:hover{
  background-position:0 -33px;
}*/

form[action*=list-manage] button[type=submit], 
form[action*=feedburner] button[type=submit],
form[action*=list-manage] input[type=submit],
form[action*=feedburner] input[type=submit]{
  width:81px;
  height:33px;
  border:none;
  margin:0;
  padding:0;
  background:transparent url(subscribe-button.png) no-repeat 0 0;
  text-indent:-9999em;
  overflow:hidden;
}
form[action*=list-manage] button[type=submit]:hover,
form[action*=feedburner] button[type=submit]:hover,
form[action*=list-manage] input[type=submit]:hover,
form[action*=feedburner] input[type=submit]:hover{
  background-position:0 -33px;
}


