/*
Theme Name: John Newman
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
*/

/ *Epoch Comments CSS */
.comment-form-comment textarea#comment {
    resize: none;
    border: 1px solid rgb(161, 161, 161) !important;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: rgb(153, 153, 153) 0px 1px 2px inset !important;
    box-sizing: border-box !important;
    clear: both;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    height: 100px;
    margin: 0px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    background-color: rgb(246, 246, 246) !important;
    text-transform: uppercase;
}

.submit {
        background-image: -webkit-linear-gradient(top, #f0f0f0, #c5c5c5);           border-radius: 5px;
        padding: 6px;
        width: 9em;
        color: #666666;
        font-weight: bold;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

div.epoch-comment-content p {
    margin-bottom: 10px!important;
    font: 300 12px "Open Sans";
    word-wrap:break-word;
}
ul.epoch-moderation-actions {
        background: none;
}