/*
 * HTNRG - HT-AT-WORK Skin [Hattrick NewD]
 * 
 * Author      : _eNeRGy_ (7397517)
 * Created     : Jul 24th, 2009
 * Version     : 1.4
 * Website     : url(http://nrgjack.altervista.org/)
 * 
 */ 


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("hattrick.org") ,
domain("htita.it"),
domain("mentalita.forumcommunity.net"),
domain("lupennino.mastertopforum.com"),
domain("hattrickitalia.org"),
domain("hattrick.it")
{

	/* the most important part, html hidden by default*/
	html{
	  display:none!important; 
	  background: #fffff !important;
	}

	/* the most important part, html shown on hover*/
	html:hover{
	  display:block!important; 
	}


}

@-moz-document 
domain("hattrick.org"){

	/* div with different opacity */
	div#content div.subMenuBox,
	div#content div.main,
	div#content div.sidebarBox,
	div#shortcuts,
	div#teamLinks,
	div#time,
	div#online,
	div#ticker,
	div#menu,
	a#logo,
	div#footer{
	  opacity: 0.4!important; 
	}

	/* div with different opacity are displayed normally on hover*/
	div#content div.subMenuBox:hover,
	div#content div.main:hover,
	div#content div.sidebarBox:hover,
	div#shortcuts:hover,
	div#teamLinks:hover,
	div#time:hover,
	div#online:hover,
	div#ticker:hover,
	div#menu:hover,
	a#logo:hover,
	div#footer:hover{
	  opacity: 1!important; 
	}


	/* lets remove some background image (faster) */
	#top,
	#header,
	#content,
	#bottom,
	.boxHead,
	.boxLeft,
	.boxFooter,
	.boxLeft,
	body,
	#menu{
	  background: url() !important;
	}

	/* lets remove splash image */
	img[src$="/Img/Illustrations/splash.png"]{
	  display:none!important;
	}

	/* new headers */
	.boxHead{
	  background: #333 !important;
	  border-top:#ccc 1px solid!important;
	  border-left:#ccc 1px solid!important;
	  border-right:#ccc 1px solid!important;
	}

	/* new footers */
	.boxFooter{
	  background: #fff !important;
	  border-bottom:#ccc 1px solid!important;
	  border-left:#ccc 1px solid!important;
	  border-right:#ccc 1px solid!important;
	}

	/* new menu */
	#menu{
	  background: #333 !important;
	  border-top:#ccc 1px solid!important;
	  border-left:#ccc 1px solid!important;
	  border-right:#ccc 1px solid!important;
	}

	/* links in footer black  */
	#footer,
	#footer a,
	div.byline a {
	  color:black!important;
	}

  
}
