/*
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 DreamDolphin Media, LLC
Template: risen
Version: 1.1.3
*/

/*
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)
*/


body.top-parent-cdc {
	background: #7aa3cc url('images/bg-cdc-gradient.jpg') repeat-y top center !important;
}

body.top-parent-cdc #hand-1 {
	width: 432px;
	height: 357px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -800px;
	background: url('images/hand-1.jpg') no-repeat;
}

body.top-parent-cdc #hand-2 {
	width: 414px;
	height: 344px;
	position: fixed;
	bottom: 0;
	right: 50%;
	margin-right: -800px;
	background: url('images/hand-2.jpg') no-repeat;
}

#container {
	position: relative;
}

div.flexslider a.prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	color: rgba(0,0,0,0);
	background: url('images/flexslider-arrow-prev.png') no-repeat;
}

div.flexslider a.next {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	color: rgba(0,0,0,0);
	background: url('images/flexslider-arrow-next.png') no-repeat;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], textarea, select {
	border-width: 1px;
	border-color: #808080;
	border-top-color: #a0a0a0;
	border-left-color: #a0a0a0;
	background: #F9F9F9;
	color: #515151;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	padding: 2px !important;
	height: 24px;
	background: #F9F9F9;
	color: #515151;
	outline: none;
	border-width: 1px;
	border-color: #808080;
	border-top-color: #a0a0a0;
	border-left-color: #a0a0a0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.flex-caption p {
	margin: 0 0 .75em;
}