/*
 Theme Name:   2014 Child Theme for FindMenus.ca
 Theme URI:    http://findmenus.ca/
 Description:  A Twenty Fourteen child theme 
 Author:       Jim Doree
 Author URI:   http://doree.com
 Template:     twentyfourteen
 Version:      1.0.0
*/

@import url("../twentyfourteen/style.css");

.site {
 	margin:0 auto;
}
.site-header {
	background-color: #244F6B;
}

#secondary {
	background-color: #244F6B;
}
.site:before {
	background-color: #244F6B;
}

.site-footer {
	background-color: #244F6B;
}
.site-info a:hover {
	color: #ffffff;
}
div.nav-links { display: none; }
.search-toggle, .search-toggle.active {
	background-color: #3E6884;
}
.search-toggle:hover {
	background-color: #91AEC1;
}
.search-box {
	background-color: #3E6884;
}

::selection {
	background: #3E6884;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #3E6884;
	color: #fff;
	text-shadow: none;
}
a:active,
a:hover {
	color: #3E6884;
}
a {
	color: #91AEC1;
	text-decoration: none;
}
input[type='submit'] {
	background-color: #3E6884;
}
input[type='submit']:hover {
	background-color: #91AEC1;
}
.cat-links a:hover {
	color: #3E6884;
}
.entry-meta .tag-links a:hover {
	background-color: #3E6884;
	color: #fff;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #3E6884;
}
.entry-meta a:hover {
	color: #91AEC1;
}
.entry-content .edit-link a:hover {
	color: #3E6884;
}
.entry .mejs-controls .mejs-button button:hover {
	color: #3E6884;
}
.entry-title a:hover {
	color: #91AEC1;
}
.page-links a:hover {
	background: #3E6884;
	border: 1px solid #3E6884;
	color: #fff;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #3E6884;
}
.paging-navigation a:hover {
	border-top: 5px solid #3E6884;
	color: #2b2b2b;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #3E6884;
}
.comment-reply-title small a:hover {
	color: #3E6884;
}
.widget a:hover {
	color: #91AEC1;
}
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #3E6884;
}
.widget-title a:hover {
	color: #3E6884;
}
.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #91AEC1;
}
.featured-content a:hover {
	color: #3E6884;
}
.content-sidebar .widget a {
	color: #91AEC1;
}

.content-sidebar .widget a:hover {
	color: #3E6884;
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #ffffff;
	font-weight: 900;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #91AEC1;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}

/*hides featured image in single post view of specific category*/
.category-menu .post-thumbnail {
        display: none;
}

@media screen and (min-width: 783px) {
	.primary-navigation ul ul {
		background-color: #91AEC1;
	}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #91AEC1;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #91AEC1;
	}
}

@media screen and (min-width: 1008px) {
	.secondary-navigation ul ul {
		background-color: #91AEC1;
	}
	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #91AEC1;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #91AEC1;
	}
	.primary-sidebar .widget .widget-title {
		font-size: 13px;
	}

}

/* User Post Submission plugin customizations by me */
#usp-success-message {
	font-size: 22px;
	color: green;
}