﻿html, body, form {
	height: 100%;	
}
body
{
    margin:0;
	padding:0;
    background-color: #d6c29d;
    color: #333;
    font-size: 10pt;
    font-family:Arial, Helvetica, sans-serif;
}
.container
{
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.topheader
{
    background-image: url(/images/headerbackground.jpg);
    background-repeat: repeat-x;
    height: 153px;
}
.headercontent
{
    width: 1000px;
    position: relative;
    height: 153px;
    margin: auto;
}
.bodycontent
{
    width: 950px;
    text-align: left;
    position: relative;
    background-color: #DED29E;
    border-left: 2px solid #685642;
    border-right: 2px solid #685642;
    border-bottom: 2px solid #685642;
    padding: 15px;
    margin: auto;	
}
.logo
{
    position:relative;
    top: 15px;
    border: none;
}
.gettappedin
{
    color: #FFF;
    font-size: 15pt;
    font-weight: bold;
    position:relative;
    top: -15px;
    left: -15px;
}
.login
{
    color: #F4F0CB;
    font-weight: bold;   
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 8pt;
}
.nicebuttonlogin
{
    padding: 5px 15px 5px 15px;
    color: #685642;
    font-size: 8pt;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
a.ipouritcorplink
{
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-size:12pt;
    font-weight:bold;
    background-color: #f15d22;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #bf311a;
    background-image: linear-gradient(top, #F15D22 0%, #F18C63 100%);
}
a.ipouritcorplink:hover
{
    background-image:none;
}
a.niceButton
{
    padding: 5px 15px 5px 15px;
    color: #685642;
    font-size: 8pt;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #685642;
}

a.niceButtonDisabled
{
    padding: 5px 15px 5px 15px;
    color: #685642;
    font-size: 8pt;
    font-weight:bold;
    background-color: #e2e2e2;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #685642;
}

input.niceButton
{
    padding: 5px 15px 5px 15px;
    color: #685642;
    font-size: 8pt;
    font-weight:bold;
    background-color: #F4F0CB;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #685642;
    cursor: pointer;
}
.logintextbox
{
    font-size: 8pt;
}
.loginerror
{
    font-size: 10pt;
    font-weight:bold;
    color: #ff941d;
}
.barowners
{
    position:absolute;
    top: 84px;
    right: 10px;
}
.barowners a
{
    color: #ff941d;
    font-weight:bold;
    font-size: 12pt;
    text-decoration:none;
}
.barowners a:hover
{
    cursor: pointer;
    color: #fff;
}
.topmenu
{
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 13pt;
}
ul.topmenu
{
    list-style-type: none;
    float:right;
    margin-bottom: 0px;
}
.topmenu li
{
    float:left;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.topmenu li a
{
    font-weight: bold;
    text-decoration: none;
    color: #ded29e;
}
.topmenu li a:hover
{
    color: #F1EFE2;
    cursor: pointer;
    border-bottom: 1px dotted #F1EFE2;
}
.featuredbar
{
position:relative;

    width: 517px;

}
.featuredbarbackground
{
    background-color: #f4f0cb;
    position: relative;
    top: -4px;
    background-image: url(/images/featuredbarbackground.png);
    background-repeat: repeat-y;
    padding: 10px;
}
.leaderboard
{
    float:right;
    width:302px;
}
.leaderboardbackground
{
    background-color: #f4f0cb;
    position: relative;
    top: -4px;
    background-image: url(/images/leaderboardbackground.png);
    background-repeat: repeat-y;
    padding: 0px;
    height: 720px;
    
}
.content
{
    width: 600px;
    padding-bottom: 40px;
}
.leaderboardbrewer
{
    font-weight: bold;
    font-size: 12pt;
}
.leaderboardbeer
{
    font-size: 10pt;
}

.leaderboardtable td a.underline
{
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
}
.leaderboardtable td a.plain
{
    color: #333;
    text-decoration: none;
}
.homepagecontent
{
    font-size: 12pt;
    padding: 20px 0px 20px 40px;
    min-height: 100%;
}
h3.featuredbarname
{
    margin:0;
    padding:0;
}
.logintable td
{
    padding-right: 20px;
}
.barorpatron
{
    position: absolute; 
    right: 50px; 
    top: 30px; 
    font-size: 8pt; 
    width: 400px;
    color: #F4F0CB;
    font-weight: bold;  
}
.LeftColumn
{
	float: left;
    width: 165px;
}
.RightColumn
{
    width: 930px;
}
.footer
{
    clear:both;
    text-align:right;
    padding-top: 10px;
}
.newsItem 
{
    width: 720px;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0 10px 0;
    vertical-align: top;
    min-height: 120px;
}
.newsItem .leftImage
{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border: 1px solid #000;
    float:left;
}
.newsItem .timeago
{
 font-size: .8em;
}
.profileimage
{
    width: 80px;
    height: 80px;
    padding: 0 10px 10px 0px;
}
.lhMenu
{
    line-height: 15pt;
}
.myfriendslist
{
    padding-left: 175px;
    width: 785px;
}
.myfriend
{
    float:left;
    width: 245px;
    height: 80px;
    padding: 10px 0px 10px 10px;
    margin-bottom:50px;
}
.friendImage
{
    float:left;
    border: 1px solid #000;
    margin-right: 10px;
    height: 80px;
    width: 80px;
}

.favoriteStar
{
    float:left;
    padding-right:10px;
    padding-bottom: 40px;
}
.locationhiglight
{
    background-color:#f4f0cb;
}
.smallerror
{
    color: #FF0000;
}
.buyaroundcontainer
{
    border: 1px solid #685642;
    background-color: #f4f0cb;
    width: 750px;
    float:right;
}
.buyaroundcontainersent
{
    border: 1px solid #685642;
    background-color: #f4f0cb;
    width: 700px;
    float:right;
    padding: 20px;
}
.purchasehistorycontainer
{
    border: 1px solid #685642;
    background-color: #f4f0cb;
    width: 720px;
    float:right;
    padding: 20px;
}
a.niceButtonDark
{
    padding: 5px 15px 5px 15px;
    color: #F4F0CB;
    font-size: 8pt;
    font-weight:bold;
    background-color: #685642;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #F4F0CB;
}
#lhnMenu
{
    margin-left:0;
    padding-left:0;
    list-style: none;
}
#lhnMenu li
{
    background-image: url(/images/beer-icon.png);
    background-position: 130px 0px;
    background-repeat: no-repeat;
    height: 32px;
    vertical-align:middle;
    margin-right: 4px;
    padding-left: 5px;
}
#lhnMenu li:hover
{
    background-image: url(/images/beer-icon.png);
    background-position: 130px -32px;
    background-repeat: no-repeat;
    height: 32px;
    background-color: #f4f0cb;
}
#lhnMenu a
{
    text-decoration:none;
    color: #333;
}
.overflow
{
    width:480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.unreadmessage
{
    position: relative;
    top: 7px;
}
#fontpagebenefits li
{
    padding-bottom: 15px;
}
.beersearchimage
{
    float:left;
    padding-right: 10px;
}
a.lightlink
{
    color: #f4f0cb;
    text-decoration: none;
}
a.lightlink:hover
{
    color: #F1EFE2;
    cursor: pointer;
    border-bottom: 1px dotted #F1EFE2;
}
a.orangebutton
{
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-size:12pt;
    font-weight:bold;
    background-color: #f15d22;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #bf311a;
    background-image: linear-gradient(top, #F15D22 0%, #F18C63 100%);
}
.ProfileSpecial
{
    border: 2px dashed #685642;
    width: 230px;
    padding: 5px;
    overflow: hidden;
    float:left;
    margin-right: 10px;
    height: 130px;
    position:relative;
    display: table;
}
.ProfileSpecial p
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#profileSpecialContainer
{
    width: 763px;
    float:right;
    position: relative;
}
#specialsprofile 
{
    width: 710px; 
    height: 140px;
    position: relative;
    left: 200px;
    border: 2px dashed #685642;
}
#specialsprofile div
{
    width: 700px;
    height: 130px;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
}
.onTapItem 
{
    border-top: 1px solid #e2e2e2;
    padding: 10px 0 10px 0;
    vertical-align: top;
    min-height: 120px;
}
.onTapItem .leftImage
{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border: 1px solid #000;
    float:left;
}
.onTapItem .timeago
{
 font-size: .8em;
}