/* Basic styles */
* {
        margin: 0;
        padding: 0;
}

body {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 0.8em;
        line-height: 125%;

        background: url(bg.png) repeat-x;
}

a {
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

a img {
        border: 0;
}

p {
        margin-bottom: 1em;
}

li {
        margin-left: 1em;
}

ul {
        list-style-image: url(bullet.png);
}

/* Site-specific styles */
#cnt {
        width: 800px;
        margin: 30px 30px 30px ;
}

#header {
        background: url(d.png) no-repeat;
        width: 114px;
        height: 23px;
        margin-bottom: 30px;
}

#header h1 {
        display: none;
}

#sidebar {
        padding: 10px;
        width: 200px;
        float: right;
}

#header, #main {
        margin-right: 220px;
}

#footer {
        padding-top: 20px;
        clear: both;
        font-style: italic;
        font-size: 0.9em;
        color: #222;
}

/* Entry styles */
h2.date {
        color: #63a1df;
}

.entry {
        clear: left;
}

.entry .post .title {
        color: #63a1df;
}

.user-info {
        text-align: center;
        width: 100px;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
}

.user-info img {
        margin-bottom: 10px;
}

.user-info a {
        color: #777777;
}

.user-info a:hover {
        text-decoration: none;
        color: #222222;
}

.entry {
        margin-bottom: 30px;
}

.entry .post {
        margin-left: 110px;
        padding: 10px;
}

.entry .post h3 {
        font-size: 1.4em;
        margin-bottom: 0.6em;
}

.entry .post li {
        margin-left: 2em;
}

.twitter .post {
        padding-top: 40px;
}

/* Sidebar */
#sidebar b {
        font-family: sans-serif;
        color: #63a1df;
}

#sidebar ul {
        margin: 1em;
        list-style: none;
}

#sidebar li {
        margin-bottom: 0.4em;
}

#sidebar li input {
        position: relative;
        top: 3px;
}

#sidebar a.inactive {
        font-style: italic;
        color: gray;
}
