html {
    height: 100%;
    width: 100%;
}

.textonly {
    /* only display in text mode browsers */
    display: none;
}

.box-header {
    background-image: url(../css/images/gradient-light-short-fixed.png);
    background-color: #f0f0f0 !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
}

.box-header a {
    margin-right: 0px !important;
    text-shadow: none;
}

.box-header .post-header {
    margin: 0;
    padding: 0.2em 1em 0.1em 1em;
}

.box-header h3, .box-header h4 {
    padding: 0 !important;
    margin: 0 !important;
}

.box-header .date {
    padding-left: 16px !important;
    background: url(../images/time12.png) no-repeat 0 50% transparent;
    min-height: 12px;
    text-align: left;
    color: #888888;
    font-size: 0.8em;
    font-weight: normal;
}

#content > div {
    width: auto;
}

.author {
    float: right;
    text-align: left;
    padding: 0 0 0 40px;
    margin: 0px -140px 0 0;
    width: 100px;
    background: url("../images/right-bubble.png") no-repeat 0px 80% transparent;
}

.author img {
    padding: 0 !important;
    margin: 0 !important;
}

.entrygroup {
    padding-top: 0 !important;
    margin-bottom: 1em;
}

#main, #footer, #header-content {
    /*
    margin-left: 110px;
    margin-right: 20%;
    */
    margin-right: 160px;
    margin-left: 10%;
}

#intro, #footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#intro p, #intro h3 {
    margin-left: 0;
    margin-right: 0;
}

#content {
}

#intro {
    color: #666666;
    font-size: 0.8em;
    margin-bottom: 2em;
}

#sidebar {
    display: none;
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5%;
    margin-right: 3px;
    width: 15%;
}

#sidebar, #feedlist, #feedlist a {
    font-size: 0.8em;
}

#feedlist {
    padding: 0;
    margin: 0;
}

#feedlist ul {
    list-style-type: none;
    margin: 0.1em 0.5em 0.1em 0.5em;
    padding: 0;
}

#content > p {
    /*clear: both;*/
    text-align: center !important;
    margin: 0em 10% 2em 10% !important;
    padding-top: 2em;
}

.blogcontent {
    margin-left: 1em;
    margin-right: 1em;
}
.blogcontent > p {
    margin-left: 0;
    margin-right: 0;
}
.blogcontent pre {
    white-space: pre-wrap;
    border: 1px solid #666666;
    border-left: 1em solid #666666;
    padding: 0.2em;
    margin-left: 1em;
    background: #222222;
    color: #f0f0f0;
    line-height: 120%;
}
.blogcontent a {
    color: #669900;
}
.blogcontent a:hover {
    color: #3399cc;
    text-decoration: underline;
}
.blogcontent a:visited {
    color: #999999;
}

.day > h2 {
    margin: 2em 0 0 -52px;
    padding: 0.1em 0 0.1em 52px;
    background: url(../images/day-01.png) no-repeat 0 0 transparent;
    min-height: 48px;
}

.day-01 > h2 { background-image: url(../images/day-01.png); }
.day-02 > h2 { background-image: url(../images/day-02.png); }
.day-03 > h2 { background-image: url(../images/day-03.png); }
.day-04 > h2 { background-image: url(../images/day-04.png); }
.day-05 > h2 { background-image: url(../images/day-05.png); }
.day-06 > h2 { background-image: url(../images/day-06.png); }
.day-07 > h2 { background-image: url(../images/day-07.png); }
.day-08 > h2 { background-image: url(../images/day-08.png); }
.day-09 > h2 { background-image: url(../images/day-09.png); }
.day-10 > h2 { background-image: url(../images/day-10.png); }
.day-11 > h2 { background-image: url(../images/day-11.png); }
.day-12 > h2 { background-image: url(../images/day-12.png); }
.day-13 > h2 { background-image: url(../images/day-13.png); }
.day-14 > h2 { background-image: url(../images/day-14.png); }
.day-15 > h2 { background-image: url(../images/day-15.png); }
.day-16 > h2 { background-image: url(../images/day-16.png); }
.day-17 > h2 { background-image: url(../images/day-17.png); }
.day-18 > h2 { background-image: url(../images/day-18.png); }
.day-19 > h2 { background-image: url(../images/day-19.png); }
.day-20 > h2 { background-image: url(../images/day-20.png); }
.day-21 > h2 { background-image: url(../images/day-21.png); }
.day-22 > h2 { background-image: url(../images/day-22.png); }
.day-23 > h2 { background-image: url(../images/day-23.png); }
.day-24 > h2 { background-image: url(../images/day-24.png); }
.day-25 > h2 { background-image: url(../images/day-25.png); }
.day-26 > h2 { background-image: url(../images/day-26.png); }
.day-27 > h2 { background-image: url(../images/day-27.png); }
.day-28 > h2 { background-image: url(../images/day-28.png); }
.day-29 > h2 { background-image: url(../images/day-29.png); }
.day-30 > h2 { background-image: url(../images/day-30.png); }
.day-31 > h2 { background-image: url(../images/day-31.png); }

.day .day-day { font-size: 120%; font-weight: bold; }
.day .day-date { font-size: 90%; }

/*
.entry > .date > a {
    color: #669900;
    text-decoration: none;
}

.entry > .date > a:hover {
    text-decoration: underline;
}

.entry > .date > a:after {
    content: "\00A0\00AB";
}
*/

#help {
    position: fixed;
    left: 50%;
    margin: -10% 0 0 -25%;
    top: 50%;
    width: 50%;
    -moz-border-radius: 10px 10px 10px 10px;
    background: #000000;
    color: #ffffff;
    opacity: 0.7;
    padding: 30px;
    z-index: 10000;
}

#help dl {
    margin: 0;
    padding: 0;
}

#help dt {
    clear: left;
    padding-right: 5%;
    text-align: right;
    width: 15%;
    margin-right: 1em;
    font-variant: small-caps;
}

#help dd, #help dt {
    display: block;
    float: left;
}

#help h4 {
    text-align: left;
    text-decoration: underline;
    margin-bottom: 0.5em;
}

#actions-header {
    margin: 0.1em 1em 0.1em 0;
    float: left;
}
ul#actions-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#actions-menu li {
    display: inline;
    padding: 0;
    margin: 0;
}
#actions-menu li:before {
    content: "\2022\00A0";
}
#actions-menu li:first-child:before {
    content: "";
}
#actions-menu li a {
    padding: 0;
    margin: 0;
}

