/* @font-face declarations
 * Text51Generated by Font Squirrel (http://www.fontsquirrel.com) on November 18, 2010 */
@font-face {
	font-family: 'graphicoreBitmapFont2Book';
	src: url('graphicorebitmapfont2-book-webfont.eot');
	src: local('☺'), url('graphicorebitmapfont2-book-webfont.woff') format('woff'), url('graphicorebitmapfont2-book-webfont.ttf') format('truetype'), url('graphicorebitmapfont2-book-webfont.svg#webfontqBuVMbSP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'graphicoreBitmapFont0Medium';
	src: url('graphicorebitmapfont0-medium-webfont.eot');
	src: local('☺'), url('graphicorebitmapfont0-medium-webfont.woff') format('woff'), url('graphicorebitmapfont0-medium-webfont.ttf') format('truetype'), url('graphicorebitmapfont0-medium-webfont.svg#webfontIgYMWWKq') format('svg');
	font-weight: normal;
	font-style: normal;
}

html
{
    /*
    background: url(images/backgrounds/Fire_Seamless_tile_by_suicidecrew-bw.png) repeat center 300px fixed;
    background: url(images/backgrounds/bollen-sw.png) repeat center 300px fixed;
    */
    background: dimgray;
    padding:0;
    margin:0;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family: Georgia, Times, Times New Roman, serif;
    /**
     * the window.popstate event restores by now the window scroll position
     * so we scroll on the body.
     * 
     * reset to overflow-y: scroll, remove the height and remove overflow-y
     * and height on the rule for body, below.
     * 
     * AND don't forget to make the js scroll the window
     * 
     */
    height: 100%;
    width: 100%;
}
body
{
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding:0;
    margin:0;
    border:transparent 0px solid;
}
.stage,
.footer
{
    position: relative;
    margin: 0 auto;
    padding-top: 1.5em;
}

/****************************************************
 ******************* * * * * * * ********************
 ******************** grid stuff ********************
 ******************* * * * * * * ********************

the grid consists of 10 columns
each is 99px wide 89px content and 10px space (padding or margin)
before the first collumn and after the last there is a 10px gap

*/
body
{
    font-size:16px;
    line-height: 1.5em;/*24px*/
}
.stage,
.footer
{
    width:1002px;
}
.stage .content,
.footer .footerContent,
.stage .simple-footer
{
    border: solid transparent;
    border-width: 1px;
    padding:0 10px;
}
.stage .content .contentContainer
{
/*
    overflow:hidden;
*/
    display:inline-block;/*instead of clearfix. overflow:hidden and auto did the trick too butcuttet some outlines*/
    width:980px;
}
body .gridRow
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin:0;
    padding:0;
}
body .gridRow img
{
    vertical-align: bottom;
}
body .gridLast/*seems not to be needed*/
{
    margin-right: 0;
}
body .gridLast.gridDivide
{
    margin-right: 0;
    padding-right: 0;
    border-right:none;
}
body .gridDivide,
body .gridDivideAfter
{
    margin-right:4px;
    border-right:2px solid;
    padding-right:4px;
}
.gridWidth1, .gridWidth2, .gridWidth3, .gridWidth4,
.gridWidth5, .gridWidth6, .gridWidth7, .gridWidth8,
.gridWidth9, .gridWidth10
{
    margin-right:10px;

    padding-left: 0;
    padding-right: 0;

    display: block;

    float: left;
    left: 100%;
    /*overflow:hidden;*/
    position: relative;
    margin-left:-100%;
}



body.grid .gridWidth1,body.grid .gridWidth2,body.grid .gridWidth3,body.grid .gridWidth4,
body.grid .gridWidth5,body.grid .gridWidth6,body.grid .gridWidth7,body.grid .gridWidth8,
body.grid .gridWidth9,body.grid .gridWidth10
{
    background: rgba(255,0,255,0.2);
}


.gridPos0
{
    margin-left:-100%;
}
.gridPos1
{
    margin-left:-881px;
}
.gridPos2
{
    margin-left:-782px;
}
.gridPos3
{
    margin-left:-683px;
}
.gridPos4
{
    margin-left:-584px;
}
.gridPos5
{
    margin-left:-485px;
}
.gridPos6
{
    margin-left:-386px;
}
.gridPos7
{
    margin-left:-287px;
}
.gridPos8
{
    margin-left:-188px;
}
.gridPos9
{
    margin-left:-89px;
}
/*
 n = column count;
 width = width of .gridWidth1
 gap = margin-left above

 n * width + (n - 1) * gap
 OR
 n * (width + gap) - gap

 * */
