/**************************************************

Layout

***************************************************/

body
{
    margin: 0;
    padding: 0;
}

h1,
h2,
.h
{  
    margin: 0;
    border-bottom: 1px solid #c8c5bc;
    padding-bottom: 3px;
}

h3
{
}

div.section
{
    margin-top: 25px;
}

div.heading
{
    margin-bottom: 12px;
}

ul
{
    padding: 0;
    margin: 0;
}

li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img
{
    border: 0;
}

table
{
    border: 0;
    border-spacing: 0;
}

td
{
    vertical-align: top;
    border: 0;
    padding: 0;
}

p
{
    margin-top: 10px;
    line-height: 1.6em;
}

.first
{
    margin-top: 0 !important;
}



div.clearer
{
    clear: both;
}

#frame
{
    width: 890px;
    margin: 36px;
}

#middle
{
    margin-top: 36px;
}

/* forms, attributes */

table.form,
table.attributes
{
}

table td.label,
table.attributes td.label
{
    padding-right: 20px;
}

table.form label
{
    margin-right: 10px;
}

table.attributes td,
table.form td
{
    vertical-align: top;
    padding: 0 0 6px 0;
}

div.form_actions
{
    margin-top: 10px;
}

div.form_actions input
{
    margin-right: 5px;
}

div.errors
{
    margin-bottom: 15px;
    color: #f00;
}

/**************************************************

Typography

***************************************************/

body,
input,
textarea,
select
{
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #645c45;
}

a
{
    text-decoration: none;
    color: #645c45;
}

a:hover
{
    color: #c8c5bc;
}

h1,
span.h1
{
    font-size: 24px;
    font-weight: normal;
    text-transform: lowercase;
}

h2,
h3,
span.h2,
span.h3
{
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
}

.small
{
    font-size: 10px;
}