﻿/*
Theme Name: Karel Donk
Theme URI: http://www.kareldonk.com/
Description: The Karel Donk 3.0 theme.
Version: 3.0
Author: Karel Donk
Author URI: http://www.kareldonk.com/
Tags: fixed width, two columns, widgets
*/

@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #252525;
    margin: 20px;
    cursor: default;
}

#wpstats {
    display: none;
}

.g-recaptcha {
    margin-top: 8px;
}

h1, h2, h3, h4, h5, label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

::selection {
    color: #fff;
    background-color: #ff9100;
}

#MainContainer {
    width: 100%;
    height: 100%;
}

#ContentContainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    padding-right: 6px;
    width: 800px;
    background-image: url(images/cback1.png);
}

#ContentSubContainer {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-image: url(images/cback2.png);
    position: relative;
}

#ContentFooter {
    width: 100%;
    height: 35px;
    background-image: url(images/blines1.png);
}

.AlignBottom {
    position: absolute;
    bottom: 0px;
}

#Content {
    width: 100%;
}

#TopIcons {
    margin-left: auto;
    margin-right: auto;
    width: 806px;
    height: 24px;
    text-align: right;
    padding-right: 6px;
    overflow: hidden;
}

    #TopIcons a {
        text-decoration: none;
    }

#FBButton {
    background-image: url(images/topicons.png);
    width: 20px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    float: right;
}

#LIButton {
    background-image: url(images/topicons.png);
    background-position: -27px 0px;
    width: 20px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    float: right;
}

    #FBButton a, #LIButton a {
        padding: 7px;
        padding-top: 0px;
        padding-bottom: 1px;
        /*border:1px #f00 solid;*/
    }

#BlogButton {
    background-image: url(images/topicons.png);
    background-position: -54px 0px;
    width: 20px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    float: right;
}

    #BlogButton a {
        padding: 7px;
        padding-top: 0px;
        padding-bottom: 1px;
        /*border:1px #f00 solid;*/
    }

#Header {
    margin-left: auto;
    margin-right: auto;
    width: 812px;
    height: 77px;
    background-image: url(images/topback.png);
}

#Logo {
    width: 320px;
    height: 77px;
    float: left;
    cursor: pointer;
}

#SearchBox {
    margin-top: 26px;
    margin-right: 25px;
    padding: 5px;
    padding-top: 6px;
    padding-left: 9px;
    width: 242px;
    height: 22px;
    background-image: url(images/searchb1.png);
    float: right;
    cursor: pointer;
}

    #SearchBox input {
        border: 0px;
        background-color: transparent;
        width: 210px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

/* Menu *************************************************************************************/

#MenuContainer {
    width: 100%;
    height: 95px;
    background-image: url(images/blines1.png);
}

#MenuContainer2 {
    background-image: url(images/submenuback.png);
    width: 100%;
    height: 35px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 11px;
    position: relative;
}

#MainMenuBar {
    height: 100%;
    padding-top: 3px;
    padding-left: 10px;
    z-index: 1;
}

    #MainMenuBar ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        visibility: hidden;
    }

        #MainMenuBar ul li {
            margin: 0px;
            display: inline-block;
            height: 22px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 6px;
            -ms-zoom: 1;
            zoom: 1;
            *display: inline;
            cursor: pointer;
        }

    #MainMenuBar a {
        text-decoration: none;
        color: #fff;
    }

    #MainMenuBar .current-menu-item, #MainMenuBar .current-menu-ancestor {
        background-color: #a55e00;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center right;
    }

    #MainMenuBar .MenuSeperator {
        border-top: 2px solid #ff9100;
    }

    #MainMenuBar .Submenu .current-menu-item, #MainMenuBar .Submenu .current-menu-ancestor {
    }

    #MainMenuBar .Submenu {
        position: absolute;
        background-color: #000;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 30;
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        border-top: 1px solid #ff9100;
        -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
        max-width: 400px;
    }

        #MainMenuBar .Submenu a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
        }

        #MainMenuBar .Submenu ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            #MainMenuBar .Submenu ul li {
                margin: 0px;
                height: 22px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 8px;
                color: #fff;
                font-weight: 600;
                cursor: pointer;
                white-space: nowrap;
                display: block;
            }

                #MainMenuBar .Submenu ul li.active {
                    background-color: #a55e00;
                }

        #MainMenuBar .Submenu a.disabled {
            color: #ddd;
        }

        #MainMenuBar .Submenu ul li.has-submenu {
            background-image: url(images/submarrow.png);
            background-position: center right;
            background-repeat: no-repeat;
            padding-right: 40px;
        }


