/**
* (c) Timo Häkkinen 2008
* Dahmon design
* http://www.dahmon.org/design
*/

/* Import text styles
----------------------------------------------- */

@import url('index.php?css=inc/css_text');



/* General rules for print
----------------------------------------------- */

body, *
{
	background: white;
}

div.column p img
{
	display: block;
	margin-bottom: 10px;
}

div.container div
{
	float: none !important;
	width: auto;
	color: black;
	margin: 0%;
	padding: 0px;
	border: 0px;
}

div.container
{
	margin: 0% 5%;
}

a, a:link, a:visited, a:hover, a:active
{
	border: 0px;
}

a:link, a:visited
{
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

li
{
	background-color: #ffffff !important;
}

ul.gallery_thumbnails li
{
	list-style-type: none;
	margin: 0px;
}

div.main_content,
div.sidebar
{
	margin-bottom: 20px !important;
	border-bottom: 1px solid #000000 !important;
}



/* Show and hide
----------------------------------------------- */

div#main_navigation_container, .print_hide, .hide, div#footer div.left ul, ul.endorsements, div.history_photo p
{
	display: none;
}

div.ujs_hide
{
	display: block !important;
}