/* TEXT COLORS */

body {
	color: #686868;
}

.wrapper, body {
	background-color: #3D3E38;
}

.header_bg, .photo-navigation {
	background-color: #1E1700;
}

.footer{
}

.contentBorder{
}

.contentPadding{
	background-color: #E0E0E0;
}

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: #4C595F;
}

.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: #727F85 !important;
}

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

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

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

.sidebar {
	color: #676767;
}	

.sidebar a {
	color: #AE8D57;
}

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

.contentContainer a{
	color: #AE9569;
}

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

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

.breadcrumb {
	color: #666666;
}

.breadcrumb a {
	color: #ECECEC;
}

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

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

input.image{
	background-color: #617276;
	border: 1px solid #434F52;
}

input.image:hover{
	background-color: #879FA5;
	border: 1px solid #57666A;
}

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

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

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

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

#nav ul ul{
	background-color: #74736F;
}

#nav ul ul li a{
	color: #CCCCCC !important;
	border-bottom: 1px solid #5A5955;
	border-top: 1px solid #797874;
	border-right: 1px solid #5A5955;
}

#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: #2E3639;
}

.ecContainer {
	color: #757677;
}

.ecContainer a{
	color: #C5C5C5;
}

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

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

.photo-frame {
	border: 14px solid #898A84;
}

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

/* MOVIE POPUP COLORS */

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