html, body, p, ol, ul, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

body {
    background: #222 url(img/bg-body.png);
    color: #fff;
    font: 100%/1.6 "Helvetica Neue", "Arial", "Bitstream Vera Sans", sans-serif;
    font-size: 0.8em;
    padding: 20px;
}

.hide {
    display: none;
}

a {
    color: #36c;
}

a:visited {
    color: #036;
}

a:hover {
    color: #f33;
}

#notice p {
    width: 530px;
    margin: 0 auto;
}

#for-hire {
    position: absolute;
    left: 0;
    top: 70px;
    width: 40px;
    height: 100px;
}

#for-hire a {
    display: block;
    width: 40px;
    height: 100px;
    text-indent: -9999px;
    background: #222 url(img/te-huur.png) no-repeat 0 0;
}

#for-hire a:hover {
    background-position: -40px 0;
}

#header {
    position: relative;
    width: 550px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 5px;
}

#footer {
    padding: 10px 0;
    width: 530px;
    margin: 0 auto;
    font-size: 0.9em;
    color: #aaa;
}

p#copyright {
    color: #888;
    margin-top: 10px;
    font-size: 0.9em;
    text-align: center;
}

#footer a {
    color: #aaa;
}

#footer a:hover {
    color: #f33;
}

#container {
    width: 570px;
    margin: 0 auto;
    background: #fff;
    color: #333;
}

#site-title {
    display: block;
    text-indent: -9999px;
    margin: 0;
    width: 108px;
    height: 56px;
    background: #222 url(img/logo.png) no-repeat 0 0;
    float: left;
}

#site-title a {
    display: block;
    width: 108px;
    height: 56px;
}

#nav {
    position: absolute;
    right: 0;
    bottom: 5px;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin-left: 5px;
    line-height: 1;
}

#nav a {
    display: block;
    background: #333;
    color: #ccc;
    text-decoration: none;
    padding: 3px 5px;
    text-transform: lowercase;
}

#nav a:hover {
    color: #fff;
}

.meta {
    display: block;
    width: 80px;
    padding: 10px;
    margin: 15px -10px 20px 20px;
    float: right;
    overflow: hidden;
    font-size: 0.85em;
    line-height: 1.2;
    text-transform: lowercase;
}

p.source {
    padding: 3px;
    margin-top: 5px;
    text-align: center;
}

.meta-1, .meta-1 a {
    background: #556842;
    color: #d2dcc9;
    text-decoration: none;
}

.meta-1 p.source, .meta-1 p.source a {
    display: block;
    background: #3f4d31;
    color: #d2dcc9;
}

.meta-2, .meta-2 a {
    background: #336a97;
    color: #c5daeb;
    text-decoration: none;
}

.meta-2 p.source, .meta-2 p.source a {
    display: block;
    background: #1c374f;
    color: #c5daeb;
}

.meta-3, .meta-3 a {
    background: #914646;
    color: #e9d1d1;
    text-decoration: none;
}

.meta-3 p.source, .meta-3 p.source a {
    display: block;
    background: #5e2d2d;
    color: #e9d1d1;
}

.meta-4, .meta-4 a {
    background: #333;
    color: #ccc;
    text-decoration: none;
}

.meta-4 p.source, .meta-4 p.source a {
    display: block;
    background: #444;
    color: #ccc;
}

.meta-1 a:hover, .meta-1 p.source a:hover, .meta-2 a:hover, .meta-2 p.source a:hover, .meta-3 a:hover, .meta-3 p.source a:hover, .meta-4 a:hover, .meta-4 p.source a:hover {
    color: #fff;
}

.post {
    background: #fff url(img/bg-grey-to-white.jpg) repeat-x 0 0;
    margin-bottom: 1px;
}

