/*
Theme Name: Risen Child Theme
Theme URI: http://churchthemes.com/themes/risen
Author: churchthemes.com
Author URI: http://churchthemes.com
Description: A sample child theme for Risen.
Copyright: (c) 2012-2013 DreamDolphin Media, LLC
Template: risen
Version: 1.1.7
*/

/*
To override styles, copy them from the parent theme here, then change the properties.
You can also add new styles here. See styles/* for overriding the light and dark base styles.
Note: it is not necessary to @import the parent stylesheet here (see docs for more info)
*/

/* Change horizontal line width from 1px to 3px */
hr {
	border-style: solid;
	border-width: 3px 0 0 0;
	height: 0;
	line-height: 0px;
	font-size: 0;
	margin: 24px 0;
	padding: 0;
}

/* Change homepage box size under slider */
#intro {
	padding: 30px 10% 24px 10%;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
}