.gridWidth1
{
    width:89px;
}
.gridWidth2
{
    width:188px;
}
.gridWidth3
{
    width :287px;
}
.gridWidth4
{
    width :386px;
}
.gridWidth5
{
    width :485px;
}
.gridWidth6,
.diaryList .entries li .title
{
    width :584px;
}
.gridWidth7
{
    width :683px;
}
.gridWidth8
{
    width :782px;
}
.gridWidth9
{
    width :881px;
}
.gridWidth10,
.contentContainer.diaryList .entries li .title
{
    width :980px;
}
.contentContainer.diaryList .entries li .title
{
    margin-left: 0;
}



/*display the grid*/
body .stage .content.grid,
body.grid .stage .content,
body.grid .footer .footerContent
{
    background-image: url('images/grid10.png');
    /*background-position:0 -5px;/*a real baseline grid is on the baseline*/
}

.clear
{
    clear: both;
}
/**line heights vertival sizes**/
.stage hr
{
    clear:both;
    display:block;
    font-size: 1.5em;
    height: 10px;/*10px with the border*/
    margin: 0 0 38px 0;/*the border*/
    float: none;
    position: static;
}
.stage h1
{
    font-family: graphicoreBitmapFont2Book;
    font-weight: normal;
    font-size: 1.5em;/*16px *1.5  = 24px*/
    line-height: 2em;/*3em*/
    margin-top: 0;
    margin-bottom: 1em;/*1.5em*/
    text-rendering:optimizeLegibility;
}
.stage h2
{
    margin-top:0;
    margin-bottom:1.5em;
}
.stage h2,
.diaryList .entries li .title
{
    font-family: graphicoreBitmapFont0Medium;
    font-weight: normal;
    font-size: 1em;
    line-height:1.5em;
    text-rendering:optimizeLegibility;

}
.stage h1,
.stage h2
{
    /* format: feature-tag=[0,1] with 0 to disable, 1 to enable */
    /* dlig = discretionary ligatures*/
    -moz-font-feature-settings: "dlig=1";
}

.stage h1 a,
.stage .content h1 a,
.stage h2 a,
.stage .content h2 a
{
    font-weight:normal;
}
.stage h3
{
    font-size:1.2em;
    line-height:1.25em;
    margin-top:0;
    margin-bottom:0;
    font-style: italic;
}
.stage ul,
.stage ol,
.stage p,
.stage address
{
    margin-top:0;
    margin-bottom:1.5em;
}
.stage ul,
.stage ol
{
    margin-left:1em;
    padding:0;
}
.stage ul.rtl,
.stage ol.rtl
{
    margin-left:0em;
    margin-right:1em;
    direction:rtl;
    text-align:right
}
.stage ul
{
    list-style:square inside;
}
.stage ul li
{
    text-indent:-1em;
}
/*reset*/
.stage ol.entries
{
    margin-left:0;
}
.stage .header ul li
{
    text-indent: 0;
}

.stage sup
{
    vertical-align:top;
    line-height:1em;
    font-size: .75em;
}

.gridGap
{
    margin-right: 10px;
}

/*************** * * * * * * * * * * ****************
 *************** end of gridt stuff  ****************
 *************** * * * * * * * * * * ****************
 ****************************************************/

.vcard
{

}
.vcard .email
{
    white-space: nowrap;
}

.vcard .adr.germany .region
{
    display:none;
}
.profileLink
{
    display:none;
}

.stage .content .contentContainer object
{
    float:left;
    margin-right:10px;
    vertical-align:bottom;
}
.stage .content .contentContainer
{
    padding:0;
    margin:0;
}


.footer
{
    position: fixed;
    bottom: -7.5em;/*the javascript will use this value*/
    /*width:100%;*/
    height: 9em;
    z-index: 11;
}
.stage
{
    /*.footer.height + .footer.bottom and outlines*/
    /*padding-bottom: 3em;*/
}

