Creo que sí, pero te dejo aquí la parte del código de la plantilla que trata acerca de los post
Código:
/* POSTS
----------------------------------------------- */
.date-header {
margin: 1.5em 0 0;
font-weight: normal;
color: $dateHeaderColor;
font-size: 90%;
text-align: left;
}
.post {
margin-bottom: 30px;
padding: 15px;
background: url(http://img267.imageshack.us/img267/9373/blackbb9.png) repeat;
_background: #809488 url(http://i28.tinypic.com/346q5qa.jpg) repeat-x;
border: 1px dotted $borderColor;
}
.post-title {
margin: 10px 0 25px 0px;
padding: 0;
font-size: 200%;
line-height: 1.1em;
color: #C6DBB7;
text-decoration: underline;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: #C6DBB7;
font-weight: normail;
}
.post-footer {
font-size: 100%;
font-weight: bold;
color: $textColor;
}
.post img {
padding: 5px;
}
.post blockquote {
border: 1px solid #C6DBB7;
margin-left: 1.5em;
padding: 10px 10px 10px 65px;
background: #E0EBD8 url(http://img100.imageshack.us/img100/2653/aspasnn6.jpg) no-repeat left top;
color: #2C3D1F;
}