/* TEXT COLORS */

body {
	color: #6E6B68;
}

.wrapper, body {
	background-color: #504C48;
}

.header_bg, .photo-navigation {
	background-color: #0A0E1A;
}

.footer{
}

.contentBorder{
}

.contentPadding{
	background-color: #DFDFDF;
}

h1, h2, h3, h4, h5, h6, 
h1.blog-entry-title a, 
h1.blog-entry-title a:hover, 
.album-title, 
.movie-page-title,
.message-text,
.blog-entry-category a:link, 
.blog-entry-category a:visited,
p.blog-entry-tags a,
#blog-rss-feeds a,
ul.blog-tag-cloud li a,
#blog-categories a,
#blog-archives a,
.blog-entry-comments a:link,
.filesharing-item-title a:link {
	color: #4D424B;
}

.blog-entry-category a:hover,
p.blog-entry-tags a:hover,
#blog-rss-feeds a:hover,
ul.blog-tag-cloud li a:hover,
#blog-categories a:hover,
#blog-archives a:hover,
.blog-entry-comments a:hover,
.filesharing-item-title a:hover {
	color: #736871 !important;
}

.header .title, .header .title a, .photo-title{
	color: #6A5E68;
}

.header .slogan, .photo-caption{
	color: #504751;
}

.sidebar .title,
#blog-categories:before,
ul.blog-tag-cloud:before,
#blog-archives:before,
#blog-rss-feeds:before {
	color: #4D424A;
}

.sidebar {
	color: #6E6A67;
}	

.sidebar a {
	color: #7E6C7B;
}

.sidebar a:hover {
	color: #867381;
}

.contentContainer a{
	color: #7F6D7C;
}

.contentContainer a:hover{
	color: #867382;
}

blockquote, code {
	background: #6E6E6E;
	color: #EDEDED;
	border: 1px solid #636363;
}

.breadcrumb {
	color: #A3A3A3;
}

.breadcrumb a {
	color: #958F87;
}

.breadcrumb a:hover {
	color: #C3BCB1;
}

* html .breadcrumb ul {
	background-color: #27231F;
	padding: 0px 7px 2px 10px;
}

input.image{
	background-color: #625560;
	border: 1px solid #443B43;
}

input.image:hover{
	background-color: #897786;
	border: 1px solid #584C56;
}

#nav li a, .photo-navigation a{
	color: #ABABA1;
}

#nav li a span.desc{
	color: #ABABA1;
}

#nav li a:hover, 
#nav li a:hover span.desc, 
#nav li:hover a,
#nav li:hover span.desc,
.photo-navigation a:hover{
	color: #F0F0F0;
}

#nav ul li a.current,
#nav ul li a.currentAncestor,
#nav li a.current span.desc,
#nav ul li a.currentAncestor span.desc{
	color: #FFFFFF;
}

#nav ul ul{
	background-color: #65615E;
}

#nav ul ul li a{
	color: #CCCCCC !important;
	border-bottom: 1px solid #4B4744;
	border-top: 1px solid #6A6663;
	border-right: 1px solid #4B4744;
}

#nav ul ul li a.current,
#nav ul ul li a.currentAncestor{
	color: #FFFFFF;
}

#nav ul ul li a:hover {
	color: #FFFFFF !important;
}

#nav ul ul li.first_item a{
	border-top: none;
}

.ecContainer {
	background-color: #34332D;
}

.ecContainer {
	color: #96958B;
}

.ecContainer a{
	color: #867381;
}

.ecContainer a:hover{
	color: #FFFFFF;
}

.ecContainer h1,
.ecContainer h2,
.ecContainer h3,
.ecContainer h4,
.ecContainer h5,
.ecContainer h6{
	color: #969088;
}

.photo-frame {
	border: 14px solid #9C9894;
}

.photo-links {
	border-bottom: 1px solid #66625E;
}

/* MOVIE POPUP COLORS */

.form-input-field {
	border: 2px solid #ACACAC;
	background-color: #DFDFDF;
} 