/* ***************************************************************************************/

.Separator {
    border-left: 1px solid #666;
}

#PageHeader {
    margin-left: 20px;
    color: #000000;
    width: 570px;
}

    #PageHeader h1 {
        font-weight: normal;
        padding: 0px;
        padding-top: 31px;
        margin: 0px;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -1px;
    }

#Page ol {
    margin-left: 0px;
    padding-left: 20px;
}

#Page li.footnote {
    margin-bottom: 17px;
    margin-top: 17px;
}

    #Page li.footnote p:empty, #Page li.footnote br:empty {
        display: none;
    }

#Page ul {
    margin-left: 0px;
    padding-left: 20px;
    list-style-image: url(images/bullet1.png);
}

    #Page ul ul {
        list-style-image: url(images/bullet2.png);
        margin-top: 14px;
        margin-bottom: 14px;
    }

#Page p {
    margin: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#Page h2 {
    font-size: 2em;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none;
    color: #333;
}

    #Page h2 a {
        color: #333;
        padding-left: 0px;
    }

        #Page h2 a:hover {
            color: #ff9100;
            background-color: transparent;
        }

    #Page h2.footnotes-header, #Page h2.notes-header {
        border-top: 1px solid #ddd;
        margin-top: 40px;
        padding-top: 20px;
    }

#Page h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none;
}

#Page h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 0px;
    margin-top: 20px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none;
}

#Page iframe {
    width: 100% !important;
    border: 0px !important;
}

#Page .embed-youtube {
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0px;
    overflow: hidden;
}

    #Page .embed-youtube iframe {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100% !important;
    }

#Page #jetpack_remote_comment {
    background-color: transparent;
}

#PageContainer {
    padding-bottom: 30px;
}

#Page {
    margin: 0px;
    margin-left: 40px;
    padding: 15px;
    width: 492px;
    color: #000000;
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
    -ms-text-justify: newspaper;
    text-justify: newspaper;
    float: left;
}

#Sidebar {
    margin: 0px;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    width: 178px;
    color: #000000;
    font-size: 13px;
    float: right;
}

#Page sup, #Page sub {
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
}

#Page a {
    color: #ff9100;
    text-decoration: none;
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #Page a:hover {
        color: #fff;
        background-color: #ff9100;
    }

    #Page a.footnote-link {
        padding: 1px;
        padding-left: 3px;
        padding-right: 3px;
        color: #fff;
        background-color: #ff9100;
        font-weight: bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin-left: -3px;
    }

    #Page a.footnote-backlink {
        float: left;
        margin: 0px;
        margin-top: 1px;
        margin-right: 2px;
        padding: 1px;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 13px;
        color: #fff;
        background-color: #ff9100;
        font-weight: bold;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Page a.footnote-link:hover, #Page a.footnote-backlink:hover {
            color: #fff;
            background-color: #000;
        }

#Page .footnote-label {
    display: none;
}

#Page .researchnote-info {
    font-size: 11px;
    line-height: 17px;
    background-color: #666;
    color: #f4f4f4;
    padding: 10px;
    margin-bottom: 17px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #Page .researchnote-info span {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #ff9100;
        color: #fff;
        padding: 2px;
        padding-left: 4px;
        padding-right: 4px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

#Footer {
    margin-left: auto;
    margin-right: auto;
    width: 812px;
    height: 72px;
    background-image: url(images/footer.png);
}

#FooterText {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding: 25px;
    color: #838383;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #FooterText:hover {
        opacity: 1;
    }

    #FooterText a {
        text-decoration: none;
        color: #ff9100;
        padding: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #FooterText a:hover {
            color: #fff;
            background-color: #ff9100;
        }

/* Blog Items ***********************************************************************/

#Sidebar .WidgetContainer {
    margin-bottom: 30px;
    color: #000;
    font-size: 12px;
}

    #Sidebar .WidgetContainer a {
        text-decoration: none;
        color: #6a6a6a;
        font-weight: normal;
        line-height: 16px;
        border-bottom: transparent solid 1px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Sidebar .WidgetContainer a:hover {
            border-bottom: #ff9100 solid 1px;
            color: #000;
        }

    #Sidebar .WidgetContainer .ImageAdContainer a, #Sidebar .WidgetContainer .ImageAdContainer a:hover {
        border-bottom: none;
    }

    #Sidebar .WidgetContainer .ImageAdContainer img {
        border: none;
    }

