@charset "utf-8";


/* Graphic to display on external links
-------------------------------------------
a[href^="http:"] {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 15px;
}
*/
a[href^="http://www.hobgoodproductions.com"], a[href^="http://blog.hobgoodproductions.com"] {
	background-image: none;
	padding-right: 0px;
}