﻿.blank{}
/* 
Title:      Department of HSS, Government of Yukon website hss.css
Author:     Government of Yukon
Updated:    November 17, 2010
*/

/* ---------------------------------------------------------
    Body and links
---------------------------------------------------------- */

    body {
        background: #76C3C8 url("images/bg_hss_body.png") repeat-x left top;
        color: #0000000;
        }

    #wrapper {
        background: #76C3C8 url("images/bg_hss_wrapper.png") no-repeat 0 0;
        }

    a:link, a:visited {
        color: #003333;
        text-decoration: underline;
        }
    a:hover {
        color: #2C565C;
        text-decoration: underline;
        }
        
/* ---------------------------------------------------------
    Structural elements
---------------------------------------------------------- */

    #header {
        width: 790px;
        *width: 782px; /* IE 7 only */
        padding-bottom: 2px;
        *padding-bottom: 0; /* IE 7 only */
        }

    #header a:link, #header a:hover, #header a:visited, #header a:active {
        color: #666;
        }
        
    #search-form {
        margin: 6px 20px 0 0;
        *margin: 6px 10px 0 0; /* IE 7 only */
        font-size: 75%;
        line-height:95%
        }

    #department {
        width: 760px;
        background: #2C565C url("images/bg_hss_department.png") no-repeat left top;
        }
        
    #breadcrumb {
        background: # url("images/bg_hss_breadcrumb.png") no-repeat left bottom;
        }
        
        #breadcrumb ul {
            line-height: 22px;
            font-size: 75%;
            }
        
    #left, #right {
        margin-top: -5px;
        }
        
/* ---------------------------------------------------------
    Banner ads
---------------------------------------------------------- */

    #banner_ads {
        position: relative;
        margin: 0 auto 1px auto;
        padding: 0;
        width: 760px;
        height: 82px;
        font-size: 80%;
        }

        #banner_ads a img {
            border: none;
            }

        #banner_ads li.slide {
            list-style-type: none;
            }

        #banner_ads .slides {
            height: 82px;
            margin: 0;
            }

            #banner_ads .slides li.slide {
                visibility: hidden;
                position: absolute;
                left: 0px;
                top: 0;
                }

            #banner_ads .buttons {
                display: none;
                }

            #banner_ads .buttons {
                display: block;
                position: absolute;
                z-index: 100;
                left: 600px;
                bottom: 5px;
                margin: 0;
                font-size: 80%;
                font-weight: normal;
                margin-left: 4px;
                }

            #banner_ads .buttons li {
                float: left;
                display: inline;
                width: 16px;
                height: 16px;
                margin: 0;
                padding-left: 5px;
                line-height: 16px;
                background: url("images/bg_button_banner.png") no-repeat;
                }

            #banner_ads .buttons li a {
                float: left;
                text-decoration: none;
                width: 16px;
                height: 16px;
                outline: 0;
                }

                #banner_ads ul.buttons li a:hover {
                    text-decoration: none;
                    color: #2C565C;
                    }
                    
                #banner_ads ul.buttons li.active a:hover, #banner_ads ul.buttons li.active a {
                    color: #2C565C;
                    font-weight: bold;
                    }
                    
