/* User Interface */
/*------------------------------------------------------------*/

/* -------------------------------- */
/* Homepage */
/* -------------------------------- */
#daily {
	position: relative;
	padding: 20px 0;
	margin: 10px 0;
	text-align: left;
}
#daily .top {
	position: absolute;
	top: 0;
	left: 0px;
	background: url(../images/sprite_mid-borders.png) 0 0 no-repeat;
	height: 6px;
	width: 788px;
	overflow: hidden;
}
#daily .btm {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/sprite_mid-borders.png) 0 100% no-repeat;
	height: 6px;
	width: 788px;
	overflow: hidden;
}
#daily .star {
	position: absolute;
	top: 10px;
	left: 0px;
}
#daily h3 {
	padding: 0 0 4px;
}
#daily h3, 
#daily p {
	margin: 0 0 0 35px;
}

/* -------------------------------- */
/* Events */
/* -------------------------------- */

#upcoming,
#usual {
	text-align: left;
	width: 350px;
	padding: 20px;
	background: url(../images/lightred_bg.png) repeat; 
	/* background-color: #111;  */
}
#usual {
	float: left;
}
#upcoming {
	float: right;
}
#upcoming ul,
#usual ul {
	margin: 15px 0 0;
}
#upcoming li,
#usual li {
	margin: 0 0 10px;
}
#upcoming li strong,
#usual li strong {
	font-family: "Arial Black";
	font-size: 1.1em;
	padding: 0 6px 0 0;
}


/* -------------------------------- */
/* Beer Listings */
/* -------------------------------- */
#beer_list {
	text-align: left;
}
#beer_list table {
	margin: 0 auto;
}
#beer_list td {
	padding: 5px 10px;
}
#beer_list td span {
	white-space: nowrap;
}
.no_effect {
	background: transparent !important;
}
.first {
	background: #000 !important;
}


/* -------------------------------- */
/* Galleria */
/* -------------------------------- */
#gal_wrap { height: 625px; }
#main_image { float: left; margin: 20px 0 20px 35px; }
.galleria{ list-style:none; width:200px; margin: 0 0 0 20px; float: left;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:20px 20px 0 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
