/* HBD Appliances - temporary rebrand site */

* { margin: 0; padding: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background: #e8e8e8 url('data:image/png;base64,') repeat;
    line-height: 1.6;
}

.wrapper {
    width: 960px;
    max-width: 96%;
    margin: 0 auto;
}

/* Header */
#top-bar {
    background: #ffd800;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #c9aa00;
}

#header {
    background: #1c2e4a;
    background: -webkit-linear-gradient(top, #24395c 0%, #16253c 100%);
    background: linear-gradient(to bottom, #24395c 0%, #16253c 100%);
    border-bottom: 4px solid #ffd800;
    padding: 18px 0;
}

#header .wrapper {
    overflow: hidden;
}

#header .logo {
    float: left;
}

#header .logo img {
    display: block;
    height: 60px;
    width: auto;
}

#header .header-contact {
    float: right;
    text-align: right;
    color: #ffffff;
    padding-top: 8px;
}

#header .header-contact .phone {
    font-size: 22px;
    font-weight: bold;
    color: #ffd800;
}

#header .header-contact .tagline {
    font-size: 12px;
    color: #b8c4d6;
}

/* Navigation */
#nav {
    background: #2f4a73;
    background: -webkit-linear-gradient(top, #3a5a8a 0%, #2a4266 100%);
    background: linear-gradient(to bottom, #3a5a8a 0%, #2a4266 100%);
    border-bottom: 1px solid #1c2e4a;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

#nav ul {
    list-style: none;
    overflow: hidden;
}

#nav li {
    float: left;
    border-right: 1px solid #23385a;
}

#nav li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 22px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#nav li a:hover,
#nav li a.active {
    background: #ffd800;
    color: #1c2e4a;
    text-shadow: none;
}

/* Breadcrumb */
#breadcrumb {
    font-size: 12px;
    color: #777777;
    padding: 12px 0 0 0;
}

#breadcrumb a {
    color: #2f4a73;
}

/* Content */
#content {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    margin: 15px auto 25px auto;
    padding: 30px;
}

#content h1 {
    font-size: 26px;
    color: #1c2e4a;
    border-bottom: 2px solid #ffd800;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

#content h2 {
    font-size: 19px;
    color: #2f4a73;
    margin: 22px 0 10px 0;
}

#content p {
    margin-bottom: 13px;
}

#content a {
    color: #2f4a73;
}

#content ul {
    margin: 0 0 13px 30px;
}

.notice-box {
    background: #fffbe0;
    border: 1px solid #e6d87a;
    border-radius: 4px;
    padding: 14px 18px;
    margin-bottom: 20px;
}

.notice-box strong {
    color: #8a7400;
}

.button {
    display: inline-block;
    background: #ffd800;
    background: -webkit-linear-gradient(top, #ffe23d 0%, #f0c800 100%);
    background: linear-gradient(to bottom, #ffe23d 0%, #f0c800 100%);
    border: 1px solid #c9aa00;
    border-radius: 4px;
    color: #1c2e4a !important;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 22px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.button:hover {
    background: #ffe23d;
}

/* Store boxes on Our Stores page */
.store-boxes {
    overflow: hidden;
    margin: 20px 0;
}

.store-box {
    float: left;
    width: 47%;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    text-align: center;
    text-decoration: none !important;
    padding-bottom: 20px;
}

.store-box + .store-box {
    float: right;
}

.store-box:hover {
    border-color: #ffd800;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.store-box .store-graphic {
    background: #1c2e4a;
    background: -webkit-linear-gradient(top, #2f4a73 0%, #1c2e4a 100%);
    background: linear-gradient(to bottom, #2f4a73 0%, #1c2e4a 100%);
    border-bottom: 3px solid #ffd800;
    border-radius: 4px 4px 0 0;
    padding: 25px 0 18px 0;
}

.store-box h3 {
    font-size: 21px;
    color: #1c2e4a;
    margin: 15px 0 5px 0;
}

.store-box .store-addr {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
}

.store-box .fake-button {
    display: inline-block;
    background: #ffd800;
    border: 1px solid #c9aa00;
    border-radius: 4px;
    color: #1c2e4a;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

/* Store detail pages */
.store-cols {
    overflow: hidden;
    margin-bottom: 10px;
}

.store-info {
    float: left;
    width: 46%;
}

.store-hours {
    float: right;
    width: 46%;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.info-table td {
    border: 1px solid #dddddd;
    padding: 7px 10px;
    vertical-align: top;
}

.info-table td:first-child {
    background: #f2f2f2;
    font-weight: bold;
    width: 110px;
    color: #1c2e4a;
}

.map-box {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 4px;
    background: #f7f7f7;
    margin: 15px 0;
}

.map-box iframe {
    display: block;
    border: 0;
    width: 100%;
}

/* Footer */
#footer {
    background: #1c2e4a;
    border-top: 4px solid #ffd800;
    color: #b8c4d6;
    font-size: 12px;
    padding: 25px 0;
}

#footer .wrapper {
    overflow: hidden;
}

#footer .footer-col {
    float: left;
    width: 30%;
    margin-right: 3%;
}

#footer h4 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #3a5a8a;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#footer a {
    color: #ffd800;
}

#footer .copyright {
    clear: both;
    border-top: 1px solid #3a5a8a;
    text-align: center;
    color: #7f8ea5;
    padding-top: 15px;
    margin-top: 20px;
}

@media (max-width: 700px) {
    #header .logo,
    #header .header-contact { float: none; text-align: center; }
    #header .logo img { margin: 0 auto 10px auto; max-width: 100%; height: auto; }
    #nav li { float: none; border-right: 0; }
    .store-box, .store-box + .store-box { float: none; width: auto; margin-bottom: 15px; }
    .store-info, .store-hours { float: none; width: auto; }
    #footer .footer-col { float: none; width: auto; margin-bottom: 15px; }
}
