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

/* description with originally set color as comment after each entry */
body {
	background-color: white; 			/* color of frame around page:	#000000 (black) */ 
	color: #333333;						/* main text color:				#FFFFFF (white) */
}
#pageFrame{
	/*background-color: #efefef;*/
}
#topContent{
	background-color: white;
}
/* this let's you accentuate some text that should appear differently */
.accent, a.accent{
	color: #666666;		/* alt. text color, e.g. used for blog title:	#BDD32E (lime) */	
}
a{
	color: black;						/* text color of links:			#FFFFFF (white) */
}
a:hover, #navBar a:hover, #footer a:hover{
	color: #999999;						/* link color (hovering):		#BDD32E (lime) */
}
#header{
	background-color: white;			/* background color of header:	#271329 (aubergine) */
	border-bottom: 3px solid #fff;	/* line below header:			#BDD32E (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted #999999; /* separator btw main nav entires:	#BDD32E (lime) */ 
}
#footer{
	color: #333333;
	background-color: #fff;			/* background color of footer:	#271329 (aubergine) */
	border-top: 1px solid #fff;		/* line above footer:			#BDD32E (lime) */ 
}
#footer a{
	color: #333333;
}
.postTitle{
	color: white;
	background-color: #ffffff; /* background color of post/page titles:	#414621 (army green) */
}
.bottomContent{
	border-top: 1px solid #cccccc;		/* line below post titles:		#BDD32E (lime) */
}
h3{
	border-bottom: 1px solid #cccccc; /* line below secondary headings:	#BDD32E (lime) */
}
.thumbnail img{
	border: 1px solid #666;	/* border around thumbnails:			#000000 (black) */
}
.thumbnail a:hover img{
	border: 1px solid #cccccc;	/* border around thumbs (hovering):		#BDD32E (lime) */
}
input, textarea{
	background-color: #f3f3f3;	/* background color of form elements:	#090909 (black matte) */
	color: black;				/* text color of form elements:			#FFFFFF (white) */
	border: 1px solid #666;	/* border around form elements:			#414621 (army green) */
}


/*** end color definitions ***/