﻿body 
{
    color: #333;
    font-family: Georgia, Sans-Serif;
    font-size: 62.5%;
}



h1, h2, h3
{
    font-family: "Frutiger LT 57 Cn", Georgia;
}

h3
{
    color: #c80003;
}

p
{
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.bold
{
    font-weight: bold;
}

a:link
{
    color: #c80003;
    text-decoration: none;
}

a:visited
{
    color: #c80003;
    text-decoration: none;
}

a:hover
{
    color: #c80003;
    text-decoration: underline;    
}

a:active
{
    color: #c80003;
    text-decoration: none;    
}


/* ------------------------- Generic Styles ------------------------ */

.red
{
    color: Red;
}

.italic 
{
    font-style: italic;
}


/* -------------------------- Top Nav Bar -------------------------- */

#top-nav-bar
{
    background-color: #c80003;
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 1.3em;
    height: 36px;
    padding-top: 8px;
}

#search-box input
{
    background: #fff url(../i/icon-search.jpg) no-repeat;
    background-position: 248px 5px;
    border: solid 1px #ccc;
    font-family: Arial, Sans-Serif;
    height: 15px;
    padding: 5px;
    width: 260px;
}

#top-nav-bar ul
{
    float: right;
    margin-top: 6px;
    
}
#top-nav-bar ul li
{
    display: inline;
    list-style-type: none;
    margin-right: 15px;
}

/* -------------------------- Pub Main Heading --------------------- */

#pub-main-heading
{
    border-bottom: solid 2px #818181;
    border-top: solid 2px #818181;
    margin: 15px 0;
    padding: 15px 0;
}

#pub-main-heading h1
{
    font-size: 8em;
}


#pub-main-heading h2
{
    color: #aaa;
    font-size: 7em;
    line-height: 1.1
}

/* --------------------------- On Tap ------------------------- */

.on-tap-heading
{
    padding: 15px 0 20px 0;
}

.on-tap-heading h3
{
    font-size: 2.8em;
}

/* Tables */

table p
{
    margin-bottom: 0;
}

table a img
{
    text-decoration: none;
}

/* Tap Table */

.tap-table
{
    border-bottom: solid 3px #818181;
    border-top: solid 3px #818181;
    margin-bottom: 20px;
}

.tap-table table
{
    font-family: Georgia;
    font-size: 1.3em;
}

.tap-table table tr
{
    border-bottom: solid 1px #ccc;
    height: 30px;
    padding: 5px 0;
}

.tap-table table td.tap-table-beer
{
    width: 250px;
}

.tap-table table td.tap-table-brewery
{
    width: 280px;
}

.tap-table table td.tap-table-abv
{
    width: 70px;
}

.tap-table table td.tap-table-review
{
    width: 80px;
}

.tap-table table td.tap-table-spotted
{
    font-style: italic;    
    width: 280px;
}

.tap-table table td.tap-table-spotted p
{
    font-size: 0.9em;
}

.date-spotted
{
    font-family: Georgia, Sans-Serif;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Pub Table */

.pub-table
{
    border-bottom: solid 3px #818181;
    border-top: solid 3px #818181;
    margin-bottom: 10px;
}

.pub-table table 
{
    font-family: Georgia;
    font-size: 1.3em;
}

.pub-table table tr
{
    border-bottom: solid 1px #ccc;
    height: 30px;
    padding: 5px 0;
}

.pub-table table td.pub-table-pub
{
    width: 280px;
}

.pub-table table td.pub-table-location
{
    width: 250px;
}

.pub-table table td.pub-table-view
{
    width: 90px;
}

/* Table Links */

table a:link
{
    color: #333;
    text-decoration: none;
}

table a:visited
{
    color: #333;
    text-decoration: none;    
}

table a:hover
{
    border-bottom: dotted 1px #ccc;
    color: #333;
    text-decoration: none;    
}

table a:active
{
    color: #333;
    text-decoration: none;    
}

/* Add Beer Button */

#add-beer
{
    background: url(../i/btn-addbeer.jpg) no-repeat;
    height: 31px;
    margin-top: 18px;
    padding: 0;
    position: relative;
    width: 98px;
}

#add-beer a
{
    background: url(../i/btn-addbeer.jpg) no-repeat;
    display: block;
    font-size: 1%;
    height: 31px;
    outline: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 98px;
}

#add-beer a:hover
{
    background-position: 0 -30px;
}



/* ------------------------------ Beer Listing ------------------------------- */

#beer-img
{
    border: solid 1px #ccc;
    margin: 18px 0 15px 0;
}

#beer-details
{
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    padding: 10px 5px;
    width: 265px;
}

#beer-details ul
{
    margin-left: .7em;
}

#beer-details ul li
{
    font-family: Arial, Sans-Serif;
    font-size: 1.3em;
    margin-bottom: 10px;
}

/* -------------------------------- Footer ----------------------------------- */

#footer
{
    background-color: #c80003;
    color: #fff;
    font-family: Arial, Sans-Serif;
    height: 18px;
    margin: 20px 0;
    padding: 8px;
}

#footer p
{
    font-size: 1.2em;
}






/* ----------------------------- Temp Home Styles -------------------------------- */

#homepage
{
    margin-top: 50px;
}

#homepage #heading
{
    border-bottom: solid 2px #818181;
    border-top: solid 2px #818181;
    margin-bottom: 25px;
    padding-top: 13px;
}

#homepage img
{
    margin: 10px 0;
}

#homepage p
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 1.6em;
}

#homepage ul
{
    margin-left: 3em;
}

#homepage ul li
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 1.5em;
    line-height: 2.2;
    list-style-type: square;
}

#homepage span
{
    font-size: .8em;
}

#home-footer
{
    border-top: solid 1px #ccc;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 5px;
}

#home-footer p
{
    font-size: 1.2em;
}