/*--------------------------------------------
Set various fonts, link colors of the theme
---------------------------------------------*/
h1 {
	font-family: "Philosopher";
	font-size: ;
	color: ;
}
h5 {
	font-family: "Philosopher";
	font-size: 16px;
	color: ;	
}
div#content_wrap a,
div.widget a {
	color: #92c83e;
}
div#content_wrap a:hover,
div.widget a:hover {
	color: #363636;
}
::selection { background: #363636; color: #fff; }
::-moz-selection { background: #363636; color: #fff; }