/* $Id: ie.css,v 1.2 2009/08/12 08:03: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;
}

/*
 * Drupal nodes
 */

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

/*
 * Drupal admin tables
 */
tr.even th,
tr.even td,
tr.odd th,
tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

/*
 * Markup free clearing
 */

* html .clearfix {
  zoom: 1;
}

#header ul.menu li {
  height:.1%;
}

*:first-child+html #header ul.menu li a {
  line-height:29px;
}

#header ul.menu li a,
.field-lede-value-illustrated  {
  zoom:1;
}

.quicktabs-style-basic .block .form-submit, .block-search .form-submit {
  font-size:0;
  color:#fff;
  text-align:right;
}

.quicktabs-style-basic .form-text,  
.block-search .form-text {
  border-color:#fff;
}

#navigation {
  position:relative;
}

*:first-child+html #content-area {
  clear:both;
}

.region-footer ul.menu li a{
  white-space: nowrap
}


*:first-child+html ul.quicktabs_tabs.quicktabs-style-basic li,
*:first-child+html .region-footer ul.menu li,
*:first-child+html #panel-sidebar-first .block .more-link, 
*:first-child+html #panel-content .themed-block .more-link  {
  display:inline;
}

*:first-child+html #panel-content .block-views h2.title {
  margin-bottom:20px;
}
ul.quicktabs_tabs {
  padding:0;
}

ul.quicktabs_tabs.quicktabs-style-basic li {
  padding:5px 10px 10px 10px;
}

.region-sidebar-second .block .more-link, 
#panel-sidebar-first .block .more-link, 
#panel-content .themed-block .more-link {
  display:inline;
}

#global-navigation ul.nice-menu-down li a {
  padding: 13px 16px 14px;
}
