/* Style sheet © 2007, Nander Cirkel - www.nandercirkel.nl */

html
{
    overflow: auto;
    width: 100%;

    height:100%;
}

body 
{
    height:100%;

    margin: 0px;
    background-color: #cecece;
    background-image: url(_artwork/bg.gif);
    background-position: center top;
    background-repeat: no-repeat;
    /* center on page workaround */
    text-align: center;
}

form
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

/* Shadows */

.ShadowContainer
{
}

    .ShadowContainer .ShadowBody
    {
        background-image: url(_artwork/shadowright.png);
        background-position: right top;
        background-repeat: repeat-y;
    }

        .ShadowContainer .ShadowImageTop
        {
            display: block;
            float: right;
            background-image: url(_artwork/shadowtop.png);
            width: 7px;
            height: 7px;
        }
        
        .ShadowContainer .ShadowContent
        {
            margin-right: 7px;
        }

    .ShadowContainer .ShadowImageBottom
    {
        display: block;
        position: absolute;
        background-image: url(_artwork/shadowbottom.png);
        width: 8px;
        height: 8px;
    }

    .ShadowContainer .ShadowFooter
    {
        background-image: url(_artwork/shadowfooter.png);
        background-position: right top;
        background-repeat: repeat-x;
        margin-left: 8px;
        height: 12px;
    }
    
        .ShadowContainer .ShadowFooter img
        {
            width: 1px;
            height: 1px;
        }

/* All pages */

.Page
{
    width: 817px;

    min-height: 100%;
    height: auto !important;
    height: 100%;

    /* center on page */
    margin: 0px auto 0px auto;
    /* center on page workaround */
    text-align: left;
}

    .PageHeader
    {
        text-align: center;
        height: 105px;
    }
    
        .Logo
        {
            margin-top: 20px;
            display: none;
        }

    .TopMenu .ShadowContent
    {
        border: solid 1px #6c6c6c;
        background-color: #fff;
        padding: 1px;
        height: 48px;
    }
    
        .TopMenu .MenuItem
        {
            float: left;
        }

    .CharacterMenu
    {
        background-image: url(_artwork/sub_bg.gif);
        background-position: right top;
        background-repeat: no-repeat;
        margin-right: 3px;
    }

    .Footer
    {
        text-align: right;
        font-size: 80%;
    }
    
        .Footer a
        {
            text-decoration: none;
            color: #000;
        }
        
        .Footer img
        {
            vertical-align: middle;
        }

.Content .ShadowContent
{
    border: solid 1px #a4a4a4;
    background-color: #fff;
    padding: 20px;
}

.BlokMenu .ShadowContent
{
    border: solid 1px #a4a4a4;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-y;
}

.BlokMenu2kolommen .ContentItemWebPage
{
    float: left;
    width: 363px;
    padding: 20px;
}

.BlokMenu3kolommen .ContentItemWebPage
{
    float: left;
    width: 229px;
    padding: 20px;
}

.BlokMenu4kolommen .ShadowContent
{
    background-image: url(_artwork/page4col.gif);
}

    .BlokMenu4kolommen .ContentItemWebPage
    {
        float: left;
        width: 161px;
        padding: 20px;
    }

.BlokMenu5kolommen .ContentItemWebPage
{
    float: left;
    width: 121px;
    padding: 20px;
}

/* Template: Homepage */

.HomepageContainer
{
    margin-top: 1em;
}

.HomePageMainArea
{
    margin-bottom: 1em;
}

    .HomePageMainArea .ShadowContent
    {
        padding: 0px;
    }

    .HomePageMainArea h1, .HomePageMainArea div
    {
        margin: 0px;
    }

.NewsHeaderBox .ShadowContent
{
    padding: 0px;
}

    .NewsHeaderBox .ShadowContent .ContentItem
    {
        padding: 10px 20px;
        border: solid 1px #fff;
    }

    .NewsHeaderBox h1, .NewsHeaderBox div
    {
        margin: 0px;
    }

    .NewsHeaderBox .ShadowContent a
    {
    }

    .NewsBox .ShadowContent
    {
        font-size: 90%;
        background-color: #fff5ea;
    }

    .NewsBox .ShadowContent .ContentItemText
    {
        margin: 0px;
    }
    
    .NewsBox .ContentItemNewsItem
    {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: solid 1px #ddd;
    }

/* Content */

.Content .MenuItem
{
    margin-bottom: 0.3em;
}

    .Content .MenuItem a
    {
        color: #000;
        text-decoration: none;
    }

        .Content .MenuItemActive a
        {
            color: #c42021;
        }

        .Content .MenuItem a:hover
        {
            color: #c42021;
        }

.ContentItemWebPage h2
{
    margin-bottom: 16px;
}

.ContentItemBox
{
    border: solid 1px #888;
    background-color: #fff;
}

    .ContentItemBox .ContentItem
    {
        margin: 0px !important;
        font-size: 80%;
        line-height: 160%;
    }

    .ContentItemBox .ContentItemContentGroup
    {
        font-size: 100%;
    }

        .ContentItemBox .ContentItem h2
        {
            font-size: 90%;
            margin: 0px;
        }
    .ContentItemBox .ContentItemSummaryWeblogItem
    {
        height: 250px;
        overflow: hidden;
    }

.ContentItemSummaryProduct
{
    float: left;
    width: 33%;
    height: 200px;
    text-align: center;
}

    .ProductDetails
    {
        margin-top: 2em;
        color: #666;
    }

.ContentItemVideoPlayer
{
    width: 450px;
}

    .ContentItemSummaryVideoPlayer
    {
        width: 205px;
        margin-right: 45px;
        height: 250px;
        float: left;
    }

.ContentButtonsTop
{
    display: none;
}

.RssLink
{
    color: #000;
    text-decoration: none;
    background-image: url(_artwork/feed.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 14px;
}
    
/* Backgrounds */

.ContentScheidingslijnen .ShadowContent
{
    background-image: url(_artwork/page4col.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.ContentAlfred .ShadowContent
{
    background-image: url(_artwork/page_alfred.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

    .ContentAlfrednature .ShadowContent
    {
        background-image: url(_artwork/page_alfrednature.jpg);
        background-position: left 200px;
        background-repeat: no-repeat;
    }

.ContentBeer .ShadowContent
{
    background-image: url(_artwork/page_beer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentColombine .ShadowContent
{
    background-image: url(_artwork/page_colombine.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentDo .ShadowContent
{
    background-image: url(_artwork/page_do.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentDog .ShadowContent
{
    background-image: url(_artwork/page_dog.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentElise .ShadowContent
{
    background-image: url(_artwork/page_elise.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentHarlekijn .ShadowContent
{
    background-image: url(_artwork/page_harlekijn.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentHermanus .ShadowContent
{
    background-image: url(_artwork/page_hermanus.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentJandeMan .ShadowContent
{
    background-image: url(_artwork/page_jan.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentRico .ShadowContent
{
    background-image: url(_artwork/page_rico.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentItemProduct { clear: right; }
.ContentItemProduct .ContentImage { padding-bottom: 50px; }
