body {
	font-family: helvetica, arial;
}

p {
	margin-bottom: 16px;
        font-size: 14px;
}

ol > li {
	list-style-type: decimal;
	margin-left: 25px;
	font-size: 12px;
}

em {
	font-style: italic;
}

#header {
	height: 155px;
	background: url(img/header.png) no-repeat center;
}

#ft {
	text-align: center;
	font-size: 12px;
}

#media {
	display: none;
}

.post {
	border-top: 1px dotted silver;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
}

.entry {

}

.entry p {
	width: 500px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*font-size: 100%;*/
	color: black; /*#525252;*/
	line-height: 20px;
}

.sidebar {
	margin-top: 10px;
}

.sidebar>ul>li {
	margin-bottom: 12px;
}
.sidebar_title {
	font-size: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.sidebar_text {
	font-size: 14px;
}

ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	
}

#navbar {
	border-bottom: 1px dotted silver;
	padding-bottom: 5px;
}

.navlink {
	margin-right: 10px;
}

a.navlink {
	font-size: 18px;
}

#twitter {
	margin-top: 16px;
	margin-bottom: 16px;
}

h2.twitter-title {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: gray;
	margin-bottom: 8px;
}

ul#twitter_update_list {
	font-size: 12px;
	color: gray;
	line-height:16px;
	width: 500px;
}

ul#twitter_update_list li{
	margin-bottom: 6px;
}

a {
	color: #5e99b1;
	text-decoration: none;
}

a:hover {
	color: #467689;
	text-decoration: underline;
}

img {border:none}

.post_title {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
