/* 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) #cccccc;
/* The header height default is 85px, if you would like to change that, do so here with this property "height: 85px;" changing the "85" to a height that suites your needs */
}


#pageHeader h1 {
	color: #999966;
}

#pageHeader h2 {
	color: #666600;
}

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

.blog-archive-link a {
	color: #9f9f3b;
}
	
.photo-navigation {
	background: url(../../images/custom1.jpg) no-repeat top right #ffffff;
/* The header height default is 85px, if you would like to change that, do so here with this property "height: 85px;" changing the "85" to a height that suites your needs */
}

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

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

.photo-frame{
}

.photo-links {
	color: #666600;
}

.photo-title {
	color: #999966;
}

.photo-caption {
	color: #666600;
}

