html, body {
	height: 100%;
}


@font-face { font-family: 'Museo Sans'; src: url('/img/font/MuseoSans_500.otf'); }

#headline h1 {
    font-family: 'Museo Sans';
}

#menu {
    font-family: 'Museo Sans';
}

body {
    background: #111;
    color: #d5d5d5;
    font-family: 'Trebuchet MS', 'Tahoma', Arial, serif;
    font-size: 11pt;
}

.fullpage {
    margin: 0px auto;
    width: 1122px;
}

.copyright {
    text-align: center;
    font-size: 8pt;
    color: #666;
    clear: both;
    margin: 0px auto;
    }

#twitter_div ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 0px;
    padding-left: 0px;
    font-size: smaller;
}

#twitter_div li
{
    margin-bottom: 5px;
}

#twitter_div a
{
    font-size: small;
    font-family: 'Georgia', serif;
}

.page {
    border: 1px solid #000;
    margin: 0px auto;
    background: #303035;
    padding: 0px;
    padding-bottom: 10px;
    text-align: left;
    width: 960px;
    float: left;
    min-height: 1000px;
}

#latestblogentry {
    font-weight: bold;
}

#latestblogentry a {

}

td {
    vertical-align: top;
}

.errorbox {
    background-color: #522 !important;
    background-image: none !important;
}

p.downloadlink, p.tutoriallink {
    margin-top: 0.5em;
    padding-top: 0.5ex;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #222;
}

a:link {
    font-weight: bold;
    color: #ddf;
}

a:visited {
    color: #cce;
}

a:hover {
    text-decoration: none;
#    background: transparent url(/img/scrolling.gif) repeat-x bottom;
}

a img {
    border-width: 0px;
}

input[type='submit'], input[type='button'] {
    border: 2px ridge #222;
    background: #3d3d42;
    cursor: pointer;
    color: #d5d5d5;
}

input[type='text'], textarea {
    border: 2px ridge #222;
    background: #3d3d42;
    cursor: pointer;
    color: #d5d5d5;
}    

#contentholder { 
    margin-top: 0px;
    margin-left: 160px;
}

#content {
    text-align: justify;
    width: 800px;
}

#welcome {
    border-left: 1em solid #3d3d42;
    font-size: 10pt;
    padding-top: 5px;
    padding-left: 4px;
    padding-bottom: 5px;
}

#learnmore {
    display: block;
    margin-left: 20px;
    font-size: 9pt;
    font-weight: bold;
}

#searchbox {
    float: right;
    text-align: right;
    padding: 0.5ex;
    margin: 0;
    font-size: smaller;
}

#headline {
    background-color: #303035;
    background-image: url(/img/banner.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #d5d5d5;
    margin: 0;
    padding: 0;
    text-align: left;

    border-bottom: 1px solid #222;

    height: 120px;
    max-height: 120px;
    width: 100%;
}

#headline h1 {
    padding: 0.5ex;
    margin: 0;
    margin-top: 64px;
    color: #d5d5d5;
    float: left;
    vertical-align: bottom;
    font-size: 36px;
}



#subtitle {
    font-size: 80%;
    text-align: right;
    width: 100%;
    }

dt {
    border: 1px solid #222;

    background-color: #353539;
    background-image: url(/img/introg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0.3ex;
    padding-left: 2ex;
    margin-bottom: 0;
    margin-top: 1em;
    font-size: larger;

    color: #ddd;
}

dd {
    margin-left: 2ex;
    margin-top: 0;

    border-left: 1px solid #222;
    padding: 0.5ex;

    background: #252525;
    color: #d5d5d5;
}


#rightbar {
    width: 100px;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 80px;
    font-size: 90%;
}

#rightbar div {
    margin-bottom: 0.5ex;
    padding-left: 0.5ex;
}

#rightbar #latestphotos {
    margin-top: 0.3ex;
    margin-bottom: 2ex;
    padding-bottom: 1ex;
    text-align: center;
}


#h2tocholder {
    padding-left: 0 !important;
    border: none !important;
}

#h2tocholder ol {
    list-style-type: none;

    margin-left: 0;
    padding-top: 0.2ex;
    padding-left: 0.2ex;
    padding-right: 1ex;
}


/* Main menu */

#left-hand-navigation
{
    float: left;
    margin-left: 0px;
    margin-top: 10px;
}

#menu
{
    padding:3px;
    margin-bottom: 5px;
    width: 168px;
}

#menu ol
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#menu li
{
    display: inline;
}

#menu ol.level-one a,
#menu ol.level-one span
{
    display: block;
    border: 1px solid #222;
    padding: 2px 10px 2px 4px;
    margin: 0 0 2px 0.2em;
    width: 80%;
    color: #fff;
#    background-image: url(/img/nav-off-bg.png);
#    background-position: top right;
#    background-repeat: no-repeat;
    background-color:#555;
    text-transform: uppercase
}

#menu ol.level-one a:hover
{
    text-decoration:underline;
}

#menu ol.level-one a.selected,
#menu ol.level-one span.selected
{
#    background-image: url(/img/nav-on-bg.png);
    background-color: #555;
    color:eee;
    border-left:3px solid #222;
}

