/*
Theme Name: The Daily Press Child Theme (themelock.com)
Theme URI: http://themolitor.com
Description: Custom theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 1.0
Tags: white, custom-background, threaded-comments, custom-menu
template: dailypress
*/

@import url('../dailypress/style.css');

#tagline {
    display: none;
    font: bold 16px/1em serif;
}

/*archive page */

ul.bycategories {
    margin: 0;
    padding: 0;
}

ul.bycategories li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bycategories li a {
    list-style: none;
    list-style-type: none;
    margin: 0 20px 15px 0;
    float: left;
    background: #eee;
    color: #464646;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.bycategories li a:hover{
    text-decoration: none;
    background: #ff6200;
    color: #fff;
}

.clear{clear: both;}


