/* GENERAL STYLES */
/* 
Print style definitions (applicapable only to print jobs).

Site: Klima-it.dk
Author: Adam Barry
Date: 9 September 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definitions
***********************************************************/
* div {
	clear: both;
}

#container {
	width: 100%;
}

#footer {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	margin-top: 30px;
}

/*: Navigation
Hide the navigation from print jobs.
----------------------------------------------------------*/
.navigation {
	display: none
}


/*: Other elements
Hide other elements from print jobs.
----------------------------------------------------------*/
.header {
	display: none;
}

.rss-link {
	display: none;
}

.login {
	display: none;
}

.column .tabs {
	display: none;
}

.column .banner {
	display: none;
}

.partners {
	display: none;
}

/* EDITOR PROPERTIES */

