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

/* description with originally set color as comment after each entry */
body
{
	background-color: #333;
	/* color of frame around page:	#000000 (black) */
	color: black;
	/* 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: #366393;		/* 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: ##333;						/* link color (hovering):		#BDD32E (lime) */
}
#header{
	background-color: white;			/* background color of header:	#271329 (aubergine) */
	border-bottom: 3px solid ##333;	/* line below header:			#BDD32E (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted ##333; /* separator btw main nav entires:	#BDD32E (lime) */ 
}
#footer{
	color: white;
	background-color: #273643;			/* background color of footer:	#271329 (aubergine) */
	border-top: 1px solid ##333;		/* line above footer:			#BDD32E (lime) */ 
}
#footer a{
	color: white;
}
.postTitle{
	color: white;
	background-color: #FFFFFF; /* background color of post/page titles:	#414621 (army green) */
}
.bottomContent{
	border-top: 1px solid #333;		/* line below post titles:		#BDD32E (lime) */
}
h3{
	border-bottom: 1px solid #333; /* line below secondary headings:	#BDD32E (lime) */
}
.thumbnail img
{
	border: 1px solid #666;
	/* border around thumbnails:			#000000 (black) */
	padding: 2px;
}
.thumbnail a:hover img{
	border: 1px solid ##333;	/* 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 ***/