/* low.css -- screen-only stylesheet for old browsers */

body {
	font-family: Verdana, Arial, Tahoma, Trebuchet MS, Helvetica, sans serif;
	line-height: 140%;
}
a:link {
	color: #245EDC;
	text-decoration: underline;
}
a:visited {
	color: #004999;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #EE6622;
	text-decoration: none;
}
h1 {
	color: #000000;
	font-size: 155%;
	font-weight: bold;
}
#right-column h2 {
	color: #909090;
	font-family: Georgia, Calisto MT, Goudy, Times New Roman, serif;
	font-size: 125%;
	font-style: italic;
	font-weight: boldest;
}
h3 {
	color: #000000;
	font-size: 140%;
}
h4 {
	color: #CC3300;
	font-size: 120%;
}
img { border: 1px solid #C0C0C0; }
li { font-size: 80%; }
p { font-size: 80%; }
.date h4 {
	color: #FFCC33;
	font-family: Georgia, Calisto MT, Goudy, Times New Roman, serif;
	font-size: 100%;
	text-transform: lowercase;
	font-weight: bold;
}
.author {
	color: #9C9C9C;
	font-style: italic;
}
.featured-image p {
	font-size: 70%;
	font-style: italic;
	line-height: 120%;
}
.gallery-thumbnail {
	font-size: 70%;
	width: 180px;
}
.gallery-thumbnail img {
	height: 135px;
	width: 180px;
}
#header { font-family: Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans serif; }
#banner {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}
#ahem {
	display: block;
	width: 50%;
	margin: 2em;
	margin-left: 16px;
	padding: 1em;
	border: 1px solid #CC3300;
}
#navigation, #subnavigation { font-size: 70%; }
#copyright {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 135%;
}
#validate p { font-size: 70%; }