/* MAIN COLORS */


body {
	background-color: #831C08;
	color: #800000;
}


/* HEADER COLORS */


#title{ color: #FFD48D; }

#slogan{ color: #FF8400; }
                    

/* MAIN MENU COLORS */


#header li a{
	background-color: #5F8002;
	border-top-color: #5D8102;
	color: #FFBB01;
}

#header li a:hover{
	background-color: #5C8302;
	border-top-color: #5B8500;
	color: #FFB601;
}

#header li a.current{
	background-color: #5A8301;
	border-top-color: #598600;
	color: #FFE103;
}

#header li a.currentAncestor{
	background-color: #5C8101;
	border-top-color: #5A8502;
	color: #FFE802;
}


/* BANNER COLORS */


#banner span{
	background-color: #FF7F00;
}

#banner h1{
	color: #FFE18C;
}


/* BODY COLORS */


h1, h2, h3, h4, h5 {
	color: #800102;
}

#content-outer-wrapper{
	background-color: #FF8202;
}

#content a {
	color: #800100;
}

#content a:hover {
	color: #800101;
}

code, blockquote{
	background-color: #800200;
	color: #800201;
}


/* SIDEBAR COLORS */


#sidebar .sidebar-title{
	color: #800300;
}

#sidebar-user-content {
	color: #438003;
}

#sidebar a {
	color: #1D8001;
}

#sidebar a:hover {
	color: #448004;
}

#sidebar a.currentAncestor {
	color: #800001;
}

#sidebar a.current, #sidebar a.current:hover {
	color: #0F8002;
}


/* FOOTER COLORS */


#footer {
	color: #5C2B00;
}

#footer a {
	color: #E47602;
}

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


/* BLOG PAGE COLORS */


.blog-entry-title a, .blog-entry-title a:hover {
	color: #238002 !important;
}

.blog-entry-date {
	color: #000000 !important;
}

.blog-entry-date a {
	color: #1E8003 !important;
}

.blog-entry-date a:hover {
	color: #1D8003 !important;
}

.blog-entry-comments, p.blog-entry-tags {
	color: #000000 !important;
}

.blog-entry-comments a, p.blog-entry-tags a {
	color: #218003 !important;
}

.blog-entry-comments a:hover, p.blog-entry-tags a:hover {
	color: #258002 !important;
}

.blog-archive-month {
	color: #228002 !important;
}


/* PHOTO ALBUM COLORS */

.album-title {
	color: #418002;
}

.thumbnail-wrap {
	color: #800300;
}


/* PHOTO SLIDE COLORS */

body.photo-background {
	background-color: #FF880D !important;
}

.photo-title {
	color: #800001;
}

.photo-caption {
	color: #804001;
}

.photo-links {
	padding-top: 10px;
}

.photo-links a {
	color: #418003;
}

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


/* FILE SHARING COLORS */

.filesharing-item-title a {
	color: #EC3180 !important;
}

.filesharing-item-title a:hover {
	color: #EC3180 !important;
}

.filesharing-item-description {
	color: #666666;
}


/* MOVIE ALBUM COLORS */

.movie-page-title {
	color: #EC3180;
}

.movie-thumbnail-caption {
	color: #666666;
}


/* MOVIE POPUP COLORS */

body.movie-background {
	color: #666666;
	background-color: #FFFFFF !important;
}

.movie-title {
	color: #EC3180;
}