#mainContent #content {
	background-color: #000;
}



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

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

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

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



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

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

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

/* @group FileSharing */

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

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

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

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

/* @end */

/* @group Blog */

/* @group Blog Archive Page */

.blog-archive-entries-wrapper {
}

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

.blog-entry-body {
	
}

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

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

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

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

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

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

/* @end */

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

.blog-entry-date {
	color: #6d6d6d;
}

/* @end */

/* @group Photo Album */

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

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

.album-description {
	color: #989898;
}

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

.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: #333;
	text-align: center;
}

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

.photo-title {
	color: #c3c3c3;
}

.photo-caption {
	color: #959595;
}

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

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

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


/* @end */

/* @end */

/* @group Contact Form */
.message-text { } 

.required-text {
	color: #fff;
} 

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

textarea.form-input-field {

} 

.form-input-button { 
	border: 1px solid #666;
	background-color: #333;
	color: #ccc;
	} 
/* @end */