/*
-------------------------------------------
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: #7E7E7E;
}

body {
	background: #FFFFFF;
}

a:link, a visited {
	color: #19A6E6;
}

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

#pageHeader #maintitle {
	color: #19A6E6;
}

#pageHeader #slogan {
	color: #A8A8A8;
}


/* 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: #19A6E6;
}

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

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

#breadcrumbcontainer a {
	color: #A8A8A8;
}

#breadcrumbcontainer a:hover {
	color: #7E7E7E;
}

#contentwrapper {
	background: #FFFFFF;
	border-color: #EAEAEA;
}

#sidebarContainer {
	background: #FFFFFF;
}

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

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

.photo-title {
	color: #19A6E6;
}

.photo-background {
	background: #FFFFFF;
}

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

.photo-caption {
	color: #7E7E7E;
}

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

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

.movie-background {
	background: #FFFFFF;
}

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

#footer {
	color: #A8A8A8;
}

#footer a {
	color: #A8A8A8;
}

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



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

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

#navcontainer #current {
	color: #FFFFFF; 
	border-top-color: #FFFFFF;
	background: #19A6E6;
}

#navcontainer #current:hover {
	color: #8ED2F2;
	background: #19A6E6;
}

#navcontainer .currentAncestor {
	background: #19A6E6;
	color: #FFFFFF;
}

#navcontainer .currentAncestor:hover {
	background: #19A6E6;
	color: #8ED2F2;
}

#navcontainer a {
	border-top-color: #FFFFFF;
	color: #A8A8A8;
	background: #FFFFFF;
}

#navcontainer a:hover {
	background: #FFFFFF;
	color: #19A6E6;
}


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

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

#navcontainer ul ul a {
	background: #19A6E6;
	color: #FFFFFF;
}

#navcontainer ul ul a:hover {
	background: #EAEAEA;
	color: #19A6E6;
}

#navcontainer ul ul #current {
	color: #19A6E6; 
	border-top-color: #FFFFFF;
	background: #19A6E6;
}

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

#navcontainer ul ul .currentAncestor {
	background: #19A6E6;
	color: #8ED2F2;
}

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

#navcontainer ul ul ul ul a {
	background: #19A6E6;
	color: #FFFFFF;
}

#navcontainer ul ul ul ul a:hover {
	background: #EAEAEA;
	color: #19A6E6;
}

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

#navcontainer ul ul ul ul ul a {
	background: #19A6E6;
	color: #FFFFFF;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #EAEAEA;
	color: #19A6E6;
}


