/*
Theme Name: Grood
Description: IE8 specific style.
*/


code {
	padding: 0;
	background-color: transparent;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus,
.page-links a {
	text-decoration: none;
}

.site-branding {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-title {
	font-size: 24px;
	line-height: 1;
}

.site-description {
	display: block;
}

.menu-toggle {
	float: right;
	margin: 10px 0;
	padding: 11px;
}

.site-header-menu {
	clear: both;
}

.header-image {
	margin: 15px 0 0;
}

.site-main {
	margin-bottom: 15px;
}

.post-navigation {
	margin-bottom: 15px;
}

.post-navigation .post-title {
	font-size: 15px;
	line-height: 1.2;
}

.pagination {
	margin: 0;
}

/* restore screen-reader-text */
.pagination .current .screen-reader-text {
	position: absolute !important;
}

.pagination .page-numbers {
	display: inline-block;
}

.image-navigation .nav-previous,
.image-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

.image-navigation .nav-previous + .nav-next:before,
.comment-navigation .nav-previous + .nav-next:before {
	display: inline-block;
	padding: 0 5px;
	content: '\002f';

	filter: alpha(opacity=70);
}

.site-main > article {
	margin-bottom: 15px;
}

.entry-title {
	font-size: 20px;
	line-height: 1.5;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	width: 50%;
	padding: 20px 0 0;
	border-width: 4px 0 0 0;
}

.updated {
	display: none;
}

.updated.published {
	display: inline;
}

.comment-author .avatar {
	position: relative;
	width: 42px;
	height: 42px;
}

.comment-list .children > li {
	padding-left: 15px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 15px;
}

.comment-reply-link {
	margin-top: 20px;
}

.comments-area,
.widget,
.content-bottom-widgets .widget-area {
	margin-bottom: 15px;
}

.sidebar,
.widecolumn {
	margin-bottom: 15px;
}
