body {
    font: 12px Arial, Helvetica, Verdana, Sans-serif;
    color: #51504C;
}


/* ----------------------------------- Algemeen */

a:link, a:visited, a:active {
    color: #1C77BD;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}

img {
    border: none;
}

h1 {
    font-weight: bold;
}
h3 {
    font-weight: normal;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

input, textarea, select {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 4px 2px 4px 0;
    color: #7F7F7F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input.submit {
    font: bold 12px Arial, Helvetica;
    color: #fff;
    background: #045BA8;
    text-shadow: none;
    border: 1px solid #9ABEDB;
}
input.submit:hover, input.submit:focus {
    background: #228FC8;
    cursor: pointer;
}

label {
    color: #51504C;
    font-weight: bold;
    display: inline;
    margin-bottom: 10px;
    width: 110px;
}

/* ----------------------------------- Speciale class */

#homepage {
    background: #dbdbdb url('images/gradient.jpg') repeat-x top;
}
#subpage {
    background: #dbdbdb url('images/gradient2.jpg') repeat-x top;
}

.error {
    background: #FFD6D6 url('images/error.png') no-repeat scroll 8px 55%;
    color: #9D2121;
    border: 1px solid #ebb1b1;
}
.confirmation {
    background: #e8ffca url('images/success.png') no-repeat scroll 8px 55%;
    color: #527A19;
    border: 1px solid #b3dc7c;
}
.info {
    background: #E4F5FD url('images/info.png') no-repeat scroll 8px 55%;
    color: #2A80A7;
    border: 1px solid #AFDBEE;
}
.error, .confirmation, .info {
    padding: 5px 5px 5px 35px;
}

.rank {
    background: url('images/rank.png') no-repeat center;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

a.rss {
    background: url('images/rss.png') no-repeat center;
    float: right;
    margin: 5px;
}
a.edit {
    background: url('images/edit.png') no-repeat center;
    float: left;
}
a.delete {
    background: url('images/delete.png') no-repeat center;
    float: left;
}
a.question {
    background: url('images/question.png') no-repeat center;
    float: right;
    margin-top: 4px;
}
a.rss, a.edit, a.delete, a.question {
    width: 16px;
    height: 16px;
}

.captcha {
    margin: 6px 2px 0 0;
}

#twitter_div {
    background: url(images/twitter.png) top left no-repeat;
    padding-left: 40px;
    margin: 10px;
}
ul#twitter_update_list li {
    list-style: none;
}

/* ----------------------------------- Header */

div.wrapper {
    margin: 0 auto;
    width: 970px;
}

div.header {
    margin: 0 auto;
    height: 135px;
}
a.logo {
    width: 223px;
    height: 135px;
    float: left;
    background: transparent url('images/logo.png') no-repeat center;
}
a.logo span {
    display: none;
}

div.search {
    float: right;
    margin-top: 45px;
}
input.search-field {
    background: #E9E9E9;
    color: #51504C;
    width: 180px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
input.search-icon {
    border: none;
    width: 16px;
    height: 16px;
    background: url('images/search-icon.png') no-repeat center;
    margin: 10px 0 0 5px;
}

div.menu {
    width: 100%;
    height: 32px;
    background: #7F7F7F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
div.menu ul {
    padding: 0;
}
div.menu ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin-left: 20px;
}
div.menu ul li a {
    font: normal 15px 'Arial Narrow', Helvetica, Sans-serif;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    height: 22px;
}
div.menu ul li a:hover, div.menu ul li a:focus {
    background: #09adee url('images/submit.png') repeat-x;
}
div.menu ul li a.active {
    font-weight: bold;
    text-shadow: 1px 1px #045BA8;
    background: #09adee url('images/submit.png') repeat-x;
}

.clearfix {
    display: inline-block;
}


/* ----------------------------------- Content */

#top {
    background: #045AA7 url('images/top.jpg') no-repeat center;
    margin-top: 15px;
    color: #fff;
}
#top .left {
    float: left;
    width: 425px;
    padding: 6px 38px 10px 15px;
    border-right: 1px dashed #8ccbf6;
}
#top .right {
    float: right;
    width: 425px;
    padding: 6px 42px 10px 18px;
}
#top h1 {
    color: #fff;
    text-shadow: 1px 1px #000;
}
#top img {
    float: left;
    margin: 0 15px 15px 0;
    padding: 8px;
}
#top input.submit {
    font: bold 12px Arial, Helvetica;
    color: #fff;
    background: #045BA8;
    text-shadow: none;
    float: right;
    border: 1px solid #9ABEDB;
}
#top input.submit:hover, #top input.submit:focus {
    color: #045BA8;
    background: #CBE6FA;
}
#top .rank {
    background: url('images/label.png') no-repeat center;
    color: #08538F;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-right: 5px;
}

#content {
    width: 100%;
    margin: 15px 0;
    background: #e9e9e9;
    border: 1px solid #ccc;
    display: inline-block;
    overflow: hidden;
}
#content .post {
    padding: 10px 15px 700px 15px;
    float: right;
    width: 610px;
    background: #f3f3f3;
    border-left: 1px solid #ccc;
    margin-bottom: -500px;
}
#content .post .post-meta {
    background: #EDEDED;
    border: 1px solid #ccc;
    padding: 5px 2px 5px 10px;
}
#content .post img {
    margin-bottom: 5px;
}
#content .post .post-left {
    float: left;
    width: 180px;
    margin-top: 7px;
}
#content .post .post-right {
    float: right;
    width: 416px;
    padding: 8px 2px 2px 2px;
}
#content .thumb {
    margin: 0 15px 5px 0;
    border: 1px solid #ccc;
    padding: 5px;
    float: left;
    background: #E9E9E9;
}
#content .sidebar {
    float: left;
    width: 320px;
    height: 100%;
    margin: 0 2px;
}
#content .sidebar h2 {
    font-family: 'Arial Narrow', Helvetica, Sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #b2b2b2;
    padding: 5px;
    margin: 10px;
}
#content .sidebar .sidebar-content {
    padding: 5px 10px 20px 10px;
    margin-bottom: 15px;
}
#content .sidebar input.text {
    background: #ccc;
}

div.tabs {
    width: 100%;
    height: 28px;
    background: #ddd;
    border: 1px solid #ccc;
    margin: 5px 0 10px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
div.tabs ul {
    padding: 0;
    margin: 0;
}
div.tabs ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin-left: 12px;
}
div.tabs ul li a {
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    display: block;
    text-decoration: none; 
    padding: 3px 15px;
    height: 22px;
    color: #51504C;
}
div.tabs ul li a:hover, div.tabs ul li a:focus {
    color: #fff;
    background: #09adee url('images/submit.png') repeat-x;
}
div.tabs ul li a.active {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #045BA8;
    background: #09adee url('images/submit.png') repeat-x;
}

#kolom .left {
    float: left;
    width: 46%;
    padding: 10px;
}
#kolom .right {
    float: right;
    width: 46%;
    padding: 10px;
}

/* ----------------------------------- Footer */

#footer {
    width: 100%;
    height: 22px;
    background: #7F7F7F;
    color: #ccc;
    font-size: 80%;
    margin-bottom: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#footer .footer-copy {
    float: left;
    padding: 4px 10px 3px 12px;
}
#footer .footer-text {
    float: right;
    padding: 4px 15px 3px 10px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover, #footer a:focus {
    text-decoration: underline;
}
