body
{
    font-family: 'Palatino', 'Palatino Linotype';
    background: #f4f4f4;
}

a
{
    color: rgb(183, 11, 11);
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    color: rgb(150, 11, 11);
}

blockquote
{
    border-left: 3px solid rgb(150, 11, 11);
    background: #eee;
    margin: .5em 1em .5em 1em;
    padding-left: 1em;
    font-style: italic;
}

blockquote em
{
    font-style: none;
}

code
{
    font-family: 'Consolas', 'Monaco', 'DejaVu Mono', 'Lucida Console';
    background: #eee;
    border: 1px solid #ccc;
    padding: .1em;
}

pre
{

    font-family: 'Consolas', 'Monaco', 'DejaVu Mono', 'Lucida Console';
    margin-left: 2em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #eee;
}

pre>code
{
    border: none;
}

#header h1
{
    text-align: center;
    margin-top: 2em;
}

#footer
{
    color: #888;
    font-style: italic;
    text-align: center;
    clear: both;
    padding-bottom: 2em;
}

#nav
{
    margin: 0 0 2em 0;
    padding: 7px 6px 0;
    font-family: 'Gill Sans', Helvetica, Arial;
    background: #7d7d7d;
    line-height: 100%;
    font-size: 1.1em;

    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

    border: solid 1px #6d6d6d;
}

#nav li
{
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}

#nav a
{
    font-weight: bold;
    color: #e7e5e5;
    display: block;
    padding: 8px 20px;
    margin: 0;

    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    border-radius: 1.6em;
}

#nav .current a, #nav li:hover > a
{
    color: #444;
    border-top: 1px solid #f8f8f8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);

    background: #d1d1d1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
}

.post h2, .post h2 input
{
    font-family: 'Gill Sans', Helvetica, Arial;
    border-bottom: 1px solid #888;
    font-size: 2em;
}

.post h2 input
{
    font-size: 1.0em;
    width: 650px;
}

.post .body textarea
{
    width: 650px;
    height: 20em;
}

.post h3 input
{
    font-family: 'Consolas', 'Monaco';
    width: 650px;
}

.post .body
{
    font-size: 1.3em;
}

.post sup
{
    font-size: .6em;
}

.post .meta
{
    color: #888;
    padding-top: 0.3em;
    font-style: italic;
    text-align: right;
}

.post .meta ul
{
    list-style: none;
}

.post-summary
{
    padding-bottom: 2em;
}


.post-summary h2
{
    font-family: 'Gill Sans', Helvetica, Arial;
    margin-bottom: 0;
    font-size: 1.2em;
}

.post-summary .meta
{
    color: #888;
    font-style: italic;
}

.post-summary .body
{
    font-style: italic;
    padding-left: 2em;
    padding-right: 2em;
}

.semistatic p
{
    font-size: 1.3em;
}

.flashes .flash
{
    background-color: rgb(150, 11, 11);
    color: #fff;
    clear: both;
    text-align: center;
}

.login
{
    background-color: #888;
    color: #fff;
    border: 3px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);

    font-size: 1.5em;
    font-family: 'Gill Sans';
}

.login input[type='text'], .login input[type='password']
{
    font-size: 1.3em;
    width: 500px;
    font-family: 'Gill Sans';
}

