﻿.Category-Titlebar
{
    color: darkred;
    font-size:200%;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
}

.Category-Titlebar a:link,
.Category-Titlebar a:visited
{
    text-decoration: none;
}

.Post-Date
{
	color:#999999;  
	font-size:75%;
	text-transform:uppercase;
	text-align:right;
}

.Post-Title
{
    font-size:200%;
    font-weight:bold;
    text-align:left;
}

.Post-Title a:hover,
.Post-Title a:visited
{
    text-decoration: underline;
}

.Post-Title a:link,
.Post-Title a:visited
{
    text-decoration: none;
}

.Post-Categorylist
{
	color:          		#999999;  
	font-weight:    		normal;   
}

.Comments-Title
{
    font-weight:bold;
    margin-top:0.5em;
}

.SubTitle
{
    font-size:120%;
    text-align:right;
}

.Feed
{
    padding:8px 3px 10px 25px;
    background:transparent url(images/feed-icon-14x14.png) no-repeat scroll 2px 7px;
}