#Sidebar h3 {
    margin: 0px;
    margin-left: -1px;
    margin-bottom: 4px;
    padding: 0px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
}

#Sidebar .screen-reader-text {
    display: none;
}

#Sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    #Sidebar ul li {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: dotted 1px #e0e0e0;
    }

#Sidebar select, #Sidebar input {
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px !important;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}

    #Sidebar input[type=submit] {
        background-color: #333;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 6px;
        padding-left: 4px;
        padding-right: 4px;
        cursor: pointer;
        color: #ffffff;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 100px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Sidebar input[type=submit]:hover {
            background-color: #ff9100;
            color: #fff;
        }

#subscribe-blog p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

#Sidebar .RandomQuoteContainer {
    position: relative;
    width: 100%;
    margin-top: 8px;
    margin-bottom: -18px;
}

    #Sidebar .RandomQuoteContainer .RandomQuoteOpen {
        position: absolute;
        top: -4px;
        left: -20px;
        font-size: 30px;
        color: #ff9100;
        font-weight: bold;
    }

    #Sidebar .RandomQuoteContainer .RandomQuoteQuote {
        text-align: center;
        font-size: 13px;
        line-height: 17px;
        color: #000000;
    }

    #Sidebar .RandomQuoteContainer .RandomQuoteClose {
        position: absolute;
        bottom: -10px;
        right: -20px;
        font-size: 30px;
        color: #ff9100;
        font-weight: bold;
    }

#Page .postmetadata {
    font-size: 11px;
    line-height: 17px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#Page .PostMetaData {
    font-size: 11px;
    line-height: 17px;
    border-bottom: 1px #f4f4f4 solid;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-align: left;
}

#Page .PostMetaDataSingle {
    font-size: 11px;
    line-height: 17px;
    margin-top: -4px;
    margin-bottom: 8px;
    text-align: left;
}

#Page .PostMetaDataFull {
    font-size: 11px;
    line-height: 17px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#Page .PostSummary {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #Page .PostSummary h3 {
        margin-top: 10px;
    }

#Page .Post h2 {
    margin-bottom: 5px;
}

#Page blockquote {
    margin: 17px;
    margin-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 45px;
    border-left: 2px solid #fed7a5;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f7f7f7;
    background-image: url(images/quoteback.png);
    background-repeat: no-repeat;
    color: #5f5f5f;
}

    #Page blockquote b, #Page blockquote strong {
        color: #000;
    }

    #Page blockquote footer {
        margin-top: -10px;
        margin-bottom: 14px;
    }

        #Page blockquote footer cite {
            font-weight: bold;
            color: #000;
        }

            #Page blockquote footer cite:before {
                content: "\2014\00a0";
            }

#Page .wp-caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f8f8f8;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}

    #Page .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0px;
        max-width: 100%;
        height: auto;
    }

    #Page .wp-caption a, #Page .wp-caption a img {
        border: 0px;
        padding: 0px;
        max-width: 100%;
        height: auto;
    }

    #Page .wp-caption p.wp-caption-text {
        font-size: 11px;
        padding: 4px;
        margin: 0;
    }

#Page .featured-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

    #Page .featured-image a {
        border: 0px !important;
        padding: 0px !important;
    }

    #Page .featured-image img {
        width: 100% !important;
        height: auto !important;
    }

#Page .aligncenter, #Page div.aligncenter {
    display: block;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}

#Page .alignright, div.alignright {
    float: right;
    margin-right: 0px;
}

#Page .alignleft, div.alignleft {
    float: left;
    margin-left: 0px;
}

#Page .center {
    text-align: center;
}

#Page .hidden {
    display: none;
}

#Page .PostSeparator {
    width: 100%;
    height: 3px;
    background-color: #f4f4f4;
    margin-top: 15px;
    margin-bottom: 15px;
}

#Page .Navigation {
    clear: both;
    padding: 2px;
    padding-top: 4px;
    padding-bottom: 6px;
    border: #ddd solid 1px;
    background-color: #ddd;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ff9100;
}

    #Page .Navigation a {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: #ddd solid 1px;
        background-color: #ddd;
        margin: 1px;
        line-height: 20px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Page .Navigation a:hover {
            color: #fff;
            background-color: #ff9100;
        }

#Page #CommentsDetails {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#Page #PingbacksTitle, #Page #CommentsTitle {
    font-size: 2em;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    line-height: 1.1em;
    letter-spacing: -1px;
    text-align: left;
    color: #333;
}

/* Jetpack ***********************************************************************/

