﻿body
{
    background-color:#B0C4DE;
}

h1
{
    font-family: Papyrus, Trebuchet MS;
    text-align: center;
    width: 100%;
}

h1 a
{
    text-decoration:none;
}

a:hover
{
    color:#228B22;
    background-color:#B0C4DE;
}

h1 a:hover
{
    background-color:Transparent;
}

#mainWrap
{
    /* min-height: 550px;*/
    height: 550px; 
    margin: 0px;
    padding: 0px 5px 0px 5px;
    border-style:groove;
    border-width:5;
    overflow:scroll;
}

#entMainWrap
{
    margin: 0px;
    padding: 0px 5px 0px 5px;
    border-style:groove;
    border-width:5;
}

.topNavBar 
{  /* outer wrapper */
    border-style:ridge;
    border-color:black;
    border-width:medium;
    width:100%;
    height:9%;
    display:table;
    vertical-align:middle;
    margin:-2% 3px auto -3px;
    background-color:Aqua;
}

.navWrapper 
{ /* inner wrapper */
    text-align:center;
    position:relative;
    display:table-cell;
    vertical-align:middle;
    /* top: -50%; */
    background-color:Red; 
}

.navButtonDivClass
{
    border-style:groove;
    border-color:black;
    width:11%;
    margin:1%;
    text-align:center;
    float: left;
}
    
#contentWrap 
{
    margin:0 2% 0 2%;
    padding:0 1% 0 1%;
}
    
.ulHeader
{   
    list-style-type:circle;
    font-family:Verdana;
    font-weight:bold;
}
            
.liContent
{
    list-style-type: square;
    font-family:Arial;
    text-indent: 15px;
}
             
.liBlank
{   
    list-style-type:none;
}

#calWrap
{   
    /* height:625px; */
}

.calTable
{
    width: 100%;
    height: 100%;
}

.calDayHeader
{
    width: 14.285%;
    height: 12.5%;
}

.calCellStyle
{   border-width:thin;
    border-style:groove;
    width: 14.285%;
    height: 17.5%;
}

.calDate
{
    text-align: left;
    font-weight: bold;
}
            
.calContent
{   
    margin-left: 20px;
}

#kitchenHours
{
    border-style:ridge;
    float:left;
    width:25%;
    margin-left: 20%;
}

#barHours
{
    border-style:ridge;
    float: right;
    width:25%;
    margin-right: 20%;
}
                            
.tdHours
{
    font-weight:bold;
    font-family: Papyrus, Verdana;
}

th
{
    text-align:center;
    font-weight:bold;
    font-size:larger;
}

.fbmsLink
{
    height:45px;
    width:145px;
}

#SPPoster
{
    width: 33%;
    margin:0 33% 0 33%;
}

#map
{
    float:left;
    margin:10px;
    border-style:inset;
    border-width:medium;  
}

#phoneAddress
{
    font-weight:bold;
    float:right;
    margin: 100px 150px 100px 80px;
}

#menuIcon
{
    text-align:center;
    width:300px;
    height:170px;
    margin: 20px 30% 10px 33%;
}

#100_3393
{
    height:362px;
    width:244px;
}

#homePagePicture
{
    margin: 20px 20px 20px 50px;
    float: left;
}

#aboutUs
{	
    display:none;
    font-family:Papyrus, Verdana;
    margin:20px auto auto auto;
}

#socialNetwork
{
    margin:20px 50px 20px 20px;
    float:right;
}

#beerOfTheMonthImg
{
    width:360px;
    height:290px;
}

#beerOfTheMonth
{
    margin: 5px 30% 0 30%;
}

.calMonth
{
    font-family:Verdana;
    font-weight:bold;
}

td.calMonth a span.hideMonth
{
    display:none;
}

td.calMonth a:hover span.hideMonth
{
    display:inline;
}
