#header {
	text-align: left;
	border-bottom: 1px solid #333333;
}

#header h1 {
	color: #336699;
	font-size: 16px;
	font-weight: bold;
}

#navbar {
	float: left;
	width: 13em;
	z-index: 1;
        
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #6699cc;
	text-align: left;
        margin-right: 2em;
        font-size: 90%;
}

#navbar a {
	color: #000000;
}

#navbar h2 {
        font-size: 110%;
        margin: 0em 0em 0em 0em;
}

#navbar ul {
	list-style-position: inside;
        margin: 0em 0em 0em 1em;
}

#navbar ul.subarchives {
	list-style-position: inside;
}

#navbar li {
	text-align: left;
	padding: 0em;
	margin: 0em;
}

#footer {
	margin-top: 2em;
	text-align: center;
}

#stories {
	margin-top: 1em;
	margin-left: 13em;
	margin-right: 1em;
}

.dateheader {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.storyfooter {
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #333333;
}

/* seemore plugin */
a.seemore {
	font-size: 12px;
	color: #333333;
}	
