#mainContent #content {
	background-color: #f7aeae;
	color: #1d1d1d;

}

#mainContent #content p {
	color: #1d1d1d;
}

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

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

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



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

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

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

/* @group FileSharing */

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

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

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

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

/* @end */

/* @group Blog */

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

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

/* @group Blog Archive Page */

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

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

.blog-entry-body {
	
}

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

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

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

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

/* @end */

/* @end */

/* @group Photo Album */

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

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

.album-description {
	color: #a7413e;
}

.thumbnail-frame {
	border: 1px solid #ccc;
	background: #da8073;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {

}

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

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

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

.photo-navigation {
	background: #e39f9f;
	color: #d6d6d6;
}

.photo-title {
	color: #303030;
}

.photo-caption {
	color: #b90000;
}

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

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

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


/* @end */

/* @end */

.message-text {
	color: #000;
} 

.form-input-field {
	border: 1px solid #cf7d80;
	background-color: #f7c0c0;
	width: 100%;
	color: #1d1d1d;
} 

.form-input-button { 
	border: 1px solid #cf7d80;
	background-color: #f7c0c0;
	color: #1d1d1d;
	}

label {
	color: #000;
}