﻿/* MULTIPLE BACKGROUND IMAGE STYLE 
=====================================*/
/* COMMON CLASSES */
.break
{
    clear: both;
}

#banner {
    height: 420px;
    overflow: hidden;
}

.headerimg
{
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
    position: absolute;
}

/* HEADER TEXT */
#headertxt
{
    width: 960px;
    margin: 0 auto;
    clear: both;
    position: relative;
    visibility: visible;
    top: 74px;
}

#firstline
{
    color: rgba(255, 153, 0, 1);
    font-family: playballregular;
    font-size: 4.0em;
    padding: 4px 13px 7px;
    float: left;
    display: block;
    visibility: visible;
    text-shadow: 1px 1px 1px rgba(100,100,100,1);
}

#secondline
{
    background-color: rgba(0, 102, 102, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(100,100,100,1);
    font-family: 'Segoe UI';
    font-size: 1.35em;
    font-style: italic;
    font-weight: 600;
    padding: 0 13px 10px;
    float: left;
    display: block;
    clear: both;
    visibility: visible;
    margin-left: 20px;
}

#secondline:hover
{
    text-decoration: underline;
    visibility: visible;
}

.pictured
{
    background-color: rgba(100, 100, 100, 0.5);
    color: #FFF;
    font-size: 12px;
    padding: 9px 16px;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
    visibility: visible;
}

.pictured a
{
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
}

.pictured a:hover
{
    text-decoration: underline;
}

/* CONTROLS */
.btn
{
    background-color: rgba(0, 102, 102, 1);
    height: 32px;
    width: 32px;
    float: left;
    cursor: pointer;
    padding: 2px 5px;
    opacity: 0.5;
}

.btn:hover
{
    background-color: rgba(255, 153, 0, 1);
    opacity: 1;
}
#back
{
    background-image: url("../images/btn_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    left: 50px;
    position: absolute;
}
#next
{
    background-image: url("../images/btn_next.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    right: 50px;
}
#control
{
    background-image: url("../images/btn_pause.png");
    visibility: hidden;
}

/* HEADER HAVIGATION */
#headernav-outer
{
    position: relative;
    top: 150px;
    margin: 0 auto;
    width: 100%;
}
#headernav
{
    padding-left: 0px;
    width: 100%;
}

/*
=====================================*/
