@charset "utf-8";
/* CSS Document - CSS hacks and tweaksfor IE */
/* Author: Scratch Web Design */

/* --------------------------------------------------------- IE6 SPEICIFIC FIXES */
/* Because IE6 sucks extra special * html targets IE6 specifically */

/* --------------------------------- CONTENT BG PNG REPLACEMENT */
* html #content-wrap { 
	background-image: url(../images/bg-ie6_content-wrap.jpg);
	}	

* html #content-body-s { 
	background-image: url(../images/bg-ie6_content-body_studio.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
	height: 350px;
 }	

* html #content-body-c { 
	background-image: url(../images/bg-ie6_content-body_comp.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
	height: 350px;
	}			

* html ul#nav-studio {
	margin-left: 85px;
	}

* html #audio-player {
	margin-right: 20px;
	}			

/* --------------------------------- HELP PAGE NAV */
* html .hpnav ul {
	margin-left: 25px;
	}
* html .row2 ul {
	margin-right: 61px;
	} 

/* --------------------------------- AUDIO & VIDEO */
#audio-player {
	width: 160px;
	}		

/* --------------------------------------------------------- IE6 & IE7 FIXES */
/* --------------------------------- H1 HEADER IR */
#header-logo { 
  position: relative; left: 0; top: 27px; 
	}

/* --------------------------------- H2 HEADER IR */
#h2-image span {
	margin-top: -16px; /* Offset #header-logo padding-top */
	}	


/* --------------------------------------------------------- IE OPACITY FILTER */
/* Because some versions of IE don't support opacity! */
/* --------------------------------- UPDATE ROWSER LOGO LINKS */
a.browser-logo-rollover {
	background-color: #000; /* Hack preserves image bg color for reduced opacity */
	filter: alpha(opacity=70);
	cursor: hand;
	}

a:hover.browser-logo-rollover, 
a:focus.browser-logo-rollover,
a:active.browser-logo-rollover {
	filter: alpha(opacity=100); /* Change opacity on link hover/focus */
	}

/* --------------------------------------------------------- MESSAGE BOX FOR IE5.5 UPDATE */
/* Applies IE 5.5 and less only. IE HTML filter used in markup hides div from other browsers */
#explorer55 {
	width: 100%;
	color: #CC0000;
	text-align: center;
	}
#explorer55 a {
	color: #CC0000;
	text-decoration: underline;
	}	
#explorer55 a:hover,
#explorer55 a:focus,
#explorer55 a:active, {
	color: #FF0000;
	text-decoration: underline;
	}	

/* EOF */