/* Style XMAS by Stoker */

@media screen and (min-width: 700px) and (min-device-width: 700px){

/* (Position kleine Mütze) */
.hat {
	background: url("./images/christmas_hat.png");
	width: 47px;
	height: 47px;
	position: absolute;
	z-index: 1000;
	margin-left: -16px;
	margin-top: -6px;
}

/* Headerbild-Logo */
.headerbar {
	background: #06032C url("./images/santa_logo.jpg") no-repeat center center;
	height: auto; /* (optional ändern in px) */
}

/* background image */
html, body {
	background: #000 url("./images/santa_bg.jpg") no-repeat center center fixed;
	-moz-background-size: cover;
	background-size: cover;
}

/* Headerbar hat (Position große Mütze) */
#banner-xmas {
	background: url("./images/christmas_hatbig.png");
	width: 128px;
	height: 128px;
	position: absolute;
	z-index: 1000;
	margin-left: -10px;
	margin-top: -12px;
}

/* Headerbar (Position Ski) */
#xmas-ski {
	background: url("./images/christmas_ski.gif");
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 1000;
	margin-left: 600px;
	margin-top: 35px;
}

/* Headerbar (Position Baum) */
#xmas-tree {
	background: url("./images/christmas_tree.gif");
	width: 106px;
	height: 121px;
	position: absolute;
	z-index: 1000;
	margin-left: 700px;
	margin-top: 30px;
}

/* style the posting box */
#message {
	background: #fff url("./images/christmasbg1.png") no-repeat center center;
}

/* style row */
li.row:hover {
   background: #fff url("./images/advent_4.gif") no-repeat center right;
}

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

/* style the forabg and forumbg */
.forumbg, .forabg {
	background: #084A8C url("./images/bglistsnow.gif") repeat;
}

}
