#mainContent #content {
	background-color: #fbc250;
	color: #73403b;

}


#mainContent #content p {
	color: #73403b;
}

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

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

#mainContent #content h3 {
	color: #983f28;
}



#mainContent #content h4 {
	color: #8d391b;
}
#mainContent #content h5 {
	color: #674430;
}

#mainContent #content b, #mainContent #content strong {
	color: #bc1730;
}

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

/* @group FileSharing */

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

.filesharing-item-description {
	color: #8d391b;
}

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

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

/* @end */

/* @group Blog */

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

.blog-entry-date {
	color: #8d391b;
}

/* @group Blog Archive Page */

.blog-archive-entries-wrapper {
	color: #73403b;
}

.blog-archive-entries-wrapper .blog-entry-body {
	color: #73403b;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	color: #983f28;
}

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

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

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

/* @end */

/* @end */

/* @group Photo Album */

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

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

.album-description {
	color: #c07e48;
}

.thumbnail-frame {
	border: 1px solid #73403b;
	background: #d87e29;
}


.thumbnail-frame img {
}

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

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

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

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


.photo-title {
	color: #981327;
}

.photo-caption {
	color: #b90000;
}

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

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

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


/* @end */

/* @end */

.message-text {
	color: #820808;
} 

.form-input-field {
	border: 1px solid #edcf85;
	background-color: #ffe474;
	width: 100%;
	color: #836419;
} 

.form-input-button { 
	border: 1px solid #edcf85;
	background-color: #ffe474;
	color: #836419;
	}

label {
	color: #73403b;
}