@charset "utf-8";

/* Modernizr Stylesheet - Jazz FM */
/* 

 PINNACLE COMMUNICATIONS GROUP INC.

 Documentation:
 Modernizr detects which HTML5 and CSS3 specs your browser can and can't handle and applies appropriate classes to HTML tag.
 if javascript is disabled use no-js to style.
 
*/




/* NO JS STYLES */
/*==================================================*/

.no-js { }

/* Alternate IE6 png fix. if javascript is enabled png.js in script folder is primary png fix for IE6 */
* html.no-js .png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/global/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}








/* SUPPORTED CSS3 STYLES */
/*==================================================*/

.csscolumns { }

.csstransitions { }

.csstransforms { }

.borderradius { }

.multiplebgs { }

.textshadow { }

.boxshadow { }

.cssgradients { }

.csstransitions { }

.fontface { }









/* NON-SUPPORTED CSS3 STYLES */
/*==================================================*/

.no-csscolumns { }

.no-csstransitions { }

.no-csstransforms { }

.no-borderradius { }

.no-multiplebgs { }

.no-textshadow { }

.no-boxshadow { }

.no-cssgradients { }

.no-csstransitions { }

.no-fontface { }








