/*
Theme Name: Music child theme
Template: music
Author: Lacey
Author URI: http://LaceyStnson.com
Description: For Musings
Version: 1.0.1615852199
Updated: 2021-03-15 23:49:59

*/

a { color: #3d7c87; text-decoration: none; }

	h1 {
		color: #4d9d87;
	}

/*********************** Header **********************/

	#header h1 a {
		color: #4d9d87;
	}
	#header ul li a:hover {
		color: #4d9d87;
	}
	#header ul li.current_page_item {
		color: #4d9d87;
	}
	#header ul li.current_page_item a {	
		color: #4d9d87;
	}	

/*************** Post ***********************/

	#primary #content .post .entry-header, #primary #content .page .entry-header {
		border-bottom:1px solid #4d9d87;
	}

	#primary #content .post .entry-header a:hover, #primary #content .page .entry-header a:hover {	
		color: #4d9d87;
	}
	#primary #content .morelink {
		border-bottom: 1px solid #4d9d87;
	}	


/**************** Titles ***************************/

	#primary #content h1 {
		color: #4d9d87;
	}


/**************** Sidebar ************************/

	#secondary aside .searchinput {
		color: #3d7c87;
	}	
	#secondary aside.widget_tag_cloud a:hover {
		color: #4d9d87 !important;
	}
	#secondary aside.widget_tag_cloud h3 {
		border-bottom: 1px solid #4d9d87 !important;
	}
	#secondary aside.widget:nth-child(2n) a:hover {
		color: #4d9d87;
	}	

/******************* Comments *******************/
	#primary #content #comments #comments-title {
		border-bottom: 1px solid #4d9d87;
	}	
	#primary #content #comments #comments-title span {
		color: #4d9d87;
	}	
	#primary #content #comments #respond {
		border-top: 1px solid #4d9d87;
	}	
	#primary #content #comments #respond #commentform label {
		color: #4d9d87;
	}

	#primary #content #comments #respond #commentform p.form-submit input {
		background: #4d9d87;
		border: 1px solid #4893a1;
	}

/***************** Navigation *******************/
	#content #nav-single h3 {
		color: #4d9d87;
	}

/******************** Footer ********************/

#colophon {
	background: #4d9d87;
}	

