
/* All-around {{{ */
html {
    overflow-y: scroll;
}

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: #395b66;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-align: center;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}
/* }}} */

/* Layout {{{ */
#main {
    width: 809px;
    margin: 0 auto;
    background: url(/images/bevel-main.png) white center bottom no-repeat;
    text-align: left;
    border: 1px solid #666666;
}

#header {
    background: url(/images/bg-header.png) white center top repeat-x;
    border-bottom: 1px solid #bcbcbc;
    height: 162px;
}

#logo, #tagline {
    margin-left: 12px;
    float: left;
}

#tagline {
    margin-top: 89px;
}

#subHeader {
    float: right;
    padding: 22px 35px 0;
    width: 287px;
}

#music {
    float: right;
    width: 285px;
    height: 116px;
    text-align: center;
}

#orderIcon {
    display: inline;
}

#orderIcon img {
    border: 1px solid white;
}

#orderText {
    color: #ed2022;
    font-size: 120%;
    text-transform: uppercase;
    display: block;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0 7px;
    float: left;
    width: 126px;
    font-size: 90%;
}

.menu a {
    text-decoration: none;
    display: block;
    color: #ed2022;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 7px;
    border-top: 1px solid #d0d0d0}

.menu .first a {
    border-top: 0;
}

.menu a:hover {
    text-decoration: underline;
}

a.subscribe {
    display: block;
}

#content {
    float: left;
    width: 629px;
    padding: 0 25px 0 15px;
    font-size: 90%;
}

#footExtra {
    clear: both;
    padding: 14px;
    width: 783px;
    font-size: 75%;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

#footExtra a {
    color: black;
}

.footLeft {
    display: block;
    text-align: center;
}

.footLeft img {
    border-right: 5px solid white;
    vertical-align: middle;
}

#footer {
    font-size: 75%;
    text-align: center;
    color: #b2c0c4;
    padding-top: 0.5em;
    margin: 0 auto;
    width: 809px;
}

#footer a {
    color: #b2c0c4;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 3px;
}

#copyright {
    padding: 0.7em 0;
}
/* }}} */

/* Content {{{ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0.3em 0;
    font-weight: bold;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

.contentitem_default {
    margin: 0;
    padding: 0.5em 0;
}

.contentitem_default p {
    margin: 0;
    padding: 0;
}

.icon_default {
    font-size: 90%;
    text-align: center;
}

.c_gallery {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.c_gallery td {
    padding: 5px;
}

.c_gallery .controller td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    margin-right: 5px;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    margin-left: 5px;
}

.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

table.csv {
    font-size: 90%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

.error {
    color: #aa0000;
}

table.categoryIndex {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

table.categoryIndex td {
    vertical-align: bottom;
    padding: 5px;
}

table.categoryIndex a {
    text-decoration: none;
}

table.categoryIndex img {
    border: 1px solid black;
}
/* }}} */

