/* TEXT COLORS */

body {
	color: %colour_text_body%;
}


a {
	color: #f98016;
}

a:hover {
	color: %colour_text_links_hover%;
}

a:visited {
	color: %colour_text_links_visited%;
}

#header h1{ 
	color: white; 
	}

#header p{ color: maroon; }


/* TAB COLORS */

#menu a {
	color: white;
	border-bottom-style: none;
}

#menu a:hover {
	color: maroon;
	border-bottom-style: none;
}

#menu a:active {
	color: #e6e6e6;
	border-bottom-style: none;
}

#menu a.current, #menu a.currentAncestor {
	color: orange;
	border-style: none;
	border-bottom-style: none;
}


/* SIDEBAR MENU */

#sidebar-menu a {
	color: gray;
}

#sidebar-menu a:hover {
	color: #f98016;
}

#sidebar-menu a.current {
	color: #b3b3b3;
	font-weight: bold;
}


/* LAYOUT COLORS */

body {
	background-color: #fff;
}

h5 {
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin-top: 3px;
	padding-top: 3px;
}


h5 a{
	color: #999;
	font-weight: normal;
	font-style: normal;
}


/* BLOG PAGE COLORS */

.blog-entry-title a, .blog-entry-title a:hover {
	color: orange;
	text-decoration: none;
}

.blog-entry-date {
	color: #666666;
}

.blog-entry-date a {
	color: #3777D1;
}

.blog-entry-date a:hover {
	color: #3777D1;
}

.blog-entry-comments, p.blog-entry-tags {
	color: #666666;
}

.blog-entry-category {
	color: #999;
}

.blog-entry-comments a, p.blog-entry-tags a {
	color: gray;
}

.blog-entry-comments a:hover, p.blog-entry-tags a:hover {
	color: #3777D1;
}

.blog-archive-month {
	color: #3777D1;
}
blog-category-link{
	color: #999;
}
blog-category-link-enabled{
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}



/* PHOTO ALBUM COLORS */

.album-title {
	color: #3777D1;
}

.thumbnail-wrap {
	color: #666666;
}


/* PHOTO SLIDE COLORS */

.photo-title {
	color: #888888;
}

.photo-caption {
	color: #AAAAAA;
}

.photo-links a {
	color: #3777D1;
}

.photo-links a:hover {
	color: #3777D1;
}


/* FILE SHARING COLORS */

.filesharing-item-title a {
	color: #3777D1;
}

.filesharing-item-title a:hover {
	color: #3777D1;
}

.filesharing-item-description {
	color: #666666;
}


/* MOVIE ALBUM COLORS */

.movie-page-title {
	color: #3777D1;
}

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


/* MOVIE POPUP COLORS */

.movie-background {
	color: #666666;
}

.movie-title {
	color: #3777D1;
}