/*
Theme Name: Kelly's Airsickness Bags
Description: Custom theme recreating the look of Kelly's World of Airsickness Bags - blue banner, A-Z navigation bar, and maroon sidebar with the original navy/white bordered bag tables.
Author: Jeff McDaniel
Version: 1.0.0
*/

* { margin: 0; padding: 0; }

body {
    color: #000;
    font-size: 12px;
    font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    background-color: #DDDDDD;
}

#kab-wrap {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
}

td.cont {
    color: #000;
    font-size: 12px;
    font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    line-height: 1.4;
}

td {
    color: #000;
    font-size: 12px;
    font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    line-height: 1.4;
}

th { color: #175AB6; font-size: 12px; }

.navi { color: #009; font-size: 12px; }

.head { color: #990000; font-size: 15px; font-weight: bold; }
.head2 { color: #093; font-size: 14px; font-weight: bold; }

a:link, a:visited, a:hover { color: #900; font-weight: bold; }

a.navi:link, a.navi:visited, a.navi:hover {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    width: 110px;
    background-color: #990000;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    margin-left: 5px;
    text-decoration: none;
    padding: 2px 0;
}
a.navi:hover {
    background-color: transparent;
}

a.list:link, a.list:visited, a.list:hover, a.list:active {
    color: #FFFFFF;
}

.highlight { background-color: #F0A320; }

.bag-table {
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #003366;
    width: 510px;
    color: #FFFFFF;
}
.bag-table td {
    border: 1px solid #000000;
    padding: 4px;
    color: #FFFFFF;
}
.bag-table .bag-head td {
    background-color: #000033;
    font-weight: bold;
    text-align: center;
}

.kab-pagination { margin-top: 10px; }
.kab-pagination a, .kab-pagination span { margin: 0 3px; }
