/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

html > body > div#wrapper > div#header {
	/*background-color:#202020;*/
}


* > li.cat-item{
	margin:3px;
	display:block;
}

* > li.cat-item > a{
/*
	text-decoration: none;
	color: #0052A3;
*/
	display:block;
}
* > li.cat-item > a:hover{
/*
	text-decoration: none;
	color: #0052A3;
*/
	background-color:#EEEEEE;
}

/* Aki's custom modifications*/
.sf-menu a{
color:#c4c4c4;
}

* > div.entry-content > p > a, * > div.entry-content > p > a:link, * > div.entry-content > p > a:visited {
color: #0000CC;
text-decoration: underline;
}
