﻿
/*[14]*/
.widget
{
    margin-bottom: 20px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

    .widget .widget-header
    {
        margin: 0;
        color: #111;
        border-bottom: 1px solid #eeeeee;
        padding: 14px 20px 13px;
        font-weight: normal;
        line-height: 28px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
    }

    .widget .widget-content
    {
        padding: 5px 20px;
    }

        .widget .widget-content a
        {
            color: #333;
        }

            .widget .widget-content a:hover
            {
                color: #192b56;
            }

    .widget ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .widget ul > li
        {
            border-bottom: 1px solid #eee;
            padding: 10px 20px;
        }

            .widget ul > li:last-child
            {
                border-bottom: none;
            }

        .widget ul ul li
        {
            border: none;
        }

/*[15]*/
.authorlist li
{
}

    .authorlist li:after
    {
        clear: both;
        content: "";
        display: block;
    }

    .authorlist li img
    {
        float: left;
        width: 32px;
        height: 32px;
        border-radius: 100%;
    }

    .authorlist li A.authorlink
    {
        margin-left: 10px;
        line-height: 32px;
    }

/*[16]*/
.blogroll ul li A
{
    padding-right: 3px;
}

.blogroll ul li img
{
    margin-top: -3px;
}

.blogroll ul ul
{
    margin-left: 15px !important;
}

    .blogroll ul ul li
    {
        margin: 0;
        border-bottom: 1px dotted #DDD;
        line-height: 24px;
    }

        .blogroll ul ul li A
        {
            display: block;
            padding-left: 0 !important;
        }

.blogroll a[title="Download OPML file"]
{
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
    text-align: center !important;
    padding: 10px 0;
}

    .blogroll a[title="Download OPML file"] img
    {
        display: none;
    }

.blogroll ul ul li
{
    padding-left: 0 !important;
}

/*[17]*/
#calendarContainer
{
    text-transform: capitalize;
    text-align: center;
}

.calendar table
{
    width: 100%;
    text-align: center;
}

.calendar td, .calendar table
{
    background-color: #FFF !important;
    text-align: center;
}

.calendar .header
{
    background: none !important;
    width: auto !important;
    height: auto !important;
}

.calendar .weekend
{
    background-color: #F1F1F1;
}

.calendar .other
{
    color: silver;
}

.calendar a.exist
{
    display: inline-block;
    padding: 0 5px;
    border-radius: 104px;
    color: #fff;
    font-weight: normal;
    background-color: #192b56;
}

    .calendar a.exist:hover
    {
        color: #fff;
    }

.calendar td,
.calendar th
{
    text-align: center;
    vertical-align: top;
}

.calendar .widget-content
{
    padding: 10px;
}

/*[18]*/
.categorylist ul li a img
{
    margin-right: 7px;
}

/*[19]*/
.monthlist li
{
    font-weight: normal;
}

.monthlist .year
{
    cursor: pointer;
    font-weight: bold;
}

    .monthlist .year li
    {
        margin: 0 10px;
    }

.monthlist ul ul
{
    display: none;
}

.monthlist .open
{
    display: block;
}

/*[20]*/
.mostcomments table td
{
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.mostcomments table tr td:first-child
{
    width: 50px;
}

    .mostcomments table tr td:first-child img
    {
        position: relative;
        top: 2px;
    }

/*[21]*/
.newsletter input[type=text]
{
    margin-bottom: 15px;
    width: 100% !important;
}

.newsletter #newsletteraction
{
    font-size: 22px;
    color: #00c759;
}

.newsletter #newsletterform input[type="text"]
{
    direction: ltr !important;
}

.newsletter .widget-content
{
    padding: 20px;
}

/*[22]*/
.recentcomments li
{
    color: #AAA;
    font-size: 12px;
}

    .recentcomments li a
    {
        font-size: 14px;
    }

        .recentcomments li a:last-child
        {
            display: none;
        }

.recentcomments .widget-content a:last-child[href="/syndication.axd?comments=true"]
{
    display: none;
}

/*[23]*/
.recentposts li
{
    color: #AAA;
    font-size: 12px;
}

    .recentposts li a
    {
        font-size: 14px;
        margin-right: 4px;
        display: block;
    }

    .recentposts li span
    {
        margin-right: 5px;
    }

/*[24]*/
.search
{
}

    .search .widget-content
    {
        padding: 0;
    }

    .search input[type=text]
    {
        background: none;
        padding: 0 2%;
        border: none;
        width: 75%;
        font-size: 14px;
        outline: none !important;
    }

    .search input[type=button]
    {
        background: #192b56;
        border: none;
        color: #fff;
        padding: 0;
        height: 40px;
        width: 25%;
    }

        .search input[type=button]:hover
        {
            background-color: #222;
        }

/*[25]*/
.tagcloud .widget-content
{
    padding: 20px;
}

.tagcloud ul li
{
    display: inline-block;
    margin: 1px;
    border: none;
    padding: 0px;
    margin-bottom: 3px;
}

    .tagcloud ul li a
    {
        padding: 3px 10px;
        border-radius: 1px;
        border: 1px solid #ddd;
        color: #333;
        display: block;
    }

        .tagcloud ul li a:hover
        {
            background: #192b56;
            color: #fff !important;
            border-color: #192b56;
        }

/*[26]*/
.archive-page .archive-page-content h2
{
    font-size: 16px;
    height: 30px;
    margin-top: 40px;
    line-height: 35px;
}

    .archive-page .archive-page-content h2 img
    {
        margin: 0 3px;
        position: relative;
    }

.archive-page ul
{
    list-style-type: square;
    margin: 0 10px;
    padding: 10px;
}

.archive-page table
{
    width: 100%;
    border-collapse: collapse;
}

    .archive-page table th:first-child
    {
        width: 90px;
    }

    .archive-page table th
    {
        background: #F1F1F1;
        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid #DDD;
        padding: 3px;
        text-align: center;
    }

    .archive-page table td
    {
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 3px;
    }

.archive-page .date
{
    width: 90px;
    text-align: center;
}

.archive-page .comments
{
    width: 70px;
    text-align: center;
}

.archive-page .rating
{
    width: 70px;
    text-align: center;
}

/*[27]*/
.search-page .search-page-searchbox
{
    background: #fff;
    padding: 3px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

    .search-page .search-page-searchbox input[type=button]
    {
        float: right;
        width: 20%;
        border: none;
        height: 100%;
        padding: 8px 0;
    }

    .search-page .search-page-searchbox input[type=text]
    {
        border: none;
        width: 76%;
        border-radius: 3px;
        padding: 8px 1%;
        outline: none !important;
    }

.search-page .searchresult
{
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    font-size: 14px;
}

    .search-page .searchresult a
    {
        font-weight: normal;
        font-size: 16px;
    }

    .search-page .searchresult span.text
    {
        clear: both;
        line-height: 35px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #555;
    }

    .search-page .searchresult span.type
    {
        font-size: 13px;
        display: none;
    }

    .search-page .searchresult span.url
    {
        color: #888;
    }

.search-page .searchpage ul.paging
{
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: center;
    display: block;
}

    .search-page .searchpage ul.paging li
    {
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border: 1px solid #CCC;
        background: #FFF;
        margin-right: 2px;
    }

        .search-page .searchpage ul.paging li a
        {
            display: block;
            height: 100%;
            line-height: 30px;
        }

        .search-page .searchpage ul.paging li.active
        {
            border-width: 1px;
            border-style: solid;
        }

            .search-page .searchpage ul.paging li.active A
            {
                color: #FFF;
            }

/*[28]*/
.syntaxhighlighter
{
    padding: 15px 3px;
    direction: ltr !important;
}

    .syntaxhighlighter .alt1
    {
        background: #d6ebff !important;
    }

    .syntaxhighlighter .line
    {
        font-size: 13px !important;
        line-height: 20px !important;
        background: #CCC !important;
    }

    .syntaxhighlighter .container textarea
    {
        font-size: 13px !important;
        line-height: 20px !important;
    }

/*[29]*/
.post-item-list img
{
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 150px;
    font-size: 0;
    display: inline-block;
}

.post-item-list h3
{
    display: inline-block;
    font-size: 14px;
}

.post-item-list p
{
    display: block;
    margin: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item-list .post-item-date
{
    color: #aaa;
}

.post-title
{
    margin-top: 0;
}