/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/* to change the dynamics of your header image, simply add more properties to the #pageHeader tag. If you are using a taller image or graphic, than use the "height:" property and the appropriate value in pixels. */

/* CSS copyright seyDoggy http://www.seyDoggy.com  */

#pageHeader {
      background: url(../../images/custom1.jpg) no-repeat top right #cccccc;
height: 357px;
}

#pageHeader h1 {
      color: #004080;
}

#pageHeader h2 {
      color: #e5b758;
}

.blog-archive-month {
      color: #004080;
}

.blog-archive-link a {
      color: #e5b758;
}
      
.photo-navigation {
      background: url(../../images/custom1.jpg) no-repeat top right #cccccc;
}

.photo-navigation a {
      color: #004080;
}

.photo-navigation a:hover {
      color: #e5b758;
}

.photo-frame{
      border: 5px solid #004080;
}

.photo-links {
      color: #004080;
}

.photo-title {
      color: #004080;
}

.photo-caption {
      color: #e5b758;
}

