﻿/* --------- Remove -------- */

body
{
    font-size: 62.5%;
}

h1
{
    color: #01559e;
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 0;
}

h2
{
    color: #01559e;
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.7;    
}


p
{
    font-family: Helvetica, verdana, Sans-Serif;
    font-size: 13px;
    line-height: 1.6;
    margin: 10px 0;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^ */

.comment
{
    overflow: auto;
    margin-bottom: 15px;
}

.comment-title
{
    background: url(../i/comment-title-bg.gif) repeat-x;
    padding: 7px;
}

.comment-title
{
    color: #01559e;
    font-family: Helvetica, verdana, Sans-Serif;
    font-size: 1.6em;
}

.comment-body
{
    padding: 0 5px;
}

.comment-author
{
    background-color: #f7f7f7;
    padding: 0 6px;
}

.comment-author p
{
    color: #484848;
    font-size: 1.2em;
}

/* ------------------ Comment Form --------------------- */

#comment-form
{
    overflow: auto;
    margin-bottom: 15px;
}

#comment-form .label
{
    color: #666;
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 1.3em;
    line-height: 1.7;    
}

#comment-form .input
{
    background: #ffffff url("../i/input.gif") top right;
    border: 1px solid;
    border-color: #888888 #888888 #aaaaaa #aaaaaa;
    color: #333;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    padding: 3px 3px 2px 3px;
    height: 18px;
    width: 180px;
}

#comment-form .large-input
{
    background: #ffffff url("../i/input.gif") top right;
    border: 1px solid;
    border-color: #888888 #888888 #aaaaaa #aaaaaa;
    color: #000;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;        
    height: 150px;
    padding: 3px 3px 2px 3px;
    width: 360px;    
}

#comment-form .button
{
    border: solid 1px #ddd;
    color: #111;
    float: left;
    font-family: Arial, Sans-Serif;    
    font-size: 1.3em;
    height: 1.8em;
    margin: 12px 0 0 0;
    width: 5em;
}
