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

a {
	color: #c22316;
}

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

.blog-entry-title a {
	color: #fff;
}

.blog-entry-title a:hover {
	color: #c22316;
}

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

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

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

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background-image: url(../../images/red/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/red/arrow_right.png) no-repeat left center;
}

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