/*** all color definitions shown here for easy editing ***/

/* note that this stylesheet is included after the main one so you can 
   basically overwrite here whatever you want */

/* description with originally set color as comment after each entry */

body {
	background-color: #211C17; 			/* color of frame around page:	#000000 (black) */ 
	color: white;						/* main text color:				#FFFFFF (white) */
}
#pageFrame{
	background: #2B251E;				/* main background color:		#090909 (black matte) */ 
}
/* this let's you accentuate some text that should appear differently */
.accent, a.accent, #footer a.accent, #header a.accent{
	color: #B86881;		/* alt. text color, e.g. used for blog title:	#70110b (lime) */	
}
#bottomContent h3 a, h3 a, a{
	color: white;						/* text color of links:			#FFFFFF (white) */
}
#bottomContent a{
	color: #211C17;						/* text color of links:			#FFFFFF (white) */
}
a:hover, #bottomContent a:hover{
	color: #B86881;						/* link color (hovering):		#70110b (lime) */
}
#header{
	background-color: #40000d;			/* background color of header:	#e4b55f (aubergine) */
	border-bottom: 3px solid #A42B43;	/* line below header:			#70110b (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted #A42B43; /* separator btw main nav entires:	#70110b (lime) */ 
}
#footer{
	background-color: #40000d;			/* background color of footer:	#e4b55f (aubergine) */
	border-top: 1px solid #A42B43;		/* line above footer:			#70110b (lime) */ 
}

.postTitle{
	background-color: #453C34; /* e4b55f;background color of post/page titles:	#40000d (army green) */
	color: white;
}
#bottomContent{
	border-top: 1px solid #211C17;		/* line below post titles:		#70110b (lime) */
	background-color: #453C34;
	color: #211C17;
}
h3{
	color: white;
	border-bottom: 1px solid #211C17; /* line below secondary headings:	#70110b (lime) */
	margin-bottom: 10px; 
}
#sidebar h3{
	border-bottom: 1px solid #453C34; /* line below secondary headings:	#70110b (lime) */
}
ul.photoQExifInfo{
	padding: 0px 15px;
}
.thumbnail img{
	border: 1px solid #2B251E;	/* border around thumbnails:			#000000 (black) */
}
.narrowcolumn{
	border-right: 1px solid #453C34;
	padding-right: 10px;
}
.thumbnail a:hover img{
	border: 1px solid #B86881;	/* border around thumbs (hovering):		#70110b (lime) */
}
input, textarea{
	background-color: #605449;	/* background color of form elements:	#090909 (black matte) */
	color: white;				/* text color of form elements:			#FFFFFF (white) */
	border: 1px solid #211C17;	/* border around form elements:			#40000d (army green) */
}
.commentlist li{ 
	list-style-position:inside;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #453C34;
}
.commentlist .alt{ 
	padding: 10px;
	border: 1px solid #605449;
}
/*** end color definitions ***/
