
/*SHORTS********************************/
div#short-story-container div.comment-count-container {
    top: 5px;
}

div#short-story-container div.sub-story {
    padding: 0 0 20px 0px;
    margin-bottom: 20px;
    border-bottom: none;
}

div.sub-story .post-meta {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

div.sub-story .post-meta a.comments-text {
    position: absolute;
    right: 0px;
}

div.briefs {
    position: absolute;
    top: 3px;
    right: 0;
}

div#post-text.short-entry p {
    text-indent: 0;
}

form input.short-title,
form textarea.short-textarea {
    width: 605px; 
}

