/* $Id: ie.css,v 1.2.2.1 2010/01/20 20:11:52 johnalbin Exp $ */

/**
 * @file
 * CSS targeted specifically for Internet Explorer for Windows.
 *
 * Any CSS in this file will apply to all versions of IE. You can target
 * specific versions of IE by using conditional comments. See your sub-theme's
 * .info file for an easy way to use them.
 *
 * While building your theme, you should be aware that IE limits Drupal to 31
 * stylesheets total. The work-around for the bug is to enable CSS aggregation
 * under: admin / settings / performance.
 */


/*
 * Tabs
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  cursor: pointer;
}
body a {cursor:pointer;}

/*
 * Drupal nodes
 */

.node-unpublished .node-inner>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Markup free clearing
 */
.clearfix {
  zoom: 1;
}


/* BOAC */
.newsoverlay { z-index:1;}

h3.newstitle a {
	background-color:transparent;
	background-image:url(../images/iebg-yellow.png);
	}
h3.newstitle {z-index:-1;}

.views-row-2  h3.newstitle a,
.views-row-5  h3.newstitle a {
	background-color:transparent;
	background-image:url(../images/iebg-pink.png);
	}
.views-row-3  h3.newstitle a,
.views-row-6  h3.newstitle a {
	background-color:transparent;
	background-image:url(../images/iebg-blue.png);
	}


