/*styles for white (minimalist) customizer color scheme
#fff= white, #000 =black,  #666=mid grey, #ccc=light grey*/
.site-header, 
.site-footer, 
.site-footer a, 
.site-footer .widget-title, 
#sidebar-header .widget, 
h1.site-title, 
.site-title a, 
.site-description,
.main-navigation a {
	color: #000;
}

.site-header, 
.site-footer {
	background-color: none;
}

a {
	color: #666; /*change this number to change the color of minor links*/
}
  
a:hover,
a:focus,
a:active {
	color: #666; /*the hover color for minor links*/
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	background-color: #666; /*change this number to change the hover color behind the links in the main menu*/
	color:#fff;
}

button.menu-toggle {
background: url(nav-three-lines-black.png) no-repeat scroll;/*the image nav-three-lines-black.png must be located in the same folder as this css file*/
}

.menu-social.social-top li a::before {
	color: #000;
}	

.widget-title,
.page-title,
.entry-title a,
.entry-title {
	color: #000; /*change this number to change the color of the major headings - the site title, page title and post titles. */
}

.comment-metadata,
.comment-metadata p,
.posted-on,
.entry-date,
.comment-reply-title {
	color: #666;  /*change this number to change the highlight color of minor headings within posts*/
}

.site-footer {
	border-top: 1px solid #ccc;
}