/* @override http://ksmith.in/inmediasres/wp-content/themes/in-medias-res/style.css */

/*
Theme Name:     in medias res
Theme URI:      http: //ksmith.in/inmediasres
Description:    Child theme of Simplish 
Author:         Kevin Smith
Author URI:     http: //ksmith.in/
Template:       simplish
Version:        0.1.0
*/

@import url("../simplish/style.css");

#announcement {
	font-size: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid silver;
	padding-bottom: 1em;
	background-color: #fef8d9;
	padding: 1em;
	border-top: 1px solid silver;
}

#announcement {
	text-align: center;
	font: italic 1.6em Georgia, "Times New Roman", Times, serif;
}

#announcement a {
	color: #B00B00;
}

.entry-content a:link, .entry-content a:visited { 
	color: #b00b00; 
} 
	 
.entry-content a:hover, .entry-content a:active { 
	color: #FFFFFF;
	background-color: black;
} 