.footer .inner
{
    width:100%;
    /*margin: 0 auto;*/
    margin: 0;
    height: 100%;
}
.header
{
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 1.5em 0 0 0;
    /*border: 1px solid transparent;*/
    z-index:1;
}
.header .logo
{
    position:relative;
    margin:0 auto;
}
.header .to-the-top
{
    position:fixed;
    top: 0;
    /*margin:2em 0 0 969px;*/
    margin:0 0 0 -1px;
    z-index: 15;
    background: url(images/sprite.png) no-repeat -272px 0;
}
.header .logo img
{
    position:absolute;
    bottom:-2px;/*padding*/
    right:0;
}
.header .logo
{
    background: url(images/sprite.png) no-repeat 0px -57px;
}
.header .logo,
.header .logo a,
.header .logo object
{
    width:331px;
    height:62px;
}
.header .to-the-top,
.header .to-the-top a,
.header .to-the-top object
{
    width: 32px;
    height: 32px;
}

.header .logo a,
.header .to-the-top a
{
    position: absolute;
    display:block;
    overflow:hidden;
    background: url('images/blank.gif');
    background: rgba(0,0,0,0);
    z-index:1;
}
.header .logo object,
.header .to-the-top object
{
    display:block;
    position: absolute;
    z-index:0;
}
.header .logo a span,
.header .to-the-top a span
{
    position:absolute;
    top:-99999em;
    left:-99999em;
}
h3, h4, h5, h6, legend,
.header,
.header a,
.header a:visited,
.language-switch
{
    font-weight: bold;
}
/*red box*/
.redbox
{
    background-color: rgb(210,6,6);
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgb(205,0,0)),
            color-stop(0.52, rgb(235,59,59)),
            color-stop(0.52, rgb(190,0,0)),
            color-stop(0.84, rgb(225,0,0)),
            color-stop(1, rgb(195,0,0))
        );
    background:
        -moz-linear-gradient(
            center top,
            rgb(205,0,0) 0%,
            rgb(235,59,59) 52%,
            rgb(190,0,0) 52%,
            rgb(225,0,0) 84%,
            rgb(195,0,0) 100%
        );
    color: #fff;
    border: 1px solid;
    border-color: #f9d1d1 #823939 #823939 #f9d1d1;
}


