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


/*** end color definitions ***/