div.sharedaddy h3.sd-title {
    display: block !important;
    font-size: 2em !important;
    margin: 20px 0 0.5em 0 !important;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 0 0 0;  
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none;
    color: #333;      
    font-weight: 600 !important;
    width: 100%;
}

div.sharedaddy h3.sd-title::before {
    content: none !important;
}

#Page .jp-relatedposts {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

#Page h3.jp-relatedposts-headline {
    display: block !important;
    font-size: 2em !important;
    margin: 20px 0 0.5em 0 !important;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px 0 0 0;  
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: left;
    -ms-text-justify: none;
    text-justify: none;
    color: #333;      
    font-weight: 600 !important;
    width: 100%;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
    content: none !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-weight: 600 !important;
}

#Page h4.jp-relatedposts-post-title {
    margin: 0 !important;
    letter-spacing: 0 !important;
}


#Page .jp-relatedposts-post-thumbs {
    transition: all 0.3s ease-out;
}

#Page .jp-relatedposts-post-thumbs img {
    margin: 0 0 0.5em 0 !important;
}

#Page .jp-relatedposts a:hover {
    color: #ff9100;
    background-color: transparent;
}

#Page .jp-relatedposts a {
    padding: 0 !important;
    border-radius: 0 !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post p {
    font-size: 12px !important;
    line-height: 18px !important;
}

/* Begin Pingbacks ***********************************************************************/

#Page .PingbackList {
    font-size: 12px;
    line-height: 17px;
    padding: 0px;
    text-align: left;
    -ms-text-justify: auto;
    text-justify: auto;
    margin-bottom: 40px;
}

    #Page .PingbackList li {
        margin: 0px;
        margin-left: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 0px;
        text-align: left;
        -ms-text-justify: auto;
        text-justify: auto;
    }

/* Begin Comments ***********************************************************************/
#Page #Comments, #Page #Notes {
    margin-top: 40px;
    text-align: left;
    -ms-text-justify: auto;
    text-justify: auto;
}

#Page ol.CommentList {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    text-align: left;
    -ms-text-justify: auto;
    text-justify: auto;
}

#Page .CommentList p {
    margin-bottom: 12px;
}

#Page .CommentList .note .CommentBody > p:last-of-type {
    margin-bottom: 0px;
}

#Page ol.CommentList li {
    margin: 15px 0px 0px 0px;
    padding: 10px;
    list-style: none;
    overflow: hidden;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -ms-text-justify: auto;
    text-justify: auto;
}

#Page .odd {
    background-color: #fcfcfc;
}

#Page .even {
    background-color: #fff;
}

#Page .CommentList li .comment-author-karel-donk {
    border: 1px solid #ffca85;
}

#Page .CommentList .depth-2, #Page .CommentList .depth-3, #Page .CommentList .depth-4, #Page .CommentList .depth-5 {
    margin-left: -20px;
}

#Page .CommentList li .avatar {
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#Page .Permalink {
    float: right;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #Page .Permalink:hover {
        opacity: 1;
    }

    #Page .Permalink a {
    }

        #Page .Permalink a:hover {
            background-color: transparent;
        }

#Page .CommentAuthor {
    color: #333;
    margin-left: 47px;
    font-size: 14px;
    margin-bottom: 2px;
}

    #Page .CommentAuthor a {
        padding: 0px;
        margin: 0px;
        border: 0px;
        border-bottom: 1px dotted #ff9100;
        color: #333;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Page .CommentAuthor a:hover {
            color: #ff9100;
            background-color: transparent;
            border-bottom: 1px solid #ff9100;
        }

#Page .CommentMetaData {
    color: #333;
    margin-left: 47px;
    font-size: 11px;
}

#Page .note .CommentMetaData {
    margin-left: 0px;
}

#Page .CommentBody {
    margin-top: 8px;
    margin-left: 47px;
    text-align: left;
    -ms-text-justify: auto;
    text-justify: auto;
}

#Page .note .CommentBody {
    margin-left: 0px;
}

#Page .CommentBody blockquote {
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

#Page .CommentList cite {
    font-weight: bold;
    font-style: normal;
}

    #Page .CommentList cite a {
        font-weight: bold;
        font-style: normal;
    }

#Page .comment-author-karel-donk {
    border: #f0d9ba 1px solid;
}

#Page .Reply {
    width: 100%;
    height: 25px;
}

    #Page .Reply a {
        font-size: 11px;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #cacaca;
        color: #ffffff;
        -moz-border-radius: 4px;
        border-radius: 4px;
        float: right;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        #Page .Reply a:hover {
            background-color: #ff9100;
            color: #fff;
        }

