	
/*	=Header ---------------------------------------- */
/*
	div#header { border-color: #ff5c00; }
	
	div#header ul li.active a, div#header ul li.active a:visited { background: #ff5c00; }

	div#subHeader { background-color: #ffae80; }
*/

	div#header { border-color: #a5c941; }
	
	div#header ul li.active a, div#header ul li.active a:visited { background: #a5c941; text-shadow: 0 -1px 1px #87a437; }

	div#subHeader { background-color: #cae39f; }
	
/*	=Posts ---------------------------------------- */
	div.post { padding: 0 0 17px; margin: 0 0 27px; border-bottom: 1px solid #ddd; }
	
	div.post h1 { font-size: 30px; line-height: 36px; }
	div.post h1 a, div.post h1 a:visited,
	div.post a h1, div.post a:visited h1 { color: #a5c941; text-decoration: underline; }
	div.post h5.muted { color: #777; }
	
/*	=Projects ---------------------------------------- */
	
	div#content-sec ul { margin: 0 0 18px; padding: 0; list-style: none; }
	div#content-sec ul.active a, div#content-sec ul.active a:visited { font-weight: bold; font-size: 14px; line-height: 18px; }

