/*
 * Color scheme:
 *
 * footer: #DBDB70
 * left column: #CD5B45
 */
* {
    margin: 0;
    padding: 0;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CD5B45;
    overflow: auto; /* hide inactive IE vertical scrollbar */
}

body {
    font-variant: small-caps;
    background: white url(images/body-background-350-left-only-reddish.jpg) repeat-y 0 0;
    font-size: 12pt;
}

td.button {
    background: transparent url(images/button-background-150x150.gif) no-repeat center center;
}

div#content {
    margin-left: 350px;
    text-align: center;
    background: black url(images/funky-light-smaller-more-see-through.jpg) repeat 100% 0;
}

div#wi-fi {
    vertical-align: middle;
}

table#images tr td {
    vertical-align: top;
}

div#left {
    float: left;
    width: 350px;
    background-color: #CD5B45;
}

div#footer {
    width: 100%;
    clear: left;
    background-color: #DBDB70;
}

img#drive-thru {
    margin-top: 2em;
    margin-bottom: 2em;
}

p#drive-thru-caption {
    font-size: 200%;
    margin-bottom: 1em;
    background-color: #DBDB70;
    border: 1px solid black;
}

img#logo {
    position: relative;
}

div#logo-foo {
    text-align: center;
    margin: 0.5em auto 0em auto;
}

div#map-content {
    margin: auto;
}

div#hours {
    text-align: center;
    margin: 1em auto;
}

div#about {
    text-align: center;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    font-size: 125%;
}

div#specials {
    text-align: center;
    margin: 1em auto;
    font-size: 125%;
}

div#contact {
    text-align: center;
    padding: 1em 0;
    white-space: nowrap;
}

p.hours-title, .contact-title {
    font-weight: bold;
    font-size: 125%;
}

p.hours, .contact {
    white-space: nowrap;
    margin-top: 0.5em;
}

span.pstn {
    white-space: nowrap;
}

p#hours-drive-thru {
    margin-top: 2em;
}

img.contact-swooshie {
    position: relative;
    top: .4em;
    margin: 0 1em;
}

img.swooshie-left {
    position: relative;
    top: .15em;
    margin-right: .2em;
}

img.swooshie-right {
    position: relative;
    top: .15em;
    margin-left: .2em;
}

img.swooshie-left-about {
    position: relative;
    margin-right: .2em;
}

img.swooshie-right-about {
    position: relative;
    margin-left: .2em;
}

div#images-div {
    overflow: hidden;
}

div#buttons-div {
    text-align: center;
    overflow: hidden;
}

table#images tr td img {
    padding-top: 2em;
}

table#images {
    margin: auto;
    border-collapse: collapse;
}

table#buttons {
    margin: 2em auto 0 auto;
    width: 100%;
    border-collapse: collapse;
}

a {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #555;
}

/* TODO: this should be a reset thing */
img {
    border: none;
}

div.ticker {
    margin: auto;
}

img.conference-room {
    margin-bottom: 2em;
}

div#conference-info {
    padding: 2em;
    margin: 0 4em 2em 4em;
    background-color: #DBDB70;
    border: 2px solid black;
}

p {
    margin-top: 1em;
}

div#about-general, div#about-name {
    text-align: left;
    margin: 0 4em 2em 4em;
    padding: 1em 2em 2em 2em;
    background-color: #DBDB70;
    border: 2px solid black;
}

div#about-name {
    margin-top: 3em;
}

div.special {
    padding: 2em;
    margin: 0 4em 2em 4em;
    background-color: #DBDB70;
    border: 2px solid black;
}

div.special-title {
    font-size: 200%;
}

div.special-description {
    font-size: 150%;
}

div.special-price {
    font-size: 125%;
}

