
.post_view.view
{
    margin: 10px 0;
    padding: 15px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #CCC;
    /*border-bottom: 2px dashed #00A0EB;*/
}

.post_header
{
    display: block;
}

.post_header > .title
{
    color: black;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    font-size: 36px;
    font-weight: bold;
}

.post_header > .date
{
    color: DimGrey;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-indent: 10px;
}

.post_view > .description
{
    margin: 10px 0 5px 0;
    color: #222;
    /*text-shadow: 1px 1px 0px white;*/
    font-size: 14px;
    line-height: 26px;
}

.post_view > .comments_count
{
    border-top: 1px dashed #CCC;
    height: 32px;
    padding: 5px 0 0 0;
    text-align: right;
}
.post_view > .comments_count > div
{
    display: inline-block;
    margin: 0 5px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    color: #CCFF00;
    text-shadow: 0px 0px 5px black, 0px 0px 5px black;
}
.post_view > .comments_count > div > .share_link
{
    vertical-align: top;
    display: inline-block;
    background: #0099ff;
    height: 32px;
    width: 32px;
    margin: 0 5px 0 10px;
}

.post_image
{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    /*box-shadow: 2px 2px 10px 0px Black inset;*/
    width: 46%;
    margin: 15px;
    height: 200px;
}

.post_image.left
{
    left: 0;
}

.post_image.right
{
    right: 0;
}

.post_image.center
{
    margin-left: 25%;
    margin-right: 25%;
}

.post_image.full
{
    width: 100%;
    margin: 15px auto;
    height: 400px;
}
