/*
Theme Name:     HAB
Theme URI:      http://www.heatherabuford.com
Description:    Child theme for the Graphene theme
Author:         Heather Buford
Author URI:     http://www.heatherabuford.com
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */

#container, #content, #content-main, #sidebar, .entry {
background: none !important;
}

.carousel-control.left, .carousel-control.right {
	display: none;
}

.post-nav-top, .archive-title, .page-title {
	border-top:6px solid #c0c0c0;
}

.post-nav-top, .archive-title, .page-title, .term-desc, .breadcrumb {
	background-color:#2751f7;
}

.author a, .terms a {
	color:#589b98;
}

.author a:hover, .terms a:hover {
	color:#00efd3;
}

.post-nav-top .next-post {
	color:#ffffff;
}

.post-nav-top .previous .fa, .parent-return .fa {
	color:#ffffff;
}

.post-nav-top a {
	color:#ffffff;
}

.singular .post .entry, .post.author .entry {
	padding:10px;
}