/*
-------------------------------------------
File: 'Blueball Comments Theme' colourtag.css Style Sheet
Created: 3, March, 2008
Last Modified: 18, March, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


body,
blockquote, .standout,
#sidebarContainer #sidebar p,
.blog-entry-comments, .blog-entry-comments-inline,
.exif-data p {
	color: #DFDFDF;
}

body {
	background: #000000;
}

a:link, a visited {
	color: #E9E9E9;
}

a:hover,
.blog-entry-title a:hover, .blog-entry-title a:active,
.filesharing-item-title a:hover {
	color: #FF8400;
}

#pageHeader #maintitle {
	color: #454545;
}

#pageHeader #slogan {
	color: #3A9930;
}


/* Headlines Highlight Color */

h1, h2, h3, h4,
#sidebarContainer .sideHeader,
#sidebarContainer h3,
.blog-entry-title,
.blog-entry-title a,
.blog-archive-month,
.filesharing-item-title, .filesharing-item-title a:link,
.filesharing-item-title a:visited,
.album-title,
.movie-page-title,
.movie-title,
.required-text {
	color: #FFB12C;
}

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

#breadcrumbcontainer,
#breadcrumbcontainer ul,
#breadcrumbcontainer li {
	color: #999999;
}

#breadcrumbcontainer a {
	color: #999999;
}

#breadcrumbcontainer a:hover {
	color: #CCCCCC;
}

#contentwrapper {
	background: #000000;
	border-color: #FF8400;
}

#sidebarContainer {
	background: #000000;
}

.filesharing-item {	border-left-color: #999999;
}

.blog-entry {
	border-left-color: #999999;
}

.photo-title {
	color: #FFFFFF;
}

.photo-background {
	background: #000000;
}

.photo-navigation {
	color: #FFFFFF;
	background: #000000;
	border-bottom-color: #FFFFFF;
}

.photo-caption {
	color: #FFFFFF;
}

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

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

.movie-background {
	background: #000000;
}

.form-input-field {
	border-color: #FF8400;} 

#footer {
	color: #FF8400;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #CCCCCC;
}



/* Nav Menu Color Styles - Parent and Current */

#navcontainer{
	border-bottom-color: #000000;
}

#navcontainer #current {
	color: #FFA800; 
	border-top-color: #000000;
	background: #000000;
}

#navcontainer #current:hover {
	color: #FFFFFF;
	background: #000000;
}

#navcontainer .currentAncestor {
	background: #000000;
	color: #FFA800;
}

#navcontainer .currentAncestor:hover {
	background: #000000;
	color: #FFFFFF;
}

#navcontainer a {
	border-top-color: #000000;
	color: #FFF9C5;
	background: #000000;
}

#navcontainer a:hover {
	background: #000000;
	color: #FFA50E;
}


/* Nav Menu Color Styles - Sub Menu Levels */

#navcontainer ul ul {
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
}

#navcontainer ul ul a {
	background: #000000;
	color: #FFF1AE;
}

#navcontainer ul ul a:hover {
	background: #000000;
	color: #FFFFFF;
}

#navcontainer ul ul #current {
	color: #FF8400; 
	border-top-color: #000000;
	background: #000000;
}

#navcontainer ul ul #current:hover {
	color: #FFFFFF;
	background: #000000;
}

#navcontainer ul ul .currentAncestor {
	background: #000000;
	color: #FF8400;
}

#navcontainer ul ul .currentAncestor:hover {
	background: #000000;
	color: #FFFFFF;
}

#navcontainer ul ul ul ul a {
	background: #000000;
	color: #FFF1AE;
}

#navcontainer ul ul ul ul a:hover {
	background: #000000;
	color: #FFFFFF;
}

#navcontainer ul ul ul ul {
	border-right-color: #000000;
	border-left-color: #000000;
}

#navcontainer ul ul ul ul ul a {
	background: #000000;
	color: #FFF1AE;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #000000;
	color: #FFFFFF;
}

