#mainContent #content {
	background-color: #f2f77d;
	color: #445748;

}


#mainContent #content p {
	color: #445748;
}

#mainContent #content h1 {
	color: #1f4c21;
}

#mainContent #content h2 {
	color: #1f4c21;
}

#mainContent #content h3 {
	color: #5a7856;
}



#mainContent #content h4 {
	color: #354127;
}
#mainContent #content h5 {
	color: #012d00;
}

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

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

/* @group FileSharing */

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

.filesharing-item-description {
	color: #34512e;
}

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

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

/* @end */

/* @group Blog */

.blog-entry-title {
	color: #1f4c21;
}

.blog-entry-date {
	color: #7c9c7b;
}

/* @group Blog Archive Page */

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

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

.blog-entry-body {
	
}

.blog-entry-comments {
	color: #5a7856;
}

.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: #000;
}

/* @end */

/* @end */

/* @group Photo Album */

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

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

.album-description {
	color: #4c974b;
}

.thumbnail-frame {
	border: 1px solid #4c974b;
	background: #dde170;
}


.thumbnail-frame img {
}

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

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

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

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


.photo-title {
	color: #154315;
}

.photo-caption {
	color: #20621f;
}

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

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

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


/* @end */

/* @end */

.message-text {
	color: #1f4c21;
} 

.form-input-field {
	border: 1px solid #cdd47d;
	background-color: #eef792;
	width: 100%;
	color: #445748;
} 

.form-input-button { 
	border: 1px solid #cdd47d;
	background-color: #eef792;
	color: #445748;
	}

label {
	color: #1f4c21;
}