@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.asphalto.org") {
  /* COLORI PRINCIPALI */
  
  /*SFONDO*/
	body,#head table tbody tr td, .post_info,#head table tbody tr td,#head table tbody tr td[width="240"] {
		background-color:#ffffff!important;
	}
	
	/* TESTO */
	body,.reply,.post_text blockquote ,.main_post_text blockquote {
		color:#000000 !important; /* Colore generale del font */
		border: 1px solid black !important;
	}

	/*LINK*/
	a {
		color:black!important;
		text-decoration:underline !important;
	}
	
	a:hover {
		color:gray !important;
		text-decoration:underline !important;
	}

	/* ELENCO THREAD */	
	
	.collapsed_list,.reply_post_info,.reply_title,.main_title   {
		background-color:white !important;
                border:1px solid black !important;
	}
	
	/*I THREAD SOTTO IL RATING MINIMO */
	.collapsed_list_info , .collapsed_ignored,.collapsed_ignored_info, .ignored_post { 
		background-color:white !important;
		border:1px solid black !important;
	}
	 
	/* THREAD */
		.main_post_text, .post_text {
			background-color:white !important;
		}
	
	
	/* Testo firma */
	.post_text .signature {
		border-top:1px solid black !important;
	}
	
	/* CORREZIONE HEADER */

	#head table tbody tr td a img {
		display:none;
	}

	
	/* CORREZIONE MAIN POST */

	.mainpost .main_post_text img {
		display:none;
	}

	.mainpost .signature img {
		display:none;
	}

	
	#head table tbody tr td[width="240"]{
		background-image: url('http://www.hostingimages.org/images/214/asphstyles/squeakhead.gif');
		background-repeat: no-repeat;
	}
	
		
	/*NAVMENU SX*/
	.section_title_collapsed, .section_title , .section_links{
		background-color:white !important;
	}

	.post_text img {
		display:none; 
	}
	
	.display_post_info img, .reply_post_info img {
	  display: inline !important;
	}

	/*PIXIES*/
	td.collapsed_list[width="52"] img {
		visibility:hidden;
	}


    /* mette in bianco il form per postare */
    .post_form_element, input, textarea, select {
        color: black !important;
        background-color:#ffffff !important;
    }

    /* questo Ã¨ x far fuori il linkage */

    #right_column {
        display:none;
    }

    /* e questo per estendere il maincontent per occupare lo spazio rimasto */
    #content_div {
        margin:0 0 0 140px !important;
    }
    /* messaggi di errore visibli anche su fondo nero */
    .message {
        color: black !important;
    }


    .post_text blockquote {
         color: grey!important;
         border: 1px solid grey !important;
      }

    .spoiler {
      color: white !important;
      border: 1px solid grey;
    }

}