/*

	Dansk Dynamit
	Print styles
	
	Author: Dansk Dynamit / www.danskdynamit.com

-----------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-align: left;
	background: #fff;
}

/* @group Main layout */
#container {
	width: auto;
	margin: 0;
	border: 0;
}

#skip { display: none; }

#top {
	min-height: inherit;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	background: none;
	border-bottom: 1px solid #ccc;
	}
	
	#logo {
		float: none;
		width: auto;
		margin: 0;
	}
	#logo h3 {
		position: static;
		top: 0; left: 0;
	}
	#logo h3 a {
		font-family: Verdana, Sans-Serif;
		font-size: 2.8em;
		text-decoration: none;
	}
	#logo img { display: none; }
	
	#functions { display: none; }

#topnav { display: none; }

#main {
	margin: 0;
	background: none;
	}
	
	#left, #right, #tools { display: none; }
	
	#content, 
	#main.frontpage #content,
	#main.section #content {
		float: none;
		width: auto;
	}

#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	background: none;
	border-top: 1px solid #ccc;
	border-bottom: 0;
}
/* @end */
