/*
Theme Name:     Haversham
Theme URI:      http://docksidewebdesign.com/
Description:    Child theme for the Spine
Author:         Nat Taylor
Author URI:     http://docksidewebdesign.com/
Template:       spine
Version:        0.1.0
*/

@import url("../spine/style.css");

/*
New Colors
1. Dark #030953;
2. Medium #01256A
3. Rich #16016A
4. Teal #013A60;
5. Purple #2D0160
*/

.top-bar {
 background: #030953;
}

.top-bar-section li a:not(.button) {
 background: #030953;
}

.top-bar-section li a:not(.button):hover {
background:#000699;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
color: #01256A;
}


@media only screen and (max-width: 48em) {
	#menu-secondary {
		display:none;
	}
}

.page-template-default .entry-title {
background:#f2f2f2;
margin:0 -1000px .5em -1000px;
padding:.66em 0;
text-align:center;
}

.haversham-sub-nav li {
    list-style-type:none;
    display:inline;
    margin-left:1.5%
}

.haversham-sub-nav ul:before {
    content: "Subpages: ";
}

.haversham-sub-nav li:after {
    content: " |";
}
