/*** 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: #e0e0db; 			/* color of frame around page:	#000000 (black) */
	color: #7b624e;						/* main text color:				#FFFFFF (white) */
}
#pageFrame{
	background: #e6e6de;				/* main background color:		#090909 (black matte) */
}
/* this let's you accentuate some text that should appear differently */
.accent, a.accent{
	color: #eeeedf;		/* alt. text color, e.g. used for blog title:	#BDD32E (lime) */
}
a{
	color: #7b624e;						/* text color of links:			#FFFFFF (white) */
}
a:hover, #navBar a:hover, #footer a:hover{
	color: #eeeedf;						/* link color (hovering):		#BDD32E (lime) */
}
#header{
	background-color: #c7bca5;			/* background color of header:	#271329 (aubergine) */
	border-bottom: 2px solid #7b624e;	/* line below header:			#BDD32E (lime) */
}
#navBar li.page_item {
	border-left: 1px dotted #7b624e; /* separator btw main nav entires:	#BDD32E (lime) */
}
#footer{
	background-color: #c7bca5;			/* background color of footer:	#271329 (aubergine) */
	border-top: 1px solid #7b624e;		/* line above footer:			#BDD32E (lime) */
}
.postTitle{
	background-color: #dcd6c8; /* background color of post/page titles:	#414621 (army green) */
}
.bottomContent{
	border-top: 1px solid #824242;		/* line below post titles:		#BDD32E (lime) */
}
h3{
	border-bottom: 1px solid #822424; /* line below secondary headings:	#BDD32E (lime) */
}
.thumbnail img{
	border: 1px solid #e0e0db;	/* border around thumbnails:			#000000 (black) */
}
.thumbnail a:hover img{
	border: 1px solid #ff0000;	/* border around thumbs (hovering):		#BDD32E (lime) */
}
x4{
	border-bottom: none; /* line below secondary headings:	#BDD32E (enz) */
}
img{
	border: 1px solid #e6e6de;	/* border around images:			#000000 (enz) */
}
a:hover img{
	border: 1px solid #824242;	/* border around images (hovering):		#BDD32E (enz) */
}


/*** end color definitions ***/
