/******************************************  
 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.
*/

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

a { color: #c8222d; text-decoration:none; }
a:hover { color: #646566; text-decoration:none;}
a:focus { outline: none; }
a:hover, a:active { outline: none; }

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

#main-menu li li a:hover {
	background-color: #444;
	color: #c8222d;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

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

div.wrapper-footer a:hover {
	color: #c8222d !important;
}

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

}
ul.posts div.postmeta a:hover,
ul.posts div.postmeta p.postmetadata a:hover {
	color: #c8222d !important;
	text-decoration: none !important;
}