body {
	background: #000 url(../../images/ice/body_bg.png) repeat-x;
}

a {
	color: #399dc2;
}

#pageHeader h1,
.photo-title {
	color: #4f9cc0;
}

.blog-entry-title,
.album-title,
.movie-page-title {
	color: #f6cb28;
}

#navcontainer a {
	background: url(../../images/ice/button_normal.gif) no-repeat 5px top;
}

#navcontainer .currentAncestor,
#navcontainer #current,
#navcontainer a:hover {
	background: url(../../images/ice/button_over.gif) no-repeat left top;
}

#navcontainer ul ul a {
	border-right-color: #399dc2;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background-image: url(../../images/ice/sub_button_over.gif);
}

#navcontainer ul ul ul a{
}

.blog-archive-link-enabled,
.blog-archive-link-disabled,
.blog-category-link-enabled,
.blog-category-link-disabled {
	background: url(../../images/ice/arrow_right.png) no-repeat left center;
}

.tooltip h4 {
	background: #399dc2;
}

.tooltip p {
	background: #399dc2;
}
/* hack to hide from IE6 */
html>body .tooltip h4 {
	background: url(../../images/ice/bubble.png) top left;
}

html> body .tooltip p {
	background: url(../../images/ice/bubble.png) bottom right;
}