/*
-------------------------------------------
File: 'Blueball Synergy' colourtag.css Style Sheet
Created: 2, August, 2010
Last Modified: 22, August, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

body {
	color: #383838;
}

a:link, a:visited, a:active {
	color: #3097F1;
}

a:hover {
	color: #3097F1;
}

blockquote, .standout {
	color: #3097F1;
}

h1, h2, h3 {
	color: #3097F1;
}

h4, h5 {
	color: #454545;
}

#pageheader h1 {
	color: #3097F1;
}

#pageheader h2 {
	color: #484848;
}

#extraContainer1 {
	color: #383838;
}

#extraContainer2 {
	color: #383838;
}

/* Nav Menu Parent Level */

#nav li a {
	color: #383838;
}

#nav ul li:hover a, #nav li.sfhover a  {
	color: #3097F1;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #383838;
}

#nav ul #current {
	color: #3097F1;
}

#nav ul #current:hover {
	color: #383838;
}

#nav ul .currentAncestor {
	color: #3097F1;
}

#nav ul .currentAncestor:hover {
	color: #383838;
}

/* Nav Menu Sub Levels */

#nav ul ul li a {
	color: #383838;
}

#nav ul ul li a:hover {
	color: #3097F1;
}

#nav ul ul li:hover, #nav ul ul li.sfhover {
	color: #3097F1;
}

#nav ul ul a {
	color: #383838;
}

#nav ul ul #current, #nav ul ul ul #current,
#nav ul ul ul ul #current, #nav ul ul ul ul ul #current {
	color: #3097F1;
}

#nav ul ul #current:hover, #nav ul ul ul #current:hover,
#nav ul ul ul ul #current, #nav ul ul ul ul ul #current {
	color: #383838;
}

#nav ul ul  li .currentAncestor, #nav ul ul ul li .currentAncestor,
#nav ul ul ul ul li .currentAncestor, #nav ul ul ul ul ul li .currentAncestor {
	color: #3097F1;
}

#nav ul ul  li .currentAncestor:hover, #nav ul ul ul li.currentAncestor:hover,
#nav ul ul ul ul li .currentAncestor:hover, #nav ul ul ul ul ul li .currentAncestor:hover {
	color: #383838;
}

/* Content Area Colors */

#sidebarContainer .sideHeader,
#sidebarContainer #sidebarcontent h5 {
	color: #454545;
}

#sidebarContainer #sidebarcontent {
	color: #383838;
}

#sidebarContainer a:link, #sidebarContainer a:visited, #sidebarContainer a:active {
	color: #3097F1;
}

#sidebarContainer a:hover {
	color: #3097F1;
}

/* Breadcrumb Text Colors */

#breadcrumbcontainer ul,
#breadcrumbcontainer a,
#breadcrumbcontainer a:visited, 
#breadcrumbcontainer a:active {
	color: #585858;
}

#breadcrumbcontainer a:hover {
	color: #3097F1;
}

#breadcrumbcontainer li {
	color:  #999999;
}

/* Footer Area Colors */

#footer {
	color: #585858;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #3097F1;
}

#footer a:hover {
	color: #3097F1;
}

/* Blog Colors */

.blog-entry-title, .blog-entry-title a, .blog-archive-month {
	color: #3097F1;
}

.blog-entry-title a:hover {
	color:  #999999;
}

.blog-entry-comments a {
	color:  #585858;
}

.blog-entry-comments a:hover {
	olor:  #585858;
}

ul.blog-tag-cloud {
	color: #454545;
}

/* Filesharing Colors */

.filesharing-item-title, .filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	color: #3097F1;
}

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

/* Photo Album Colors */

.album-title {
	color: #3097F1;
}

.photo-title {
	color: #3097F1;
}

.photo-links a:link, .photo-links a:visited, .photo-links a:active {
	color: #3097F1;
}

.photo-links a:hover {
	color: #3097F1;
}

.exif-data {
	color: #585858;
}

/* Movie Page Titles */

.movie-page-title, .movie-title {
	color: #3097F1;
}


