.post {
    padding:10px 20px;
    position:relative;
    background:#eee;
    margin-bottom:20px
}
.inactive {
    color:#000;
}
.post .title {
    position:relative;
    height:1%
}
.post .title h3 {
	font-size:14px
}
.post .title h3 a {
    text-decoration:none;
    color:#000
}
.inactive .title h3 a {
    color:#000;
}
.post .title p {
	font-size:12px;
	margin:0
}
.post .title span {
    position:absolute;
    right:0;
    top:1%;
    cursor:pointer;
    width:14px;
    height:14px;
    background:url(/i/trigger.gif) no-repeat left bottom;
    display:block;
    font-size:0
}
#content .inactive .title span {
    background-position:left top
}
#content .post .entry {
    padding:10px 0
}