/**
 * Styles for jamalfanaian.com
 */

body, html {
    color: #333;
    font-family: dejavu sans serif, bitstream sans serif, sans-serif;
    font-size: 62.5%;
    line-height: 375%;
    margin: 0 1em 1em 1em;
}

a {
    color: #DB5B26;
    text-decoration: none;
}

a:hover {
    border-bottom: 3px solid #DB5B26;
}

h1 a, h2 a, h3 a, h4 a {
    color: #333;
    border-bottom: 3px solid black;
}

#navigation {
    padding: 0;
}

#navigation li {
    display: inline;
    margin: 0 1em 0 0;
}

#wrap {
    overflow: hidden;
}

#content {
    float: left;
    font-size: 12pt;
    width: 75%;
    text-align: left;
}

#sidebar {
    float: left;
    font-size: 10pt;
    margin-left: 5%;
    width: 20%;
}

#footer {
    color: #aaa;
    font-size: 10pt;
}

/* Sidebar */
.sidebar-call {
    padding-top: 2em;
}

.sidebar-about a.jamalpic {
    background: url(/static/jamalfanaian-drawing.png) no-repeat;
    display: block;
    float: left;
    height: 90px;
    margin: 0 0.5em 0 0;
    text-indent: -100000px;
    width: 90px;
}

.sidebar-about a.jamalpic:hover {
    background: url(/static/jamalfanaian.png) no-repeat;
    border: none;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar li {
    list-style-type: none;
}

/* twitter latest */
.twitter-latest p {
    margin: 0 0 0 0;
    padding: 0;
}

.twitter-latest li {
    margin: 0 0 1em 0;
}

.twitter-entry-info {
    font-size: 0.9em;
}

.post img {
    float: left;
    margin: 0 1em 1em 0;
}
