/* 
Print style definitions (applicapable to entire site).

Site: 
Author: Joakim Jensen Møller
Date: 17 June 2010
Base by Adam Barry
----------------------------------------------------------*/
body, header {
	background-image: none;
	background-color: white;
	color: black;
	text-align: left;
}


/*: Hide print irrelevant elements
----------------------------------------------------------*/
.utilities, .navigation, .form, object {
	display: none !important;
}


/***********************************************************
Global Print Layout definition
***********************************************************/
.container {
	width: auto;
	margin: 0;
}

#site, footer, footer address {
	width: auto;
	float: none;
	position: static;
}
h1, h2, h3, .heading {
	width: 100%;
	float: none;
	position: static;
}
.content {
	width: auto;
	float: none;
	position: static;
}

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

footer, footer span {
	float: none;
	position: static;
	display: inline;
}

address {
	margin-top: 20px;
	float: none;
	position: static;
}

/***********************************************************
Components
***********************************************************/

/*: Crumbtrail
----------------------------------------------------------*/
#site .crumbtrail {
	display: none;
}


/*: Link lists
----------------------------------------------------------*/
.links {
	border: none !important;
}
.links a {
	width: 100%;
	border: none !important;
	position: static;
	clear: both;
}


/***********************************************************
Template: Front page
***********************************************************/
.frontPage .links {
	display: none;
}
.frontPage .news {
	display: none;
}

/***********************************************************
Template: News page
***********************************************************/
.news #site a {
	margin-left: 3px;
	margin-right: 3px;
	background-color: inherit;
	color: black !important;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

