/*

f+f styles for screen
(c)2011

*/

body {
    font: normal normal 14px/20px "museo-sans",Georgia,Century,Times,serif;
    color: #444;
    background: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: underline;
    outline: none;
    color: #232322;
}

a:hover {
    color: #DC2E26;
}


/* layout */
#logo {
    display: block;
    float: left;
    text-indent: -9999px;
    background: url(http://static.tumblr.com/ospwcyk/0LSlepult/ff_logo.png) top left no-repeat;
    width: 516px;
    height: 73px;
}

#header {
    border-bottom: 1px solid #DC2E26;
    padding-top: 34px;
    padding-bottom: 12px;
}

#header .tagline {
    display: block;
    float: right;
    text-indent: -9999px;
    background: url(http://static.tumblr.com/ospwcyk/s90leq9au/banner.png) top left no-repeat;
    width: 425px;
    height: 79px;
}

#footer {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 5px;
    border-top: 1px solid #DC2E26;
    text-align: right;
    font-size: 12px;
}

#main-content {
    padding-top: 18px;
    padding-bottom: 18px;
}

/* nav */
#nav {
    border-bottom: 1px solid #ddd;
}

#nav ul {
    float: right;
    padding: 5px 10px;
}

#nav ul li {
    display: inline;
}

#nav ul li a {
    float: left;
    display: block;
    text-decoration: none;
    font-style: italic;
    margin-left: 26px;
    font-size: 16px;
}


/* posts */
.post {
    margin-bottom: 72px;
}

.post .masthead {
    margin-bottom: 8px;
}

.post .masthead .datestamp, .post .masthead .title {
    float: left;
}

.post .masthead .datestamp {
    font-size: 12px;
    min-width: 30px;
    margin-top: -9px;
    text-transform: uppercase;
}

.post .masthead .datestamp div {
    margin-top: -4px;
}

.post .masthead .datestamp span {
    font-size: 18px;
}

.post .masthead .title {
    width: 590px;
}

.post .masthead h2 {
    text-align: center;
    background: url(http://static.tumblr.com/zznv0ke/ZyHlerguu/title_dash.png) 0 50% repeat-x;
}

.post .masthead h2 a {
    color: #555;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    background: #fff;
    padding: 0 5px;
}

.post .body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}

.post .body p:last-child {
    margin-bottom: 0;
}

.post .body p a {
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

.post .body p a:hover {
    color: #DC2E26;
}

.post .body ul, .post .body ol {
    margin: 12px 0 12px 1.4em;
}

.post .body ul a, .post .body ol a {
    text-decoration: none;
    font-weight: bold;
}

.post .body ul {
    list-style: outside square;
}

.post .body ol {
    list-style: outside decimal;
}

.post .body li {
    margin: 4px 0;
}

.post .footer .right {
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.post .footer .by {
    float: left;
}

.post .footer .meta {
    float: right;
}

.post .footer a {
    color: #DC2E26;
    text-decoration: none;
    font-style: italic;
}

.post .footer a:hover {
    color: #232322;
}


/* sidebar */
#sidebar h4 {
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    color: #232322;
    background: url(http://static.tumblr.com/zznv0ke/ZyHlerguu/title_dash.png) top left repeat-x;
    margin: 8px 0 6px;
    padding: 16px 0 4px;
    text-transform: lowercase;
    border-bottom: 1px solid #ddd;
}

#sidebar h4.top {
    margin-top: 12px;
}

#sidebar a {
    color: #DC2E26;
    text-decoration: none;
}

#sidebar a:hover {
    color: #232322;
}

#sidebar em {
    color: #DC2E26;
}

#sidebar #subscribe a {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    display: block;
    text-indent: -9999px;
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
}

#sidebar #subscribe a.twitter { background-image: url(http://static.tumblr.com/zznv0ke/jzgleqdiz/twitter.png); }
#sidebar #subscribe a.rss     { background-image: url(http://static.tumblr.com/zznv0ke/uxbleqdim/rss.png); }


/* self-clearing floats */
#nav:after,
#header:after,
.post .masthead:after,
#subscribe:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}
