/*
Theme Name:     Mark Lyon Verb Child Theme
Description:    Alters link color for front page accent box, adds space around comments, 		
		changes front page boxes to posts of frontpage type and 
		adds additional footer text.
Author:		Mark Lyon
Author URI:     http://marklyon.org
Template:       verb
Version:        0.1.0
*/

@import url('../verb/style.css');


/* ===[ Fix Comment Styles to Give Disqus Horizontal Space ]=== */

.comments {
	padding-right:10px;
	padding-left:10px;
}

/* ===[ Make Hero Links Hover Color ]=== */

.hero a {
	color: #555;
}

.copyright {
	line-height: 18px;
}