/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

@import 'typography.css';

body {
  line-height: 1.5;
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  background: none;
  font-size: 12px;
}

/* Layout
-------------------------------------------------------------- */

#footer,
#masthead,
hr.nospace,
#leftcol,
#popup_menuwrap,
#popup_top,
#popup_inner,
.factbox,
.listselection,
.gobackwrap,
.readmore,
#categorymenu,
.banner,
.logga,
#imagearea{ 
	display:none ; 
}

#printmasthead{ 
	visibility: visible; 
	margin-bottom: 60px;
	width: 100% !important;
	text-align: center !important;
}

#printmasthead img{
	display: block;
	
}

#rightcolcontentwrap{
	margin: 0;
	padding: 0;
}

#titlearea{
	margin: 0 0 24px 0 !important;
}

#titlearea h1{
	margin: 30px 0 0 0 !important;
	padding: 0 !important;
}

.container {
  background: none;
}



/* Text
-------------------------------------------------------------- */



/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


