body{
    font-family: helvetica, arial, sans-serif;
    line-height: 1.4;
}

    h1.entry-title{ font-size: x-large; line-height: 1.2;}

    .box .image{ 
        width: 100% !important; /* force the text to span the whole page */
        color: #555;
    }

    p.meta,
    .image .footer{
        color: #555; font-size: smaller; font-style: italic;
    }


/* Hide the folowing ****************************************************/

#aktuelt, #paatv-tabs, .content-tema-main, .content-teaser-single,
.commentWrap, #commentForm, .login, .commentCount, .commentWrite, .com-oax-article,
/* navigation, widgets, lists in the aside */
#site-nav, #site-aside, #tv2bottom, #teaser-topstory-flash,
/* commercials */
#wrapper-top, .com-rektangel-artike, .com-google-ad-sense,
/* Article elements that does not make sense in print */
.article-related, .boxlink, .box .pdf, .videoclip, .aside .button_print, 
.aside .i2sendlink, .aside .fb_share_link, .aside .fb_link, .aside .fb_link
{
    display: none !important;
}

div.content-article + div.content-article{
    border-top: 3px solid #ccc;
}

/* =Textboxes ***********************************************************/

.boxtext{
    border: 1px solid #555;
    padding: 0 1em;
    margin: 0.5em 0;
}


/* =Blockquotes *********************************************************/

.boxquote blockquote{
    float:left;
    border: 1px solid #555;
    border-left: 0; border-right: 0;
}

    .boxquote blockquote p{ 
        font-style: italic;
        font-size: bigger;
    }

    .boxquote blockquote cite{
        display: block;
        text-align: right;
        font-style: normal;
        padding-bottom: 1em;
        color: #555;
    }


/* =Tables **************************************************************/

table{
    border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;
    margin: 0.5em 0 1em 0;
}

    table th,
    table td{
        padding: 0.5em;
        border-top: 1px solid #ccc; border-left: 1px solid #ccc;
        color: #111;
    }

    table th{
        border-bottom: 2px solid #aaa;
        color: #000; font-weight: bold;
    }

