/* Print Styles */
/* Author: Paul Lloyd */
/* September 2005 */

/* =import defaults
----------------------------------------*/
@import url("default.css");
@import url("site/basic.css");
@import url("site/search.css");

/* =hide the unwanted
----------------------------------------*/
#lang,
#skip,
#nav-sub,
#nav-main,
.nav,
.search,
.download,
.basket,
.browse,
#commonlinks,
fieldset,
hr {
	display: none;
}

/* =redefine what's left
----------------------------------------*/
body * {
	color: #000 !important;
	border-color: #ccc !important;
}

#nav p#logo {
	float: left;
}
#nav h2#slogan {
	float: right;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#nav p#tel {
	float: right;
	margin: 0 2px 0.5em 0;
	font-size: 2.4em;
	color: #000;
}

#content {
	padding-top: 5em;
	clear: both;
}
#content-main-body {
	font-size: 1.2em;
	line-height: 1.6em;
}

.module {
	width: 25%;
}

#siteinfo {
	clear: both;
	margin-top: 2em;
	padding-top: 0.7em;
	border-top: 2px solid #000 !important;
}