/*
Theme: Miramar
Scheme: Stormy Day

Color One: #666666
*/

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

.post-single .entry-content a {
	color: #666666;
	-webkit-box-shadow: inset 0 -1px 0 #666666;
	box-shadow: inset 0 -1px 0 #666666;
}

.post-single .entry-content a:hover {
	-webkit-box-shadow: inset 0 0 0 #666666, 0 6px 0 #666666;
	box-shadow: inset 0 0 0 #666666, 0 6px 0 #666666;
}

.em-color-primary {
	color: #666666;
}

.em-color-primary-hover:hover {
	color: #666666;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-color: #666666;
	background: #666666;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-menu > li > a {
	color: #666666;	
}

.primary-menu > li > a:hover {
	color: #000;	
}

.primary-menu > li > .sub-menu > li > a:hover {
	color: #666666;
}

.primary-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
	color: #666666;
}

/*--------------------------------------------------------------
## Scroll Navigation
--------------------------------------------------------------*/

#scroll-navigation a:hover {
	color: #666666;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Instagram
--------------------------------------------------------------*/

#footer-widget-area .instagram-pics a:after {
	color: #666666;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/

#footer-menu li a,
.copyright {
	color: #666666;	
}

#empress-credit {
	color: #666666;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Post Feed
--------------------------------------------------------------*/

.post-excerpt .entry-meta a:hover {
	color: #666666;
}

.post-excerpt .entry-title a:hover {
	color: #666666;
}

.post-excerpt .read-more {
	color: #666666;
}

.post-excerpt .read-more .arrow {
	background: #666666;
}

.post-excerpt .read-more .arrow-right:after {
	border-color: transparent transparent transparent #666666;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.nav-links .arrow {
	background: #666666;
}

.nav-links .arrow-left:before {
	border-color: transparent #666666 transparent transparent;
}

.nav-links .arrow-right:after {
	border-color: transparent transparent transparent #666666;
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/

.featured-post .button {
	background: #666666;
	color: #fff;
	border-color: #666666;
}

.featured-post .button:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

/*--------------------------------------------------------------
## Interstitial
--------------------------------------------------------------*/

.feature-box:hover h3 {
	color: #666666;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Post Body
--------------------------------------------------------------*/

.post-single .entry-meta a,
.post-single .entry-meta .posted-on {
	background: #666666;
}

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

.comments-jump-link a {
	background: #666666;
}

.comments-jump-link a:hover {
	background: #000;
}

.related-post:hover h4 {
	color: #666666;
}

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

.comment-meta {
	color: #666666;
}

.comment-meta a {
	color: #666666;
}

