/*!
 * COLORS CSS - Red
 * Developed by Difluir
 * http://difluir.com
 */

body {background:#f8f8f8; color:#3e3e3e;}

a {color:#b51a00;}
a:hover {color:#3e3e3e;}

/* containers
*******/
.container-bg {background:#fff;}

/* header
*******/
#navbar {border-color:#e5e5e5;}

#menu ul li a {border-color:#e5e5e5; color:#3e3e3e;}
#menu ul li a:hover, #menu ul li.current-menu-item a {border-color:#b51a00;}

#menu ul ul {background:#e5e5e5;}
#menu ul ul li a {color:#fefefe;}
#menu ul ul li a:hover {color:#ccc;}

#menu .search-form {border-color:#b51a00;}
#menu .search-form input, #menu .search-form .placeholder {color:#3e3e3e;}

/* featured
*******/
#featured .slides {background:#b51a00;}
#featured .slides li a .caption em {background:#b51a00; color:#fefefe;}

#featured .flex-direction-nav a {background:#b51a00; color:#fefefe;}
#featured .flex-direction-nav a:hover {background:#e5e5e5;}

/* posts
*******/
.post .post-line {border-color:#e5e5e5;}

.post .date span.line {background:#e5e5e5;}
.post .date span.time {background:#e5e5e5; color:#808080;}

.post h1.title {color:#3e3e3e;}
.post h1.title a {color:#3e3e3e;}
.post h1.title a:hover {color:#b51a00;}

.post .meta {border-color:#e5e5e5;}

.post .author img {background:#fff; border-color:#fff;}
.post .author a {color:#3e3e3e;}

.post .share li a {color:#3e3e3e;}
.post .share li a:hover {color:#b51a00;}

.post .meta-files span.cats {color:#3e3e3e;}
.post .meta-files span.tags, .post .meta-files span.tags a {color:#8e8d8d;}
.post .meta-files span.tags a:hover {color:#3e3e3e;}

/* related posts
*******/
.relatedposts li a img {background:#b51a00;}

/* paginations
*******/
#pagenav {color:#3e3e3e;}
#pagenav li a, #pagenav li span {color:#3e3e3e;}
#pagenav li a:hover {color:#b51a00;}
#pagenav li.current span, #pagenav li.next a, #pagenav li.prev a, #pagenav li.top a {color:#fefefe;}
#pagenav li.current span {background:#b51a00;}
#pagenav li.next a, #pagenav li.prev a, #pagenav li.top a {background:#3e3e3e;}
#pagenav li.next a:hover, #pagenav li.prev a:hover, #pagenav li.top a:hover {background:#b51a00;}

#postnav {border-color:#e5e5e5;}
#postnav li a {color:#3e3e3e;}
#postnav li a:hover {color:#b51a00;}

/* comments
*******/
.commentslist li, .pingslist li {border-color:#e5e5e5; background:#fbfbfb;}
.commentslist li .comment-author {color:#B51A00;}
.commentslist li .comment-author a {color:#B51A00;}
.commentslist .children li {background:#fbfbfb;}
.commentslist .children .children li {background:#fff;}
.commentslist .children .children .children li {background:#fbfbfb;}
.commentslist .children .children .children .children li {background:#fff;}

#respond input, #respond textarea {background:#fff; border-color:#e5e5e5; color:#333;}
#respond input:focus, #respond textarea:focus {border-right-color:#d5d5d5; border-bottom-color:#d5d5d5;}
#respond input.err, #respond textarea.err {border-color:#f00;}
#respond input[type="submit"] {background:#b51a00; color:#fefefe;}

/* footer
*******/
#footer {background:#e5e5e5; color:#808080;}
#footer p.credits {color:#808080;}
#footer p.credits a {color:#808080;}
#footer p.credits a:hover {color:#202020;}

/* widgets
*******/
.widget h3.title em {background:#e5e5e5;}
.widget h3.title span {background:#e5e5e5; color:#808080;}

.widget_categories li, .widget_archive li, .widget_nav_menu li, .widget_links li, .widget_pages li, .widget_meta li {color:#3e3e3e;}
.widget_categories li a, .widget_archive li a, .widget_nav_menu li a, .widget_links li a, .widget_pages li a, .widget_meta li a {color:#3e3e3e;}
.widget_categories li a:hover, .widget_archive li a:hover, .widget_nav_menu li a:hover, .widget_links li a:hover, .widget_pages li a:hover, .widget_meta li a:hover {color:#b51a00;}

.widget_categories select, .widget_archive select {border-color:#e5e5e5; color:#3a3a3a;}

.widget_recent_comments li a, .widget_recent_entries li a {color:#3e3e3e;}
.widget_recent_comments li a:hover, .widget_recent_entries li a:hover {color:#b51a00;}

.widget_calendar th, .widget_calendar td {border-color:#f1f1f1;}

.widget_tag_cloud .tagcloud a {color:#3e3e3e;}
.widget_tag_cloud .tagcloud a:hover {color:#b51a00;}

.widget_dld_authors ul li a {color:#3e3e3e;}
.widget_dld_authors ul li a:hover {color:#b51a00;}

.widget_dld_twitter li {border-color:#f1f1f1;}

/* extras
*******/
.widget_dld_instagram .slides li span {background:#f1f1f1;}
.widget_dld_instagram .flex-direction-nav a {background:#b51a00; color:#fefefe;}
.widget_dld_instagram .flex-direction-nav a:hover {background:#e5e5e5;}

.widget_dld_pinterest ul li a {background:#b51a00;}
.widget_dld_pinterest .see-more a {background:#b51a00; color:#fefefe;}
.widget_dld_pinterest .see-more a:hover {background:#e5e5e5;}

/* media queries
*******/
@media screen and (max-width: 768px) { #pagenav {border-color:#e5e5e5;} }