/*
-----------------------------------------------
Client:Demand Local
Project:Dashboard

File Name: hd.css
Version: 1.0
Notes: Sets rules for the [h]ea[d]er.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#hd {
    background: #eee;
    position: relative;
}

/* Logo and tagline
----------------------------------------------- */
#hd-content img {
    margin: 0;
}

/* Skip navigation
----------------------------------------------- */
p.skip { /* Moves links to the main content off the page. */
    left: -9999px;
    position: absolute;
}

/* Utility navigation
----------------------------------------------- */
div#unav {
    padding: 5px 10px 7px;
    min-height: 12px;
    margin:auto;
    width:1200px; /* this comes from the width of div#content */
}

#unav ul {
    float: right;
    font-size: 93%;
    margin: 0;
}

#unav li {
    float: left;
    font-family: 'trebuchet ms';
    line-height: 100%;
    list-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 10px;
}

#unav li.log {
    border-left: 2px solid #32669d;
}

#unav a {
    font-weight: bold;
    text-decoration: none;
}

/* Client select box
----------------------------------------------- */
#hd-content form {
    border-bottom: 1px solid #a7a8a2;
    float: right;
    margin: 0 0 10px;
    padding: 10px 5px;
    -moz-box-shadow: 0px 1px 1px #efefef;
    -webkit-box-shadow: 0px 1px 1px #efefef;
    box-shadow: 0px 1px 1px #efefef;
}

#hd-content form label {
    font-size: 93%;
    font-weight: normal;
    margin: 0 7px 0 0;
    text-transform: uppercase;
}

#hd-content div.singleclient {
    border-bottom: 1px solid #a7a8a2;
    float: right;
    margin: 0 0 10px;
    padding: 10px 5px;
    -moz-box-shadow: 0px 1px 1px #efefef;
    -webkit-box-shadow: 0px 1px 1px #efefef;
    box-shadow: 0px 1px 1px #efefef;
    width: 411px;
    height: 20px;
}

#hd-content div.singleclient p {
    text-align: right;
    font-size: 93%;
    font-weight: normal;
    margin: 0 7px 0 0;
    text-transform: uppercase;
}

/* Content header
----------------------------------------------- */
div#pcon-hd {
    border-bottom: 3px #000 solid;
    min-height: 80px;
    padding-top: 10px;
    position: relative;
}

div#pcon-hd.periscope {
    border-bottom: 1px #000 solid;
}

p#bnav { /* Breadcrumb navigation */
    font-size: 93%;
    margin: 0 0 5px;
}

#bnav a {
    text-decoration: none;
}

#pcon-hd h1 {
    float: left;
    width: 520px;
}

ul#tools {
    float: right;
    font-size: 93%;
    margin: 0 0 10px;
    width: 235px;
}

#tools li {
    list-style: none;
    margin: 0 0 7px;
    text-align: right;
}

#tools a {
    text-decoration: none;
}

ul#tools.orders {
    width: 320px;
}

ul#tools.orders li {
    height: 33px;
    margin-bottom: 0px;
}

ul#tools.orders select {
    margin-top: 9px;
    display: inline;
}

/* Tab menu
----------------------------------------------- */
ul#tabs.main-tabs {
    background: transparent url(/img/bg-tab-blnd.jpg) repeat-x 0 100%;
    margin: 0 0 15px;
    padding: 5px 10px 0;
}

#tabs.main-tabs li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}

#tabs.main-tabs a {
    color: #000;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#tabs.main-tabs a strong {
    display: block;
    padding: 7px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#tabs.main-tabs a:hover, #tabs.main-tabs a:focus, #tabs.main-tabs .here a {
    background: transparent url(/img/bg-tab-r.jpg) no-repeat bottom right;
    color: #000;
}

#tabs.main-tabs a:hover strong, #tabs.main-tabs a:focus strong, #tabs.main-tabs .here a strong {
    background: transparent url(/img/bg-tab-l.jpg) no-repeat bottom left;
}

#tabs.main-tabs img {
    display: inline;
    margin: 0 5px 0 0;
    vertical-align: top;
}

ul#tabs.lower-tabs {
    margin: -15px 0 15px;
    padding: 5px 10px 0;
}

#tabs.lower-tabs li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}

#tabs.lower-tabs li {
    text-decoration: underline;
}

#tabs.lower-tabs li.here {
    font-weight: bold;
    text-decoration: none;
}

#tabs.lower-tabs a {
    color: #000;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#tabs.lower-tabs a span {
    display: block;
    padding: 7px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#tabs.lower-tabs a:hover, #tabs.lower-tabs a:focus, #tabs.lower-tabs .here a {
    color: #000;
}

#tabs.lower-tabs a:hover span, #tabs.lower-tabs a:focus span {
    background: #fff;
}

#tabs.lower-tabs img {
    display: inline;
    margin: 0 5px 0 0;
    vertical-align: top;
}