﻿
.wsCtBlog
{
    padding: 5px;
}

.wsCtBlog input[type="button"]
{
    margin: 8px 0;
    padding: 8px 12px;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.wsCtBlog .wsPostInformations
{
    margin-bottom: 10px;
}

/* Title */
.wsCtBlog .wsPostWrapper h3
{
    line-height: 1 !important;
    margin: 0 0 18px 0 !important;
}


/* Categories */
.wsCtBlog .wsPostCategories
{
    margin-bottom: 10px;
}

.wsCtBlog .wsPostCategories input[type=button]
{
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
    font-size: 11px;
    padding: 6px 10px;
}

/* Content */
.wsCtBlog .wsContentsWrapper .Block
{
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.wsCtBlog .wsContentsWrapper .Block.Type_Text .Block_Wrapper,
.wsCtBlog .wsContentsWrapper .Block.Type_Title .Block_Wrapper,
.wsCtBlog .wsContentsWrapper .Block.Type_Form .Block_Wrapper
{
    position: static;
}

/* Summary style */
.wsCtBlog .wsSeparator
{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #AAA;
}

@media screen and (max-width:499px) {
    .wsCtBlog .wsCommentsCount {
        display: block;
        margin-top:10px;
    }
}
@media screen and (min-width:500px){
    .wsCtBlog .wsCommentsCount {
        right: 0px;
        position: absolute;
    }
}
/* Pagination */
.wsCtBlog .wsPagination
{
    text-align: center;
}

.wsCtBlog .wsPagination input:not(:first-of-type)
{
    margin-left: 10px;
}

.wsCtBlog .wsPagination input.Unselected
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* Share buttons*/
.wsCtBlog .wsTwitterWrapper
{
    display: inline-block;
}