/*
-------------------------------------------
File: 'Blueball Newzpaper' colourtag.css Style Sheet
Created: 4, August, 2008
Last Modified: 11, August, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themesupport@blueballdesign.com
Copyright 2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


body {
	background-color: #333333;
	color: #454545;
}

.blog-entry-comments, ul.blog-tag-cloud,
.thumbnail-caption, .movie-thumbnail-caption {
	color: #454545;
}


a:link, a visited, a:active,
.blog-entry-title, .blog-entry-category,
.blog-entry-comments a,
.filesharing-item a,
.blog-archive-link a:active, .blog-archive-link a:link, .blog-archive-link a:visited {
	color: #996633;
}

a:hover,
.blog-entry-comments a:hover,
.blog-archive-link a:hover,
.blog-category-link-enabled a:hover,
.filesharing-item a:hover {
	color: #CC9933;
}

h1, h2, h3, h4, h5,
#sidebarContainer .sideHeader,
.blog-archive-month,
.filesharing-item-title,
.album-title, .movie-page-title,
.movie-title {
	color: #000000;
}

.standout, blockquote {
	border-left-color: #B2B2B2;
}

#container #pageHeader h1 {
	color: #006600;
}

#container #pageHeader h2 {
	color: #006600;
}

#navbar #current, #navcontainer .currentAncestor,
#navcontainer a:hover, #navcontainer ul ul a:hover,
#navcontainer ul ul #current, #navcontainer ul ul .currentAncestor,
#navcontainer ul ul ul a:hover, #navcontainer ul ul ul #current,
#navcontainer ul ul ul .currentAncestor,
#navcontainer ul ul ul ul a:hover, #navcontainer ul ul ul ul #current,
#navcontainer ul ul ul ul .currentAncestor {
	color: #000000;
}

.photo-title {
	color: #000000;
}

.photo-caption {
	color: #454545;
}

.photo-navigation a:link, .photo-navigation a:visited, .photo-navigation a:active {
	color: #454545;
}

.photo-navigation a:hover {
	color: #000000;
}



