/* @group General Styles */

body {
	color: #333333;
}

a:link, a:visited {
	color: #54974e;
}

a:hover, a:active {
	color: #feac00;
}

/* @end */

/* @group Layout */

#pageHeader {
}

#sidebarContainer {
	color: #666666;
}

#sidebarContainer .sideHeader {
	color: #54974e;
}

#footer {
	color: #666666;

}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #54974e;
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer .current {
	color: #54974e;
}

#navcontainer ul li a:hover {
	color: #54974e;
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

/* @end */

/* @end */

/* @group Global Classes */

/* @end */

/* @group Blog */

/* @group Archive Page */

/* @end */

.blog-entry-title {
	color: #54974e;
}

.blog-entry-date {
	background: url(../../images/clock-green.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-green.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-green.png) left 1px;
}

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

.blog-read-more a:link, .blog-read-more a:visited {
	background: no-repeat url(../../images/read-more-green.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, #blog-archives a:visited {
	background: no-repeat url(../../images/clock-green.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-green.png) left 1px;
}

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

#blog-categories a:link, #blog-categories a:visited {
	background: no-repeat url(../../images/catag-green.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-green.png) left 1px;
}

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

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

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

/* @end */

/* @group File Sharing */

.filesharing-description {
	color: #54974e;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #54974e;
}

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

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

.thumbnail-caption {
	color: #54974e;
}

/* @end */

/* @group Single Page (Photo view) */

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	color: #54974e;
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #54974e;
}

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

.movie-thumbnail-caption {
	color: #54974e;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-title {
	color: #54974e;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	color: #54974e;
}

form {
	color: #54974e;
}

/* @end */