/* 
Theme Name:     FavePersonal Child Theme (Neutral Blue) 
Description:    Child theme for FavePersonal (based on <a href="http://kuler.adobe.com/index.cfm#themeID/22361">Neutral Blue</a> by matthepworth) 
Author:         Luis Villa 
Author URI:     http://tieguy.org 
Template:       favepersonal 
Version:        1.0 
*/

/* Add your custom CSS styles here */

/* Do underline links in content areas */

.entry-content a,
.page-content a,
.social-comment-body a {
text-decoration: underline;
}

/* Your selected colors are below */
body {
	background-color: #3e606f;
}
a,
a:visited { 
	color: #193441;
}
a:hover,
a:active {
	color: #91aa9d;
}
::-moz-selection {
	background: #193441;
}
::selection {
	background: #193441;
}

/** Header
 -------------------------------------------------- */
#header {
	background-color: #193441;
	border-bottom: 4px solid #3e606f;
}
#header a,
#nav-main {
	color: #fcfff5;
}
#header a:hover {
	color: #91aa9d;
}

/* Menu */
#nav-main li {
	border-color: #193441;
}
#nav-main li:hover,
#nav-main li.current-menu-item,
#nav-main li.current-menu-parent {
	border-color: #3e606f;
}

/* Sub Menu */
#nav-main .sub-menu a:hover {
	color: #193441;
}
#nav-main .sub-menu {
	background: #3e606f;
	border-color: #193441;
}
#nav-main .sub-menu li.current-menu-item > a {
	border-left-color: #193441;
	border-right-color: #193441;
}

/* Menu in dropdown mode */
@media only screen and (max-width: 767px) {
	#nav-main h1 {
		border-color: #3e606f;
	}
	#nav-main .menu {
		background-color: #3e606f;
		border-color: #193441;
	}
}

/** Masthead
 -------------------------------------------------- */
#masthead {
	background-color: #3e606f;
}
/* featured posts */
#featured-posts .featured {
	background-color: #193441;
	border-bottom-color: #193441;
}
#featured-posts .featured-title,
#featured-posts .has-featured-img .featured-format {
	background-color: #193441;
	color: #fcfff5;
}
#featured-posts .featured-content {
	color: #fcfff5;
}
/* gallery */
/* set bg color to tile featured gallery with less than 4 images */
#featured-posts .gallery-img-excerpt li.excerpt-img-0 {
	background-color: #d1dbbd;
}
#featured-posts .gallery-img-excerpt li.excerpt-img-1 {
	background-color: #91aa9d;
}
#featured-posts .gallery-img-excerpt li.excerpt-img-2 {
	background-color: #91aa9d;
}
#featured-posts .gallery-img-excerpt li.excerpt-img-3 {
	background-color: #d1dbbd;
}
/* video */
#featured-posts .featured-format-video {
	background-color: #d1dbbd;
	border-bottom-color: #d1dbbd;
}

/* rollover */
#featured-posts .featured:hover {
	border-bottom-color: rgba(209,219,189, .8);
}
#featured-posts .featured:hover .featured-content {
	background-color: rgb(209,219,189); /* fallback for IE */
	background-color: rgba(209,219,189, .8);
	color: #193441;
}


/** Post
 -------------------------------------------------- */
.entry-date a:hover,
.entry-meta a:hover {
	color: #193441;
}
.entry-media a:hover {
	border-bottom-color: #91aa9d;
}
.link-screenshot:hover {
	border-bottom-color: #91aa9d;
}

/** Sidebar, Widgets, Search Results
 -------------------------------------------------- */
.bio-box a {
	color: #193441;
}
.bio-box a:hover {
	color: #fcfff5;
}
.bio-box-gallery a.bio-carousel-nav:hover {
	background-color: #91aa9d;
}
.bio-box-gallery,
.bio-box-content,
.bio-box-links {
	background-color: #91aa9d;
	color: #fcfff5;
}
.bio-box-title {
	color: #193441;
}
.bio-box-links ul li a:hover {
	border-color: #193441;
}
.widget-title,
.searchform,
.search-title {
	color: #3e606f;
	background-color: #d1dbbd;
}
#primary .heading {
	background-color: #d1dbbd;
}
#primary .heading .page-title {
	color: #3e606f;
}
#primary .heading .page-title em {
	color: #193441;
}

.search-title em {
	color: #193441;
}
.searchform #s {
	color: #193441;
}
.searchform #s::-webkit-input-placeholder {
	color: #3e606f;
}
.searchform #s:-moz-placeholder {
	color: #3e606f;
}
.searchform #searchsubmit:hover,
.searchform #searchsubmit:focus {
	background-color: #3e606f;
}
.searchform #searchsubmit:active {
	background-color: #193441;
}

/** Footer
 -------------------------------------------------- */
#footer {
	color: #fcfff5;
	background-color: #3e606f;
}
#footer a {
	color: #d1dbbd;
}

/** Utilities
 -------------------------------------------------- */
.wp-caption dd {
	color: #3e606f;
	background-color: #fcfff5;
}
.post .gallery-img-excerpt li a:hover,
.attachment-next a:hover,
.attachment-prev a:hover {
	border-bottom-color: #91aa9d;
}
.post .gallery-img-excerpt li.gallery-view-all a {
	background-color: #fcfff5;
}
.post .gallery-img-excerpt li.gallery-view-all a:hover {
	background-color: #d1dbbd;
}
.post .gallery-thumbs a:hover {
	border-bottom-color: #91aa9d;
}
.post .gallery-thumbs a.activated {
	border-bottom-color: #193441;
}
.edit-link a {
	background-color: #3e606f;
}
.edit-link a:hover {
	background-color: #193441;
}


/* Shortcode Gallery */
#content .gallery-item .gallery-icon a:hover {
	border-bottom-color: #91aa9d;
}

/* Social */
#social #reply-title,
#social .comments-title,
#social .nocomments,
#social .social-nav,
#social .social-nav a span {
	background-color: #d1dbbd;
}
#social #reply-title,
#social .comments-title {
	color: #3e606f;
}
#social .social-heading,
#social .nocomments {
	color: #3e606f;
}
#social .social-nav a,
#social #submit,
#facebook_signin,
#twitter_signin {
	background-color: #3e606f;
}
#social .social-nav a:hover,
#social #submit:hover,
#facebook_signin:hover,
#twitter_signin:hover {
	background-color: #193441;
}		
#social .social-nav a {
	color: #3e606f;
}
#social .social-current-tab a,
#social .social-nav a:hover {
	color: #193441;
	background-color: #193441;
}
#social .social-posted-from {
	background-color: #d1dbbd;
}
#social .comment-awaiting-moderation {
	background-color: #d1dbbd;
	color: #193441;
}
#social .social-posted-when:hover,
#social .social-actions a:hover {
	color: #91aa9d;
}


