*
{
    padding: 0;
    margin: 0;
}

body
{
    background: #e5c2d5;
    color: #9f1f63;
    font: 1em Arial, Helvetica, sans-serif;
    text-align: center;
}

.left
{
    padding-right: 20px;
}

/* MISC ******/

a img
{
    border: 0;
}

.clear
{
    clear: both;
}

/* TEXT ******/

h3
{
    margin-top: 10px;
}

p
{
    font: 0.9em Arial, Helvetica, sans-serif;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #9f1f63;
    margin-top: 10px;
}

.time
{
    margin-top: 15px;
    text-decoration: underline;
    font-style: italic;
}

.comment
{
    font-weight: bold;
    font-size: 1.1em;
}

#header h1
{
    display: none;
}

.footer p
{
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}

.intpagenav p
{
    margin: 0;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.singletext h2
{
    color: #fff;
    padding: 10px;
    background: #9f1f63;
    font-style: italic;
    text-decoration: underline;
}

/* LISTS ******/

#nav li
{
    list-style: none;
    display: inline;
    margin: 0 10px;
}

ol
{
    list-style: none;
    margin: 20px 0 10px 0;
}

.alt
{
    background: #ddb0c8;
}

cite
{
    font-weight: bold;
}

ol li
{
    border-top: 2px solid #9f1f63;
    padding: 10px;
}


/* LAYOUT ******/

#nav
{
    width: 98.4%;
    color: #fff;
    padding: 10px;
    background: #9f1f63;
}

#container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 100%;
    background: url(images/top_lines.png) no-repeat bottom;
    margin-top: 20px;
    padding-bottom: 25px;
    padding: 0 10px;
}

#masthead
{
    float: left;
}

#twitter
{
    float: right;
    margin-right: 15px;
    display: inline;
}

#text
{
    margin: 30px 0 0 0;
}

.post
{
    margin-bottom: 40px;
    float: left;
    width: 47.7%;
    overflow: hidden;
    margin: 10px;
}

#singlepost
{
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    margin: 10px;
}

.singletext
{
    margin-top: 20px;
    padding: 0 10px;
}

.pagenav
{
    font-size: 0.7em;
    margin: 10px 0;
    font-weight: bold;
    padding: 0 10px;
}

.intpagenav
{
    background: #ddb0c8;
    width: 96.5%;
    padding: 5px;
    border: 1px dotted #9f1f63;
    margin: 30px 10px 30px 10px;
    font-weight: bold;
}

.footer
{
    border-top: 1px dotted #9f1f63;
    text-align: center;
    margin: 20px auto 0 auto;
    width: 97.5%;
}

.homepost
{
    float:left;
    width: 21%;
    padding-right: 5px;
    margin-right: 5px;
}

.homepost img
{
    width: 180px;
}


/* LINKS ******/

#nav a, #nav a:visited
{
    color: #fff;
    font-weight: bold;
}

a
{
    color: #9f1f63;
    font-style: italic;
    text-decoration: underline;
}

a:visited
{
    color: #9f1f63;
    font-style: italic;
    text-decoration: underline;
}

a:hover, #nav a:hover
{
    color: #ed217c;
    font-style: italic;
    text-decoration: underline;
}

#text h2 a
{
    color: #fff;
    padding: 10px;
    background: #9f1f63;
    display: block;
}

#text h2 a:hover
{
    color: #fff;
    padding: 10px;
    background: #ed217c;
}

/* FORMS ******/

textarea
{
    width: 60.5%;
    font: 1em Arial, Helvetica, sans-serif;
    padding: 5px;
    float: right;
}

.inputs
{
    width: 30%;
    float: left;
    border: 0;
}

label
{
    display: block;
    font-weight: bold;
    font-style: italic;
}

.inputs input
{
    width: 100%;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #9f1f63;
}