/* General UT.no stylesheet for print media */
/* Will be extended to cover quirks and spesifics on a page to page basis, where each spesific page gets its own section */


/* GENERAL */
@media print {
body {
   background: white !important;
   font-size: 10pt !important; /*printing is all about points*/
   margin: 0 !important;
}
   
a{
    background: transparent !important;
    font-weight: bold !important;
    text-decoration: underline !important;

}


/* Hidden stuff*/
.searchbox
,.frontpage-focus-map
,.banner180
,.aktivum
,.navigation
,.kol_menu
,.login-loginbox
,.edit
,.delete
,#debug
, .kolofon ul
, #bottom
, #moderation-report-overlay
, #moderation-report-container
, .calendar-core
, .social
, .print
, .addthis_toolbox
, .comment-column
{
    display:none !important;
}

.wrapper {
    left: 0;
    margin: 0 0 0 0;
    width: auto;
}

#top,
#middle,
#bottom {
    margin: 0;
    padding: 0;
}

/* FRONTPAGE */

.menubox
,#feedback{
    display:none !important;
}


/* ARTICLE */
/* links are expanded */

.polopoly-article .article a{
    content: " (" attr(href) ") " !important;
}
.polopoly-article .col6 {
    display: none;
}
.polopoly-article .article{
    width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
/* "flere saker" hidden*/
.col18.first.last.seperator{
    display:none !important;
}

/*second column narrower*/
.col6.last{
	width:200px !important;
}
/* COTTAGE */
.cottage {
    width: auto !important;
    
}
.cottage .header . yr {
    float: left;
    clear: both;
}
.cottage .col8 {
    page-break-after:auto;
}
/*second and third columns narrower*/
.cottage .col5.first
.cottage .col5.last{
	width:200px !important;
}
/* MAP */

/* map options hidden*/
.alternate-head{
    display:none !important;
}
.print_button{
    display:none !important;
}
.map-tool .print {
    display: none;
}

/* TRIP */

.trip .col5
,.tripmap{
    width:230px;
}

/* POI */

.poi .col5
,.poi-map-focus{
    width:230px;
}
}