#content #setupform .user_name {
        font-size: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post {
	margin: 0 0 40px;
}

.entry {
	margin-top: 20px;
}

.storycontent {
	margin-top: 20px;
}

.altcomment {
	background: #DCE3EE; padding: 5px;
}

cite {
        font-size: 75%;
        font-style: italic;
}

#content h1 a {
        text-decoration: none;
        color: white;
}

#content h1 a:hover {
        text-decoration: underline;
}

#content #blog h2 {         /* Used for the date in a blog post */
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
        margin-bottom: 2px;
}

#content #blog h3 {         /* Used for the subject of a blog post */
	font-size: 16px;
        font-weight: bold;
	font-style: normal;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

#content #blog h2.blogindex {
	margin-top: 30px;
	padding: 0px;
}

#content #blog h3.blogindex {
	font-size: 90%;
        font-weight: bold;
	font-style: normal;
	margin-top: 10px;
	padding: 0px;
}

blockquote {
        font-style: normal;
        padding: 0 0 0 0;
        color: #000;
        background: url('../img/openquote.gif') .5em top no-repeat;
}

blockquote p {
        padding: 0 10px 0 25px;
}

#sidebar #blog_list ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#sidebar #blog_list ul ul {
	#list-style-type: none;
	#margin: 0;
	padding-left: 20px;
}

