/****************************************
****************************************
 COLORS AND THEMING FOR MAIN BLOG
****************************************
****************************************/

h1,h2,h3,h4,h5,h6 {
	color: #038A3E;
}
/* make a link look like a normal header */
.noa, a.noa {
	color: #038A3E;
	text-decoration: none;
}

a {
	color: #038A3E;
}

a:hover {
	color: #3683FF;
	text-decoration: underline;
}

#content {
	background-color: #ddf; 
	border-top: 5px solid #ddf; 
	border-bottom: 1px solid #ccc;
}

.footer {
	background-color: #3683FF;
}	

/*******************************/
/* special decorations in menu */
/*******************************/
.subcategory {
	color: #3683FF;
}
.divider {
	border-bottom: 1px #283B59 dotted;
}

/***************************************
****************************************
 BLOG ENTRY 
****************************************
****************************************/
.tag a {
	color: #99874F;
	border-bottom: dotted 1px #99874F;    
}
.elsewhere-title {
	color: #3A61A1;
}


