
/** sidebar styles */

.sidebar {
    color: #555555;
}

.leftColWrapper {
    font-size: 80%;
}

.rightColWrapper {
    font-size: 90%;
}

.sidebar .widgetTitle {
    margin: 0px;
    padding: 2px 0px 3px 4px;
    font: bold 10pt Arial, Verdana, Sans-serif;
    color: #333333;
    background: #f6f6f6;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget-content {
    padding: 8px;
}

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

.sidebar li {
    margin:0;
    padding:0px;
    line-height:1.6em;
}

.sidebar ul li {
    vertical-align: top;
    margin: 0px; madding: 0px;
}

.sidebar ul.plain {
    list-style-type: disc;
    line-height:1em;
    margin: 4px 0 0 26px;
    padding: 0px;
}
.sidebar ul.plain li{
    margin: 0px;
    padding: 0 0 4px 0;
    text-indent: 0px;
    line-height:1em;
    vertical-align: auto;
    background: transparent;
}

/** blog post */

h2.date-header {
    text-align: left;
    font: normal normal 116% Georgia, Times, serif;
    text-transform:capitalize;
    font-size: 0.8em;
    color: #666666;
    margin-top: -8px;
}

.post {
    margin: 0px;
    margin-bottom: 10px;
    padding: 6px;
    padding-bottom:1.4em;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.post h2 {
    font-size: 110%;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #6699cc;
    color: #003366;
    background: #f6f6f6;
}

.post h3 {
    font-size: 100%;
    font-weight: bold;
    color: #003366;
}

.post h4 {
    font-size: 110%;
    font-weight: normal;
    color: #003366;
}

.post .post-title {
    margin: 0px;
    padding: 0px;
    font: normal normal 200% Georgia, Times, serif;
    text-align: left;
    border:none;
    background: transparent;
    color: #003366;
}

.post .post-title a, .post .post-title a:visited, .post .post-title strong {
    text-decoration: none;
    color: #033D72;
}
.post .post-title strong, .post .post-title a:hover {
    text-decoration: none;
    color: #003366;
}

.post .emailPost {
    float: right;
}

.post-body {
    margin-top: 12px;
    padding: 0px 12px;
    line-height: 1.4em;
}

.post p {
    margin:1.4em 0px;
    line-height:1.4em;
}
.post-footer {
    margin: 10px 6px 0px 6px;
    color:#333333;
    padding-left: 5px;
    padding-right: 5px;
    font: normal normal 69% Arial, sans-serif;
    font-weight:bold;
    border-top:1px dotted #666666;
    border-bottom:1px dotted #666666;
    background: #f9f9f9;
}

.post-timestamp {
    color: #999999;
    font: normal normal 100% Georgia, Times, serif;
}

.readMoreLink {
    margin: 0 0 12px 0;
    padding: 0px;
    font-weight: bold;
    font-size:100%;
}
.comment-link {
    margin-left:.6em;
}
.comment-footer {
    margin-bottom: 18px;
}
.post img {
    padding:4px;
}
.post blockquote {
    padding: 10px 10px 10px 35px;
    font-size: 100%;
    background: url(http://img181.imageshack.us/img181/1096/blockjc0.jpg)  no-repeat top left;
    color: #666666;
}
.post blockquote p {
    margin:.75em 0;
}
.codeWrapper {
    overflow: auto;
}

code {
    white-space: pre;
    font-family: monospace;
    font-size: 85%;
}

.syntax0 {color: #000000;} .syntax1 {color: #cc0000;}
.syntax2 {color: #ff8400;} .syntax3 {color: #6600cc;}
.syntax4 {color: #cc6600;} .syntax5 {color: #ff0000;}
.syntax6 {color: #9966ff;} .syntax7 {background: #ffffcc;color: #ff0066;}
.syntax8 {color: #006699;font-weight: bold;} .syntax9 {color: #009966;font-weight: bold;}
.syntax10 {color: #0099ff;font-weight: bold;} .syntax11 {color: #66ccff;font-weight: bold;}
.syntax12 {color: #02b902;} .syntax13 {color: #ff00cc;}
.syntax14 {color: #cc00cc;}
.syntax15 {color: #9900cc;} .syntax16 {color: #6600cc;}
.syntax17 {color: #0000ff;}.syntax18 {color: #000000;font-weight: bold;}
.gutter, .gutterH { background: #eeeeee; color: #000000; margin-right: 12px; }
.gutterH { color: #990066; }

.blog-pager {
    background: #ffffff;
    padding: 1em 10px;
}

.clear {
    clear: both;
}

/** Pull quote */
em.pullquote, em.pullquoteLeft, em.pullquoteRight {
    font-style: normal;
}
.post blockquote.pullquote, .post blockquote.pullquoteLeft, .post blockquote.pullquoteRight {
    width:10em;
    margin:0.25em 0.75em 0.25em 0;
    padding:0.5em;
    border:3px double #204973;
    border-width:3px 0;
    color:#005CB9;
    background:transparent;
    font:italic 1.3em/1.3 Georgia;
}

.post blockquote.pullquote, .post blockquote.pullquoteLeft {
    float:left;
}

.post blockquote.pullquoteRight {
    float:right;
}

blockquote.alt {
    float:right;
    margin:0.25em 0 0.25em 0.75em;
}
.pullquote p {
    margin:0;
    text-align:center;
}
.pullquote p:first-letter {text-transform:uppercase;}

dt {
 margin: 8px 0px;
 font-weight: bold;
}
