﻿/*

J.Butler's Bar & Grille CSS Stylesheet

*/

body
{
    background: url(../images/green.jpg);
    font-size: 12pt;
    font-family: "georgia", "times new roman", serif;
    color: #333333;
}

img
{
    border: solid 1px #6F5230;
}

img.left
{
    position: relative;
    float: left;
    margin: 1.4em 1.8em 1.4em 0em;
}

img.right
{
    position: relative;
    float: right;
    margin: 0em 0em 1.8em 1.8em;
}

h3
{
    font-size: 1.7em;
    padding-right: 34px;
    background-image: url('../images/yb1.jpg');
    display: inline;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right;
}

h4
{
    font-size: 1.2em;
    padding-right: 28px;
    background-image: url('../images/yb2.jpg');
    display: inline;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right;
}

span.minorheading
{
    font-style:oblique;
    font-variant:small-caps;
    display:block;
}

table.gallery
{
    width: 100%;
    margin-top: 2.0em;
    padding: 2.0em 2.0em 2.0em 2.0em;
    border-style: none;
    text-align: center;
}

table.gallery th, table.gallery td
{
    padding: 1.0em 1.0em 1.0em 1.0em;
    border-style:outset;
}

.divider1
{
    position: relative;
    background: #ffffff url('../images/border2.gif') repeat-x;
    height: 14px;
    margin: 2.0em 0em 1.5em 0em;
    clear: both;
}

.divider2
{
    position: relative;
    height: 1px;
    border-bottom: solid 1px #eaeaea;
    margin: 2.0em 0em 2.0em 0em;
}

.box
{
    position: relative;
    background: #FDFCF6 url('../images/boxbg.gif') repeat-x;
    left: -1.5em;
    top: -1.5em;
    padding: 1.5em;
    border-bottom: solid 1px #E1D2BD;
    margin-bottom: 1.0em;
}

a:hover
{
    text-decoration: none;
}

#content
{
    padding: 2.0em 2.0em 0em 2.0em;
}

.content
{
    padding: 1.0em 0em 2.0em 0em;
}

#topbg
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 275px;
    background: url(../images/gbg1.jpg) repeat-x;
    z-index: 1;
}

#inner
{
    z-index: 2;
    position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
    width: 774px;
    border: solid 7px #ffffff;
    background-color: #ffffff;
    margin: 70px 70px 70px 70px;
}

#header
{
    position: relative;
    width: 100%;
    height: 240px;
    background: #2B2B2B url('../images/butler2.gif');    
    margin-bottom: 2px;
}

#navmenu
{
    position: relative;
    background: #8A0905 url('../images/rbg1.jpg') repeat-x top left;
    height: 3.5em;
    padding: 0em 1.0em 0em 1.0em;
    margin-bottom: 2px;
}

#navmenu ul
{
    position: relative;
    top: -1.3em    
}

#navmenu ul li
{
    position: relative;
    display: inline;
}


#navmenu ul li a
{
    padding: 0.5em 1.0em 0.9em 1.0em;
    color: #ffffff;
    text-decoration: none;
}


#navmenu ul li a:hover
{
    text-decoration:underline;    
}

#navmenubottom
{
    background: #ffffff url('../images/border1.gif') repeat-x;
    height: 14px;
    margin-bottom: 0.5em;
}

#footer
{
    position: relative;
    height: 2.0em;
    clear: both;
    padding-top: 6.0em;
    background: #ffffff url('../images/border2.gif') repeat-x 0em 2.5em;
    font-size: 0.6em;
}

#footer .left
{
    position: absolute;
    left: 2.0em;
    bottom: 1.2em;
}

#footer .right
{
    position: absolute;
    right: 2.0em;
    bottom: 1.2em;
}
