﻿

    /*          STYLES FOR STORY VIEW        */
        /*                                */
        /*        01 - 03 - 2014          */
        /*                                */
        /*                                */
        /*These styles are for elements in the SD view pages, generated by Default2.aspx currently*/

        /*HEADER STYLES*/
        /*Header styles for all the generic information like time,author, title etc.*/

._SDVHeader
{
    display: block;
}

        ._DailyAColumn time, ._DailyMobileAColumn time
        {
            color: #808080;
            font-family: inherit;
            font-size: .85em;

        }

        ._DailyAColumn h1, ._DailyMobileAColumn h1
        {
            font-size: 1.85em;
            line-height: 1.083em;
            margin:6px 0 4px;
        }

        ._SDVByLine
        {
            color:#808080;
            font-family: inherit;
            font-size: .85em;
        }

        /*HEADER MEDIA STYLES*/
        /*Header styles for the Media Header which is placed just below the title*/

._StoryHeaderImageDiv
{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    
}
    ._HeaderCaption
    {
        display:block;
        color:#808080;
        font-family: inherit;
        font-size: .75em;

        margin-top:5px;
    }

    ._HeaderImage
    {
        display: block;
        max-width:100%;
    }
    ._HeaderGallery
    {
        width:100%;
        height:320px;
    }
    ._HeaderYoutube
    {
        position:relative;

        width:100%;
        height:320px;
    }


        /*       BODY STYLES            */
        /*                              */
        /*                              */
        /*                              */

._EntryContentDiv
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;

    width:100%;
}

._SDBodyMedia
{
    position:relative;
    clear: left;
    display: inline;
    float: left;
    margin: 2px 10px 5px 0px;
    /*background-color:#CCCCCC;*/

    /*max-height:200px;*/
    max-width:300px;
}
        ._BodyCaption
        {
            display:block;
            color:#808080;
            font-family: inherit;
            font-size: .75em;

            margin-bottom:5px;
        }
               
        /*      BODY VIDEO DIVs         */
        /*                              */


._BodyYoutubeDiv
{
    clear: left;
    display: inline;
    float: left;
    margin: 2px 10px 5px 0px;

    width:300px;
}

._BodyVideoLinkDiv
{
    position:relative;
    display: inline;
    float: left;

    text-align:center;

    padding:.2em;
    margin: 0px 0px 2em 0px;

    width:100%;
}
    ._BodyYoutubeEmbed
    {
        position:relative;
        border:1px solid #5c87b2;

        width:100%;
        height:200px;
    }

        /*      BODY TYPES        */

    ._typeImageDiv
    {
        margin-top:1px;
        max-height:100%;
        max-width:300px;
    }

    ._typeVideoDiv
    {
        margin-top:1px;
        max-height:100%;
        max-width:156px;
    }

    ._typeGalleryDiv
    {
        margin-top:1px;
        height:104px;
        width:100%;
    }





    /*        FOOTER STYLES         */
    /*                              */
    /*                              */
    /*                              */



._StoryFooterMediaDiv
{
    position:relative;
    display: block;
    margin-top:1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;

    width:100%;
}
    ._FooterCaption
    {
        display:block;
        color:#808080;
        font-family: inherit;
        font-size: .75em;

        margin-top:5px;
    }

        ._FooterImage
        {
            width:100%;
        }
        ._FooterGallery
        {
            width:100%;
            height:320px;
        }
        ._FooterYoutube
        {
            position:relative;

            width:100%;
            height:320px;
        }


    /*        MOBILE STYLES         */
    /*                              */
    /*                              */
    /*                              */

.SDVMobileHeader
{
    position:absolute;
    border:1px solid #5c87b2;
    border-radius:5px;

    -webkit-box-shadow:  0px 1px 3px 0px #5c87b2;      
    box-shadow:  0px 1px 3px 0px #5c87b2;

    top:7px;
    left:0px;

    width:99%;
    margin:auto;
    margin-bottom:2em;
}

.SDVMobileHeaderTitle
{
    text-align:center;
    margin-bottom:4px;

    text-decoration:none;

    font-size:1.5em;
}
    h5.SDVMobileHeaderTitle a.SDVMobileHeaderTitleLink
    {
        display:block;
        width:100%;
    }
    h5.SDVMobileHeaderTitle a.SDVMobileHeaderTitleLink:hover,
                            a.SDVMobileHeaderTitleLink:visited
                            
    {
        background-color:none;
        text-decoration:none;
    }

._DailyMobileAColumn
{

}