/* ------------- general styles */
.scrolldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.scrollname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #715b31;
	margin-bottom: 10px;
}
.scrollname a:link { 
	color : #715b31;
	text-decoration : none;
}
.scrollname a:visited { 
	color : #715b31;
	text-decoration : none;
}
.scrollname a:hover { 
	color : #a28655;
	text-decoration : none;
}
.scrolldescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
}
.scrollstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}

/* ------------- sidebar */
#amber_room_this_week { 
	position : relative;
	width : 240px;
	height: 254px;
	background : url(../images/sidebarimages/amber_room_bkg.jpg) no-repeat;
	margin-bottom: 15px;
}
#beers_on_tap { 
	position : relative;
	width : 240px;
	height: 254px;
	background : url(../images/sidebarimages/beers_bkg.jpg) no-repeat;
	margin-bottom: 12px;
}
#amber_scroll { 
	position : relative;
	padding-top: 87px;
}
#beers_scroll { 
	position : relative;
	padding-top: 52px;
}
.scrollarea {
	position : relative;
	text-align:center;
	width : 214px;
	height : 135px;
	margin: 0 auto;
	padding-right : 5px;
	overflow : auto;
}
#amber_more { 
	position : relative;
	padding-top: 7px;
}
#beers_more { 
	position : relative;
	padding-top: 42px;
}
.view_more {
	position : relative;
	width : 69px;
	margin: 0 auto;
}
.view_more ul {
	list-style-type: none;
}
.view_more a{
	height: 16px;
	display: block; 
	background: transparent url(../images/siteimages/view_more.png) no-repeat; 
	overflow: hidden; 
	width: 69px;
	text-indent : -9999px;
}
.view_more a:hover {
	background-position: 0% -16px;
}
#small_beers{
	position : relative;
	margin:-61px 0px 0px -10px;
	height: 80px;
	width: 68px;
	background: transparent url(../images/sidebarimages/small_beers.png) no-repeat;
	z-index:2;
}

/* ------------- violators */
#violators { 
	position : relative;
	width : 655px;
	height: 105px;
	margin-bottom: 15px;
}
#violator_left { 
	position : relative;
	width : 318px;
	height: 105px;
	border:1px solid #715b31;
	float:left;
}
#violator_right { 
	position : relative;
	width : 318px;
	height: 105px;
	border:1px solid #715b31;
	float:right;
}

/* ------------- blog */
.post { 
	position : relative;
	width : 655px;
	margin: 0px 0px 20px 0px;
}
.postheader { 
	position : relative;
	width : 655px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 9px 0px 0px 20px;
	margin-bottom:5px;
	background: transparent url(../images/pageimages/blog_header_bkg.png) no-repeat;
}
.postcontent { 
	position : relative;
	width : 625px;
	margin:0 auto;
}

.postcontent img {
	border: 1px solid #715b31;
}


