OR THIS:
/* BLOG FORMATTING ——————————— */
#blogc {padding: 0px 0 10px 15px;}
.main_title {
padding: 2px 0 2px 5px;
font-size: 14px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #ddd;
}
.main_title a, .main_title a:visited {color: black; text-decoration: none;}
.main_title a:hover {color: red; text-decoration: underline;}
.date {font-size: 10pt; font-weight: bold;font-family:Verdana, Arial, Helvetica, sans-serif;}
.author {font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif;}
.post {text-align: left; width: 98%; font-size: 10pt;}
.post p {margin: 10px; }
.post img {padding: 0 5px 5px 5px}
.post ul{ margin: 0 0 .05em 40px; list-style:none; }
.post ol { margin: 0 0 .05em 40px; }
.post ul li { margin: 0 0 0.2em 0; background:url(images/list-item.gif) no-repeat ; padding-left: 18px;}
.post ol li {margin: 0 0 0.2em 0; background:transparent; padding-left: 0px}
.post ul li ul, .post ul li ol, .post ol li ul, .post ol li ol { margin: 0.5em 0 0.5em 30px; }
.post dl { margin: 0 0 1.5em 0; }
.post dt { font-weight: bold; }
.post dd { margin: 0 0 1.5em 20px; }
.post a:link, .post a:visited {text-decoration:underline;}
#more {
margin-top: -8px;
background: url(images/more.gif) no-repeat;
padding-left: 18px;
font-weight: bold;
float:right;
}
.blog-meta {
font-size: 1.4em;
text-align: center;
}
.blog-meta a:link, .blog-meta a:visited, .blog-meta a:active { color: #8a0202; font-weight: bold; text-decoration: none;}
.blog-meta a:hover { color: black; text-decoration: underline;}