/* Author: Yoke Lee  http://pinkfrangi.com */
 

#header{
	height: 45px;
}

.content-heading{
	border-bottom : 2px solid #f0f0f0;
/*	letter-spacing : 4.2px;
	font-size: 1em;
	font-weight : bold; */
	font-size: 1.7em;
	font-weight: lighter;
	color: #669933;
}

.article-heading{
	font-size: 1.7em;
	font-weight: lighter;
	color: #669933;	
}

/*** Archive ******/

#archive-page {
margin: 15px 0px 20px 0px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

.archive {
padding: 0 50px 0 50px;
}

.archive dt{
	font-weight: bold;
	margin: 10px 0 3px 0px;
}

.archive dd{
	font-size: .9em;
}

#content ul {  list-style: url('/images/bullet-square.gif');
    text-align : left;  
	font-size: .9em;
	vertical-align : text-bottom;
}
 
