<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*changed to gif from ping to help safari */
body {
	background: url(../../images/body_bg.gif) repeat left 3px;
}

.blog-entry-title a:hover, a:link, a:visited {
	color: #313cff;
	/*old color:#7ca5b7 */ 
}

/*changed to gif from ping to help safari */
#topGrad {
	background: url(../../images/top_grad.gif) repeat-x;
}

/*changed to gif from ping to help safari */
#pageHeader {
	background-image: url(../../images/header_bg.gif);
}

#pageHeader h1 {
	color: #2d2d2d;
	/*orig color:#7ca5b7; */
}

/* changed to gif */
#footer {
	background-image: url(../../images/footer_bottom_bg.gif);
}



#navcontainer #current {
	background-color: #E1F0F0	;
	/*orig=#bce0ef */
}

#navcontainer #current:hover, #navcontainer .currentAncestor:hover {
	background-color: #f2f2f2;
	/*orig=#bce0ef */
}

#navcontainer .currentAncestor {
	background-color: #f2f2f2;
	/* orig background-color: #bce0ef; */
}

#navcontainer li {
	background-color: #f2f2f2;
	/* orig background-color: #deeff7; */
}

#navcontainer a {
	color: #313cff;
	/*orig color:#5b8ea5; */
}

#navcontainer a:hover {
	background-color: #E1F0F0;
	/* orig background-color: #bce0ef; */
}

#navcontainer ul ul {
	border-top-color: #c4dce7;
	border-bottom-color: #c4dce7;
}

#navcontainer ul ul a {
	background-color: #cfe8f3;
	color: #7ca6ba;
}

#navcontainer ul ul #current{
	background-color: #bbe0ef;
}

#navcontainer ul ul .currentAncestor {
	background-color: #bae0ef;
}

#navcontainer ul ul ul a{
	background-color: #d5f0fc;
}

.photo-navigation {
	background-image: url(../../images/top_grad.png);
	background-repeat: repeat-x;
}

.photo-links {
	background-image: url(../../images/header_bg.png);
	border-bottom-color: #8ab0c5;
}

.photo-frame,
.exif-data{
	background-image: url(../../images/footer_bottom_bg.png);
}

.photo-title {
	background-image: url(../../images/header_bg.png);
	color: #7ca5b7;
}

.photo-caption {
	background-image: url(../../images/header_bg.png);
}

.movie-title {
	color: #7ca5b7;
}

.movie-frame {
	background-image: url(../../images/footer_bottom_bg.png);}

/* My Comment */</pre></body></html>