/*
Theme Name: ashvalejohn child
Theme URI: http://wordpress:8888/
Description: This is a child of the twentyfifteen theme, made for ashvalejohn.com
Author: Ashley Johnson
Author URI: http://ashvalejohn.com
Template: twentyfifteen
Version: 1.0.0
Tags: minimal, cream, red, flat
*/
@import 'https://fonts.googleapis.com/css?family=Lato';

body{
    background-color: #fdf4ec;
    color: #e7403d;
    font-family: 'Lato', sans-serif;
}

a{
    color: #e7403d;
}

a:hover{
    color: blue;
    cursor: pointer;
}

article{
    background-color: #fdf4ec;
    border: 3px solid #e7403d;
}

.entry-footer{
    background-color: #fdf4ec;
    border-top: 2px solid #e7403d;
    color: #e7403d;
}

.entry-footer a{
    color: #e7403d;
}

.entry-footer a:hover{
   border: none;
    color: blue;
    cursor: pointer;
}

.entry-footer span:hover{
    color: blue;
    cursor: pointer;
}

#colophon{
    background-color: #fdf4ec;
    border: none;
    box-shadow: none;
    display: block;
    height: 50px;

}

h2{
    font-family: futura, sans-serif;
}

input{
    border: 2px solid #e7403d;
}

input:focus{
    border: 2px solid #e7403d;
}

.recentcomments{
    color: #e7403d;
}

#sidebar{
    background-color:  #fdf4ec;
    border-right: 3px solid #e7403d;
}

.site-description{
    font-family: 'Lato', sans-serif;
}

.site-info a{
   color: #e7403d;
}

.site-title{
    font-family: futura, 'Lato', sans-serif;
}

.widget-title{ /*This should be covered by h2 tag, why not*/
    color: #e7403d;
    font-family: futura, sans-serif;
}
