/* cor central 1 */
.color1, .color1 a {
   background-color: Green;
   color:            White;
}

/* cor central 2 */

.color2 {
   /*
    * background-color: PapayaWhip; 
    */
background-color:#f2ffef;
}

/**Vou mudar este trecho************************************/
body.page-Main_Page h1.firstHeading { display: none !important; }
/***********************************************************/

/* Logo da wiki */

#wikia_logo {
   background-image: url(http://images.wikia.com/geda/pt/images//d/db/Monaco_wikia_logo_g.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/geda/pt/images//d/db/Monaco_wikia_logo_g.png', sizingMethod='crop');
}

/* BOTÃO DO CABEÇALHO */

#wikia_header {
    /*    background: #000 */ url(http://images.wikia.com/geda/pt/images//3/3a/Animal_tracks_bg_tab.png) top center;
/*url(http://images.wikia.com/starwars/images/9/96/Monaco_wikia_header.jpg) top center;*/
/*	border-color: #FFF;*/
/*	color: #FFF;*/
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/geda/pt/images//7/70/Monaco_header_button_g.png);
}
/*url('http://images.wikia.com/geda/pt/images//3/3a/Animal_tracks_bg_tab.png');*/
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: url('http://images.wikia.com/geda/pt/images//3/3a/Animal_tracks_bg_tab.png');
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/geda/pt/images//7/70/Monaco_header_button_g.png', sizingMethod='crop');
}

/* Trecho de Cabeçalho ("Politics" e "mais") 
Está inutilizado propositalmente
.headerMenu, .headerMenu a {
   background-color: red;
   color:            White;
   -moz-opacity:     .95;
   opacity:          .95;
}

#widget_cockpit {
   background-color: red;
}
*/

#background_strip {
     background-image:url(http://images.wikia.com/geda/pt/images//3/32/Background_folha.png)
/*   display:none;*/
/*   background-color: lightgrey;*/
}


/*Adds the curve to the upper tabs. (Unfortunately FF only.)*/
#p-cactions > div > ul > li,
#p-cactions > div > ul > li a {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
}
/*#p-cactions > div > ul > li a { background: transparent; }*/

/*Adds the curve to the side boxes and changes the format of them so the header is included inside the box and the boxes are moved right without a right border to appear as part of the content area. (Unfortunately FF only.)*/
#p-Gaiapedia,
#p-Community,
#p-Affiliates,
#p-search,
#p-tb,
#p-wikicities-nav
{
	background: white;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	position: relative;
	left: 4px;
	z-index: 5;
}
#p-Gaiapedia .pBody,
#p-Community .pBody,
#p-Affiliates .pBody,
#p-search .pBody,
#p-tb .pBody,
#p-wikicities-nav .pBody
{
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-bottomleft: 2em;
	/*border: 0px;*/
}
/*Adds the curve to the content area. (Unfortunately FF only.)*/
#content
{
	-moz-border-radius: 1em;
	padding-bottom: 100px;
}