/*
-------------------------------------------
File: 'Blueball Simple Pro' colourtag.css Style Sheet
Created: 1, October, 2008
Last Modified: 6, October, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006-2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* Background colors for main layout elements */

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

#contentContainer,
#container {
	background-color: #FFFFFF;
}

#contentContainer #sidebarContainer {
	background: #FFFFFF;
}

#footer {
	background-color: #FFFFFF;
}

.photo-background {
	background-color: #727272;
}

.movie-background {
	color: #727272;
}


/* Headlines and highlight color */

h4 {
	color: #333333;
}

h1, h2, h3, h5,
.standout, blockquote,
.blog-entry-title,
.blog-archive-month,
.required-text,
.filesharing-item-title,
.album-title,
.photo-title,
.movie-page-title {
	color: #727272;
}

#pageHeader  h1 {
	color: #727272;
}

#pageHeader  h2 {
	color: #333333;
}

#sidebarContainer .sideHeader {
	color: #727272;
}


/* Sidebar text color*/

#sidebarContainer #sidebar p,
#sidebarContainer #sidebar {
	color: #333333; 
}


/* Footer text color */

#footer, #footer p {
	color: #555555; 
}


/* Link colors */

a:link, a visited, a:active,
#breadcrumbcontainer a,
.blog-read-more a:link, .blog-read-more a:visited,
.blog-read-more a:active,
.blog-entry-title a:link, .blog-entry-title a:visited,
.blog-archive-link a:link, .blog-archive-link a:visited,
.blog-archive-link a:active, 
p.blog-entry-tags a:link,
p.blog-entry-tags a:active, p.blog-entry-tags a:visited,
.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-entry-category a:active,
.blog-entry-comments a,
.photo-links a:link, .photo-links a:visited,
.photo-links a:active,
.filesharing-item a,
.filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	color: #727272;
}

a:hover,
#breadcrumbcontainer a:hover,
.blog-entry-title a:hover,
.blog-read-more a:hover,
.blog-archive-link a:hover,
p.blog-entry-tags a:hover,
.blog-entry-comments a:hover,
.blog-entry-category a:hover,
.photo-links a:hover,
.filesharing-item a:hover,
.filesharing-item-title a:hover {
	color: #727272;
}

/* @group My Group */



/* @end */

#sidebarContainer #sidebar a:link,
#sidebarContainer #sidebar a:visited,
#sidebarContainer #sidebar a:active {
	color: #727272;
}

#sidebarContainer #sidebar a:hover {
	color: #727272;
}

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

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


/* Nav toolbar text and link colors*/

#navcontainer #current {
	background: #727272;
}

#navcontainer ul ul #current,
#navcontainer ul ul ul #current,
#navcontainer ul ul ul ul #current,
#navcontainer ul ul ul ul .currentAncestor {
	color: #727272;
}

#navcontainer ul ul .currentAncestor,
#navcontainer ul ul ul .currentAncestor {
	color: #727272;
}

#navcontainer .currentAncestor {
	background: #727272;
}

#navcontainer a,
#navcontainer ul ul a,
#navcontainer ul ul ul a,
#navcontainer ul ul ul ul a {
	color: #333333;
}

#navcontainer a:hover,
#navcontainer ul ul a:hover,
#navcontainer ul ul ul a:hover,
#navcontainer ul ul ul ul a:hover {
	background: #727272;
}