/* ---------------------------------------------------------
    Text
---------------------------------------------------------- */

    #left h1, #right h1 {
        margin-top: 10px;
        padding: 4px 0 4px 12px;
        background: url("images/bg_hss_left_cap.png") no-repeat left top;
        border-bottom: none;
        font-size: 90%;
        font-weight: bold;
        }

        #left h1 a:link, #left h1 a:visited, #left h1 a:hover, #left h1 a:active, #right h1 a:link, #right h1 a:visited, #right h1 a:hover, #right h1 a:active {
            text-decoration: none;
            color: #333333;
            }
    #right p {
        font-size: 80%;    
        }
            
    #middle h1 {
        text-align: center;
        color: #333333;
        padding: 12px 0 15px 0;
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom: none;
        }

    #middle h2 {
        color: #2C565C;
        font-size: 90%;
        font-weight: normal;
        margin: 0 0 2px 0;
        line-height: 18px;
        }

    #middle h3 {
        color: #2C565C;
        margin: 15px 0 0 0;
        padding-top: 5px;
        border-top: 1px solid #2C565C;
        font-size: 90%;
        font-weight: normal;
        line-height: 18px;
        }

                .middle_dashed {
                    border-bottom: 1px dashed #ccc;
                    padding: 0 9px 5px 0;
                    margin: 0 0 15px 0;
                    } 
    #middle_intro p {
            font-size: 100%;
            color: #003333;
            font-weight: normal;
            margin: 15px 0 0 0;
            line-height: 1.5em;
            } 

    #middle p {
        font-size: 85%;
        margin: 0 0 10px 0;
        line-height: 18px;
        }

    #middle ul {
        font-size: 85%;
        }

    #middle ol {
        font-size: 85%;
        }

        .contact_box {
            background: #ffffcc;
            border: 1px solid #fdb813;
            padding: 10px 10px 10px 10px;
            margin-top: 20px;
        }

        .feedback_box {
            font-size: 80%;
            background: #d9f0f0;
            border: 1px solid #99cccc;
            padding: 5px 5px 5px 5px;
            margin-top: 15px;
        }


    #full h1 {
        color: #2C565C;
        border-bottom: solid 1px #2C565C;
        margin: 10px 0 5px 0;
        }

    #full h2 {
        color: #2C565C;
        }

    #full p {
        font-size: 85%;
        margin: 0 0 10px 0;
        line-height: 18px;
        }

    #full ul {
        font-size: 85%;
        }
    #full ol {
        font-size: 85%;
        }

/* ---------------------------------------------------------
    Nav box, left and right columns
---------------------------------------------------------- */

    .nav_box {
        margin: 0px;
        width: 170px;
        background: url("images/bg_hss_navbox.png") no-repeat left bottom;
        }

        .nav_box ul {
            padding-bottom: 12px;
            list-style: none;
            }

            .nav_box li {
                line-height: 17px;
                font-size: 85%;
                list-style: none;
                border-top: 1px dashed #ffffff;
                }

            .nav_box a {
                display: block;
                color: #2C565C;
                text-decoration: none;
                padding: 4px 14px 4px 12px;
                }

                .nav_box a:hover {
                    color: #FFF;
                    background: #76C3C8;
                    }

                .nav_box a.active {
                    color: #FFF;
                    background: #44858E;
                    }


/* ---------------------------------------------------------
    Pop box, left and right columns
---------------------------------------------------------- */
    .pop_box {
        margin: 2px;
        width: 170px;
        }
        .pop_box ul {
            list-style: none;
            }

            .pop_box li {
                font-size: 85%;
                list-style: none;
                }

            .pop_box a {
                display: block;
                text-decoration: none;
                color: #000000;
                border-left: 8px solid #99cccc;
                border-top: 1px solid #99cccc;
                border-right: 2px solid #99cccc;
                border-bottom: 1px solid #99cccc;
                padding: 6px;
                }

                .pop_box a:hover {
                    display: block;
                    text-decoration: none;
                    color: #000000;
                    background: #ccdada;
                    border-left: 8px solid #669999;
                    border-top: 1px solid #669999;
                    border-right: 2px solid #669999;
                    border-bottom: 1px solid #669999;
                    padding: 6px;
                    }

                                        
/* ---------------------------------------------------------
    Sidebar and crest
---------------------------------------------------------- */

    .sidebar_ads {
        margin-bottom: 5px;
        }
        
    .crest {
        margin: 5px 0;
        }
    .menu_feature {
        padding: 0 0 4px 0;
        }

