#bodytext h1, 
#bodytext h2, 
#bodytext h3 {
	line-height: 3ex;
}

#bodytext h1 {
	font-family : Georgia, Times New Roman, serif;
	font-size: 200%; 
	border-bottom: 1px solid #aaa;
}

#bodytext  {
	line-height: 3ex;
}

.right {
	float: right;
}

.typography #menu li a {
	height: 2em;
	line-height: 2em;
	display: block; 
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0.25ex 1em;
	margin-right: 0.25em;
}

.typography #menu li a:hover {
	/* 50% tint of lba red */
	background: #d46f6d;
	background: #a90805;
	/* 50% shade of lba red */
	background: #550301;
	/* 25% shade of lba red */
	background: #7f0503;
	color: white;
}

.typography #menu li a.current,
.typography #menu li a.alias_to_current {
	background: #a90805;
	color: white;
}

#sidebar .sidebar_box h3 {
	margin: 1ex 0;
	padding: 0;
}

#side_menu a {
	text-decoration: none;
	line-height: 2ex;
	color: black;
}

#side_menu a:hover {
	text-decoration: underline;
}

#side_menu a.current, #side_menu a.alias_to_current {
	text-decoration: underline;
}

.minor_highlight {
	background: #ffc;
	margin: -5px -10px;
	padding: 5px 10px;
}
