*                           { margin: 0; padding: 0; }
html                        { overflow-y: scroll; }
body                        { font: 12px Georgia; background-color:#b1a382;}

#page-wrap                  { width: 690px; margin: 20px auto; }

h1                          { font: 30px ; margin: 0 0 10px 0;  }

.this-item            {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	cursor: pointer;
	height: 120px;
}

.pic-bar               { padding: 10px 0 10px 150px; font: italic 18px Georgia, Serif; }
.pic-bar strike        { color: #ddcca2; padding: 0 5px; }
.pic-bar span          { font: 12pt serif}

.reasonbar                  { padding: 4px 0 4px 150px; overflow: hidden;
                              width: 540px; color: white; }
                 
.pic-title                 {
	width: 75%;
	float: left;
	font: bold 17px serif;
}
.reason                     {
	width: 20%;
	float: right;
	text-align: right;
	letter-spacing: 2px;
	padding: 0 5px 0 0;
}
                              
.this-item img        { position: absolute; top: 0; left: 0; }

.beer                    { border: 2px solid black; }
.beer .reasonbar         { background: black; }
.beer .pic-bar      { color: black;  }

.beerlabel                    { border: 2px solid black; }
.beerlabel .reasonbar         { background: black; }
.beerlabel .pic-bar      { color: black;  }

.events                    { border: 2px solid black; }
.events .reasonbar         { background: black; }
.events .pic-bar      { color: black;  }

.brewery               { border: 2px solid black; }
.brewery .reasonbar    { background: black; }
.brewery .pic-bar { color: black;  }

.limited                    { border: 2px solid black; }
.limited .reasonbar         { background: black; }
.limited .pic-bar      { color: black;  }

.people               { border: 2px solid black; }
.people .reasonbar    { background: black; }
.people .pic-bar { color: black; }

.BrewRest                    { border: 2px solid black; }
.BrewRest .reasonbar         { background: black; }
.BrewRest .pic-bar      { color: black; }

.buynow                     { position: absolute; bottom: -13px; left: 126px; }

.current                    { font-weight: bold; font-size: 15px; }

#page-wrap a {color: black; font: Verdana, Arial, Helvetica, sans-serif; }

