/**
* @package CSS Magic Extension
* @copyright (c) 2018 martin - https://www.martins-phpbb.com & dmzx - https://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
---------------------------------------------------------------------------- */

/* Forum and ext hats start */
.forabg, .forumbg, .navbar, .headerbar {
	margin-bottom: 15px;
}
.hat {
	width: 47px;
	height: 47px;
	position: absolute;
	margin-left: -21px;
	margin-top: -9px;
	z-index: 1;
}
.chat {
	width: 47px;
	height: 47px;
	position: absolute;
	margin-left: -17px;
	margin-top: -4px;
	z-index: 1;
}
.newyear {
	width: 20px;
	height: 40px;
	position: absolute;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 1;
}
.newyearext {
	width: 20px;
	height: 40px;
	position: absolute;
	margin-left: -9px;
	margin-top: -5px;
	z-index: 1;
}
.halloween {
	width: 22px;
	height: 34px;
	position: absolute;
	margin-left: -10px;
	margin-top: -8px;
	z-index: 1;
}
.halloweenext {
	width: 21px;
	height: 34px;
	position: absolute;
	margin-left: -10px;
	margin-top: -8px;
	z-index: 1;
}
.remember {
	width: 23px;
	height: 35px;
	position: absolute;
	margin-left: -14px;
	margin-top: -5px;
	z-index: 1;
}
.rememberext {
	width: 22px;
	height: 35px;
	position: absolute;
	margin-left: -14px;
	margin-top: -5px;
	z-index: 1;
}
.smillies {
	width: 30px;
	height: 29px;
	position: absolute;
	margin-left: -11px;
	margin-top: -9px;
	z-index: 1;
}
.smilliesext {
	width: 30px;
	height: 29px;
	position: absolute;
	margin-left: -7px;
	margin-top: -6px;
	z-index: 1;
}

.thanksgiving {
	width: 27px;
	height: 40px;
	position: absolute;
	margin-left: -11px;
	margin-top: -7px;
	z-index: 1;
}
.thanksgivingext {
	width: 27px;
	height: 40px;
	position: absolute;
	margin-left: -11px;
	margin-top: -7px;
	z-index: 1;
}
.easter {
	width: 24px;
	height: 40px;
	position: absolute;
	margin-left: -12px;
	margin-top: -10px;
	z-index: 1;
}
.easterext {
	width: 24px;
	height: 40px;
	position: absolute;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1;
}
.labors {
	width: 34px;
	height: 25px;
	position: absolute;
	margin-left: -16px;
	margin-top: -8px;
	z-index: 1;
}
.laborsext {
	width: 34px;
	height: 25px;
	position: absolute;
	margin-left: -11px;
	margin-top: -8px;
	z-index: 1;
}



/* This code must not be edited or you will mess up your style */
ul.topiclist dl {
	padding-left: 18px;
}
dl.row-item dt .list-inner {
	padding-left: 36px;	/* Space for folder icon */
}

/* End */

@media (min-width: 350px) and (max-width: 950px) {
	.hat, .chat, .chat, .chat, .newyear, .newyearex, .halloween, 
.halloweenext, .remember, .rememberext, .smillies, .smilliesext, .thanksgiving, .thanksgivingext,
 .easter, .easterext, .labors, .laborsext, .finger, .fingerext {
    	display: none;
	}

	.site-description h1, .site-description p {
    	margin-top: 10px;
	}
}