body {
    /* background-color: #ccc; */
    background: #fff url(../images/grid.png);
    color: #000;
}

div#header {
    color: #fff;
    background: #000 url(../images/antje-flower.jpg) no-repeat;
    background-position: center left;
}

div.boxheader {
    border-color: red;
    color: #79a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div.boxheader.subhead {
    color: #999;
}

a:link { color: #aa0000; }
a:visited { color: #aa6666; }

div.boxheader a:link, div.boxheader a:visited { color: #79a; }
div.boxheader.subhead a:link, div.boxheader.subhead a:visited {
    color: #699;
}

body {
    margin: 0px;
}

ol, ul {
    font-size: 75%;
    padding-left: 2em;
    margin: 0px;
}

ul li {
    list-style-type: square;
}

/* main layout */

table#mainbody {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

table#mainbody td.column {
    vertical-align: top;
}

table#mainbody td#middlecol {
    width: 550px;
    padding-left: 1em;
    padding-right: 1em;
}

table#mainbody td#rightcol {
    width: 351px;
}

div.box {
    margin-bottom: 1em;
    padding-bottom: 0.25em;
}

div.boxheader {
    text-align: left;
    font-size: 1.25em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.25em;
}

div.boxheader.subhead {
    font-size: 1em;
    font-weight: bold;
    padding: 0.35em 0px 0px 0.25em;
    margin: none none 0.25em none;
    border: 0px;
    text-align: left;
}

/*
div#tumblrflickrcombined {
    width: 275px;
}
*/

div#tumblrflickrcombined div.subhead {
    text-align: center;
}
div.box div.excerpt {
    border-bottom: 1px solid black;
    padding: 0px 1em 1em 1em;
}

div.excerpt img {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 252px;
    height: auto;
}

div#header {
    text-align: right;
    font-family: sans-serif;
    font-size: 2em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0.5em 2.5% 0.5em 2.5%;
    margin: 0px;
}

/* box details */

div#daysbox {
    width: 550px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div#flickrbox {
    text-align: center;
}

div#flickrbox img {
    border-width: 2px;
    margin: 3px;
}