h2, h3 {
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1.title, h2.title {
    margin: 0;
    padding: 20px 20px 0 20px;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.2;
}

.post h1.quickbit, .post h2.quickbit {
    font-size: 1em;
    width: 45px;
    height: 18px;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    background: transparent url(img/quickbit.png) no-repeat left 10px;
    text-indent: -9999px;
}

.post h1.quickbit a, .post h2.quickbit a {
    display: block;
    width: 45px;
    height: 18px;
    background: transparent url(img/quickbit.png) no-repeat left top;
}

.post h1.quickbit a:hover, .post h2.quickbit a:hover {
    background-position: left -18px;
}

h2 {
	font-size: 1.3em;
	font-weight: 700;
	color: #666;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}

.title a {
    color: #333;
    text-decoration: none;
}

.title a:hover {
    color: #f33;
}

.info {
    color: #666;
}

.info a {
    color: #666;
}

.info a:hover {
    color: #f33;
}

.content {
    padding: 10px 20px 10px 20px;
    background: #fff url(img/bg-white-to-grey.jpg) repeat-x 0 bottom;
    border-bottom: 1px solid #ddd;
}

.content .ruler, #archives .ruler {
    clear: both;
}

.content hr {
    display: none;
}

.content p, .content ul, .content ol {
    margin-bottom: 10px;
}

.content ul, .content ol {
    margin-left: 25px;
}

.content img {
    background: #fff;
    padding: 2px;
    border: 1px solid #ccc;
}

.content img.illu-1 {
    margin: 0 10px 10px 0;
    float: left;
}

.browse {
    background: #111;
    color: #fff;
    overflow: hidden;
    line-height: 1;
    text-transform: lowercase;
}

.browse ul {
    list-style: none;
}

.browse li {
    float: left;
    width: 50%;
}

.browse a {
    display: block;
    padding: 10px 20px;
    color: #ccc;
    text-decoration: none;
}

.browse a:hover {
    background: #000;
    color: #fff;
}

.browse li.next {
    text-align: right;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0 20px 10px 20px;
    padding: 0 0 0 10px;
    color: #666;
    font-style: italic;
}

blockquote.from-article {
    width: 150px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    font: italic 1.5em/1.2 "Times New Roman", "Georgia", serif;
    letter-spacing: -1px;
    color: #777;
    border: 0;
}

blockquote p.from {
    margin: 0;
    padding: 0;
    text-align: right;
}

.date {
    line-height: 1.1;
}

.day {
    font-size: 2.4em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
    float: left;
    margin-right: 5px;
}

.tags {
    clear: both;
}

.tags span {
    display: none;
}

.illustration-1 {
	float: left;
	margin: 0 10px 10px 0;
}

.illustration-2 {
	float: right;
	margin: 0 0 10px 10px;
}

.illustration-large {
    overflow: auto;
}

.post h2 {
    margin-top: 1.5em;
}

.post h2.title {
    margin: 0;
}

.post h3 {
    margin-top: 1.5em;
}

pre {
    overflow: auto;
    background: #222;
    color: #fff;
    margin: 10px;
    padding: 5px;
}

code, kbd {
	font: 1.2em "Consolas", "Monaco", "Courier New", monospace;
}

.code {
	background: #666;
	color: #ccc;
	padding: 0 5px;
	margin: 10px 30px;
}

.code ol li {
	padding: 3px 5px;
	font: 1.2em "Consolas", "Monaco", "Courier New", monospace;
}

.cmd ol {
	background: #333;
	color: #fff;
}

.cmd var {
	color: #ccc;
}

ins {
	background: #ffd;
	text-decoration: none;
	border: 1px solid #dda;
}

#comments h2 {
    font-size: 1.4em;
    line-height: 1;
    background: #111 url(img/comments.png) no-repeat 20px center;
    color: #fff;
    padding: 10px 20px 10px 40px;
    margin: 0;
}

#comments ol#commentlist {
    color: #999;
    list-style: none;
}

#commentlist li {
    background: #fff url(img/bg-grey-to-white.jpg) repeat-x 0 0;
    float: left;
    width: 570px;
    border-bottom: 1px solid #ddd;
}

#comments ol .author {
    width: 150px;
    float: left;
    line-height: 1.2;
    font-size: 1.2em;
    margin: 10px 10px 10px 0;
    margin-left: -10px;
    padding: 10px;
    overflow: hidden;
}

