﻿
/*BlogMaster Begin*/
/*BlogMaster Begin*/
.BlogMaster
{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f9f9f9;
}

.BlogMasterTop
{
    width: 100%;
}

.BlogMasterMiddle
{
    margin: 20px auto;
    padding: 20px;
    width: 940px;
    background-color: #fff;
    display: table;
}

.BlogMasterBottom
{
    clear: both;
    width: 100%;
    background-color: #707070;
    border-top: solid 1px #666;
    padding: 30px 0 10px;
    color: #fff;
}

.BlogMainDivRight
{
    width: 220px;
    margin-left: 20px;
    float: left;
}

.BlogMainDivCenter
{
    width: 700px;
    float: left;
    font-family: Calibri;
}

.BlogFrontMaster .SidebarTop
{
    margin-top: 0;
}
/*BlogMaster End*/
/*CommonSidebar Begin*/

.BlogSidebarTop
{
    min-height: 35px;
    border-bottom: solid 1px #6a6a6a;
}

.BlogSidebarTopTitle
{
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0;
}

.BlogSidebarRight
{
    padding: 10px 0;
    border-top: 0;
}

.BlogSidebarTopImgLeft, .BlogSidebarTopImgRight, .BlogSidebarBottom
{
    display: none;
}

/*CommonSidebar End*/
/*CommonSideBanner Begin*/
.SideBannerTop
{
    display: none;
}

.SideBannerBottom
{
    display: none;
}
/*CommonSideBanner End*/
/*ArchiveList Begin*/
.ArchiveListGridView
{
    width: 100%;
    clear: both;
    margin: 20px auto;
    text-align: left;
    border: solid 1px #f0f0f0;
}
.CommonGridView.ArchiveListGridView,
.CommonGridView.ArchiveListGridView tr,
.CommonGridView.ArchiveListGridView td
{    
    border: 0;
    background: none;
}
.ArchiveListDateHeaderColumnDateStyle
{
    display: none;
}
.ArchiveListTopicItemColumnTopicStyle
{
}
.ArchiveListTopicItemColumnTopicStyle a
{
    text-decoration: none;    
    background: url(Images/Bullet/bullet3.gif) no-repeat left center;
    padding-left: 30px;    
    line-height: 35px;
}

.ArchiveListEmptyRowStyle
{
    border: solid 1px #f0f0f0;
}

.ArchiveListDateItemsColumnDateStyle
{
    color: #ff5e5e;
}
/*ArchiveList End*/

/*BlogNavList Begin*/
.BlogNavList
{
    width: 100%;
    margin-bottom: 15px;
    clear: left;
}
/*BlogNavList End*/
/*BlogNavNormalList Begin*/
.BlogNavNormalList
{
    width: 100%;
}

.BlogNavNormalListLink a
{
    padding: 5px 0px 5px 8%;
    width: 100%;
    vertical-align: middle;
    display: block;
    color: #454545;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    font-size: 13px;
}

    .BlogNavNormalListLink a:hover
    {
        color: #ff5e5e;
    }

.BlogNavNormalListMoreLink
{
    text-align: right;
    padding: 4px 5px 0;
}

    .BlogNavNormalListMoreLink a
    {
        color: #454545;
        text-decoration: underline;
        padding-right: 19px;
        background: url(images/bullet/more.gif) no-repeat right center;
        font-size: 12px;
    }

        .BlogNavNormalListMoreLink a:hover
        {
            color: #ff5e5e;
        }
/*BlogNavNormalList End*/
/*BlogDetails Begin*/
.BlogDetails
{
    width: 100%;
    margin: 0 auto 10px;
}

.BlogDetailsTop
{
    width: 100%;
    min-height: 40px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 1px #6a6a6a;
}

