/**
 * @file
 * CSS targeted specifically for Internet Explorer 7 (and earlier) for Windows.
 *
 * Any CSS in this file will apply to all versions of IE before IE 8. 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.
 */


/*
 * Tabs
 */

.ie7 ul.primary li a,
.ie7 ul.primary li a .tab,
.ie7 ul.secondary li a,
.ie7 ul.secondary li a .tab {
  cursor: pointer;
}

/*
 * Drupal nodes
 */

.ie7 .node-unpublished>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Drupal admin tables
 */
.ie7 tr.even th,
.ie7 tr.even td,
.ie7 tr.odd th,
.ie7 tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

.ie7 p.tagline {
    clear:both;
    display: block;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1em;
    padding: 0 0 25px;
  	margin-top: 0;
}

.ie7 #main-menu-wrapper {
  margin-top: 0px;
}
