/**
 * Standardize common Drupal tasks
 * 
 * @media    screen
 * @author   Quiller Caudill
 * @version  1.0
 */


/** --------------------------
 * @section TABS
 *  -------------------------- */

#tabs-wrapper ul.primary {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    border-color: #062821;
}
#tabs-wrapper ul.primary li {
    float: left;
}
#tabs-wrapper ul.primary li a {
    float: left;
    margin: 0 0 0 5px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    border-color: #062821;
    border-bottom: 0;
}


/** --------------------------
 * @section MESSAGES
 *  -------------------------- */

#body div.messages {
    margin: 5px 0;
    padding: 4px 10px;
    background: #ddd;
    border: 1px solid #ccc;
}
#body div.messages em {
    font-style: italic;
}
#body div.messages strong {
    font-weight: bold;
}
#body div.messages ul {
    padding: 5px 0;
}
#body div.messages ul li {
    list-style: disc;
    margin-left: 20px;
    color: #ae2e2e;
}


/** --------------------------
 * @section TABLES
 *  -------------------------- */

table#blocks {
    width: 100%;
}
