
/* BODY */

body {

font-family:verdana, sans-serif;
font-size:10pt;
color:#000000;
background:#dfbe96;

margin:0;
padding:0;
}

li {
padding: 7px 0px 0px 0px;

}

a:link, a:unvisited {
text-decoration:underline;
color:#2f1a00;
}

a:link, a:visited {
text-decoration:underline;
color:#49321B;
}

a:active, a:hover {
text-decoration:underline;
color:#000000;
}


/* IMAGES */

img {
border:0px;
}


/* HEADER ELEMENTS */

#header {
text-align:center;
height:200px;
min-width:1200px;
margin-bottom:25px;
background:#000000;
}

#header img {
margin:auto;
min-width:800px;
}


/* FOOTER ELEMENTS */

#footer {
text-align:center;
height:100px;
}


/* MAIN CONTENT ELEMENTS */

#container {
position:absolute;
width:96%;
}

#content {
position:absolute;
margin-left:250px;
margin-right:0px;
min-width:695px;
max-width:auto;
/*width:75%;*/
padding-left:75px;
padding-bottom:100px;
}

#updates {

background-color: linen;
padding-top: 1px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 25px;
}


/* LEFT AND RIGHT MENU ELEMENTS */

#leftmenu {
position:absolute;
left:25px;
padding-left:25px;
padding-right:25px;
padding-bottom:25px;
top:0;
width:200px;
text-align:left;
background:#ad8e68;

}

#rightmenu {
position:absolute;
right:50px;
top:0;
width:20%;
padding:5px;
text-align:right;
}

#leftmenu ul, #rightmenu ul {
list-style-type:none;
margin:0;
padding:0 5px;
}


/* GEN IV SHINY TRACKER ELEMENTS */

#tracker {
background-color: linen;
padding-top: 15px;
}


/* SHINY SPRITE STYLES */

	/* The "blank" image class is for unobtained pokemon that are not chainable with the pokeradar in gen IV. Their sprites will appears as translucent silhouettes. */

		img.blank {

    		-webkit-filter: brightness(0%) opacity(20%); /* Chrome, Safari, Opera */
    		filter: brightness(0%);

    		opacity: 0.2;

   		padding: 2px 7px 9px 5px;
   		margin:  0px 2px 0px 2px;

		}


	/* The "chained" image class is for pokemon obtained via pokeradar chaining. It will remove all opacity from their sprites and highlight them with an orange dropshadow. */

		img.chained {

  		-webkit-filter: chained-shadow(3px 3px 3px #ff9900); /* Chrome, Safari, Opera */
    		filter: drop-shadow(3px 3px 3px #ff9900);


   		/* IE Specific Code */
   		box-shadow: 2px 2px 2px 0px #ff9900;

   		padding: 2px 7px 9px 5px;
   		margin:  0px 2px 0px 2px;

		}


	/* The "egg" image class is for shiny pokemon hatched from eggs without the assistance of RNG. It will highlight their sprites with a gray dropshadow. */

		img.egg {

		-webkit-filter: drop-shadow(3px 3px 3px #8A8A8A); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px #8A8A8A);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #8A8A8A;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}


	/* The "evolved" image class is for pokemon forms you've obtained through evolution, as opposed to direct capture. It will highlight their sprites with a purple dropshadow. */

		img.evolved {

		-webkit-filter: drop-shadow(3px 3px 3px #9933ff); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px #9933ff);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #9933ff;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}


	/* The "faded" image class is for unobtained pokemon that can be chained with the gen IV pokeradar. Their sprites will be in proper color and detail, but partly translucent. */

		img.faded {

    		-webkit-filter: opacity(60%); /* Chrome, Safari, Opera */

   		opacity: 0.6;

   		padding: 2px 7px 9px 5px;
   		margin:  0px 2px 0px 2px;

		}



	/* The "re" image class is for shinies you randomly encountered at full odds. It will highlight their sprites with a green dropshadow. */

		img.re {

		-webkit-filter: drop-shadow(3px 3px 3px green); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px green);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #336633;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}


	/* The "rng" image class is for shinies obtained through RNG methods. It will highlight their sprites with a pink dropshadow. */

		img.rng {

		-webkit-filter: drop-shadow(3px 3px 3px #E87DC2); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px #E87DC2);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #E87DC2;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}


	/* The "sr" image class is for pokemon you obtained by soft resetting. It will highlight their sprites with a red dropshadow. */

		img.sr {

		-webkit-filter: drop-shadow(3px 3px 3px #ffff33); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px #701A09);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #701A09;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}


	/* The "trade" image class is for pokemon you obtained through trades, distribution events, Wonder Cards, etc. It will highlight their sprites with a blue dropshadow. */

		img.trade {

		-webkit-filter: drop-shadow(3px 3px 3px #0066ff); /* Chrome, Safari, Opera */
		filter: drop-shadow(3px 3px 3px #0066ff);

		/* IE Specific Code */
		box-shadow: 2px 2px 2px 0px #0066ff;

		padding: 2px 7px 9px 5px;
		margin:  0px 2px 0px 2px;

		}