#menu ol.level-one li.selected a,
#menu ol.level-one span
{
    font-style:italic;
    font-weight: bold;
}

#menu ol.level-two a, #menu ol.level-two span
{

    background-image: none;
    background-color: transparent;
    display: block;
    border: 0;
    border-bottom: 1px solid #556;
    padding: 0.1em;
    margin: 0 3em 0px 1.3em;
    color: #ddf;
    background: none;
    width: 80%;
    font-size: 90%;
    text-transform: none;
}

#menu ol.level-two a:hover
{
    text-decoration: underline;
}

#menu ol.level-two li.selected span.selected
{
    background-image: none;
    background-color: #333;
    color:#ddf;
    border-left:0;
    font-style:italic;
}

#menu li ol
{
    margin-bottom: 7px
}

#menu a
{
    text-decoration: none;
}

/* End of main menu */

.intro, .errormsg {
    border: 1px solid #222;
    background-color: #3d3d42;
    background-image: url(/img/introg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #d5d5d5;
    margin-bottom: 1ex;
    margin-top: 1ex;
    padding: 1ex;
}

body.home .intro {
    margin-top: 10ex;
    padding: 5ex;
    text-align: left;
}

#picture {
    float: left;
    margin-right: 1ex;
    margin-bottom: 1ex;
    border: 5px solid black;
}

#pictureright {
    float: right;
    margin-right: 1ex;
    margin-bottom: 1ex;
    margin-left: 5px;
    border: 5px solid black;
}

#buddyicon {
    float: right;
    margin-right: 1ex;
    margin-left: 1ex;
    margin-bottom: 1ex;
    border: 1px solid #999;
    width: 48px;
    height: 48px;
}

.errormsg {
    border-color: #f00 !important;
    border-width: 2px;
    background-color: #fee !important;
    color: #d5d5d5 !important;
}

h2 {
    border: 1px solid #222;

    background-color: #353539;

    padding: 0.3ex;
    padding-left: 2ex;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: large;

    color: #fff;
}

h2 + div {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    padding: 1ex;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;

    background: #252525;
    color: #d5d5d5;
}

h2 + div p, div.intro p, h2 + div dd {
    line-height: 150%;
}

h2 + div > p {
    margin-top: 0;
}

h4 {
    margin-bottom: 2ex;
}

li p {
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #222;
}

ol li, ul li {
    margin-top: 1ex;
}

hr {
    height: 1px;
    border: 0px;
    background-color: #222;
}

hr.imgpusher, hr.floatpusher {
    clear: both;
    height: 0;
    width: 100%;
    visibility: hidden;
}

.hidden {
    visibility: hidden;
    display: none;
    height: 0;
    width: 0;
}

code.block, code.php, code.vim, code.python {
    white-space: pre;
    display: block;
    padding-left: 0.5ex;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    padding: 1ex 0.5ex;
}

code.block, code.php, code.vim, code.python, code.literal {
    border-left: 2px solid #222;
    background-color: #ddd;
    color: black;
    font-size: smaller;
}

pre, blockquote {
    margin: 0;
    padding: 0;
}

#screenshot {
    float: right;
    margin-left: 1ex;
}

div#copyright {
    position: fixed;
    width: 18ex;
    right: 0;
    bottom: 0;

    font-size: xx-small;
    text-align: right;
    color: #222;
    padding: 0.2ex;
}

div#copyright a {
    color: inherit;
    text-decoration: none;
}

img.kaartje {
    float: right;
    margin-left: 0.5ex;
    margin-bottom: 0.5ex;
    border: 1px solid #222;
}

th {
    text-align: left;
}

.newsnav, .newslink {
    padding-top: 1ex;
    font-size: smaller;
    height: 30px;
    max-height: 30px;
}



.newsnav .previtem {
    float: left;
}

.newsnav .nextitem {
    float: right;
}

.newsnav .overview {
    text-align: center;
    align: center;
    width: 100%;
}

/* Xapian results */

.xapian {
    list-style: none;
    padding-left: 0;
}
    
.xapian .percent {
    color: green;
}

.xapian .url {
    color: green;
    font-size: smaller;
}

.xapian li {
    border: 1px solid #eee;
    padding: 0.5ex 1ex;
}

/* End of xapian results */

#flickrimg {
    float: right;
    margin: 1ex 0 1ex 1ex;
    padding: 0;
    display: block;
}

    

fieldset {
    border: none;
}


table.imdbcompare {
    width: 100%;
    border: 1px solid #222;
    padding-top: 1em;
    padding-bottom: 1em;
}

.imdburl {
    width: 35ex;
}

.imdbcompare .title {
    font-size: smaller;
    text-align: left;
}

.imdbcompare td {
    vertical-align: top ;
}



table#dvdinfo {
    border-collapse: collapse;
    width: 100%;
}

table#dvdinfo td {
    border: 1px solid black;
    padding: 0.5ex;
    margin: 0;
}

table#postcommenttable td.labels {
    width: 30%;
}

