body {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F5F1DE;
	font-size: .9em;
}

p {
	line-height: 1.4em;
}

.strong {
	font-weight: bold;
}

.strike {
	text-decoration:line-through;
}

#content a:link {
	color: #3cf;
	text-decoration: none;
	border-bottom: 1px dotted #FE5301;
}
#content a:visited {
	color: #3cf;
	text-decoration: none;
	border-bottom: 1px dotted #DCCC9B;
}
#content a:active, #content a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #3cf;
}

#content a.feed:link, #content a.feed:visited, #content a.feed:active, #content a.feed:hover {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/g/rss.png") no-repeat 0 50%;
  border-bottom: none;
}

.welcome {
	font-family: "Union", "Lucida Grande","Arial Unicode MS", sans-serif;
	color: #fff;
	font-size: 14px;
	padding-bottom: 22px;
	background: url('../g/hr.gif') no-repeat bottom;
}

.newsinfo {
	font-size: 10px;
	color: #9C7C5B;
}

#content h1 {
	font-family: "Union", "Lucida Grande","Arial Unicode MS", sans-serif;
	font-weight: normal;
	color: #FE5301;
	height: 22px;
	font-size: 18px;
	margin: 0;
}

#content h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-weight: normal;
	color: #D9C789;
	font-size: 14px;
	margin-bottom: -.5em;
}

#content .postmeta {
	margin-bottom: 2em;
	font-size: 10px;
	color: #DCCC9B;
}

#footer p {
	color: #FE5301;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
}

#footer span {
	color: #D9C789;
}


#main-nav li {
	font-family: "Union", "Lucida Grande","Arial Unicode MS", sans-serif;
	list-style: none;
	margin-bottom: 5px;
}

#main-nav a:link {
	color: #674C00;
	text-decoration: none;
	padding-left: 14px;
}
#main-nav a:visited {
	color: #674C00;
	text-decoration: none;
	padding-left: 14px;
}
#main-nav a:active, #main-nav a:hover {
	color: #fc0;
	text-decoration: none;
	border-left: 4px solid #fc0;
	padding-left: 10px;
}

#main-nav  li.selected-nav-item  a {
	color: #FE5301;
	text-decoration: none;
	border-left: 4px solid #FE5301;
	padding-left: 10px;
}
