﻿/*---------------------------------------------------------
MyTacomaMaster.css

This CSS is for styles in the MyTacoma master pages: 
    MyTacomaMasterPage, MyTacomaTwoPaneMaasterPage, MyTacomaNoPane
    
4/29/2016 - MKLarson - Removed govME logo and adjusted headers
----------------------------------------------------------*/

/*----------------------------------------------------*/
/* BEGIN BASE STYLING */
/*----------------------------------------------------*/
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

html
{
    background-color: #304a6a;
    padding: 3px;
    padding-top: 0px;
    font-family: Arial;
    font-size: 16px; /* this sets the tone for the em's - this is 1em. */
    height: 100%;
    margin: auto;
}
body {
    font-family: "Source Sans Pro", Tahoma, sans-serif;
    font-size: 1em;
}
a
{
    font-size: .8em; /*text-decoration: none;*/
    font-weight: bold;
    color: #2A5B84;
}
a:hover
{
    color: #BD8025;
}
h1
{
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}
h2
{
    font-size: .95em;
    font-weight: bold;
    margin: 5px;
}
h3
{
    font-size: .9em; /*color: #BD8025;*/
    font-weight: bold;
    width: 100%;
    background-color: #4F81BD;
    vertical-align: middle;
    padding-left: 10px;
    height: 30px;
    color: #fff;
    padding-top: 4px;
}
h4
{
    color: #022b59;
    font-size: .85em;
    font-weight: bold;
    margin-left: 40px;
}
h4 a
{
    font-weight: bold;
    color: #2A5B84;
    font-size: 1em;
    text-decoration: underline;
}
.h4
{
    font-weight: bold;
    color: #2A5B84;
    font-size: 1em;
    margin-left: 40px;
    text-decoration: underline;
}
h5
{
    font-size: .8em;
    font-weight: bold;
}
h6
{
    font-size: .75em;
    font-weight: bold;
}
/*----------------------------------------------------*/
/* Header and Content container                       
/*----------------------------------------------------*/
.headerLogo
{
    float: left;
    width: 194px;
}
.headerTitle
{
    float: right;
    width: 245px;
    margin-left: 25px;
    margin-top: 8px;
    white-space: nowrap;
    font-size: 2em;
}
.subHeaderTitle
{
    float: none;
    width: auto;
    font-size: .9em;
    font-weight: 400;
}
#divHeaderLinks
{
    display: block;
    font-size: .8em;
}
#Header
{
    /*background-image:url('../Images/MyTacomaBkgrnd.jpg');*/
    /*background-position: left top;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 97px; /* CHANGES HEADER HEIGHT THAT CONTAINS GREEN and CITY SCAPE */
    border-bottom: 3px solid #002d62;
}
#HeaderTop
{
    height: 35px;
    width: 100%;
    background-color: #f78f1e;
    color: #002b68; /* fff is not enough contrast */
    min-width: 800px;
}
#HeaderBottom
{
    /*height: 100px;*/ /*ORIGINAL 200px - THIS WILL REDUCE OR HIDE CITY SCAPE*/
    background-image: url("../images/MyTacoma/DSC_9698_FINAL.jpg");
    background-repeat: repeat-x;
    background-position: bottom left;
}
#HeaderBottomTop
{
    background-image: url("../images/MyTacoma/banner_1px_greenonly.gif");
    background-repeat: repeat-x;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    opacity: 0.80; 
    padding-top: 8px;
    font-family: Arial;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    height: 58px;
}
#LoginStatus1
{
    font-size: .8em;
}
#Content
{
    background: url("../Images/MyTacoma/Tacoma_footer.jpg") no-repeat left bottom;
    background-color: #fff; /* off-white */
    overflow-x: hidden;
    padding: 15px;
}
#ContentArea
{
    background: #ccd59d;
    height: auto !important; /* real browsers */
    min-height: 100%;
    height: 100%;
    min-width: 800px; /* margin-top: -50px; THIS WILL HIDE THE ORANGE BAR */
}
a.govMElogoLink /* govME logo at top left of page */
{
    /*background-image: url("../Images/MyTacoma/govMELogo.jpg");*/
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: -10px;
}
#Tagline
{
    margin-left: 5px;
    font-size: .85em;
}
#HeaderLinks
{
    position: relative;
    top: -15px;
    right: 10px;
    text-align: right;
}
#HeaderLinks a
{
    color: #002b68;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}
#HeaderLinks a:hover
{
    text-decoration: underline;
}
.headerLogo
{
    float: left;
    width: 194px;
    /*background: url("../Images/MyTacoma/govMELogo.jpg") no-repeat left bottom;*/
    width: 167px;
    height: 50px;
}
.headerTitle
{
    float: left;
    margin-left: 25px;
    margin-top: 8px;
    white-space: nowrap;
}
.clearBoth
{
    clear: both;
}
/*----------------------------------------------------*/
/* TwoPane master page 
/*----------------------------------------------------*/
#LeftContainer
{
    float: left;
    width: 370px;
    padding: 5px;
    background-color: #fff;
    background-color: #ccd59d; /* green #ea963c;       /*border: 10px solid #fff; ADDED THIS BELOW TO ELIMINATE BK COLOR, WAS CUMBERSOME CONTROLLING WITH ManagePageSize.js     background: url("../Images/MyTacoma/taupefdbkground.jpg") repeat-x top left;     box-shadow: 5px 0px 3px #c3c3c3;*/
}
#LeftLinks
{
    text-align: right;
}
#COTlogo
{
    width: 100%;
    padding-top: 10px;
    background: url("../Images/COTLogoLink.gif") no-repeat right bottom;
    height: 70px;
}
#MainContainer
{
    background-color: #fff;
    border: 1px solid #ccd59d;
}

#LeftFooter
{
    font-size: .7em;
}
/* FOOTER styles */
#divFooter
{
    /*width:100%;*/
    font-family: Arial;
    font-size: .90em;
    vertical-align: bottom;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 8px;
}
.footerLinks
{
    font-size: .7em;
    color: #6886a5; /* 6886a5  022b59*/
    text-decoration: none;
}
.footerLinks:hover
{
    text-decoration: underline;
}
@viewport{    width: device-width;}
@media screen and (max-width:780px)
{

    html
    {
        padding: 0px;
        min-width: 400px;
    }
    body
    {
        margin: 3px;
    }
    #LoginStatus a
    {
        position: relative;
    }
    #Tagline
    {
        display: none;
    }
    #divHeaderLinks
    {
        display: none;
    }
    #HeaderLinks a
    {
        font-size: 1em;
    }
    #HeaderLinks
    {
        top: 0px;
        right: 10px;
        text-align: left;
        padding-left: 15px;
        font-size: 1em;
    }

    H3
    {
        width: 101%;
    }

    #ContentArea
    {
        min-width: 100px;
    }


    #HeaderLinksLogin
    {
        width: 100%;
        text-align: center;
        font-size: .9em;
        font-weight: normal;
        padding: 2px;
        border: 1px solid #fff;
        background-color: #304a6a;
    }
    #HeaderTop
    {
        height: 15px;
        min-width: 0;
        font-size: .8em;
    }
    .subHeaderTitle
    {
        float: none;
        width: auto;
        font-size: .7em;
        font-weight: 400;
    }
    #HeaderBottomTop
    {
        height: 65px;
    }
    #HeaderBottomTop
    {
        height: 65px;
        padding-top: 0px;
    }
    #Header
    {
        height: 75px;
    }

    .headerLogo
    {
        margin-top: 8px;
    }
}
@media screen and (max-width:420px)
{
    .headerTitle
    {
        font-size: 1.1em;
       margin-left: -145px; 
       margin-top: 35px;
    }
    .divFooter
    {
        font-size: .75em;
    }
    #HeaderBottomTop
    {
        height: 65px;
        padding-top: 0px;
    }
    #Header
    {
        height: 75px;
    }
    .headerLogo
    {
        margin-top: 8px;
   
    background-image: url("../Images/MyTacoma/govMELogosmall.jpg");
    height: 25px;
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;

}

}
