/* Start of CMSMS style sheet 'SIF_Theme : Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}




/* 
remove all width constraints from content area
*/
div#content,
div#inner_content,
div#content_left,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */

div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div.menu,
div#leftblock,
div#news,
div.right49,
div.left49,
div#sidebar,
div#NewsSummaryAuthor,
div#NewsSummaryPostdate,
div#NewsPostDetailDate,
div#content_right,
div#NewsPostDetailPrintLink


{
   display: none !important;
}

.NewsSummaryAuthor
.NewsSummaryPostdate
.NewsPostDetailDate



{
   display: none !important;
}


#NewsPostDetailAuthor {
	display: none;
}

#NewsPostDetailDate {
	display: none;
}


#NewsPostDetailCategory {
	display: none;
}



img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}


/* End of 'SIF_Theme : Print' */

