/*
Theme Name: Blog Theme Child
Text Domain: blog-theme-child
Version: 1.0
Template: motif
Author: Oakland County Information Technology
Description: A Child Theme for the Blog template.
*/

/***** Header *****/

.main-navigation {
	background-color: #009448;
}

.entry-title a {
	color: #007a3b;
}

.entry-meta, .entry-meta a, .featured-post {
	color: #0072a3;
}

/***** Footer *****/

.footer-widget-area {
	background-color: #009448;
}

footer > .site-info {
	display: none;
}

/***** Featured Image Fix *****/

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image { width: 100%; }

/***** Font Fix *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	font-family: helvetica, arial, sans;
	
}

.main-navigation a, .menu-toggle {
	color: white;
}

.footer-widget-area {
	color: white;
}

.site-branding {
	padding: 0;
	margin-bottom: -9px;
}

.display-header-text .site-image {
	margin: 0;
}

a {
	color: #F68D2E;
	text-decoration: underline;
}

div.entry-content p a:visited {
	color: #0072A3;
}

a:hover {
	color: #f86510;
}

/*** Callout Box ***/
.callout {
	display: block;
	box-shadow: 0 2px 2px 0 #ccc;
	box-sizing: border-box;
	padding: 15px 0 13px 15px;
	font-weight: 700;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #00a160;
	border-radius: 5px;
	transition: all ease-in-out .15s;
}

a.callout, a.callout:visited {
	color: #363636 !important;
	text-decoration: none;
}

a.callout:hover, a.callout:focus {
	color: #6e6e6e !important;
	text-decoration: none;
	transition: all ease-in-out .15s;
	border-left: 9px solid #00a160;
}