/*   
Theme Name: Red Fred
Scheme Name: Ocean blue
Theme Variant: White
Primary Color: #12578c
Secondary Color: #249fb3
*/

/* =Colors
----------------------------------------------------------------------------- */
.post .meta a:hover {
  color: #249fb3;
}
#search,
#banners .banner .content > p,
#footer > div,
.navigation a,
input[type="submit"] {
  background-color: #249fb3;
}
.post .title a:hover,
.widget_redfred_recommendedposts .title a:hover {
  color: #197eb0;
}
#arrows a:hover,
.post .meta .comments:hover {
  background-color: #197eb0;
}
#sidebar h3, #bottombar h3,
h1, h2, h3, h4, h5, h6,
blockquote .before-quote, blockquote .after-quote {
  color: #056982;
}
.post .title,
.post .title a {
  color: #0c3b5e;
}
.comment-meta .comment-edit-link,
a {
  color: #0a7dad;
}
.comment-body .reply a:hover,
.navigation a:hover,
input[type="submit"]:hover {
  background-color: #0a7dad;
}
.comment-meta .comment-edit-link:hover,
a:hover
{
  color: #1fa4dd;
}
input:focus, textarea:focus {
  border-color: #1fa4dd;
}