/*
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)
*/
	#header-inner {
		width: 100%;
		height: 155px; /* match #header-content height */
		position: relative; /* enables tagline box to be placed relatively, will not work for old FF in #header-content because it is table*/
	}
		
		/* Content Container */
		
		#header-content {
			display: table; /* for vertical centering logo */
			width: 100%;
			height: 155px; /* match #header-inner height - Opera Mobile doesn't like 100%*/
			overflow-x: hidden; /* for wide logos on small devices */
		}