.post
{ background: url(images/post_bottom.gif) bottom center no-repeat; padding: 5px; text-align: right;}
.post_top { background: url(images/post_top.gif) top center no-repeat; width: 100%; margin-top: 5px;}

.post a:link { text-decoration: none; font-size: 14px; font-weight: bold; color: #0066b4; padding: 2px;}
.post a:visited { text-decoration: none; font-size: 14px; font-weight: bold; color: #0066b4; padding: 2px;}
.post a:hover { text-decoration: none; font-size: 14px; font-weight: bold; color: #fff; background-color: #0066b4; padding: 2px;}
.post a:active { text-decoration: none; font-size: 14px; font-weight: bold; color: #fff; background-color: #0066b4; padding: 2px;}

/*category styles*/
#cat_cont
{ height: 200px;}
#categ {
    padding-left: 0px;
}
.catitem li {
    background: #afddff;
    list-style: none;
    color: #354457; text-decoration: none;  border: 1px solid #0066b4; height: 30px; width: 185px; margin: 0px 0 5px 0px; line-height: 30px; text-align: center;
    font-size: 14px;  
}
.catitem a:link  { color: #354457; text-decoration: none;}
.catitem a:active  { color: white; text-decoration: none;}
.catitem a:visited  { color: #354457; text-decoration: none;}
.catitem a:hover  { color: white; text-decoration: none;}

h3 {text-align: left;}
.entry {text-align: left; height: 70px;overflow: hidden; margin-top: -5px;}
#feedback {padding: 0 10px 5px 0px; background: url(images/cloud.png) no-repeat;}
#feedback {background-position: 500px 0px;}
#feedback a:link, .entry a:link { text-decoration: none; font-size: 10px; font-weight: bold; color: #BF1E2D;}
#feedback a:visited, .entry a:visited { text-decoration: none; font-size: 10px; font-weight: bold; color: #BF1E2D;}
#feedback a:hover, .entry a:hover { text-decoration: none; font-size: 10px; font-weight: bold; color: #fff; background-color: #BF1E2D; }
#feedback a:active, .entry a:active { text-decoration: none; font-size: 10px; font-weight: bold; color: #fff; background-color: #BF1E2D; }

#comment {width: 70%;}
.meta {text-align: left; font-size: 10px; width: 600px; background: #CFEBFF; padding: 2px;}
.meta a:link { font-size: 10px;}
.meta a:visited { font-size: 10px;}
.meta a:hover { font-size: 10px;}
.meta a:active { font-size: 10px;}

.entry { padding: 10px;}

.alignleft {float: left; margin-top: -5px;}
.alignright {float: right; margin-right: 10px;}