/*
Theme: Archer
Scheme: Taupe & Greige

Color One: #aba7a1
Color Two: #cec7bf
*/

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

.post-single .entry-content a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-single .entry-content a:hover {
	color: #aba7a1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	color: #aba7a1;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

.site-title-text a {
	color: #000;
}

.site-description {
	color: #aba7a1;

}

/*--------------------------------------------------------------
## Top Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Top Menu
--------------------------------------------------------------*/

#top-menu li a {
	color: #000;
}

#top-menu li a:hover {
	border-color: #cec7bf;
}

#top-menu li:after {
	color: #cec7bf;
}

/*--------------------------------------------------------------
### Social Menu
--------------------------------------------------------------*/

.social-menu li a {
	color: #000;
}

.social-menu li a:hover {
	color: #cec7bf;
}

/*--------------------------------------------------------------
### Search
--------------------------------------------------------------*/

.sb-icon-search {
	color: #000;
}

.sb-icon-search:hover {
	color: #cec7bf;
}

/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/

#primary-menu h3 {
	color: #000;
}

#primary-menu li a {
	color: #aba7a1;
}

#primary-menu li a:after {
	color: #cec7bf;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer Widget Area
--------------------------------------------------------------*/

#footer-widget-area .widget-title {
	color: #000;
}

/*--------------------------------------------------------------
## Identity and Menu
--------------------------------------------------------------*/

#footer-identity .site-title-text a {
	color: #fff;
}

/*--------------------------------------------------------------
# Blog Post Feed
--------------------------------------------------------------*/

.post-icon {
	color: #cec7bf;
}

.post-category a:hover {
	color: #aba7a1;
}

.post .more-link:hover {
	background: #cec7bf;
}

.post .comments-link a:hover {
	color: #aba7a1;
}

/*--------------------------------------------------------------
## Posts Navigation
--------------------------------------------------------------*/

.nav-links {
	background: #cec7bf;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-title {
	color: #aba7a1;
}

.comment-meta a:hover {
	color: #aba7a1;
	border-color: #aba7a1;
}

#reply-title {
	color: #aba7a1;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

#related-posts h3 {
	color: #aba7a1;
}

.related-post .post-number {
	color: #cec7bf;
}

.related-post:hover .post-number {
	color: #aba7a1;
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

.archive-title {
	color: #cec7bf;
}

