/* Copyright 2005 by Simon Koelewijn, Seems (www.seems.nl) */

/* Page */
body, #wrap, #center {
 margin-left: auto;
 margin-right: auto;
 height: 100%;
 font-family: Tahoma, Verdana, Arial, serif;
 font-size: 12px;
}

a {
 color: black;
}

body {
 background-color: #f8f8f8;
 margin: 0;
}

#wrap {
 width: 700px;
}

#center {
 width: 100%;
}

#header {
 width: 100%;
 height: 170px;
 background: url(/blog/images/design/header.gif);
}

#navigate {
 width: 100%;
 height: 27px;
 background: url(/blog/images/design/navigate.gif);
 overflow: hidden;
}

#navigate-left {
 padding-top: 4px;
 padding-left: 10px;
 font-weight: bold;
 font-size: 13px;
 color: white;
 float: left;
}

#navigate-right {
 font-size: 13px;
 float: right;
}

.noborder {
 border: none;
}

#main {
 float: left;
 width: 100%;
 height: 100%;
 background: url(/blog/images/design/background.gif);
}

#left-column {
 width: 210px;
 float: left;
}

#right-column {
 width: 490px;;
 float: right;
}

#footer {
 float: left;
 width: 100%;
 height: 27px;
 background: url(/blog/images/design/footer.gif);
 font-size: 9px;
}

#footer-left {
 margin-left: 5px;
 padding-top: 6px;
 float: left;
 color: #2b2b2b;
}

#footer-left a {
 color: #2b2b2b;
 text-decoration: none;
}

#footer-left a:hover {
 color: black;
 text-decoration: underline;
}

#footer-right {
 margin-right: 10px;
 padding-top: 8px;
 float: right;
 color: #d6e6ed;
}

#footer-right a {
 color: #d6e6ed;
 text-decoration: underline;
}

#footer-right a:hover {
 color: white;
 text-decoration: underline;
}

/* left column */

.box {
 margin-top: 15px;
 background: url(/blog/images/design/left-top.gif);
 width: 195px;
}

.box-title {
 padding-top: 10px;
 padding-right: 10px;
 text-align: right;
 color: white;
 text-transform: uppercase;
 font-weight: bold;
 height: 30px;
}

.box-content {
 padding: 8px;
 font-size: 11px;
}

.recent-comment {
 border-bottom: 1px dotted #7CADD3;
 padding: 5px;
}

.recent-comment-name {
 font-weight: bold;
 color: #0061AA;
}

.recent-comment-name a {
 color: #0061AA;
 text-decoration: none;
}

.recent-comment:hover a {
 color: black;
 text-decoration: underline;
}

.recent-comment:hover {
 background-color: #E5F4FF;
}

.box-bottom {
 height: 13px;
 width: 195px;
 background: url(/blog/images/design/left-bottom.gif);
}

.column {
 height: 200px;
 width: 195px;
 background: url(/blog/images/design/column-background.gif);
 color: white;
}

.column-photo {
 margin: 3px;
 border: 1px solid white;
}

.box-links ul {
 margin: 0px;
 padding: 0px;
}

.box-links li {

 display: block;
 padding: 3px;
 border-bottom: 1px dotted #7CADD3;
}

.box-links li:hover {
 background-color: #E5F4FF;
}

.box-content a {
 text-decoration: none;
 color: black;
}

.box-content a:hover {
 text-decoration: underline;
}

/* h1, h2, h3, h4 */

h1 {
 padding-top: 10px;
 color: #cfcfcf;
 text-align: right;
 padding-right: 10px;
 font-size: 16px;
 clear: both;
}

h2 {
 color: black;
 padding-left: 5px;
 border-left: 4px solid #2E7DBB;
 font-size: 24px;
 font-weight: normal;
 margin: 0;
 clear: both;
}

.column h2 {
 padding: 0px;
 padding-top: 10px;
 padding-bottom: 3px;
 margin: 0px;
 font-size: 12px;
 border: none;
 color: white;
 font-weight: bold;
 border-bottom: 1px dotted white;
}

h3 {
 border-bottom: 1px dotted black;
}

h4 {

}

/* entry */

.entry {
 width: 480px;
 padding-bottom: 20px;
 clear: both;
 margin-top: 50px;
}

.entry-title {
 background: url(/blog/images/design/entry-background.gif);
 background-position: top left;
 background-repeat: no-repeat;
}

.entry-author {
 border-left: 4px solid #2E7DBB;
 padding-left: 5px;
 margin-bottom: 10px;
 font-size: 11px;
}

.entry-author a {
 text-decoration: none;
 color: #2E7DBB;
}

.entry-author a:hover {
 text-decoration: underline;
}

.entry-text {
 margin-left: 10px;
 padding-top: 15px;
 line-height: 18px;
 font-size: 11px;
 float: left;
 width: 95%;
}

.entry-text a {
 padding: 2px;
 text-decoration: none;
 color: #0D9BD4;
}

