#mainContent #content {
	background-color: #a9b4d5;
	color: #636363;

}

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

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

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

#mainContent #content h3 {
	color: #4c4c4c;
}



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

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

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

/* @group FileSharing */

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

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

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

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

/* @end */

/* @group Blog */

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

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

/* @group Blog Archive Page */

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

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

.blog-entry-body {
	
}

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

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

.blog-entry-comments {
	color: #4c4c4c;
}

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

.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: #e1e1e1;
	font-size: 1.4em;
}

.album-description {
	color: #bdbdbd;
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {

}

.thumbnail-caption {
	color: #b1b1b1;
	font-size: 10px;
}
	
/* @end */

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

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

.photo-navigation {
	background: #7c859d;
	color: #c4c4c4;
}

.photo-title {
	color: #414141;
}

.photo-caption {
	color: #dadada;
}

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

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

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


/* @end */

/* @end */

.message-text {
	color: #222;
} 

.form-input-field {
	border: 1px solid #8790ab;
	background-color: #bac6eb;
	width: 100%;
	color: #333;
} 

.form-input-button { 
	border: 1px solid #8790ab;
	background-color: #bac6eb;
	color: #333;
	}

label {
	color: #222;
}