a:link {
	color: gray;
}

a
{
	color: gray;
}

a:hover {
	color: gray;
}


a:visited {
	color: gray;
}

/* @end */

a:active {
	color: black;
}


#pageHeader h1 {
}

#pageHeader h2 {
}

#sidebarContainer {
	background: url(../../images/white/sidebarwhitetop.png) no-repeat;	
}

#sidebarContainer .sideHeader {
	background: url(../../images/white/sidebarwhitebottom.png) no-repeat;
}

#contentContainer {
	border-top: 1px solid silver;

}

#footer {
}


/* @group Bread-crumb */

#breadcrumbcontainer a {
	color: gray;
}

#breadcrumbcontainer a:hover {
	color: gray;
}

#navcontainer {
	background: url(../../images/white/navbarwhite.png) repeat-y;
}

#navcontainer #current {
	background: url(../../images/white/navbarwhite3.png) no-repeat 8px 0;
		color: black;
}

#navcontainer a:hover {
	background: url(../../images/white/navbarwhite2.png) no-repeat 8px -1px;
	color: black;
}

#navcontainer a:active {
	background: url(../../images/white/navbarwhite3.png) no-repeat 8px 0;
		color: black;
}

#navcontainer .current {
	background: url(../../images/white/navbarwhite3.png) no-repeat 8px 0;
	color: black;
}

#navcontainer ul ul a:hover {
	background: url(../../images/white/navbarwhite2.png) no-repeat 8px -1px;
	color: black;
}

#navcontainer ul ul a:active {
	background: url(../../images/white/navbarwhite3.png) no-repeat 8px 0;
	color: black;
}

#navcontainer ul ul ul a:hover {
	background: url(../../images/white/navbarwhite2.png) no-repeat 8px -1px;
	color: black;
}

#navcontainer ul ul ul a:active {
	background: url(../../images/white/navbarwhite3.png) no-repeat 8px 0;
	color: black;
}

.blog-entry-date {
	color: black;
}

.blog-entry-title {
}

.blog-category-link-enabled {
	color: black;
}

.blog-category-link-disabled {
	color: black}

/* @group Thumbnails */

.album-title {
	color: gray;
}

.photo-title {
	color: gray;
	border-bottom: 1px dotted #df7c81;
}

	
/* @end */