table#postcommenttable td.fields {
    width: 70%;
}

.comment p {
    margin-top: 0.3ex;
    margin-bottom: 1ex;
}

.comment .signature, .newscontent .comments {
    font-size: smaller;
    padding-left: 3ex;
    color: #847;
}

.newscontent .comments {
    float: right;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.comment .author {
    font-weight: bold;
}

form table {
    border-collapse: collapse;
    width: 100%;
}



form td {
    padding: 0.4ex;
    vertical-align: top;
    text-align: left;
}

form .error {
    color: red;
    background-color: #fcc;
}

.note {
    font-size: 80%;
    color: #ddd;
}

.vEmailField, .vLargeTextField, .vTextField, .vURLField {
    width: 90%;
    border: 1px solid #222;
}

table.archive  {
    border-collapse: collapse;
    width: 100%;
}

table.archive td {
    border-bottom: 1px solid #000;
    padding: 0.5ex;
}

#linkedin {
    float: right;
    clear: right;
    width: 200px;
    text-align: right;
}

p.longurl, p.tinyurl {
    font-weight: bold;
}

blockquote {
    font-style: italic;
}

a.rss {
    background-image: url(/img/feed-icon-16x16.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 15px;
}

.photoEntry {
    margin-right: 1ex;
    max-width: 240px;
}

.photoEntry h3 {
    height: 2.2em;
}

.photoNiceListSet {
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.photoNiceListSet .date {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 24pt;
    font-weight: bold;
    z-index: 0;
    color: #181818;
    text-align: right;
}

.photoNiceListSet .odd {
    background-color: #1d1d1d;
    padding-bottom: 20px;
    padding-top: 9px;
    padding-left: 8px;
}

.photoNiceListSet .even {
    padding-bottom: 20px;
    padding-top: 9px;
    padding-left: 8px;
}

.photoNiceListMany {
   width: 580px;
}

.photoNiceListEntry {
    position: relative;
    display: inline;
    margin-right: 5px;
    z-index: 1;
    font-size: 75%;
    text-align: center;
}

.photoListEntryMedium {
    text-align: center;
}

.photoListEntrySmall {
    margin-right: 6px;
    float: left;
    font-size: 75%;
    text-align: center;
    width: 250px;
    height: 260px;
}

.photoListEntryThumb {
    margin-right: 6px;
    float: left;
    font-size: 60%;
    text-align: center;
    width: 102px;
    height: 102px;
}

.photoListEntrySquare {
    margin-right: 0px;
    float: left;
    font-size: 60%;
    text-align: center;
    width: 78px;
}

.photoListEntry {
    margin-right: 1ex;
    float: left;
    font-size: 60%;
    text-align: center;
    width: 78px;
}

.photoListEntry .even {
    background-color: #222;
}

.photoListEntry .odd {
    background-color: #222;
}

.photoListRow {
    clear: both;
}

.photoListEntry #photoListTitle {
    font-size: 50%;
    font-family: sans-serif;
}

.photoSetEntry {
    height: 80px;
}

.photoSetEntry a {
    font-weight: bold;
}

.photoSetEntry div {
    font-size: 70%;
}

.photoSetEntry img {
    float: left;
}

.photoOption {
    text-align: center;
    padding: 2px 10px 2px 4px;
    margin: 0px auto;
}            
.photoOption a {
    text-transform: uppercase;
    color: #ccc;
}

#photoHeader {
    height: 32px;
}

#photoNavigator {
    float:right;
}

body.photography.recent #content {
    width: 74ex;
    min-width: 540px;
}

body.photography .recent .minithumb {
    float: left;
    margin-right: 0.5ex;
}

.diggit {
    float: right;
    margin-left: 1ex;
    margin-bottom: 1ex;
}

li.withimg a.flickrimage {
    float: right;
    margin-left: 1ex;
	border-top: 0 none;
	margin-top: 0;
}

.rightimage {
    float: right;
    margin-left: 1ex;
}   

.leftimage {
    float: left;
    margin-right: 1ex;
}   

body.photography li {
    margin-bottom: 3ex;
}

body.photography li.withimg {
    border-top: 1px solid black;
}

#photobg, #photoviewer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
}

#photobg {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    background-color: black;
    z-index: 10;
}

#photoviewer {
    z-index: 11;
}

#photoviewer div.photo {
    text-align: center;
    background-color: black;
    border: 2px solid white;
    color: white;
    margin-left: 20ex;
    margin-top: 10ex;
    width: 600px;
    padding-bottom: 3ex;
}

#photoviewer h3 {
    color: #eee;
    background: none;
    border: none;
}

#photoviewer #closeButton {
    border-color: #666;
    border-style: outset;
    border-width: 2px;
    color: #888;
    padding: 0.5ex;
    font-weight: bold;
    text-decoration: none;
    margin: 0.5ex;
    position: absolute;
    right: 1ex;
    top: 1ex;
}

#photoviewer p {
    width: 80%;
    margin-left: 10%;
    text-align: left;
}

#photoviewer a:link {
    color: #bbf;
}

#photoviewer a:visited {
    color: #c8f;
}