#mainContent #content {
	background-color: #d8322e;
	color: #5c0b17;

}

#mainContent #content p {
	color: #5c0b17;
}

#mainContent #content h1 {
	color: #fff;
}

#mainContent #content h2 {
	color: #dadada;
}

#mainContent #content h3 {
	color: #bfbfbf;
}



#mainContent #content h4 {
	color: #750e1e;
}




#mainContent #content h5 {
	color: #7f1a00;
}
#mainContent #content b, #mainContent #content strong {
	color: #fff;
}

#mainContent #content a:link, #mainContent #content a:visited {
	color: #d6d6d6;
}

/* @group FileSharing */

#mainContent #content .filesharing-item-title a {
	color: #fff;
}

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

.filesharing-description {
	border-bottom-color: #ccc;
}

.filesharing-item {
	border-bottom-color: #aaa;
}

/* @end */

/* @group Blog */

.blog-entry-title {
	color: #fff;
}

.blog-entry-date {
	color: #b4b4b4;
}

/* @group Blog Archive Page */

.blog-archive-entries-wrapper {
	color: #5c0b17;
}

.blog-archive-entries-wrapper .blog-entry-body {
	color: #5c0b17;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	color: #bfbfbf;
}

.blog-archive-entries-wrapper a:link, .blog-archive-entries-wrapper a:visited {
	color: #d6d6d6;
}

.blog-archive-entries-wrapper a:hover, .blog-archive-entries-wrapper a:active {
	color: #d6d6d6;
}

.blog-archive-entries-wrapper b, .blog-archive-entries-wrapper strong {
	color: #fff;
}

/* @end */

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #fff;
	font-size: 1.4em;
}

.album-description {
	color: #bbb;
}

.thumbnail-frame {
	border: 1px solid #d4d4d4;
	background: #b03c33;
}

#mainContent #content .thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

#mainContent #content p.thumbnail-caption {
	color: #fff;
	font-size: 10px;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	background: #d8322e;
	text-align: center;
}

.photo-navigation {
	background: #b03c33;
	color: #fff;
}


.photo-title {
	color: #fff;
}

.photo-caption {
	color: #dfdfdf;
}

.photo-navigation a, .photo-navigation a:visited {
	color: white;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	border: 1px solid #999;
	background: #66211c;
}


/* @end */

/* @end */

.message-text {
	color: #fff;
} 

.form-input-field {
	border: 1px solid #a32622;
	background-color: #c12d28;
	width: 100%;
	color: #fff;
} 

.form-input-button { 
	border: 1px solid #a32622;
	background-color: #c12d28;
	color: #fff;
	}

label {
	color: #fff;
}