/*
Theme Name: Mojo Child Theme
Theme URI: http: //codyburleson.com/
Description: A custom child theme based on the Standard theme.
Author: Cody Burleson
Author URI: http: //codyburleson.com/
Template: standard
Version: 0.1
*/

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

/* Smartphones */
@media (max-width: 480px) {

    /* Override parent and reduce font size on quotes for iPhone */
    .post.format-quote .post-header .entry-content p {font-size: 16px}

    /* Override to use a smaller quotation mark image on iPhone */
    .post.format-quote .post-header .entry-content {padding-left: 40px;background-image: url(images/icn-quote-dark-small.png)}

    /* Override to make the logo have less padding on iPhone */
    #head-wrapper #hgroup {padding: 10px 0 10px}

}