.entry-text a:hover {
 color: white;
 background-color: #0D9BD4;
}

.entry-text a:visited:after {
 content: url(/blog/images/design/check-icon.gif);
}

blockquote {
 margin: 0;
 margin-right: 10px;
 padding: 10px;
 padding-left: 5px;
 font-style: italic;
 color: #404040;
 background: url(/blog/images/design/blockquote-background.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 background-color: #f8f8f8;
}

.entry-more {
 margin-left: 5px;
 clear: both;
 padding-left: 10px;
 color: #0061AA;
 font-weight: bold;
 padding-left: 15px;
 background: url(/blog/images/design/arrow-icon.gif);
 background-position: top left;
 background-repeat: no-repeat;
 text-decoration: none;
 color: #B4DAF6;
}

.entry-more:hover {
 background: url(/blog/images/design/arrow-icon-hover.gif);
 background-position: top left;
 background-repeat: no-repeat;
 text-decoration: none;
 color: #0061AA;
}

.column a {
 color: white;
}

.column a:hover {
 color: white;
}

.entry-footer {
 margin-top: 10px;
 float: right;
}

.entry-footer a {
 border-left: 4px solid white;
 margin-right: 1px;
 padding-right: 3px;
 padding-left: 3px;
 text-decoration: none;
 color: #2E7DBB;
}

.entry-footer a:hover {
 border-left: 4px solid #F6C165;
 color: #F6C165;
}

#more-entries {
 padding: 10px;
}

.another-entry {
 margin-top: 5px;
 border-bottom: 1px dotted #7CADD3;
 padding-bottom: 3px;
 background: url(/blog/images/design/arrow-icon-hover.gif);
 background-position: middle left;
 background-repeat: no-repeat;
}

.another-entry-title {
 padding-left: 18px;
 font-weight: bold;
 font-size: 11px;
}

.another-entry-title a {
 text-decoration: none;
 color: #2E7DBB;
}

.another-entry-title a:hover {
 color: black;
 text-decoration: underline;
}

.another-entry-info {
 padding-left: 18px;
 font-size: 11px;
 color: #B0B0B0;
}

/* comments and trackbacks */

.comment {
 margin-left: 9px;
 float: left;
 font-size: 11px;
 clear: both;
}

.comment-wrap-left {
 width: 165px;
 height: 115px;
 background: url(/blog/images/design/comments-name.gif);
 float: left;
 font-weight: bold;
}

.comment-gravatar {
 width: 100%;
 padding-top: 10px;
 float: left;
 text-align: center;
 height: 48px;
}

.comment-name {
 width: 100%;
 padding-top: 5px;
 text-align: center;
 float: left;
}

.comment-wrap-right {
 float: left;
}

.comment-body {
 line-height: 18px;
 padding: 5px;
 background-color: #CEE5F5;
 float: left;
 margin-top: 15px;
 width: 280px;
 min-height: 30px;
 clear:both;
}

.comment-date {
 width: 280px;
 border-top: 1px solid white;
 border-left: 1px solid white;
 padding-left: 4px;
 padding-right: 5px;
 padding-top: 2px;
 padding-bottom: 5px;
 color: white;
 background-color: #202020;
 float: left;
 clear:both;
}

/* commentform */

#form {
 margin: 10px;
 width: 450px;
}

#formwrap {
 padding: 5px;
}

.commentinput-name {
 font-size: 12px;
 font-family: Tahoma, Verdana, Arial, serif;
 color: #2A2A2A;
 border: 1px solid #D1D1D1;
 width: 100%;
 padding: 3px;
 margin: 3px;
 background: url(/blog/images/design/commentform-name.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.commentinput-email {
 font-size: 12px;
 font-family: Tahoma, Verdana, Arial, serif;
 border: 1px solid #D1D1D1;
 color: #2A2A2A;
 width: 100%;
 padding: 3px;
 margin: 3px;
 background: url(/blog/images/design/commentform-email.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.commentinput-url {
 font-size: 12px;
 font-family: Tahoma, Verdana, Arial, serif;
 color: #2A2A2A;
 border: 1px solid #D1D1D1;
 width: 100%;
 padding: 3px;
 margin: 3px;
 background: url(/blog/images/design/commentform-url.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.commentinput-body {
 font-size: 12px;
 font-family: Tahoma, Verdana, Arial, serif;
 color: #2A2A2A;
 border: 1px solid #D1D1D1;
 width: 100%;
 padding: 3px;
 margin: 3px;
 background: url(/blog/images/design/commentform-body.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.commentinput {
 font-size: 12px;
 font-family: Tahoma, Verdana, Arial, serif;
 color: #2A2A2A;
 border: 1px solid #D1D1D1;
 width: 100%;
 padding: 3px;
 margin: 3px;
}

.commentinput-name:hover {
 color: black;
}

.commentinput-email:hover {
 color: black;
}

.commentinput-url:hover {
 color: black;
}

.commentinput-body:hover {
 color: black;
}