/*green box*/
.header,
.stage hr,
.footer .inner:before,
.footer .inner .ie-before,
.diaryList .entries li.diaryEntryTeaser:after,
.diaryList .entries li.diaryEntryTeaser .ie-after
{
    background-color: #7ED406;/*#9ddb33;*/
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #7ED406),
            color-stop(0.2, #7DD504),
            color-stop(0.3, #7BDA00),
            color-stop(0.47, #78E100),
            color-stop(0.52, #76E500),

            color-stop(0.52, #7ED406),

            color-stop(0.7, #7DD504),
            color-stop(0.8, #7BDA00),
            color-stop(0.85, #6ED908),
            color-stop(0.9, #74D110),
            color-stop(1, #75CD10)
        );
    background:
        -moz-linear-gradient(
            center top,
            #7ED406 0%,
            #7DD504 20%,
            #7BDA00 30%,
            #78E100 47%,
            #76E500 52%,

            #7ED406 52%,

            #7DD504 70%,
            #7BDA00 80%,
            #6ED908 85%,
            #74D110 90%,
            #75CD10 100%
        );
    color: #333;
    border: 1px solid;
    border-color: #dbf3b8 #6aa125 #6aa125 #dbf3b8;
}
/*lighter green*/
.lighter-green,
.stage .content .bitmapFontCharTable td span:hover,
.stage .ppDonate button
{
    background-color: #97DC3A;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #97DC3A),
            color-stop(0.2, #95DC39),
            color-stop(0.3, #94E036),
            color-stop(0.47, #92E636),
            color-stop(0.52, #8FE936),

            color-stop(0.52, #97DC3A),

            color-stop(0.7, #95DC39),
            color-stop(0.8, #94E036),
            color-stop(0.85, #8AE03B),
            color-stop(0.9, #8FD942),
            color-stop(1, #8FD642)
        );
    background:
        -moz-linear-gradient(
            center top,
            #97DC3A 0%,
            #95DC39 20%,
            #94E036 30%,
            #92E636 47%,
            #8FE936 52%,

            #97DC3A 52%,

            #95DC39 70%,
            #94E036 80%,
            #8AE03B 85%,
            #8FD942 90%,
            #8FD642 100%
        );
    color: #fff;
    border: 1px solid;
    border-color: #dbf3b8 #6aa125 #6aa125 #dbf3b8;
}
/*darker green*/
.darker-green,
.noscript .footer:hover .inner:before,
.noscript .footer:hover .inner .ie-before,
.footer.opened .inner:before,
.footer.opened .inner .ie-before,
.stage .ppDonate button:hover
{
    background-color: #65A80B;
    background:
        -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #65A80B),
            color-stop(0.2, #64A806),
            color-stop(0.3, #62AC00),
            color-stop(0.47, #60B200),
            color-stop(0.52, #5EB500),

            color-stop(0.52, #65A80B),

            color-stop(0.7, #64A806),
            color-stop(0.8, #62AC00),
            color-stop(0.85, #58AC0D),
            color-stop(0.9, #5DA514),
            color-stop(1, #5EA214)
        );
    background:
        -moz-linear-gradient(
            center top,
            #65A80B 0%,
            #64A806 20%,
            #62AC00 30%,
            #60B200 47%,
            #5EB500 52%,

            #65A80B 52%,

            #64A806 70%,
            #62AC00 80%,
            #58AC0D 85%,
            #5DA514 90%,
            #5EA214 100%
        );
    color: #fff;
    border: 1px solid;
    border-color: #599014 #dbf3b8 #dbf3b8 #599014;
}

.stage .content.black,
.footer .inner,
.stage .simple-footer,
.nihilo .dijitTooltipContainer,
.dijitTooltipContainer,
.tooltip
{
    background: #666;
    background: url('images/rgba_0_0_0_0.75.png');
    background: rgba( 0, 0, 0, 0.75);
}
.stage .content.error
{
    background: #f33;/*hard to say, on white background #f66 would be correct, but thats too light*/
    background: url('images/rgba_255_0_0_0.6.png');
    background: rgba( 255, 0, 0, .6);
}
.stage .content
{
    background: #b2b2b2;/*178*/
    background: url('images/rgba_255_255_255_0.7.png');
    background: rgba( 255, 255, 255, .85);
}

.stage .content.error
{
    outline: 1px solid #f00;
}
.diaryList .entries li.diaryEntryTeaser:after,
.diaryList .entries li.diaryEntryTeaser .ie-after,
.stage .content.black,
.header,
.footer .inner,
.stage .simple-footer,
.stage hr,
.stage .content .bitmapFontCharTable td span:hover,
.stage .ppDonate button
{
    outline: 1px solid #333;
}
.stage .content
{
    outline: 1px solid #fff;
}
.header .menu-bar
{
    text-shadow: -1px -1px 0 rgba(255, 255, 255, .5);
}
.stage .content.black,
.stage .content.black .diaryList .entries li .title,
.stage .content.black .diaryList .entries li .teaser
{
    text-shadow: none;
}
.stage .content.black h1,
.stage .content.black h2,
.stage .content.black h3,
.stage .content.black h4,
.stage .content.black h5,
.stage .content.black h6,
.stage .content.black .diaryList .entries li .title
{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.stage .content
{
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.stage .content.error
{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.header .menu-bar a,
.footer .inner:before,
.footer .inner .ie-before,
.stage .content .bitmapFontCharTable td span:hover,
.stage .ppDonate button
{
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.header .menu-bar
{
    position:relative;
    z-index: 11;
    padding: 2px;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    margin-top: 1em;
}
.header .menu-bar .menu li,
.header .menu-bar span
{
    display: inline-block;
    margin:0;
    padding:0;
}
.header .menu-bar a,
.header .menu-bar span
{
    margin-left: 1px;
    padding:0 0.2em;
}
.header .menu-bar a,
.header .menu-bar a:visited
{
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.header .menu-bar a,
.header .menu-bar a:visited
{
    border: 1px solid;
    border-color: #dbf3b8 #6aa125 #6aa125 #dbf3b8;
    color: #fff;
    background:#b1e25c;
    background: rgba(255 ,255, 255, 0.2);
}
.header .menu-bar a:hover,
.header .menu-bar .active a
{
    border-color: #599014 #dbf3b8 #dbf3b8 #599014;
}
.header .menu-bar a:hover,
.header .menu-bar .active a
{
    background:#8dc523;
    background: rgba(0 ,0, 0, 0.2);
}
.header a
{
    outline:none;
}
.header .menu-bar .menu,
.header .menu-bar .menu li
{
    white-space: normal;
}
.header .menu-bar .menu
{
    display:inline;
    list-style: none;
    padding:0;
    margin:0;
}
.stage .content .contentContainer
{
    min-height: 50px;
    padding-top: 1.5em;
}
.stage .content.black
{
    color:#7CD200;
}
.stage .content.error
{
    color: #fff;
    overflow:auto;
}
.stage .content
{
    color: #333;
    position: relative;
    margin: 0 0 1.5em 0;
    /*border-top:1px solid transparent;that margin thing*/
    padding-bottom: 5px;/*workaround for a bug with gecko rendering engine*/
    width: auto;
}
a img
{
    text-decoration:none;
    border: none;
}
.language-switch a,
.stage .content a,
.stage .footer a,
.stage .simple-footer a
{
    text-decoration: none;
    border-bottom: 1px dotted;
    font-weight: bold;
}

.language-switch a
{

}

.language-switch a,
.stage .content a
{
    color: #65A80B;
    border-color: #333;
}
.stage .content.black a,
.stage .footer a,
.stage .simple-footer a
{
    color: #fff;
    border-color: #7CD200;

}
.language-switch a:hover,
.language-switch .active a
{
    color: #fff;
    border-color: #fff;
}
.stage .content a:hover
{
    color: #333;
    border-color: #65A80B;
    background: rgba(124, 210, 0, 0.3);
}
.stage .content a.image
{
    border: none;
    background: none;
}

.language-switch .active a
{
    background:none;
}
.stage .content.black a:hover,
.stage .footer a:hover,
.stage .simple-footer a:hover
{
    color:#7CD200;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.stage .content .contentContainer .teaser
{
    font-weight:bold;
}

.diaryList .entries
{
    margin:0;
    padding:0;
    list-style-type: none;
/*
    background:#666 url(images/entries_bg.gif);
    background:rgba(0, 0, 0, .6)url(images/entries_bg.gif);
*/
}
.stage .content .diaryList .entries li.diaryEntryTeaser
{
    margin: 0 0 1em 0;

}
.stage .content.black .diaryList .entries li.diaryEntryTeaser
{
    color:#7CD200;
}

.diaryList .entries li.diaryEntryTeaser:after,
.diaryList .entries li.diaryEntryTeaser .ie-after
{
    display:block;
    height: .5em;/*10px with the border*/
    width: auto;
    content: '';
    margin:  -2px 0 0 0;/*the border*/
}



.diaryList .entries .title img
{
    float:left;
}

.stage .content .diaryEntryFooter
{
    border-top: 1px dotted;
    text-align:center;
    font-size: 0.75em;
    border-color: #333;
    margin-top:-1px;
    line-height: 2em;
    padding: 1em 0;
    clear:both;
}
.stage .content .diaryList .diaryEntryFooter
{
    border:none;
}
.stage .content .diaryEntryFooter
.stage .content.black .diaryEntryFooter
{
    border-color: #7CD200;
    margin-top: 0;
}

.diaryEntryFooter .sharelinks
{
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent: 0;
}
.diaryEntryFooter .sharelinks li
{
    display: inline-block;
    padding-left: .25em;
    width:16px;
    height:16px;
    vertical-align:middle;
}
.stage .sharelinks li a.sharelink
{
    position:relative;
    margin:0;
    padding:0;
    display:block;
    width: 100%;
    height:100%;
    overflow:hidden;
    background: url(images/sprite.png) no-repeat 0 0;
    border:none;
}
.sharelinks li a.sharelink,
.sharelinks li a.sharelink:hover
{

}
.sharelinks li a.sharelink.addthis
{
    background-position: 0 0;
}
.sharelinks li a.sharelink.addthis:hover
{
    background-position: 0 -16px;
}

.sharelinks li a.sharelink.stumbleupon
{
    background-position: -16px 0;
}
.sharelinks li a.sharelink.stumbleupon:hover
{
    background-position: -16px -16px;
}
.sharelinks li a.sharelink.delicious
{
    background-position: -32px 0;
}
.sharelinks li a.sharelink.delicious:hover
{
    background-position: -32px -16px;
}
.sharelinks li a.sharelink.googlebuzz
{
    background-position: -48px 0;
}
.sharelinks li a.sharelink.googlebuzz:hover
{
    background-position: -48px -16px;
}
.sharelinks li a.sharelink.identica
{
    background-position: -64px 0;
}
.sharelinks li a.sharelink.identica:hover
{
    background-position: -64px -16px;
}
.sharelinks li a.sharelink.facebook
{
    background-position: -80px 0;
}
.sharelinks li a.sharelink.facebook:hover
{
    background-position: -80px -16px;
}
.sharelinks li a.sharelink.hackernews
{
    background-position: -96px 0;
}
.sharelinks li a.sharelink.hackernews:hover
{
    background-position: -96px -16px;
}
.sharelinks li a.sharelink.graphicore
{
    background-position: -112px 0;
}
.sharelinks li a.sharelink.graphicore:hover
{
    background-position: -112px -16px;
}
.sharelinks li a.sharelink.twitter
{
    background-position: -128px 0;
}
.sharelinks li a.sharelink.twitter:hover
{
    background-position: -128px -16px;
}
.sharelinks li a.sharelink.digg
{
    background-position: -144px 0;
}
.sharelinks li a.sharelink.digg:hover
{
    background-position: -144px -16px;
}
.sharelinks li a.sharelink.thewebblend
{
    background-position: -160px 0;
}
.sharelinks li a.sharelink.thewebblend:hover
{
    background-position: -160px -16px;
}
.sharelinks li a.sharelink.misterwong
{
    background-position: -176px 0;
}
.sharelinks li a.sharelink.misterwong:hover
{
    background-position: -176px -16px;
}
.sharelinks li a.sharelink.reddit
{
    background-position: -192px 0;
}
.sharelinks li a.sharelink.reddit:hover
{
    background-position: -192px -16px;
}
.sharelinks li a.sharelink span
{
    position:absolute;
    display:block;
    left:-9999px;
    top:-9999px;
}

.diaryList .entries .filters ul,
.diaryEntry .diaryEntryFooter .filters ul
{
    display: inline;
    margin:0 1ex 0 0;
    padding:0;
}
.diaryList .entries .filters li,
.diaryEntry .diaryEntryFooter .filters li
{
    position:relative;
    display: inline;
    margin:0 1ex 0 0;
    padding:0;
}

.diaryList .entries li.diaryEntryTeaser a.entryLink
{
    display: inline-block;
    text-decoration:none;
    margin-top:-1em;
    padding-top: 1em;
}

.white .latest.diaryList .entries li.diaryEntryTeaser a.entryLink
{
    color: #333
}
.white .latest.diaryList .entries li.diaryEntryTeaser a.entryLink .teaser
{
    font-weight:normal;
}

.diaryList .entries li.diaryEntryTeaser a.entryLink img
{
    float:left;
    margin-right: 10px;
    margin-bottom:1.5em;
}
/*
.stage .content .diaryList .entries li.diaryEntryTeaser a.entryLink
{
    color:#333;
}
.stage .content.black .diaryList .entries li.diaryEntryTeaser a.entryLink
{
    color:#7CD200;
}
.stage .content .diaryList .entries li.diaryEntryTeaser a.entryLink:hover
{
    color: #65A80B;
}
.stage .content.black .diaryList .entries li.diaryEntryTeaser a.entryLink:hover
{
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}
*/
.stage .content.black .diaryList .entries li.diaryEntryTeaser a.entryLink:hover
{
    background: rgba(124, 210, 0, 0.3);
}
.stage .content.black .diaryList .entries li.diaryEntryTeaser a.entryLink:hover
{
    background: rgba(255, 255, 255, 0.3);
}
.diaryList .entries li .title
{
    display:block;
}
.diaryList .entries li .teaser
{
    display:block;
    padding: .75em 0;
    font-weight:  normal;
}




.footer .inner,
.stage .simple-footer
{
    color:#7CD200;
}
.footer .inner:before,
.footer .inner .ie-before
{
    cursor:pointer;
    content: '\25B2';
    display:block;
    height: 1.5em;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.noscript .footer:hover .inner:before,
.noscript .footer:hover .inner .ie-before,
.footer.opened .inner:before,
.footer.opened .inner .ie-before
{
    content: '\25BC';
    color: #fff;
}
.noscript .footer:hover
{
    bottom:0;
}
.footer .footerContent
{
    padding-top: 0;

}
.stage .simple-footer
{
    text-align:center;
}
.footer .footerContent .bottomLine
{
    font-size: .75em;
    line-height: 2em;
    text-align:center;
    padding:0;
    margin:0;
    vertical-align:bottom;
}
.tooltip
{
    display:none;
}
/*
 * first steps in patching the dijit theme
 */
.dijitTooltipContainer,
.tooltip
{
    color:#7CD200;
    text-align: center;
    width: 200px;
}
.nihilo .dijitTooltipContainer,
.dijitTooltipContainer,
.tooltip
{
    padding:0.5em;
}
.nihilo .dijitTooltipContainer
{
    border: 1px solid #7CD200;
    font-size: 1em;
}
.nihilo .dijitTooltipAbove .dijitTooltipConnector,
.nihilo .dijitTooltipBelow .dijitTooltipConnector,
.nihilo .dijitTooltipLeft .dijitTooltipConnector,
.nihilo .dijitTooltipRight .dijitTooltipConnector
{
    background: transparent url(images/sprite.png) no-repeat;
}
.nihilo .dijitTooltipAbove .dijitTooltipConnector,
.nihilo .dijitTooltipBelow .dijitTooltipConnector
{
    width: 17px;
    height: 11px;
}
.nihilo .dijitTooltipLeft .dijitTooltipConnector,
.nihilo .dijitTooltipRight .dijitTooltipConnector
{
    width: 11px;
    height: 17px;
}
.nihilo .dijitTooltipAbove .dijitTooltipConnector
{
    background-position: -39px -32px;
}
.nihilo .dijitTooltipBelow .dijitTooltipConnector
{
    background-position: -22px -32px;
}
.nihilo .dijitTooltipLeft .dijitTooltipConnector
{
    background-position: 0 -32px;
}
.nihilo .dijitTooltipRight .dijitTooltipConnector
{
    background-position: -11px -32px;
}


ul.language-switch
{
    position:absolute;
    top:0;
    right:0;
    list-style: none;
    padding:0;
    margin:0;
}

.language-switch li
{
    display:inline;
    margin: 0;
    padding: 0;
    margin:0 0.25em;
    line-height: 35px;
    /*text-transform:lowercase;*/
    font-weight: bold;
    font-size: 1em;
}

.twitterStatus .created_at
{
    font-size: .75em;
    display:block;
    text-align:left;
    text-indent:0;
    vertical-align:top;
    height:2em;
    line-height:2em;

}
.content h2.twitter
{
    margin-top: -3em;
}
.content h2.twitter a
{
    display: inline-block;
    padding-top: 1.5em;
    border-bottom: none;
}
.content.white h2.twitter a
{
    color: #333;
}

.content h2.twitter span.imageDrop
{
    background: url(images/sprite.png) no-repeat -305px 0px;
    display:inline-block;
    overflow:hidden;
    height:57px;
    width:107px;
    margin-top: -16px;
    float:left;
}
tabel,tr,td,thead,tbody
{
    margin:0;padding:0;border-collapse:collapse;
}
.stage .content .bitmapFontCharTable
{
    font-family: graphicoreBitmapFont0Medium;
    font-size: 1em;
    font-weight: normal;
    line-height:3em;
    display: table;
    margin-bottom: 1em;
    width:100%
}
.stage .content .bitmapFontCharTable tr
{
    width:100%
}

.stage .content .bitmapFontCharTable td
{
    text-align:center;
    width: 6.25%;
    height: 3em;
}
.stage .content .bitmapFontCharTable td span
{
    border:1px solid transparent;
    display: block;
    margin: -1px;
}
.stage .ppDonate button
{
    height:2em;
    margin-bottom:1em;
    text-align:center;
    display:block;
    font-family: graphicoreBitmapFont0Medium;
    font-size: 1em;
    font-weight: normal;
    width:100%;
    line-height: 2em;
}
.stage .ppDonate button span
{
    display: block;
    vertical-align:center
}
.stage .ppDonate div
{
    margin-bottom:1em;
    height: 2em;
}
.stage .pre
{
    font-family: monospace;
    white-space: pre;
}
.stage .scrollY
{
    overflow-y: scroll;
    overflow-x: hidden;
}

.stage .scrollY.textFix > *
{
    padding-right:.5em;
}

.stage .scrollX
{
    overflow-y: hidden;
    overflow-x: scroll;
}
.stage .scroll
{
    overflow: scroll;
}

