﻿.postListing
{
    padding: 20px 0px 20px 0px;
    position: relative;
    overflow: hidden;
    min-height: 280px;
}
.postListing h2.postTitle, .postListing .postDate, .postListing .postAuthor, .postListing .readMore
{
    margin-left: 105px;
}
h1.postTitle,
h2.postTitle
{
    font-size:1.65em;
}
h2.postTitle a
{
    color:#fff;
}

.postListing .post
{
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
.postListing .postContent
{
    padding: 12px 0 5px 0;
    margin-left: 105px;
    font-size: 108%;
    min-height: 60px;
    color:#9f9f9f;
}
.postListing .postContent p
{
    line-height: 1.4em;
    padding-bottom: 5px;
}
.postListing .readMore
{
    float: left;
}
.postListing .readMore a
{
    color: #f0c602;
    text-decoration:underline;
}
.postListing .readMore a:hover
{
    text-decoration: none;
}
.postListing .postComments
{
    background: transparent url('../img/norepeatSprite.gif') no-repeat -2px -140px;
    width: 80px;
    height: 75px;
    position: absolute;
    top: 60px;
    left: 2px;
    margin: 0;
    padding: 0;
}
.postListing .postComments a
{
    color: #006a96;
    text-decoration: none;
    display: block;
    margin: 8px;
    line-height: 1;
}
.postListing .postComments a:hover
{
    color: #fff;
}
.postListing .postComments a span
{
    display: block;
    font-size: 2.8em;
}
.postListing li ul
{
    margin-left: 25px;
}
.postListing li li
{
    font-size: 1em;
    list-style-type: disc;
}
.postListing li ol li
{
    list-style-type: decimal;
}
.postAuthor
{
    padding-bottom: 15px;
    text-align: right;
}
.postAuthor a
{
    color: #f0c602;
    text-decoration:underline;
}
.postAuthor a:hover
{
    text-decoration:none;
}

.postAuthor, .postDate
{
    color: #5c5c5c;
}

.postListing .postAuthor
{
    margin-left: 105px;
}
.pager
{
    text-align:right;
}
.pager span span
{
    color:#f0c602;
    font-size:153.9%;
}
.clearfix 
{	
    display: block
}


.singlePost
{
    padding: 20px 0;
    overflow: hidden;
    word-wrap: break-word;
}
.commentListing, .postNewComment
{
    padding: 0 20px;
    margin: 0 0 40px;
}
.commentListing li
{
    margin:20px 0;
}
.postComments, .comments
{
    margin: 0 0 40px;
    padding: 20px 0 10px;
}
h2.comments
{
    font-size: 1.6em;
}
.singlePost .postContent
{
    padding-top: 2.5em;
    line-height: 1.5em;
    font-size: 108%;
}
.singlePost .postContent p
{
    padding-bottom: 15px;
    font-size: 1em;
}
.singlePost .postContent ul
{
    list-style-type: disc;
}
.singlePost .postContent ol
{
    list-style-type: decimal;
}
.singlePost .postContent li
{
    margin-left: 25px;
    font-size: 1em;
}
.commentListing .anonymousComment, .commentListing .authorComment
{
    display: block;
    clear: both;
}
.commentListing .commentDate
{
    margin-left: 15px;
    color:#f0c602;
    padding-top:10px;
}
.commentListing .comment-content
{
    margin: 5px 0 0 0;
    position: relative;
}
.commentListing .comment-content-wrapper
{
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
.commentListing .comment-content-wrapper .bCommentWrapper
{
    background-color: #2f2f2f;
    padding: 5px 15px;
    line-height: 18px;
}
.commentListing .authorComment .comment-content-wrapper .bCommentWrapper
{
    background-color: #ffc;
    border-left: 1px solid #cc9;
    border-right: 1px solid #cc9;
}
.commentListing .commentAuthor
{
    float: right;
    margin-right: 45px;
    font: 11px "Trebuchet MS" , sans-serif;
    font-weight: bold;
    background: transparent url('img/norepeatSprite.gif') no-repeat 30px -220px;
    padding: 12px 24px 0 0;
}
.commentListing .commentAuthor a
{
    color: #f0c602;
}
fieldset
{
    display: block;
    margin-right: 30px;
    padding-bottom: 40px;
    clear: both;
    cursor: default;
    position: relative;
}
fieldset legend
{
    padding: 10px 0 15px 0;
    font-size:138.5%;
}
fieldset label
{
    font-size:93%;
    float: left;
    clear: left;
    padding-top: 5px;
    margin-left:7px;
}
fieldset label span
{
    padding: 2px;
    color: #4db0ed;
}
fieldset textarea
{
    overflow: auto;
}

.postNewComment li
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.postNewComment li.texarea-wrapper
{
    padding-bottom: 13px;
}
.postNewComment label
{
    display: block;
    float: none;
}
.postNewComment label .optional
{
    font-weight: normal;
    color: #4D4D4D;
}

.singlePost .back
{
    margin-bottom: 30px;
    margin-left: 0px;
}
.postBookmark
{
    padding-top: 60px;
}
li.submit
{
    text-align:right;
}
.date
{
}












