div.blogitem {
    clear: both;
    width: 100%;
	border: 1px solid #999999;
    font-size: 0.8em;
    line-height: 1.35em;
    padding: 0.5em;
    margin-bottom: 1.5em;
	background-color: #f9f9f9;
}

div.blogitem div.spacer {
clear: both;
}

div.blogitem .factors {
    float: right;
    margin-bottom: 0.25em;
}

div.blogitem .today {
background-color: #e9ecdd;
}

div.blogitem .day {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
    color: #ddd;
    float: left;
    width: 1.5em;
    margin: 0;
    line-height: 1em;
    overflow: hidden;
    text-align: right;
    padding-right: 0.5em;
}

div.blogitem .dateheader {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 0.85em;
}

div.blogitem h2 {
    margin: 0;
	line-height: 1.6em;
}

div.blogitem h2 + div,
div.blogitem h2 + p {
    margin-top: 0.5em;
	padding-top: 0.5em;
    border-top: dotted 1px #cccccc;
}

div.blogitem .footer {
    border-top: dotted 1px #cccccc;
    margin: 0.5em 0 0 0;
}

div.blogitem .footer .precis {
    line-height: 1.5em;
}

div.blogitem.highlight {
    border: 1px solid #990033;
}

div.blogitem.new {
    background: left top repeat url("/common/graphics/icon_new.png");
}

div.blogitem.editing {
    background: left top repeat url("/common/graphics/icon_editing.png");
}

div.blogitem.private {
    background: left top repeat url("/common/graphics/icon_private.png");
}

div.blogitem.cancelled, div.blogitem.postponed {
    color: #808080;
}

div.blogitem.cancelled h2 a, div.blogitem.postponed h2 a {
    text-decoration: line-through;
    color: inherit;
}

div.blogitem span.statusnote {
    color: #903;
}