@import "reset.css"; /* set default styling across browsers */

/* -------------------------------------------------------------- 
   layout -- box sizes, position, backgrounds
-------------------------------------------------------------- */
body {
    background: #000 url('../images/design/red_wallpaper_tile_medium_1x1.jpg') repeat scroll top left;
    text-align: center;
    padding-top: 33px;
    position: relative;
}
h1#header {
    width: 912px;
    height: 170px;
    background: transparent url('../images/design/header.png') no-repeat scroll top left;
    margin: 0 auto;
}
address {
    width: 828px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 14px;
    line-height: 132%;
    font-style: normal;
}
#introduction {
    position: absolute;
    right: 23px;
    width: 310px;
    height: 80px;
    color: white;
    top: -33px;
    text-align: center;
    z-index: 100;
}
#page {
    width: 912px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #fff;
    position: relative;
}
#content {
    width: 908px;
    color: white;
    background: #000;
    margin: 0 auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.hidden {
    display: none;
}
.float-right {
    float: right;
    display: inline; /* fix IE double-margin bug */
}
.float-left {
    float: left;
    display: inline; /* fix IE double-margin bug */
}
#slideshow {
    width: 556px;
    height: 270px;
    margin-left: 33px;
    position: relative;
    background: white;
}
#slideshow img {
    border: 6px solid white;
    position: absolute;
    top: 0;
    left: 0;
}
#slideshow {
    margin-top: 67px;
}
#special-events {
    margin-top: 51px;
}
#directions,
#menu,
#private-dining {
    width: 159px;
    margin-left: 33px;
    margin-top: 33px;
    text-align: center;
}

/* -------------------------------------------------------------- 
   box -- sidebar boxes
-------------------------------------------------------------- */
div.box, 
div.box-outer,
div.box-inner {
    width: 251px;
}
div.box {
    background: transparent url(../images/design/box-top.jpg) no-repeat scroll top left;
    padding-top: 7px;
    clear: right;
    margin: 0 33px 33px 0;
    text-align: center;
    color: #000;
}
div.box-outer {
    background: transparent url(../images/design/box-bottom.jpg) no-repeat scroll bottom left;
    padding-bottom: 8px;
}
div.box-inner {
    background: transparent url(../images/design/box-middle.jpg) repeat-y scroll top left;
    padding-top: 15px;
    overflow: hidden;
}

/* -------------------------------------------------------------- 
   forms -- input boxes, text boxes, etc
-------------------------------------------------------------- */
#reservations input {
    background: #FFFFFF url(../images/design/form-field-bg.jpg) repeat-x scroll 0 -4px;
    border: 1px solid #999;
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 10px;
    width: 110px;
    padding: 4px 0px 2px 10px;
}
#reservations input.submit {
    background: transparent url(../images/design/reservation-button.jpg) no-repeat scroll top left;
    border: none;
    vertical-align: middle;
    width: 179px;
    height: 38px;
    text-indent: 179px;
    word-spacing: 10em; /* makes it work in all browsers */
    text-align: right; /* see above */
    cursor: pointer;
    margin: 15px auto;
}
#reservations label {
    float: left;
    display: inline; /* fix ie double-margin bug */
    width: 90px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}
#reservations textarea {
    width: 84%;
    height: 55px;
    padding: 4px 0px 2px 10px;
}

/* -------------------------------------------------------------- 
   typography -- fonts, sizes, and text spacings
-------------------------------------------------------------- */

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 120%;
    color: #000;
}
h1, h2 { 
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0.07em;
    margin-bottom: 7px;
}
#delivery h2,
#reservations h2,
#special-events h2 {
    float: left;
    display: inline; /* fix IE double-marign bug */
    margin: 0px 0px 15px 37px;
}
#special-events table {
    clear: both;
}
#special-events table th {
    font-size: 30px;
    line-height: 40px;
    color: #660000;
    padding: 0 18px;
}
#special-events table td {
    text-align: left;
}
#delivery h2 {
    width: 149px;
    height: 24px;
    background: white url(../images/design/uptowne-delivers.jpg) no-repeat scroll top left;
}
#reservations h2 {
    width: 130px;
    height: 18px;
    background: white url(../images/design/reserve-a-table.jpg) no-repeat scroll top left;
}
#special-events h2 {
    width: 122px;
    height: 25px;
    background: white url(../images/design/special-events.jpg) no-repeat scroll top left;
}
#special-events a,
#delivery a {
    color: #333;
    text-decoration: underline;
}
#menu a {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
}
