/*
Theme Name: Motion Child
Description: Child Theme for Motion
Author: Jon Rusho
Template: motion
*/

@import url("../motion/style.css");

#header #logo h6 a {
        color: #fff;
        font-size: 2em;
        font-weight: normal;
        text-shadow: 0 0 6px #555;
}
#header #logo h6 a:hover {
        color: #a8ef9d;
}

h1 a {
        color: #fff;
        font-size: 2em;
        font-weight: normal;
        text-shadow: 0 0 6px #555;
}
h1 a:hover {
        color: #a8ef9d;
}


.postcontent h1 {
        padding: .8em 0;
        font-size: 1.5em;
}

