/**
 * Hebridean Celtic Festival 2009
 * Print-friendly styles
 * ReefNet 2009
 */


/* hide non-screen elements */
#page_header,
#navigation,
#teasers,
#social_links,
#social,
#homebox,
.clock {
	display: none;
}

/* typography */
body {
	font: 11pt / 1.4em Arial, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

div#content h1 {
	font-size: 14pt !important;
	line-height: 1.2em;
	border-bottom: 1px solid #DDD;
}

div#content h2 {
	font-size: 12pt !important;
	line-height: 1.2em;
}

div#content h3 {
	font-size: 10pt !important;
	line-height: 1.2em;
}

div#content img {
	float: left;
	margin: 1em !important;
	border: none !important;
}

div#content img.leftpic {
	float: left !important;
}

div#content img.rightpic {
	float: right !important;
}

h1 span {
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em !important;
}

/* layout */

#page_content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

div#content div#boxes div {
	float: none !important;
	clear: left !important;
	width: auto !important;
	margin-bottom: 1.2em !important;
}

#page_footer {
	display: none;
}

