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

Site: Lokale- og Anægsfonden
Author: Adam Barry
Date: 29 October 2008
Base by Adam Barry
----------------------------------------------------------*/
body {
	background-image: none;
	background-color: white;
	color: black;
}


/*: Hide print irrelevant elements
----------------------------------------------------------*/
.utilities, .navigation, .tools, .share, .corner, .outline, .column.first, #footer {
	display: none;
}


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

#site {
	width: auto;
	float: none;
	position: static;
}

.header {
	width: auto;
	padding: 0;
	float: none;	
}

#logo {
	top: 0;
}

.branding {
	width: auto;
	padding: 0;
	float: none;
}

.branding ul, .branding li {
	float: none;
}

.main {
	width: auto;
	padding: 0;
	float: none;
	position: static;
}

#content {
	width: auto;
	float: none;
	position: static;
}

#content .column {
	width: auto;
	padding-top: 1em;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1em;	
	float: none;
	display: inline;
	clear: both;
}

#content .column.first {
	width: auto;
	float: none;
}


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

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


/*: Category
----------------------------------------------------------*/
.category, .category span, .category span span, #site .category span a {
	background-image: none;
	background-color: white;
	color: #015E65;
	padding: 0;
}

.category span span {
	font-size: 1.5em;
	text-transform: uppercase;
}

#content dd a {
	padding-left: 0;
}


/*: People list
----------------------------------------------------------*/
.people {
	width: auto;
	float: none;
}

.people dd {
	width: auto;
	height: auto;
	float: none;
}


/*: Product list
----------------------------------------------------------*/
.products {
	width: auto;
	padding-top: 0;
	float: none;
}

.products dd {
	width: auto;
	float: none;
}


/*: Image Gallery
----------------------------------------------------------*/
.imageGallery {
	width: auto;
	padding-top: 0;
	float: none;
}

.imageGallery .previewImage {
	float: none;
}

.imageGallery .thumbnails {
	padding-top: 5px;
	float: none;
}


/*: Contact form
----------------------------------------------------------*/
#contactForm {
	width: auto;
	float: none;
}

#contactForm fieldset {
	float: none;
}


/*: Overview
----------------------------------------------------------*/
div.group {
	width: auto;
	float: none;
}

#site .overview {
	width: auto;
	float: none;
}

#site .overview dd {
	width: auto;
	float: none;
}


/***********************************************************
Frontpage
***********************************************************/
.linkSection {
	width: auto;
	float: none;
}

.linkSection .imageContainer {
	display: none;
}



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