body {
    color: #666666;
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    font-size: 11px;    
}

a {
    color: #008eca;
}

input { 
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    font-size: 1em;
}

textarea {
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    font-size: 1em;
}

#content {
    width: 800px;
    margin: 0 auto;
}

#session-iframe {
    display: block;
    margin: 0px auto;
    padding: 0px 0px 0px 4px;
    width: 800px;
    height: 90px;
    z-index: 0;
}

#session-iframe iframe {
    border: 0;
    width: 800px;
}

#title {
    position: relative;
    height: 100px;
    background-color: #7ba6bb;
}

#title img {
    border: 0;
}

#title #titledescription {
    position: absolute;
    font-size: 1.45em;
    text-transform: uppercase;
    color: #f1f0e6;
    font-weight: bold; 
    left: 320px;
    bottom: 10px;  
}

#posts {
    float: left;
    width: 540px;    
}

#posts div.post {
    margin: 30px 0px 45px 8px;
    border-top: 3px solid #6fa7be;
}

div.postheader span.posttitle {
    font-size: 2.4em;
    font-weight: bold;
    color: #008eca;
}

span.posttitle a {
    text-decoration: none;
    color: #008eca;
}

div.post div.postcontent {
    margin-top: 6px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

div.postcontent img.alignleft {
    border: 0;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

div.postcontent h2 {
    color: #008eca;
    display: inline;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.postcontent ul li {
    margin-top: 8px;
}

div.postcontent hr {
    color: #6fa7be;
    background-color: #6fa7be;
    height: 0.5px;
}

div.postcontent table {
    font-size: 1em;
    border-collapse: collapse;
    margin: 0px auto;
}

div.postcontent table thead {
    border-bottom: 2px solid #6fa7be;
}

div.postcontent table tbody {
    border: 0.5px solid #eee;
}

div.postcontent table tbody td {
    text-align: center;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 0.5px solid #eee;
    border-right: 0.5px solid #eee;
}

div.postcontent table tbody tr.emphasis {
    border-bottom: 1px solid #6fa7be;
    border-top: 1px solid #6fa7be;
}

div.postcontent table tbody tr {
    border-top: 0.5px solid #eee;
    border-bottom: 0.5px solid #eee;    
}

div.postcontent table tr.emphasis td {
    border-left: 0.5px solid #eee;
    border-right: 0.5px solid #eee;    
    font-weight: bold;
}

div.post div.postfooter {
    border-top: 1px solid #c0c0c0;
    clear: both;
}

div.postfooter div.sharebuttons {
    margin-top: 4px;
}

div.sharebuttons span.buzz {
    vertical-align: 0px;
    margin-left: 5px;
}

#allcomments span.allcommentstitle {
    color: #b2ae96;
    font-weight: bold;
    font-size: 1.4em;
}

div.comment {
    border-top: 2px solid #b2ae96;
    margin-bottom: 30px;
}

div.comment div.commentfooter {
    border-top: 1px solid #c0c0c0;
}

div.commentfooter a {
    text-decoration: none;
    color: #666666;
}

#commentform {
    margin-top: 35px;    
}

div.commentformtitle span.commentinputtitle {
    color: #b2ae96;
    font-weight: bold;
    font-size: 1.4em;
}

div.commentformtitle {
    border-bottom: 2px solid #b2ae96;
    margin-bottom: 4px;
}

#commentform label {
    float: left;
    display: block;
    padding: 2px;
    font-weight: bold;
}

#commentform input {
    width: 170px;
}

#commentform textarea {
    width: 519px;
}

#commentform input[type="submit"] {
    background-color: #f4872b;
    border: medium none;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px;
    width: 100px;
}

#sidebar {
    float: right;
    width: 212px;
    margin-top: 26px;
    margin-right: 8px; 
    color: #b2ae96;
}

#sidebar a {
    text-decoration: none;
    font-weight: bold;
    color: #b2ae96;
}

#sidebar img {
    border: 0;
    line-height: 1.25em;
}

#sidebar div.sidebarblock {
    margin-bottom: 20px;
}

div.sidebarblock div.sidebarblockheader {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

div.sidebarblockheader span.sidebarblocktitle {
    text-transform: uppercase;
    font-weight: bold;
}

div.sidebarblock ul {
    padding: 0;
    margin: 0;
}

div.sidebarblock li {    
    list-style-type: none;
}

#twitter_div li {
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1em;    
}
