/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body, button, input, select, textarea {
	color: #000;
}

#header-logo-image {
	padding: 0;
}

.home #header-logo-image {
	display: none;
}

.home #site-title {
	display: none;
}

.home #site-description {
	display: none;
}

body {
/* fallback */
	background-color: #802828;
/* background: url(images/linear_bg_2.png); */
/* background-repeat: repeat-x; */
/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#802828),to(#B43C23));
/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top,#802828,#B43C23);
/* Firefox 3.6+ */
	background: -moz-linear-gradient(top,#802828,#B43C23);
/* IE 10 */
	background: -ms-linear-gradient(top,#802828,#B43C23);
/* Opera 11.10+ */
	background: -o-linear-gradient(top,#802828,#B43C23);
}

.main-navigation a {
	color: black;
	display: block;
	float: left;
	height: 30px;
	padding: 16px 0 0;
}

.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
	color: black;
	float: none;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	line-height: 21px;
	padding: 6px 10px;
}

.main-navigation ul li ul {
	background: white;
	border-top: 1px solid #0fbe7c;
	left: 25px;
	position: absolute;
	top: 45px;
	width: 150px;
}

.page-id-1352 blockquote {
	background-color: #F6D18B;
}

.widget-title span {
	border-bottom: 2px solid #802828;
	padding-bottom: 5px;
}

/* Link Colors

#main a {
	color: #167626;
	text-decoration: none;
}
*/
#main a:link {color:#1A0DB5;} /* unvisited link */
#main a:visited {color:#1A0DB5;} /* visited link */
#main a:hover {color:#1A0DB5;text-decoration:underline;} /* mouse over link */

h2.entry-title a {color: black !important;}


/* End Link Colors */


.post .entry-meta .read-more-link {
	background-color: #BBDCFC;
}
.ginput_container input {
	border: 1px solid black !important;
}
.ginput_container textarea {
	border: 1px solid black !important;
}
.gfield_captcha_input_container input {
	border: 1px solid black !important;
}