body { 
    background-color: #fff;
    background-image: url('/static/images/slash.png');
    background-repeat: repeat;
    font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif; 
    color: #222;
    padding: 0 25px;
}

#bd, #hd, #ft { 
    padding: 25px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#ft {
    background: red;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

#ft a:link {
    color: #fff;
    font-weight: bold;
}

#hd {
    border-bottom: 1px solid red;
    border-top: 100px solid red;
}

#hd h1 a {
    text-decoration: none;
}

h1 { font-size: 5em; margin-left: -4px; }
h2 { font-size: 4em; margin-left: -3px;}
h3 { font-size: 3em; margin-left: -2px;}
h4 { font-size: 2em; margin-left: -1px;}
h5 { font-size: 1em; font-weight: bold; margin-left: 1px; }
strong { font-weight: bolder; }

h1, h2, h3, h4, h5 {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0;
}
code { white-space: pre; }
p { margin: 7px 0; }

a:link, a:hover { color: red; }
a:hover { 
    text-decoration: none;
}
a:visited { 
    color: #222; 
}

ol, ul {
    margin-left: 15px;
}

ol li { list-style-type: decimal; }
ul li { list-style-type: disc; }

ol li, ul li {
    margin: 0 5px;
    padding: 2px 5px; 
}

/* social content 
*****************************/
.social-feed-link {
    margin: 14px 0
}

.social-links {
    margin: 7px 0;
}
.social-links a {
    padding-right: 10px;
}
/* delicious */
.delicious-link,
.reader-link 
{
	font-size: .87em;
	text-weight: bold;
	padding: 0 0 7px 0;
}

.delicious-note,
.reader-note
{
	font-size: .7em;
	padding: 0 0 10px 0;
}

.social-feed-link {
	font-size: .7em;
}

.social-feed-link img {
	height: 10px;
	width: 10px;
	border: 0;
}

/* twitter */
ul#twitter_update_list {
    margin: 0;
    padding: 0;
}

ul#twitter_update_list li {
    list-style: none;
    font-size: .87em;
    padding: 0 0 7px 0;
    margin: 0;
}

/* comments*/
#disqus_thread #dsq-content h3 { font-weight: normal !important; }
#dsq-content #dsq-options-toggle { display: none; }
#dsq-content #dsq-comments .dsq-comment-rate { display: none; }
#dsq-content #dsq-auth div.dsq-by { float: none; padding: 15px 0;}