/* CUSTOM CSS STYLES
* Instance specific styles in addition to the general theme styles.
* Place your custom css here.
*/

/* Highlight items in the main navigation */
.highlight {
	background: #606060;
	background: -moz-linear-gradient(
		top,
		#eb9f52 0%,
		#dd8a37);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#666),
		to(#505050));
	
}

.dropdown ul li.highlight:hover {
	background: #dd8a37;
	background: -moz-linear-gradient(
		top,
		#eb9f52 0%,
		#dd8a37);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eb9f52),
		to(#dd8a37));
	
}
h1 {
     color: #706657;
}

h2 {
    color: #879c3f;
}

h3 {
    color: #f26922;
}

.post h1 a {
	font-size:30px;
	color: #706657;
	line-height:1.2;
	}