/* style the hat */
@media screen and (min-width: 700px) and (min-device-width: 700px){
.hat {
	background: url("./images/christmas_hat.png");
	width: 34px;
	height: 47px;
	position: absolute;
	z-index: 1;
	margin-left: -18px;
	margin-top: -8px;
}
/* style the forabg and forumbg */
.forabg {
	/*background: #084A8C url("./images/bglistsnow.gif") repeat;*/
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

.forumbg, .forabg:not(.posting-info) {
	/*background: #084A8C url("./images/bglistsnow.gif") repeat;*/
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}


}

/* style the online list */
/* 
.online-list {
	background: transparent url("./images/snowsig.gif") no-repeat center top;
}
 */
 
