﻿/* Print.css (c) Petena AB 1993-2011, http://www.petena.se, http://www.praktit.se

  SvalovsMontessori.Se

DEVELOPMENT HISTORY: ******************************************************************************
  20060503 PiS -> Done for preview
  20091030 PiS -> Added some formatting, shades etc.
  20100331 PiS -> Lots of styling for consistent prints as main printing info
  20110304 PiS -> Changes
  20110805 PiS -> Font-size changes

BUGS & NOTES: *********** ( !=Warning, +=Additions to be made, -=Comment ) ************************
  Print overrides Theme overrides BasicLayout and adds skin formatting
  
  - if you want to find a special section here below, simply search for /** to go to the next one

COMPILER CONDITIONALS  ****************************************************************************
*/

/** BASIC LAYOUT ADJUSTMENTS *************************************************************************************/

body { 
 background-color : #fff;   
 font-size: 1.2em;
}

#left-column, #right-column { display: none; margin: 0px;}

#page-container, #outer-column-container, #source-order-container, 
#middle-column, #inner-column-container, #inside-page-container
{
	border-width: 0;
	margin: 0;
	padding: 0;
background: none; }

#masthead {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
}

#TopNav {width: 96%; overflow: hidden; padding-left: 10px;}
#menubar {width: 100%; overflow: hidden; font-size:0.72em; line-height: 2em;}
#languages {visibility: hidden; }

#footer {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0; margin: 0; float: none;
}

#footer {font-size: 0.85em;}
#footer * a, #footer * a:visited { color: #606060; }
.aboutwebsite a {visibility: hidden;}
.poweredby a {color: #606060;}

.printHide {visibility: hidden; }
