.tag {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}

.tag a
{
    text-decoration: underline;
}

.tag a:hover
{
    text-decoration: none;
}

/* Post */
.post
{
    margin: 0 0 20px;
}

.post .title
{
    font-size: 1.5em;
    border-bottom: 1px solid #C9E0ED;
}

.post .title a
{
    color: #555;
    text-decoration: none;
}

.post .author
{
    color: #888;
    margin: 0 0 5px;
}

.post .nav
{
    -moz-border-radius:7px;
    padding: 5px;
    background: #EFFDFF;
}

.comment
{
    -moz-border-radius:7px;
    padding: 10px;
    background: #F5F5F5;
    margin: 5px 0;
}

.comment .content
{
    margin: 10px 0;
}

.comment .author
{
    margin: 5px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #DDD;
}

.comment .time
{
    color: #888;
    font-size: 0.8em;
}

.comment a.cid
{
    color:#CCC;
    float:right;
    font-size:1.5em;
    font-weight:bold;
    padding:0 5px 5px 5px;
    text-decoration: none;
}

.comment a.cid:hover
{
    color:#555;
}

.comment .pending
{
    color:red;
}

/* Column */
div.left
{
    padding:20px 0 0 20px;
}
div.right
{
    padding:20px 20px 0 0;
}
/* END: MyColumn */


/* Author */
.author-img
{
    padding:2px; border:1px solid #969696; margin-right:10px; margin-bottom:5px;
}
.author-name
{
    text-decoration:none;
}
/* END:Author */


/* Login Box */
div.login-box
{
    border:1px solid #c3d9ff;
    width:300px;
    padding:3px;
    margin-left:auto;
    margin-right:auto;
}
div.login-box div
{
    background-color:#e8eefa;
    padding:5px;
}
/* END: Login Box */

/* Flash Message */
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}
/* END: Flash Message */