/*
Theme Name: Outreach Child Theme
Theme URI: http://themes.designcrumbs.com
Description: Child theme for Outreach.
Author: Jake Caputo
Author URI: http://themes.designcrumbs.com
Template: outreach
*/

@import url("../outreach/style.css");

#header {
	position: relative;
	z-index:5;
	height: auto;
	background-color: #1A70B8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(26, 112, 184)), to(rgb(20, 85, 138)));
	background-image: -webkit-linear-gradient(top, rgb(26, 112, 184), rgb(20, 85, 138));
	background-image: -moz-linear-gradient(top, rgb(26, 112, 184), rgb(20, 85, 138));
	background-image: -o-linear-gradient(top, rgb(26, 112, 184), rgb(20, 85, 138));
	background-image: -ms-linear-gradient(top, rgb(26, 112, 184), rgb(20, 85, 138));
	background-image: linear-gradient(top, rgb(26, 112, 184), rgb(20, 85, 138));
	text-shadow: 0 1px 1px #151515;
}

#home_widgets {
	margin:60px 0;
    margin: 0 -20px 30px;
    padding: 40px 20px;
    position: relative;
	background-color: #14558A;
	color:#ebebeb;
}

#home_widgets h3 {
	margin-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #4B4B4B;
	letter-spacing: 0.1em;
}
#ai1ec-container
{
	padding-bottom: 163px;
}

body, h2, input, textarea, select {
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

/*		Table

---------------------------------------------------------------*/

.su-table table {

	width: 100% !important;

	margin: 0 0 0em 0 !important;

	border-collapse: collapse !important;

	font-size: 1em !important;

	border: 0px solid #ccc !important;

}

.su-table th {

	text-align: center !important;

	padding: 0em !important;

	font-size: 1em !important;

	font-weight: normal !important;

	color: #fff !important;

	border: 0px solid #ccc !important;

	background: #ffffff !important;

}

.su-table td {

	padding: 0em .5em !important;

	border: 0px solid #ccc !important;

	background: #fff !important;

}

.su-table .su-even td { background: #ffffff !important }