body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#000;
    margin:20px 40px;
    padding:0;
}

p { font-size: 12px; } 

a { color: #aaa; }

a:hover { color:#80f; }

h1 { 
    background:transparent url(/images/scrumyblog.png) no-repeat center top;
    height:50px;
    overflow:hidden;
    text-align:center;
    text-indent:-9999px;
    margin-top:30px;
}

#b-content {
    font-family: Arial, Helvetica, sans-serif;
    clear:both;
    font-size: 13px;
    overflow:hidden;
    min-width:900px;
    max-width:1300px;
    color:#fff;
    margin:0 auto;
    line-height:1.5;
    position:relative;
}

#b-content #site_nav {
    margin-bottom:35px;
}

#b-content #site_nav a {
    font-size:12px;
    font-weight:bold;
    letter-spacing:-1px;
    text-transform:uppercase;
    margin-right:15px;
}

#b-content #site_nav a {
    text-decoration:none;
}

#b-content #site_nav a:hover {
    text-decoration:underline;
}

#b-content #site_nav a {
    color:#fff;
}

#b-content #site_nav a[href='http://blog.scrumy.com'] {
    color:#404040;
}

#b-content h1 {
    text-indent:-9999px;
    overflow:hidden;
    height:85px;
    background:url(/images/h-blog.png) no-repeat;
}

#status {
    right:15px;
}

#posts {
    margin-right:300px;
    padding-right:50px;
}

#posts h3 {
    margin-bottom:5px;
    margin-top:0px;
    font-size:24px;
    font-weight:normal;
    color:#fff;
    letter-spacing:-1px;
}

#posts h3 a {
    text-decoration:none;
    color:#fff;
}

#posts h4 {
    font-size:16px;
    font-weight:normal;
    margin-bottom:12px;
    margin-top:30px;
}

.post {
    margin-bottom:20px;
}

.date {
    color:#999;
    font-size:11px;
    font-weight:bold;
}

.author {
    color:#999;
    font-size:12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    font-size: 12px;
    margin: 2px 0;
    padding-bottom:5px;
}

.post .heading .byline {
    font-size: 10px;
}

.comments-link {
    margin-bottom:30px;
}

.comments-link a {
    font-size: 11px;
}

#comments h3 {
    font-size:12px;
}

#disqus_thread {
    border:10px solid #222;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color:#222 !important;
}


.dsq-comment-footer a {
    text-decoration:none;
    padding:3px 5px 3px 0 !important;
    font-size:13px;
}

#dsq-options-toggle {
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

#dsq-comments-count {
    font-size:14px !important;
    padding-top:20px;
}

#dsq-comments li.dsq-comment {
    margin-right:-10px !important;
    margin-top:3px !important;
    background-color:#333 !important;
    padding:6px 10px !important;
}

#dsq-comments li.dsq-moderator {
    background-color:#555 !important;
}

.dsq-comment-footer iframe,
iframe.dsq-post-video {
    border:solid 10px #222;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:10px -10px !important;
    background-color:#222 !important;
}

#dsq-content iframe {
}

a[onclick="Dsq.Thread.videoReply(this); return false"] {
    background-color:#333;
    border:solid 1px;
    font-size:15px;
    padding:3px 5px;
    text-decoration:none;
}


#sub-content {
    float:right;
    margin-top:-100px;
    overflow:hidden;
    width:300px;
}
