/*
Theme Name:     New Skeptoid Child Theme
Theme URI: 		http://skeptoid.com
Description:    Child theme for the Skeptoid theme 
Author:         Peter Hobley on behalf of the Mighty Skeptoid, Brian Dunning
Author URI:     http://www.shinyspotweb.com/
Template:       skeptoid
Version:        1.0
*/

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

body.home #main .widget-area  {
	padding-top: 30px;
}

body.home div.post-wrapper {
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

body.home div.top-row,
body.home div.bottom-row {
	display: table;
	width: 100%;
}

body.home div.author-meta {
	width: 25%;
	max-width: 160px;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

body.home div.author-meta > div { /* Extra div to stop IE8 screwing up padding/width of this parent */
	padding-right: 25px;
}

body.home #content div.author-meta h2 {
	margin: 0;
	font-size: 26px;
	color: #E48127;
	line-height: normal;
	font-weight: normal;
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

body.home div.author-avatar {
	padding-top: 18px;
	margin: 0;
}

body.home #content div.author-avatar img
 {
	max-width: 120px;
}

body.home .hentry {
	width: 75%;
	border-left: 1px dotted #ccc;
	margin: 0;
	min-height: 200px;
	display: table-cell;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body.home #content .hentry > div {
	padding: 0 0 0 25px;
}

body.home #content .entry-title {
	font-size: 24px;
	line-height: normal;
	margin: 0;
}

body.home #content .hentry p {
	margin: 0;
}

body.home #content h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

body.home #content div.author-meta h3 {
	margin: 0;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

body.home div.entry-content a  {
	text-decoration: none;
	color: #333;
}

body.home div.entry-content a span.read-more {
	text-decoration: underline;
	color: #9FA34F;
}

body.home #content div.author-meta h3 a {
	color: #9FA34F;
}

body.home #content div.author-meta h3 a:hover {
	text-decoration: underline;
}

body.home div.author-avatar img {
	border: 1px solid #e7e7e7;
	padding: 11px;
}

body.home div.comments-link {
	text-align: right;
	font-size: 13px;
	display: table-cell;
	width: 25%;
	vertical-align: bottom;
	padding-bottom: 3px;
}

body.home #content div.comments-link p {
	margin: 0 25px 0 0;
}

body.home div.cat-tag-links {
	border-left: 1px dotted #ccc;
	color: #333;
	font-size: 13px;
	display: table-cell;
	width: 75%;
	vertical-align: bottom;
	padding-top: 30px;
	padding-bottom: 3px;
}

body.home #content div.cat-tag-links p{
	margin: 0 0 0 25px;
}

body.home div.comments-link a,
body.home div.cat-tag-links a {
	color: #9FA34F;
	text-decoration: underline;
}

#wrapper {
	margin-top: 125px;
}
body.home #nav-below {
	margin: 18px 0 0;
}

body.home .navigation a:link, body.home .navigation a:visited {
	color: #9FA34F;
	text-decoration: underline;
	font-size: 13px;
}

body.home #content .alignleft, 
body.home #content img.alignleft {

}


body.home #content img {
	max-width: 454px;
}
body.home #content .wp-caption {
	max-width: 446px;
}

body.home #content .wp-caption img {
	max-width: 434px;
}


html.lt-ie8 body.home div.author-meta,
html.lt-ie8 body.home .hentry,
html.lt-ie8 body.home div.comments-link,
html.lt-ie8 body.home div.cat-tag-links,
html.lt-ie8 body.home #content .hentry > div,
html.lt-ie8 body.home #content div.cat-tag-links p {
	display: block;
	width: 100%;
	border: none;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

#content .commentlist img.avatar {
	max-width: 40px;
}