/* Headings
************************************************/

h2 {
	font-family: Helvetica, Verdana, "sans-serif";
	font-size: 30px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
	
	background-image: url(/images/h2-background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

	.sIFR-active h2 {
		visibility: hidden;
		font-family: Helvetica;
		line-height: 40px;
		font-size: 40px;
		margin: -3px -10px 0;
		padding: 0 10px;
	}
	
	h2.homepage {
		margin-left: 182px;
	}
	
h3 {
	visibility: hidden;
	font-family: Helvetica, "serif";
	font-size: 30px;
	color: #67635c;
	text-transform: uppercase;
	
	margin: 20px 0 10px;
}

	.sIFR-active h3 {
		font-family: Helvetica, "serif";
		font-size: 30px;
		color: #67635c;
		text-transform: uppercase;
	
		margin: 0 0 0;
	}

h3.older_news {
	margin: 45px 0px 0px 0px;
}
	
div.news h4 {
	line-height: 18px;
	font-weight: bold;
	float: left;
}

div.news_entry h4 {
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

/* Paragraph
************************************************/

p {
	line-height: 18px;
	margin-bottom: 1em;
}

div.news p.separator {
	margin: 0px;
	float: left;
}
div.news p.more_link {
	margin: 0px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

strong.time {
	text-transform: lowercase;
}

/* Lists
************************************************/

ul#rss_feed {
	margin-bottom: 1em;
}
#bio ul li, ul#elsewhere_list li, ul#rss_feed li {
	margin-left: 15px;
	line-height: 18px;
	list-style: disc outside
}
ul#elsewhere_list {
	width: 350px;
}
ul#elsewhere_list li {
	width: 125px;
	float: left;
}

/* Links
************************************************/

#right-column p a, #right-column ul a, #right-column span a, #footer_content a, #schedule a {
	color: #c16f1c;
	border-bottom: #c16f1c dotted 1px;
	text-decoration: none;
}

#right-column p a:hover,#right-column ul a:hover, #right-column span a:hover, #footer_content a:hover, #schedule a:hover {
	color: #3b3732;
	border-bottom: #3b3732 solid 1px;
}

a.more {
	padding-right: 10px;
}