@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("deviantart.com") {

/* DEVIANTART SUBSCRIBED
------------------------------
This script removes the current header and replaces it with a custom made header A Disney Logo that has a little heart when you hover it.
It also takes care of needed space in the top userbar.
*/

#topLeft-55 {
	background: transparent url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat !important;
}
#top-55 #rockdock {
	/*Increase the number below if your headerimage is wider, it will move the text on the topbar to the right*/
	padding: 0 169px !important;
	background: #3f534a url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat -18px 0 !important;
}
#midSection {
	background: transparent url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat 0 -27px !important;
}
#midSection #logoArea {
	background: transparent url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat 0 -25px !important;
	z-index: 999 !important;
}
#midSection #logoArea:hover {
	background: transparent url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat 0 -99px !important;
}
#midSection {
	background: transparent url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat 0 -27px !important;
}



/* DEVIANTART UNSUBSCRIBED
------------------------------
I wouldn't want deviantART to lose there advertisement money, so I tried working my way around it. I replaced the ads with the midsection.
*/

#world.withad #ad-blocking-makes-fella-sad {
	position: absolute !important;
	top: 95px !important;
}
#world.withad #midSection {
	top: 27px !important;
}




/* CHATROOM
------------------------------
The chatroom gets his own little header as well.
*/

.chatroom #top-55 #rockdock {
	/*Increase the number below if your headerimage is wider, it will move the text on the topbar to the right*/
	padding: 0 169px !important;
	background: #3f534a url("http://img149.imageshack.us/img149/1170/newheaderdisneyqf3.png") no-repeat 0 bottom !important;
}

}