/* -----------------------------------------------
              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;
}
}

/* -----------------------------------------------
              Publish
   ----------------------------------------------- */

/*IE7*/

*:first-child+html #Main .area-content.publish .entry-content .wp-caption-text {
	line-height: 1.3;
	margin-top: 0;
}

*:first-child+html #Main .group .frame {
	padding: 16px 15px;
}

*:first-child+html #Main .area-content.publish .entry-content .wp-caption-text {
	line-height: 1.3;
	margin-top: 0;
}

/*IE6*/

*html #Main .entry-content h2 { 
	 background: none;
}

