/* css reset v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* page struct */

body {
    font: .9em arial, sans-serif;
    line-height: 1.6em;
}

.main {
    max-width: 1040px;
    margin: auto;
    padding: 1em;
}

.side {
    float: left;
    width: 220px;
}

.content {
    margin-left: 240px;
    max-width: 800px;
}

.footer {
    text-align: right;
    color: #888;
}

.menu {
    list-style: none;
    font-size: 2em;
    margin-bottom: 1em;
}

.menu li {
    margin-bottom: .4em;
}

.menu a, .menu a:visited {
    color: #10436d;
}

.secnav p, .secnav div {
    margin-bottom: 1em;
}

.pre {
    border: 1px solid #bbb;
    background: #ddd;
    font-family: "Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}

/* sidebar */
.side .connect {
    clear: left;
    margin-bottom: 1.3em;
    height: 48px;
}

.side .connect img {
    display: block;
    float: left;
}

.side .connect span {
    padding-top: .8em;
    padding-left: 4em;
    display:block;
}

.side h2 {
    clear: left;
}

.side input.input_text {
    width: 11em;
}

.side input.input_submit {
    width: 4.2em;
}

/* text */
a {
    color: #10436d;
    text-decoration: none;
}

a:visited {
    color: #04111c;
}

a:hover, .menu a:hover {
    color: #1c74bb;
}

.content p {
    margin-bottom: 1em;
}

.content p a, .content ul a, .side .bio a {
    font-weight: bold;
}

.article ul li {
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 10px;
}

h1 {
    font-size: 2em;
    margin-bottom: .5em;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .5em;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

blockquote {
    color: #444;
    background-color: #eee;
    border-left: 3px solid #ccc;
    padding: 1em;
    margin: 0 2em 1em;
}

/* blog */
.article {
    margin-bottom: 2em;
}

.comment .date {
    margin: 0;
    float: right;
    color: #888;
}

.article .note {
    color: #888;
    margin: 1em 5em;
    font-size: .8em;
}

.article .input_submit {
    margin-left: 200px;
}

.article textarea {
    height: 100px;
}

.article .share {
    line-height: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none repeat scroll 0 0 #ECF2ED;
    color: #444444;
    margin: 8px 0;
    padding: 5px 8px;
}

.db-wrapper.db-compact {
    position:relative;
    top:-4px;
    margin-right: 4px\9;
    top:-2px\9;
}

.article .share iframe {
    margin-left: 1px;
    margin-right: 1px;
}

.comments .even {
    background: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.comments .comment {
    margin-bottom: 1em;
    padding: .5em 1.5em;
}

.comments .owner {
    background: #eef;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.comments .syntaxhighlighter {
    margin: 0 2em !important;
    border: 1px solid #aaa !important;
    width: auto !important;
}

.side .bio img {
    float: left;
    margin-right: 1em;
    margin-top: 0.5em;
    height: 80px;
    width: 80px;
}

.side .archive li {
    overflow: hidden;
    white-space:nowrap;
}

.articlefoot {
    color: #888;
    text-align: right;
}

/* forms */
label {
    float: left;
    width: 150px;
    margin-left:50px;
}

.hiddenclearfix {
    visibility:hidden;
}

.formerror, .jswarning, .warning {
    color: red;
    border: 3px solid #fcc;
    background: #fdd;
    text-align: center;
    color: #000;
}

/* paging */
.layoutpages {
    text-align: center;
}
.layoutpages .first,
.layoutpages .last {
    display: none;
}

.layoutpages .previous {
    float: left;
}
.layoutpages .next {
    float: right;
}
