/* @override http://tweetsie/css/print.css */

body {
	font-size: 11pt;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

h2 {
	color: #5e5e5e;
	font-weight: normal;
	margin: .25em 0;
}

h1 {
	font-weight: normal;
	margin: 0.25em 0;
}

p {
	line-height: 1.4em;
	margin: 8pt 0;
}

a:link:after,
a:visited:after {
	content: " [" attr(href) "]";
}

a:link[href^='/']:after {
	content:  " [http://tweetsie.com" attr(href) "]";
}

a:link[href='#']:after {
	content: "";
}

.image-left,
.image-right,
.image-center {
	clear: both;
}

.image-left {
	float: left;
	margin: 0 5pt 5pt 0;
}

.image-right {
	float: right;
	margin: 0 0 5pt 5pt;
}

.image-center {
	display: block;
	margin: 0 auto;
}

a.image-left,
a.image-right,
a.image-center {
	text-decoration: none;
}

a.image-left:after,
a.image-right:after,
a.image-center:after {
	content: "";
}

.galleries,
.gallery-slideshow,
.gallery-menu,
#logo,
#nav-access,
#nav-main,
#nav-utility,
#nav-quicklinks,
#content-section,
#back-to-top,
#content-sub,
.comment-link,
.comment-form,
.comments,
.blog-individual h4,
#footer-flash,
#footer-fact,
#footer ul,
object {
	display: none;
}

#logo-print {
	display: block;
	border-bottom: 3px solid #d5d5d5;
	padding: 8pt;
	margin-bottom: 8pt;
	text-align: center;
	text-decoration: none;
}

#logo-print:after {
	content: '';
}

#footer {
	border-top: 3px solid #d5d5d5;
	clear: both;
	margin-top: 8pt;
	padding: 8pt;
	text-align: center;
}

#footer p {
	color: #5e5e5e;
	font-size: 10pt;
	margin: 5pt 0;
	line-height: 1.5em;
}

table th {
	border-bottom: 2px solid #424242;
}

table th,
table td {
	padding: 5pt;
	text-align: left;
	vertical-align: top;
}

table td {
	border-bottom: 1px solid #d5d5d5;
}

table th {
	font-size: 13pt;
	vertical-align: bottom;
}

table th[scope="row"] {
	border-bottom: 1px solid #d5d5d5;
	vertical-align: top;
}

.link-box {
	clear: both;
}



/* @group Blog */

.blog {
	
}

.blog .blog-entry {
	border-top: 2px solid #d5d5d5;
}

.blog-individual h1 {
	display: none;
}

.blog-individual .blog-entry {
	border-top: 0 none;
	clear: both;
}

.blog-individual h3 {
	font-size: 20pt;
	margin: 7pt 0;
}

.blog-individual h3 a {
	color: #000;
	text-decoration: none;
}

.blog-individual h3 a:after {
	content: '';
}

.blog .date,
.blog .time {
	display: none;
}

.blog .print-date-time {
	color: #5e5e5e;
}

/* @end */

/* @group Calendar */

#seasonal-cal-key img,
#seasonal-cal-key li.closed {
	display: none;
}



td.open,
#seasonal-cal-key li.open {
	color: #b80023;
}

td.open-late,
#seasonal-cal-key li.open-late {
	color: #202348;
}

td.ghost-train,
#seasonal-cal-key li.ghost-train {
	color: #cf9100;
}

td.open,
td.open-late,
td.ghost-train {
	font-weight: bold;
}

/* @end */

