/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
a { color: #DE2F3A; text-decoration:none; }

#pre-header a:hover {
	color: #DE2F3A;
	text-decoration: none;
}

ul#main-menu li.current-menu-item li a:hover {
	color: #DE2F3A;
	text-decoration: none;
}

p.breadcrumbs .current {
	color: #DE2F3A;
	padding-right: 0;
}

ul.posts div.postmeta p.postmetadata,
ul.posts div.postmeta p.postmetadata a {
	color: #DE2F3A!important;
}

