/*
Theme: Presidio
Scheme: Stormy Day

Color One: #666666
Color Two: #bfbfbf
*/

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

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

.entry-content a:hover {
	-webkit-box-shadow: inset 0 0 0 #666666, 0 2px 0 #666666;
	box-shadow: inset 0 0 0 #666666, 0 2px 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 {
	background: #bfbfbf;
}

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

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

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

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

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

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

.social-menu li a:hover,
.presidio_social_widget .social-menu li a:after {
	color: #666666;
}

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

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

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

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

#scroll-navigation .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 {
	background: #bfbfbf;
}

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

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

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

#scroll-navigation .primary-menu > li > .sub-menu a {
	color: #000;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer Feature Box
--------------------------------------------------------------*/

#footer-feature-box .cta {
	background: #bfbfbf;
	color: #fff;
}

#footer-feature-box .cta:hover {
	background: #666666;
	color: #fff;
}


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

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

#empress-credit {
	color: #bfbfbf;
}

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

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

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

.entry-footer a:hover {
	color: #666666;
}

.entry-footer .read-more-button a {
	background: #bfbfbf;
	color: #fff;
}

.entry-footer .read-more-button a:hover {
	background: #666666;
	color: #fff;
}

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

.nav-links a {
	background: #bfbfbf;
	color: #fff;
}

.nav-links a:hover {
	background: #666666;
	color: #fff;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.shopping-widget-title {
	color: #bfbfbf;	
}

.interstitial .widget-title,
.sidebar .widget-title,
#footer-widget-area .widget-title {
	color: #666666;	
}

.instagram-pics a:after {
	color: #fff;	
}

.search-form .input-group i {
	color: #bfbfbf;	
}

.presidio_about_widget .widget-links li a {
	color: #bfbfbf;	
}

.presidio_about_widget .widget-links li a:hover {
	border-color: #666666;
	color: #666666;	
}

.presidio_highlight_widget .widget-cta a {
	color: #666666;
}

.presidio_highlight_widget .widget-cta a:hover {
	background: #666666;
	color: #fff;
}

#footer-widget-area .presidio_highlight_widget .widget-cta a:hover {
	background: #666666;
}

.presidio_shop_widget a:hover {
	color: #666666;	
}

.presidio_topics_widget .widget-links li:hover .category-title {
	color: #666666;	
}

.presidio_featured_posts_widget .featured-posts li a:hover {
	color: #666666;	
}

.widget_text a:hover {
	border-color: #666666;
	color: #666666;
}


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

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

.comment-meta {
	color: #666666;
}

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

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