body 
{
	background: #666;
	color: #333;
	font-size: 11px;
}

a, a:link 
{
	color: #e2010e;
}

h4
{	margin: 0;
	padding: 0 0 10px 0;
}

h5
{	margin: 0;
	padding: 0 0 0 0;
	color: #9A561D;
	font-size: 130%;
}

#top-nav
{
	background: #000;
	height: 24px;
	color: white;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.3em;
}
#top-nav a, #top-nav a:link
{
	color: white;
	text-decoration: none;
}
#top-nav a:hover 
{
	text-decoration: underline;
}

#header
{
	background: #FFF;
	margin: 0;
	padding: 0
	height: 150px;
}
#header a, #header a:link
{
	text-decoration: none;
}

#nav-main
{
	background: red;
	color: white;
	margin: 0;
	padding: 4px;
}

#col-left a, #col-left a:link
{
	color: #9A561D;
	text-align: right;
	font-family: Georgia;
	font-size: 1.2em;
	text-decoration: none;
}

#col-left a:hover
{
	text-decoration: underline;
}


#col-center
{
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	padding: 10px;
}

.note
{
	color: #666;
	font-style: italic;
	font-size: 90%;	
}


.content
{
	background: white;
	overflow: hidden;
	padding: 20px 0;
}

.larger
{
	font-size: 1.3em;
}

.item
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #666 dotted;
}

.item p.date
{
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
.item p.date a, .item p.date a:link
{
	color: #666;
	text-decoration: underline;
}

.item a abbr.timeago
{
	color: #666;
	text-decoration: underline;
}

.author
{
	font-size: 1.2em;
	font-weight: bold;
}
img.author-image
{
	margin-bottom: 30px;
	margin-right: 10px;
	border: 1px #333 solid;
	float: left;
}

#footer
{
	background: black;
	color: white;
	margin-bottom: 20px;
	text-align: left !important;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#footer img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer p a, #footer p a:link
{
	color: #FFF;
}

ul#topics
{
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}
ul#topics li
{
	line-height: 2em;
}

p#directory a, p#directory a:link
{
	font-size: 110%;
}





