/* -----------------------------------------------
              Cheat-Sheet For Hack
   ----------------------------------------------- */

*html #help_me { /*IE6*/
	 color: red;
}

*:first-child+html #help_me { /*IE7*/
	color: red;
}

#help_me { /*IE6,7*/
	/color: blue;
}

#help_me { /*IE8*/
	color: blue€9;
}

#help_me, x:-moz-any-link { /*Firefox*/
	color: red;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Safari, Chrome*/
#help_me {
	color: red;
}
}

/* -----------------------------------------------
              Pr
   ----------------------------------------------- */

/*IE7*/  
   
*:first-child+html #Main .entry-content .wp-caption {
	margin-bottom: 3px;
}


