body {
    text-align:center;
}

blockquote, h1, h2, h3, h4, h5, h6 {
    font-family:sans-serif;
}

p, ul, ol, th, td {
    font-family:serif;
    font-size:0.9em;
    line-height:1.4em;
}
li p {
    font-size:1em;
}

a { color:#113;text-decoration:underline; }
a:hover { color:#113;text-decoration:none; }
a:visited { color:#556;text-decoration:underline; }

h2 {
font-weight:normal;
}

table {
    border-spacing:0px;
}
table td, table th {
    border:none;
    padding:0.4em 0.1em;
    vertical-align:top;
}
table thead tr th {
    border-bottom:2px solid #666;
}

table tbody tr td {
    border-bottom:1px dotted #ccc;
}


#branding {
    text-align:left;
    max-width:42em;
    width:expression(document.body.clientWidth > (700/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "42em":
        "auto" );
    margin:auto;
    max-width:43em;
}

#branding {
    background-color:#f69e02;
    color:#fff;
    height:6em;
    position:relative;
}

#branding a {
    color:#fff;
}

#branding-tagline {
    position:absolute;
    bottom:0;
    z-index:100;
}

#branding-tagline h1 {
    font-size:2.2em;
    letter-spacing:-0.15em;
    line-height:1em;
    margin:0;
    padding:0;
}
#branding-tagline h1 a {
    text-decoration:none;
}

#branding-tagline p {
    margin:0;
    margin-left:0.4em;
    margin-top:-0.6em;
    padding:0;
    text-align:center;
    width:5.2975em;
}
#branding-tagline p a {
    margin:0;
    padding:0;
    text-align:center;
}


#branding-deco {
    background-image:url('/blog/img/3d.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    border:0px solid #f00;
    height:100%;
    padding-top:1em;
    position:absolute;
      top:0;
      left:0;
    width:100%;
    overflow:hidden;

}

* html #branding-deco {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
    sizingMethod=scale, src='/blog/img/3d.png');
}

#main {
    max-width:43em;
    width:expression(
    document.body.clientWidth > (750/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "45em":
        "auto" );
    margin:auto;
    position:relative;
    left:0.25em;
}
:first-child+html #main {left:-0.8em}

#content {
    height:1%;
    text-align:left;
    max-width:32em;
    z-index:5;

width:expression(
    document.body.clientWidth > (550/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "33em":
        "auto" );

}

.post {
    margin-bottom:6em;
    margin-top:3em;
}

.post h2 {
    border-bottom:0.14em solid #f69e02;
    margin-bottom:0.0em;
    padding-bottom:0.2em;
}
.post h2 a {
  text-decoration:none;
  color:#222;
}


.post .body {
    border-bottom:0.14em solid #999;
    padding-bottom:0.5em;
position:relative;
}


.post .body p {
    /*padding-top:1.2em;
    margin:0;*/
    margin-top:1em;
}
.post .body ul li {
    margin-bottom:0.5em;
    list-style-type:square;
}


.post .body h3, .post .body h4 {
    border-left:0.9em solid #f69e02;
    margin:0;
    margin-top:1.5em;
    padding-left:0.5em;
}
.post .body h4 {
    border-left:0.7em solid #f69e02;
    margin-bottom:-0.5em;
    padding-left:0.4em;
}

.post dt {
    font-weight:bold;
}

.post dd {
    border-left:5px solid #ccc;
    margin-left:0;
    padding-left:2em;
}

.post blockquote {
    background-color:#f9ce62;
    border-left:0.3em solid #f69e02;
    border-right:0.3em solid #f69e02;
    font-style:italic;
    margin-left:1em;
    margin-right:1em;
    padding-left:0.75em;
    padding-right:0.75em;
}

.post .body .date {
    background-color:#f69e02;
    color:#fff;
    float:right;
    font-family:sans-serif;
    margin:0;
    margin-left:0.3em;
    padding:0 0.5em 0.14em 0.5em;
    margin-top:-1em;
}
* html .post .body .date {margin-top:0em;}
:first-child+html .post .body .date {margin-top:0em;}

.post .body .date .day {
    margin-right:0.5em;
}

.post .body .category {
    color:#666;
    text-align:right;
}
.post .body .labels {
    color:#666;
    margin-top:2.5em;
    margin-bottom:0;
    text-align:right;
}
.post .body .figure {
    margin:2em;
    text-align:center;
}
#comments {
    margin-top:-4em;
    margin-bottom:4em;
}
#add-comment {
    margin-top:-3em;
}
#sidebar {
    text-align:left;
    background-color:#fff;
    max-width:10em;
    margin-top:0;
    margin-top:0em;
    float:right;
    z-index:100;
}

* html #sidebar {margin-top:4em;}
:first-child+html #sidebar {margin-top:4em;}

#site-info {
    background-color:#f69e02;
    font-size:0.7em;
    margin:0;
    margin-bottom:1em;
    margin-top:2em;
    padding:0 0.5em;
    float:left;
}
#site-info p {
    font-family:sans;
    margin:0.2em;
}
#site-info, #site-info a {
    color:#fff;
}
#site-info .credits {
    float:left;
}
#site-info .powered {
    float:right;
}

