#mainContent #content {
	background-color: #607446;
	color: #0c3c0c;

}


#mainContent #content p {
	color: #0c3c0c;
}

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

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

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



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

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

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

/* @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: #fff;
}

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

/* @group Blog Archive Page */

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

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

.blog-entry-body {
	
}

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

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

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

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

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

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

/* @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: #829d5f;
}


.thumbnail-frame img {
}

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

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

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

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


.photo-title {
	color: #f5f5f5;
}

.photo-caption {
	color: #e1e1e1;
}

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

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

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


/* @end */

/* @end */

.required-text {
	color: #000;
} 

.form-input-field {
	border: 1px solid #8ead68;
	background-color: #455432;
	width: 100%;
	color: #ccc;
} 

.form-input-button { 
	border: 1px solid #8ead68;
	background-color: #455432;
	color: #ccc;
	}

label {
	color: #ccc;
}