/*--------------------------------------------------------------
* Color scheme - ALL RELEVANT DESIGN COLORS ARE IN THIS SECTION.
* Shared colors are grouped by indentation or no indentation.
*
* DO NOT EDIT THIS FILE - INSTALL THE CHILD THEME TO MAKE EDITS
--------------------------------------------------------------*/

	/* 
	 * primary design color
	 */
	input[type="submit"],
	input[type="button"],
	.main-navigation,
	.main-navigation ul li:hover > ul {
		background: #2980B9;
	}
		

/*
 * complementary design color 
 */
.main-navigation a:hover {
	background: #3498DB;
}
a,
.header-menu a:hover  {
	color: #3498DB;
}


	/* 
	 * subtle body text color 
	 */
	body,
	blockquote, 
	q, code, kbd, tt, var,
	.header-menu a,
	.navigation a,
	.comment-navigation a,
	.page-title,
	.entry-meta,
	.paging-navigation,
	.post-navigation,
	.comment-navigation,
	.social-links a,
	.response-title,
	.comment-meta,
	.site-footer,
	.entry-content div.sharedaddy div.sd-block,
	.entry-summary div.sharedaddy div.sd-block {
		color: #8F9EB8;
	}
		

/* 
 * element background/border design color 
 */
body, pre,
.single-post-footer,
#secondary aside,
.wp-caption {
	background: #F2F3F5;
}
dd {
	border-left: 3px solid #F2F3F5;
}
.entry-meta,
.paging-navigation,
.post-navigation,
.comment-navigation,
.comment-meta,
.entry-content div.sharedaddy div.sd-block,
.entry-summary div.sharedaddy div.sd-block {
	border: 1px solid #F2F3F5;
}


	/* 
	 * border for above background color 
	 */
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea,
	.wp-caption {
		border: 2px solid #E1E6F0;
	}
	.post-footer-author {
		border: 1px solid #E1E6F0;
	}