/* This is a print style sheet I produced. I like to think it's better than the ones RealMac supply! But if you are a perfectionist you may be able to pick-fualt with my code and make improvements to it. Fortunately, most web browsers are pretty good at printing web pages nowadays so these special stylesheets aren't quite as important as they were, say 10 years ago. Certainly browsers such as Firefox and Safari give users options to switch off background images and automatically time and address-stamp pages.  */

body {
	background: white;
	color: black;
	font: 12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#horizontalNavigation, #navigationContainer, #breadcrumbContainer {
	display: none;
}

#container, #contentContainer {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

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

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sidebarContainer {
	float: none;
	width: auto;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
	border-style: none;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	border-style: none;
	font-size: 10pt;
	color: #000000;
}

.blog-entry-body {
	margin-bottom: 15px;
	border-style: none;
}

.filesharing-description {
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}

.filesharing-item-title {
	font-size: 16pt;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

.album-title {
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-caption {
	color: #000000;
	margin: 0;
	font-size: 10pt;
}

.photo-background {
	text-align: center;
}

.photo-navigation {
	background: none;
	display: none;
}

.photo-navigation a {
	display: none;
}

.photo-navigation a:hover {
	display: none;
}

.photo-links {
	display: none;
}

.photo-title {
	display: none;
}

.photo-caption {
	font-size: 11pt;
	margin: 0px;
	text-align: center;
}

.movie-title {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}