.BlogDetailsTopTitle
{
    color: #454545;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.BlogDetailsTopImgLeft, .BlogDetailsTop .BlogDetailsImgLeft
{
    display: none;
}

.BlogDetailsTopImgRight, .BlogDetailsTop .BlogDetailsImgRight
{
    display: none;
}

.BlogDetailsLeft
{
}

.BlogDetailsRight
{
    padding: 15px 0 0;
}

.BlogDetailsBottom
{
    display: none;
}

.BlogDetailsRight .NoteText
{
    color: #ee9e22;
    font-weight: bold;
}

.BlogFormView
{
    width: 770px;
}

.FacebookCommentBox
{
    margin-top: 10px;
}
/*BlogDetails End*/

/*BlogDetailsDefault Begin*/
.BlogDetailsDefaultPublisherDiv
{
    color: #66767b;
}

.BlogDetailsDefaultBlogContentLabel
{
}

.BlogDetailsDefaultBlogContentDiv
{
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
    width: 94%;
}

.BlogDetailsDefaultDiv
{
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.CategoryLabel
{
    background: url(images/icon/icon-category.gif) no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-style: italic;
    color: #ff5e5e;
    width: 15%;
    display: block;
    float: left;
}

.TagsLabel
{
    background: url(images/icon/icon-Tags.gif) no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-style: italic;
    color: #ff5e5e;
    width: 15%;
    display: block;
    float: left;
}

.BlogDetailsDefaultTagsPanel
{
    margin-top: 10px;
    font-size: 12px;
    background: url(images/icon/icon-tag.gif) no-repeat;
    background-position: left top;
    text-align: left;
    width: 100%;
    clear: left;
    float: left;
    line-height: 25px;
}

.BlogDetailsDefaultCatPanel
{
    padding-top: 0px;
    font-size: 12px;
    background: url(images/icon/icon-category.gif) no-repeat;
    background-position: left top;
    width: 100%;
    clear: left;
    float: left;
}

.BlogDetailsDefaultTagsDiv,
.BlogDetailsDefaultCatDiv
{
    width: 85%;
    float: left;
}

.BlogDetailsDefaultTagsLink
{
    color: #66767b;
}

.BlogDetailsDefaultPublisherDiv
{
    clear: left;
    float: left;
    width: 50%;
    line-height: 25px;
    margin-top: 18px;
}

.BlogDetailsSocialButton
{
    float: right;
    padding-bottom: 10px;
    margin-top: 20px;
}

.BlogDetailsFacebookDiv
{
    float: left;
}

.BlogDetailsGooglePlusDiv, .BlogDetailsTwitterDiv, .BlogDetailsLineDiv
{
    float: left;
    padding-left: 5px;
}
/*BlogDetailsDefault End*/

/*BlogList Begin*/
.BlogListTop
{
    width: 100%;
    min-height: 40px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 1px #6a6a6a;
}

.BlogListTopTitle
{
    color: #454545;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.BlogListTopImgLeft, .BlogListTop .BlogListImgLeft
{
    display: none;
}

.BlogListTopImgRight, .BlogListTop .BlogListImgRight
{
    display: none;
}

.BlogListRight
{
    padding: 5px 0;
}

.BlogListBottom
{
    display: none;
}

.BlogNoData
{
    margin-top: 20px;
    border: solid 1px #f0f0f0;
    background-color: #fbfcfe;
    text-align: center;
    clear: left;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 5px 0;
    display: table;
}
/*BlogList End*/

/*BlogListItem Begin*/
.BlogListItem
{
    padding-bottom: 25px;
}

.BlogListItemTable
{
    width: 100%;
}

.BlogListItemDetailsColumn
{
    padding: 10px 0px;
    vertical-align: top;
}

.BlogListItemDetailsDiv
{
}

.BlogListItemBlogTitleDiv
{
    margin: 20px 0;
}

.BlogListItemNameLink
{
    font-size: 18px;
    line-height: 30px;
}

.BlogListItemPublisher
{
    clear: left;
    color: #7E7E7E;
    float: left;
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 10px;
}

.BlogListItemShortContentDiv
{
    clear: both;
    line-height: 30px!important;
    margin: 25px 0;
    width: 100%;
    font-size: 13px;
}

.BlogListItemMessageDiv
{
    background: url("Images/Background/dot-line.jpg") repeat-x left bottom;
    height: 2px;
    width: 100%;
}

.BlogListItemReadmore
{
    color: black;
    position: relative;
    font-size: 12px;
    top: 9px;
    background: url(images/bullet/more.gif) no-repeat;
    background-position: 90% center;
    background-color: #fff;
    padding-right: 25px;
    text-decoration: underline;
}

.BlogPublisher
{
    color: #66767b;
}

.BlogListItemSocialButton
{
    float: right;
    line-height: 35px;
    padding-top: 2px;
}

.BlogListItemFacebookDiv
{
    float: left;
}

.BlogListItemGooglePlusDiv, .BlogListItemTwitterDiv, .BlogListItemLineDiv
{
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}
/*BlogListItem End*/

/*BlogListRowStyle Begin*/
.BlogListDefault
{
}

.BlogListDefaultPageControlPanel
{
    clear: both;
    line-height: 30px;
    margin: 10px 0;
    padding: 3px 0;
    width: 100%;
}

.BlogListDefaultItemPerPage
{
    float: left;
    width: 55%;
    font-size: 12px;
}

    .BlogListDefaultItemPerPage select
    {
        float: left;
        margin-right: 10px;
        margin-top: 6px;
        width: 40px;
        background-color: #f4f4f4;
    }

    .BlogListDefaultItemPerPage .OptionControlTitle
    {
        float: left;
        margin-right: 10px;
    }

.BlogListDefaultPagingControl
{
    text-align: right;
    float: right;
}

    .BlogListDefaultPagingControl .PagingPrev
    {
        padding-right: 5px;
        color: #000;
    }

    .BlogListDefaultPagingControl .PagingNext
    {
        padding-left: 5px;
        color: #000;
    }

.BlogListDefaultDataList
{
    width: 95%;
    clear: left;
    float: left;
}

.BlogListDefaultDataListHeader
{
    display: none;
}

.BlogListDefaultDataListItemStyle
{
    vertical-align: top;
}
/*BlogListRowStyle End*/

/*SearchBox Begin*/
.SearchBox
{
    width: 100%;
    margin-bottom: 1px;
    clear: left;
}

    .SearchBox .SidebarRight
    {
        font-size: 18px;
    padding: 15px 0;
        width: 100%;
    }

.SidebarTopImgLeft, .SidebarTopImgRight, .SidebarBottom
{
    display: none;
}

.SearchBoxTextBox
{
    z-index: 1;
    width: 74% !important;
    border: solid 1px #ddd;
    border-right: none;
    color: #000;
    font-size: 12px;
    height: 18px;
    float: left;
    margin-bottom: 5px;
}

.SearchBox .BtnStyle1
{
    width: 24%;
    margin: 0;
    padding: 0;
}
/*SearchBox End*/
/*Blog Comment*/
.BlogComment .CommonPageTop
{
    display: none;
}

.BlogCommentDiv
{
    width: 100%;
}

    .BlogCommentDiv table
    {
        width: 100%;
    }

.BlogCommentTitle
{
    float: left;
    font-weight: bold;
}

    .BlogCommentTitle .CommonPageTopTitle
    {
        font-size: 13px;
    }

.BlogCommentDotted
{
    clear: left;
    border-bottom: dotted 1px #ddd;
    padding-top: 10px;
}

.BlogCommentTextArea
{
    width: 100%;
    height: 114px;
    font-size: 13px;
}

.BlogCommentUserName
{
    float: left;
    font-weight: normal;
}

.BlogCommentCreateDate
{
    font-style: italic;
    float: right;
}

.BlogCommentPost
{
    margin-top: 15px;
    clear: both;
    float: left;
    width: 100%;
}

.BlogCommentPostDiv
{
    width: 100%;
    margin: 15px 0;
}

.BlogCommentPagingDiv
{
    line-height: 30px;
    padding: 10px 0;
    text-align: right;
}

.BlogCommentPostLabel
{
    padding-bottom: 10px;
    font-weight: bold;
}

.BlogCommentListStyle
{
    background-color: #fbfcfe;
    padding: 8px 2%;
    border-top: solid 1px #f0f0f0;
    width: 100%;
    border-bottom: solid 1px #f0f0f0;
    font-size: 12px;
}

.BlogCommentListAlterStyle
{
    padding: 8px 2%;
    border-top: solid 1px #f0f0f0;
    width: 100%;
}

.BlogCommentPostButton
{
    float: right;
    margin-top: 10px;
}

.BlogCommentTextValidator
{
    font-size: 9px;
    margin-top: 10px;
}

.BlogCommentValidateDiv
{
    width: 136px;
    border-bottom: dotted;
    border-width: 1px;
    margin-bottom: 2px;
}

.fb_iframe_widget iframe
{
    width: 100% ;
}

.BlogCommentPagingBox
{
}

    .BlogCommentPagingBox .PagingPrev
    {
        padding-right: 12px;
        color: #000;
    }

    .BlogCommentPagingBox .PagingNext
    {
        padding-left: 12px;
        color: #000;
    }
/*ArchiveBox*/
.ArchiveBox .SidebarTopTitle
{
    background: url(images/icon/down.gif) no-repeat right center;
}

.ArchiveBox .SidebarTopTitleHide
{
    background: url(images/icon/Up.gif) no-repeat right center;
}

.ArchiveBox .BlogNavNormalListLink a
{
    background: url(images/bullet/Bullet5.gif) no-repeat 0 9px;
    color: #66767b;
    font-size: 12px;
}

    .ArchiveBox .BlogNavNormalListLink a:hover
    {
        color: #ff5e5e;
    }
/* RecentPost Box Begin */
/* RecentPost Box Begin */
.RecentPost .BlogSidebarRight
{
    padding: 0;
}

.RecentPost .ImageRecentPost
{
    width: 100%;
    clear: left;
    float: left;
    margin: 10px 0;
}

    .RecentPost .ImageRecentPost img
    {
        max-height: 85px;
    }

.TitleRecentPost
{
    width: 100%;
    clear: left;
    float: left;
}

.DateRecentPost
{
    width: 100%;
    clear: left;
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

    .DateRecentPost .BlogListItemPublisher
    {
        margin-bottom: 0;
    }

.RecentPost .BlogNavNormalListLink
{
     background: url(Images/Background/dot-line.jpg) repeat-x left bottom; padding-bottom: 4px;
     padding:15px 0;     
}

    .RecentPost .BlogNavNormalListLink a
    {
        padding: 0;
        color: #666;
        font-size: 14px;
        line-height: 24px;
    }

        .RecentPost .BlogNavNormalListLink a:hover
        {
            color: #ff5e5e;
        }
/* RecentPost Box End */

/* Blog Category Box Begin */
.BlogCategoryBox .BlogSidebarTop
{
    background: url(images/icon/up.gif) no-repeat right center;
}

.BlogCategoryBox .SidebarTopHide
{
    background: url(images/icon/down.gif) no-repeat right center;
}

.BlogCategoryBox .BlogNavNormalListLink a
{
    background: url(images/bullet/bullet3.gif) no-repeat 0 11px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Blog Category Box End */
/*------------------ Custom Responsive Layout ------------------*/
@media only screen and (min-width: 980px) /*Screen width larger than 980 px ----------  For step 4 --------- */
{
    .BlogImage img
    {
        max-width: 680px;
    }
}

@media only screen and (max-width: 979px) /*Screen width 768-980 px ---------- For step 3---------*/
{
    .CategoryLabel
    {
        width: 22%;
    }

    .TagsLabel
    {
        width: 22%;
    }

    .BlogCommentPostDiv
    {
        width: 100%;
    }

    .BlogImage img
    {
        width: 100%;
    }

    .BlogDetailsDefaultBlogContentDiv
    {
        width: 100%;
    }

    .BlogDetailsDefaultTagsDiv, .BlogDetailsDefaultCatDiv
    {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) /*Screen width 480-767 px -------------- For step 2 ------------ */
{
}

@media only screen and (max-width: 479px) /*Screen width lower than 480 px -------------- For step 1 ------------ */
{
    .CategoryLabel
    {
        width: 35%;
    }

    .TagsLabel
    {
        width: 35%;
    }

    /* Blog list */
    .BlogListTop
    {
        line-height: 25px;
    }

    .BlogListDefaultItemPerPage
    {
        clear: left;
        float: none;
        display: none;
        margin: 0 auto 5px;
    }

    .BlogListDefaultPagingControl
    {
        clear: left;
        float: none;
        display: table;
        margin: 0 auto 5px;
    }

    .BlogListItemPublisher
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .BlogListItemSocialButton
    {
        clear: left;
        float: left;
        width: 100%;
    }

    .BlogListItemFacebookDiv
    {
        float: left;
        width: auto;
        margin-right: 10px;
    }

    .BlogListItemGooglePlusDiv, .BlogListItemTwitterDiv, .BlogListItemLineDiv
    {
        float: left;
        width: auto;
    }

    .BlogListItemBlogTitleDiv, .BlogListItemPublisherDiv, .BlogListItemShortContentDiv, .BlogDetailsDefaultDiv
    {
        padding: 0;
    }

    .BlogListItemReadmore
    {
    }

    /* Blog Detail */
    .BlogDetailsTop
    {
        line-height: 25px;
    }

    .BlogCommentTitle .CommonPageTopTitle
    {
        width: 100%;
        display: table;
        margin: 8px 0;
    }

    .BlogCommentPagingBox
    {
        text-align: center;
        float: none;
    }

    .BlogCommentTitle
    {
        float: none;
        font-weight: bold;
        text-align: center;
    }

    .BlogCommentPagingDiv
    {
        text-align: center;
    }

    .BlogDetailsDefaultPublisherDiv
    {
        width: 100%;
        padding: 0 0 15px;
    }

    .BlogDetailsSocialButton
    {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }

    .BlogDetailsFacebookDiv, .BlogDetailsGooglePlusDiv, .BlogDetailsTwitterDiv, .BlogDetailsLineDiv
    {
        width: auto;
    }

    .BlogDetailsDefaultBlogContentDiv
    {
        padding: 0;
    }

    .BlogDetailsDefaultTagsDiv, .BlogDetailsDefaultCatDiv
    {
        width: 65%;
    }
}

@media only screen and (orientation: portrait)
{
}
