/*** 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: #BDD32E;		/* 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: #BDD32E;						/* link color (hovering):		#BDD32E (lime) */
}
#header{
	background-color: #271329;			/* background color of header:	#271329 (aubergine) */
	border-bottom: 3px solid #BDD32E;	/* line below header:			#BDD32E (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted #BDD32E; /* separator btw main nav entires:	#BDD32E (lime) */ 
}
#footer{
	background-color: #271329;			/* background color of footer:	#271329 (aubergine) */
	border-top: 1px solid #BDD32E;		/* line above footer:			#BDD32E (lime) */ 
}
.postTitle{
	background-color: #414621; /* background color of post/page titles:	#414621 (army green) */
}
.bottomContent{
	border-top: 1px solid #BDD32E;		/* line below post titles:		#BDD32E (lime) */
}
h3{
	border-bottom: 1px solid #BDD32E; /* line below secondary headings:	#BDD32E (lime) */
}
.thumbnail img{
	border: 1px solid black;	/* border around thumbnails:			#000000 (black) */
}
.thumbnail a:hover img{
	border: 1px solid #BDD32E;	/* 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 #414621;	/* border around form elements:			#414621 (army green) */
}


/*** end color definitions ***/

/** new styles - gab **/ 
/* --------------------------------- */
/* style related to awrds box */

.eawards { width:99%; 
	border-width: 1px; border-style: dotted; border-color: #BDD32E;
	padding: 7px 5px 3px 3px; /* top bottom left right */
	text-decoration:none;
	font-size: 110%;
}

.eawards ul { 	padding-bottom: 0 em;
	margin:0px 0px 0px 0px;
	font-family:Georgia, Times New Roman, Times, serif;
}

.eawards ul li {
	list-style-type: square; /* decimal; */
	list-style-position:inline;
	display:list-item;
	margin:1px 1px 3px 1px;
	font-size:11px;
}

.eawawiname { color:#977F09; font-size: 130%; text-decoration:none;}
