/* 
 * This is the CSS prepared for some issues on Internet Explorer [old versions]
 * This code is suitable for IE6+ 
 */ 

/* Transparency */

#header-full {  
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');
}
#header-full.small + #nav ul ul {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2ffffff', endColorstr='#f2ffffff');
}

.tabs-container article {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2ffffff', endColorstr='#b2ffffff');
}
#footer-content {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');
}

/* Rounded corners */

#nav-sidebar li a figure {
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
    behavior: url("http://apicollege.edu.au/wp-content/themes/schoolfun/style/pie/PIE.htc");
}

#qmapic li a figure { 

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	behavior: url(/pie/PIE.htc);

/* NOT WORKING 
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px
	-khtml-border-radius: 25px;
    behavior: url("http://apicollege.edu.au/wp/wp-content/themes/schoolfun/style/pie/PIE.htc"); */
}
