a:link, a:visited {
	color: #000000;
	 font-weight: bold;
}

a:hover, a:active {
	/*color: #feac00;*/
	color: #000000;
	 font-weight: bold;
}

h1, h2, h3, h4 {
	color: #e90016;
}

#sidebarContainer .sideHeader {
	color: #e90016;
}

#breadcrumbcontainer {
	color: #e90016;
}

#navcontainer .current {
	border-top: 5px solid #FF8C00;
	color: #000000;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	border-top: 5px solid #000000;
	padding-top: 10px;
}

#navcontainer .currentAncestor:hover {
	border-top: 5px solid #000000;
	padding-top: 10px;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	color: #e90016;
	border-top: 5px solid #FF8C00;
}

#navcontainer .current:hover {
	border-top: 5px solid #FF8C00;
	padding-top: 10px;
}

.blog-entry-title {
	color: #e90016;
}

.blog-entry-date {
	background: url(../../images/clock-red.png) no-repeat  left 1px;
}

/*styles the category link in the main entry */

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: no-repeat url(../../images/catag-red.png) left 1px;
}

.blog-entry-category a:hover {
	background: no-repeat url(../../images/catag-orange.png) left 1px;
}

/*styles the permalink link in the main entry */

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	background: no-repeat url(../../images/perma-red.png) left 1px;
}

.blog-entry-permalink a:hover {
	background: no-repeat url(../../images/perma-orange.png) left 1px;
}

.blog-read-more a:link {
	background: no-repeat url(../../images/read-more-red.png) left 1px;
}

.blog-read-more a:hover{
	background: no-repeat url(../../images/read-more-orange.png) left 1px;
}

/* styles the archives in the blog sidebar */

#blog-archives a:link {
	background: no-repeat url(../../images/clock-red.png) left 1px;
}

#blog-archives a:hover {
	background: no-repeat url(../../images/clock-orange.png) left 1px;
}

.blog-archive-link-disabled {
	background: no-repeat url(../../images/clock-red.png) left 1px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories a:link {
	background: no-repeat url(../../images/catag-red.png) left 1px;
}

#blog-categories a:hover {
	background: no-repeat url(../../images/catag-orange.png) left 1px;
}

.blog-category-link-disabled {
	background: no-repeat url(../../images/catag-red.png) left 1px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds a:link {
	background: no-repeat url(../../images/rss.png) left 1px;
}

#blog-rss-feeds a:hover {
	background: no-repeat url(../../images/rss-red.png) left 1px;
}

.filesharing-description {
	color: #e90016;
}

.album-title {
	color: #e90016;
}

.thumbnail-frame:hover {
    border: solid 1px #e90016;	
}

.thumbnail-frame a:hover img {
    border: solid 1px #e90016;
}

.thumbnail-caption {
	color: #e90016;
}

.movie-description {
	color: #e90016;
}

.movie-page-title {
	color: #e90016;
}

.movie-thumbnail-frame:hover {
	border: solid 1px #e90016;
}

.movie-thumbnail-caption {
	color: #e90016;
}

.movie-title {
	color: #e90016;
}

.message-text {
	color: #e90016;
}

form {
	color: #e90016;
}
