body {
    border: 0;
    margin: 0;
    padding: 0;

    background: none;

    text-align: center;
    line-height: 14pt;

    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #000;
}
body.blog {
    line-height: 16pt;
    font-size: 9pt;
}

h1 {
    font-size: 8pt;
}
body.blog h1 {
    font-size: 18pt;
    margin: 5px 0;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
a:hover {
    border-bottom-color: #000;
}

blockquote {
    font-style: italic;
}

span {
    font-size: 8pt;
}

img {
    border: 0;
}

div#box {
    position: relative;
    margin: 100px auto;

    width: 600pt;
    min-width: 800px;
    min-height: 250px;

    background: none;
}
body.blog div#box {
    width: 100%;
}

div.col {
    position: absolute;
    top: 220px;
    text-align: left;
}

div.content {
    left: 250px;
    width: 300px;
}
body.blog div.content {
    left: 0;
    width: 77%;
    margin: 0;
    padding: 0;
}
body.blog div.content div.entry {
    margin: 50px;
}

div.entry div {
    width: 66%;
    text-align: justify;
}
div.entry img {
    float: right;

    margin: 0 0 10px 25px;
    padding: 1px;
    border: 1px solid #ccc;
}

div.menu {
    left: 0;
    width: 240px;

}

div.sidebar {
    left: 510px;
    width: 240px;
}
body.blog div.sidebar {
    left: 77%;
    width: 20%;

    margin: 50px 0;
}
body.blog div.sidebar div {
    min-width: 200px;

    margin: 0 0 1px 2px;
    padding: 10px;

    font-size: 12pt;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
body.blog div.sidebar div:hover {
    border-bottom-color: #000;
}

body.blog div.sidebar div.ico_rss {
    background-image: url(gfx/ico_rss.png);
    background-position: 93% 10px;
    background-repeat: no-repeat;
}
body.blog div.sidebar div.ico_flickr {
    background-image: url(gfx/logo_flickr.png);
    background-position: 90% 16px;
    background-repeat: no-repeat;
}
body.blog div.sidebar div.ico_mf {
    background-image: url(gfx/logo.png);
    background-position: 90% 12px;
    background-repeat: no-repeat;
}
body.blog div.sidebar div.ico_niquespot {
    background-image: url(gfx/logo_niquespot.png);
    background-position: 90% 16px;
    background-repeat: no-repeat;
}

body.blog div.sidebar div img {
    margin-left: 10px;
    vertical-align: bottom;
}

div#logo {
    position: relative;
    top: 85px;
}
div#logo p {
    margin-top: 20px;
}
div#logo a {
    font-size: 8pt;
    font-weight: bold;

    text-decoration: none;
    border: 0;
    color: #ccc;
}
div#logo a:hover {
    color: #bbb;
}
div#copy {
    font-size: 7pt;
    text-indent: 0;

    margin: 16pt 0;
}