/* ---------------------------------------------------------
    Middle heading box
---------------------------------------------------------- */

    .heading_box {
        float: left;
        margin: 10px 0;
        width: 382px;
        background: url("images/bg_hss_middle_heading.png") no-repeat left bottom;
        }

        .heading_box_title {
            padding: 10px 0 0 0;
            background: url("images/bg_hss_middle_heading_cap.png") no-repeat left top;
            }

        .heading_box_notitle {
            background: url("images/bg_hss_middle_heading_cap_notitle.png") no-repeat left top;
            }

        .heading_box_content {
            float: left;
            width: 345px;
            padding: 15px 20px 20px 20px;
            }
            
            .heading_box_content h3 {
                float: left;
                width: 345px;
                }
            
            .heading_box_item {
                float: left;
                width: 345px;
                margin-bottom: 5px;
                }

                .heading_box_item img {
                    float: left;
                    border: 1px solid #2C565C;
                    margin: 5px 10px 0 0;
                    }



/* ---------------------------------------------------------
    Video-related styles
---------------------------------------------------------- */
.video-preview 
{
    width: 164px;
    height: 150px;
    float: left;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
}
.video-preview div 
{
    text-decoration: underline;
    line-height: 18px;
}
.video-preview p 
{
    font-size: 80% !important;
}
.video-preview p span 
{
    color: #F6B348;
}
.video-categories 
{
    margin-top: 15px;
    height: 33px;
    width: 565px;
    padding: 10px;
    padding-left: 20px;
    padding-top: 4px;
    background: url("images/bg_hss_select_category.png") no-repeat;
}
.video-categories a
{
    padding-right: 20px;
}
.video-categories .active
{
    text-decoration: none;
    color: #2C555B;
}
.video-player 
{
    padding-top: 6px;
}
.video-player-top 
{
    width: 565px;
    height: 65px;
    background: url("images/bg_hss_middle_heading_wide_cap.png") no-repeat;
}
.video-player-top h1 {
    border-bottom: medium none !important;
    color: #FFFFFF !important;
    padding: 20px 0 10px;
    text-align: center;
}
.video-player-body 
{
    padding: 15px;
    background: url("images/bg_hss_middle_heading_wide.png") no-repeat bottom;
}
.video-player-body p 
{
    padding: 0px;
    padding-top: 15px;
    margin: 0px !important;
}
.video-player-body p.special 
{
    color: #F6B348;
}



/* ---------------------------------------------------------
    Footer
---------------------------------------------------------- */

    #footer {
        margin: 40px auto 0 auto;
        background: url("images/bg_hss_footer.png") no-repeat 15px 0;
        width: 790px;
        height: 99px;
        }
    
        #footer ul {
            color: #2C565C;
            padding-top: 60px;
            font-size: 75%;
            }
 
/* ---------------------------------------------------------
    Alphalist
---------------------------------------------------------- */

p.alphalist
{
width: 95%;
padding: 4px 4px 4px 4px;
margin: 20px 0px 20px 0px;
border: 1px solid #daa520;
font: bold 100% Verdana, sans-serif;
background: #fafad2;
letter-spacing: normal;
text-align: center;
/*text-indent: 20px;*/
}
p.alphalist a
{
line-height: 25pt;
padding: 5px 5px 5px 5px;
font-size: 100%;
margin-left: 1px;
border: 1px solid #daa520;
background: #dcdcdc;
text-decoration: none;
text-align: center;
color: black;
}
p.alphalist a:hover
{
color: #000000;
background: #ffffff;
border: 1px solid #000000;
}
 
#alphalist
    {
    width: 100%;
    margin: 1em 0;
    padding: 0px;
    align: center;
    }

#alphalist ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

#alphalist li
    {
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    display: inline;
    }

#alphalist a
    {
    width: 100%;
    text-decoration: none;
    border: 1px solid #daa520;
    background: #dcdcdc;
    color: black;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    display: block;
    }

#alphalist a:hover
    {
    color: #fff;
    background: black;
    border: 1px solid 99cccc;
    }
