/*
 Theme Name:   Coraline Child
 Theme URI:    http://artoflanguageinvention.com/wp-content/themes/coraline-child/
 Description:  Coraline Child Theme
 Author:       David J. Peterson
 Author URI:   http://artoflanguageinvention.com/
 Template:     coraline
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  coraline-child
*/

body, input, textarea {
	font: 18px Helvetica, "Bitstream Charter", serif;
	line-height: 1.7;
}
#content img {
	border: 1px solid #000000;
}
a:link {
	color: #009DD6;
	text-decoration: none;
}
a:visited {
	color: #009DD6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #e6f4f5;
	text-decoration: underline;
}
#masthead {
	background-color: #000;
	padding: 0px;
}
#site-title {
	padding-top: 1em;
}
#site-description {
	margin: 0px;
	padding: 0.5em;
}
#access {
	border-top: 0px;
	background-color: #fff;
	padding: 0px;
}
#content-box {
	background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.entry-content h1 {
	border-bottom: 0px;
}
#colophon {
	border-top: 0px;
	color: #009DD6;
}
#colophon a {
	color: #009DD6;
}
#colophon a:hover {
	color: #e6f4f5;
}

.contact_label {
	clear: left;
	float:left;
	width: 6em;
	font-weight: bold;
	margin: 0;
}

.contact_content {
	float:left;
	margin: 0;
}