/* End Comments */

/* Begin Respond ***********************************************************************/
#Page #reply-title {
    font-size: 24px;
    letter-spacing: -1px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

#Page #respond a:hover {
    background-color: #ff9100;
    color: #ffffff;
}

#Page #respond p {
    margin: 0px;
    margin-top: 4px;
    padding: 0px;
}

#Page #respond {
    border: #d8d8d8 1px solid;
    background-color: #ececec;
    margin-top: 10px;
    text-align: left;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

    #Page #respond .form-allowed-tags {
        font-size: 11px;
        line-height: normal;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #f8f8f8;
        color: #666;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #Page #respond .required {
        color: #FF4B33;
        font-weight: bold;
    }

    #Page #respond label {
        color: #000;
        vertical-align: middle;
    }

    #Page #respond .comment-note-label {
        display: inline;
    }

    #Page #respond input {
        margin-top: 3px;
        width: 98%;
        vertical-align: middle;
    }

    #Page #respond textarea {
        margin-top: 3px;
        width: 98%;
        vertical-align: middle;
    }

#Page #cancel-comment-reply-link {
    margin: 0px;
    padding: 6px;
    padding-top: 4px;
    background-color: #ff0000;
    color: #ffffff;
    float: right;
    font-size: 12px;
    cursor: hand;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #Page #cancel-comment-reply-link a {
        color: #ffffff;
    }

    #Page #cancel-comment-reply-link:hover {
        background-color: #ff9100;
        color: #ffffff;
    }

#Page #respond input, #Page #respond form textarea {
    background-color: #ffffff;
    border: 1px solid #ececec;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    color: #000000;
    -ms-scrollbar-face-color: #ddd;
    scrollbar-face-color: #ddd;
    -ms-scrollbar-track-color: #ffffff;
    scrollbar-track-color: #ffffff;
    -ms-scrollbar-arrow-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    -ms-scrollbar-highlight-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    -ms-scrollbar-shadow-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    -ms-scrollbar-3dlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    -ms-scrollbar-darkshadow-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #Page #respond input[type=checkbox] {
        border: none;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 0px;
    }

    #Page #respond form input:hover, #Page #respond form textarea:hover, #Page #respond form input:focus, #Page #respond form textarea:focus {
        border-color: #d8d8d8;
    }

#Page #respond #submit {
    margin-top: 8px;
    background-color: #333;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #Page #respond #submit:hover {
        background-color: #ff9100;
    }

    #Page #respond #submit[disabled] {
        opacity: 0.5;
        color: #838383;
    }
    
    #Page #respond #submit[disabled]:hover {
        background-color: #333;
    }
    
/* End Respond */

/* Begin Gallery ***********************************************************************/

#Page a.highslide{
    padding: 0px;
}

#Page .highslide img {
    border: none;
}

#Page a.highslide:hover {
    background-color: transparent;
}

.highslide-wrapper, .highslide-outline {
    background: #FFFFFF;
}

.highslide-active-anchor img {
    visibility: visible;
    border-color: #ff9100 !important;
}

.highslide-dimming {
    background: #000000;
}

.highslide-image {
    border: 2px solid #FFFFFF;
}

.highslide-loading {
    color: black;
    border: 1px solid black;
    background-color: white;
    background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
    position: static !important;
    margin-bottom: 0;
}

    .highslide-controls .highslide-move {
        display: none;
    }

#Page .PostContent .WPHSGalleryContainer .highslide img {
    border: none;
}

#Page .PostContent .WPHSGalleryContainer .highslide:hover img {
    border-color: none;
}

#Page .PostContent .WPHSGalleryContainer a {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.WPHSGalleryContainer {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.WPHSGalleryImageContainer {
    margin-left: 1px;
}

#Page .PostContent .WPHSGalleryContainer h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}

#Page .PostContent .WPHSGalleryContainer h2 {
    font-size: 11px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: normal;
}

#Page .PostContent .WPHSGalleryContainer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#Page .WPHSGalleryContainer ul li {
    width: 113px;
    height: 113px;
    border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
    margin: 0px;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: -3px;
    display: inline-block;
    overflow: hidden;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #Page .WPHSGalleryContainer ul li img {
        width: 100%;
        height: 100%;
    }

    #Page .WPHSGalleryContainer ul li:hover {
        border-color: #ff9100;
    }

.WPHSGBody {
    margin: 0px;
}

.WPHSGCaption {
    margin-top: 50px;
    padding-top: 6px;
    border-top: #ececec solid 1px;
}

/* End Gallery */
