@charset "utf-8";
/* 

  CSS-styles for PRINT media
  Author: Timo Sulanne, 2009

  Document structure:

    - Basic styles for tags
    - Unique elements and their contents (in order of appearance in page source)
    - Other classes

  This stylesheet is used in every page of the site and contains styles used by all of them. 
  For section-specific styles look for other imported stylesheets.
  
*/

/*
===============================================
BASIC STYLES for tags
===============================================
*/


body{ font-size: 12pt; text-align: left; color: #333;  }

h1, h2, h3{ padding: 0; color: #333; }
h1{ margin: 0 0 1cm; font-size: 36pt; text-transform: uppercase; }
h2{ margin: 1cm 0; border-bottom: 0.5pt solid #333; padding: 0.25cm 0; font-size: 18pt; line-height: 1; text-transform: uppercase; }	
h3{ margin: 1cm 0; font-size: 12pt; }
h4, h5, h6, p, pre, hr, form{ margin: 0 0 1cm; padding: 0; }
form, input, textarea, select, option{ font-size: inherit; }
ul, ol, dl{ margin-top: 0; margin-bottom: 1cm; padding-top: 0; padding-bottom: 0; }
table{ width: 100%; margin: 0; border: 0; border-collapse: collapse; border-spacing: 0; padding: 0; font-size: inherit; }
th, td{ vertical-align: top; text-align: left; }
a, a:link{ text-decoration: none; color: #ff196b; }
a:visited, a:active{ color: #ee085a; }
a:hover{ text-decoration: underline; color: #ee085a; }
img{ margin: 0; border: 0; padding: 0; }
hr{ display: none; }


/*
===============================================
UNIQUE ELEMENTS and their contents
===============================================
*/


div#top{ display: none; }

div#navigation{ display: none; }

div#content{ margin: 1cm 0; }
	div.section h3{ margin: 0 0 0.25cm; }
	div.section p.lightboxLinks{ display: none; }
	div.section ul.info{ margin: 0 0 0.25cm; padding: 0; list-style: none; }
	div.section table th, div.section table td{ padding: 0 0 0.25cm; }
	div.section table th{ width: 21%; font-weight: normal; font-style: italic; }

div#footer{  }

div#bottom{ display: none; }


/* 	
===============================================
OTHER CLASSES
===============================================
*/