#comments .avatar {
    float: left;
    margin: 0 5px 5px 0;
}

#comments .author a {
    font-weight: 700;
}

#comments .author a.date {
    font-size: 0.7em;
    font-weight: 300;
    display: block;
}

.comment-content {
    color: #444;
    margin: 0 0 1px 10px;
    padding: 10px 20px;
    font-size: 0.9em;
}

.comment-content p {
    margin-bottom: 1em;
}

#comments form, #searchform {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    background: #111;
    color: #ccc;
}

#comments fieldset, #searchform fieldset {
    margin: 0;
    padding: 10px 20px;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #333;
}

#comments legend, #searchform legend {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
}

#searchform label {
    display: none;
}

#comments form p {
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #999;
}

#comments .medium {
    width: 255px;
    float: left;
}

#comments .full {
    clear: both;
}

#comments textarea {
    border: 1px solid #333;
    width: 526px;
    margin: 0 0 10px 0;
}

#comments input {
    margin: 0;
}

#comments .textfield, #searchform #s {
    border: 1px solid #333;
    margin: 0 0 10px 0;
    width: 233px;
}

#comments textarea:focus, #comments input.textfield:focus, #searchform #s:focus {
    outline: 1px solid #69c;
    border-color: #36f;
}

#searchform #s {
    width: 420px;
    margin-bottom: 0;
}

#links {
    margin: 20px auto;
    width: 183px;
    height: 21px;
}

#links span {
    display: none;
}

#links a {
    display: block;
    width: 61px;
    height: 21px;
    text-indent: -9999px;
    background: #222 url(img/link-el73.png) no-repeat 0 0;
    float: left;
}

#links a.link-roam {
    background-position: 0 0;
}

#links a.link-laughy {
    background-position: -61px 0;
}

#links a.link-wp {
    background-position: -122px 0;
}

#links a.link-roam:hover {
    background-position: 0 -21px;
}

#links a.link-laughy:hover {
    background-position: -61px -21px;
}

#links a.link-wp:hover {
    background-position: -122px -21px;
}

#archives h1.title, #search h1.title {
    background: #fff url(img/bg-grey-to-white.jpg) repeat-x 0 0;
    padding: 10px 20px;
}

.archive-title {
    font-size: 1em;
    background: #111;
    color: #ccc;
    padding: 8px 20px;
    clear: both;
    margin: 0;
}

.archive-title strong {
    color: #fff;
}

#archives h2 {
    background: #111;
    color: #eee;
    padding: 8px 20px 8px 40px;
    clear: both;
    margin: 0;
}

#archive-by-month h2 {
    background: #111 url(img/calendar.png) no-repeat 20px center;
}

#archive-by-category ul {
    list-style: none;
    padding: 0 21px;
    overflow: hidden;
}

#archive-by-category li {
    width: 135px;
    float: left;
}

#archive-by-category h2 {
    background: #111 url(img/category.png) no-repeat 20px center;
}

#archive-by-tag h2 {
    background: #111 url(img/tag.png) no-repeat 20px center;
}

#archives div {
    background: #444;
    color: #ccc;
    overflow: hidden;
    width: 570px;
    clear: both;
    border-bottom: 1px solid #222;
}

#archives h3 {
    padding: 5px 20px;
    background: #333;
    border-bottom: 1px solid #222;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: -1px;
    margin: 0;
}

#archives ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 570px;
}

#archives li {
    padding: 0;
    margin: 0;
    width: 190px;
    float: left;
    background: #444;
}

#archives li.odd {
    background: #404040;
}

#archives a {
    display: block;
    padding: 5px 20px;
    width: 150px;
    font-size: 1.2em;
    line-height: 1.1;
    color: #fff;
    text-decoration: none;
}

#archives a:hover {
    background: #111;
}

#archives span {
    font-size: 0.8em;
    color: #aaa;
    display: block;
}

#archives span.hide {
    display: none;
}

#page hr, #archives hr {
    display: none;
}

#page .ruler, #archives .ruler {
    display: none;
}