@charset "utf-8";
/*
	Theme Name: Karen Hawkins Custom
	Theme URI: http://html5blank.com
	Description: Jennifer Delamere from HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*Wordpress Styles*/
.post-content {
	padding: 20px 0 10px 0;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}

.comment-meta .avatar {
	float: left;
	width: 50px;
    height: 50px;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}
.entry-meta {
    font-size: 85%;
    margin-top: 5px;
    line-height: 1.5;
    color: #a83666;
    clear: both;
}
.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 1.5em;
}
.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list > .comment:first-child {
	padding-top:0;
	margin-top:0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}
.widget_categories .children li:last-child {
	padding-bottom: 0;
}
img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}.alignright,
img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}.aligncenter,
img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}img.alignleft,
img.alignright,
img.aligncenter{margin-bottom:12px;}

/*Custom Wordpress Styles */
hr.articleEnd {
    height: .2em;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    margin: 2em 1em 2em 0;
}
a.blogHeader {
	text-decoration: none;
	color: #FF9C7A;
}
h2.blogHeader {
	margin-bottom: 0;
}
.sidebar {
	color: #665a58;
	margin: 10px 0 25px 0;
	background: #FBFBF8;
	border: 1px solid #EDDFD1;
	padding: 2% 5%;
	font-size: .925em;
}
@media only screen and (min-width: 897px) {
	.sidebar {
		margin: 20px 0 20px 10px;
	}
}
@media only screen and (min-width: 1040px) {
	.sidebar {
		margin: 30px 0 30px 30px;
		padding: 2% 8%;
	}
}
/*Galleries*/
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 5px;
	background: #fff;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery-caption {
    margin: 10px auto;
    padding: 0 15%;
    font-size: 85%;
    color: #059FF8;
    line-height: 1.2;
}
.gallery br+br { display: none; }
#gallery-1 .gallery-item {
    width: 98%;
}
@media only screen and (min-width: 897px) {
	#gallery-1 .gallery-item {
		width: 33%;
	}
}
button {
	cursor: pointer;
}
hr {
    height: .3em;
    border: 1px solid #EDDFD13;
    background: #EDDFD1;
    margin: 3em 0;
}
