/* $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;
}

#site-slogan /* The slogan (or tagline) of a website */ {
  color:#264C99;
  margin-left:255px;
  text-transform:uppercase;
  top:-10px;
  width:300px;
  height: 20px;
  z-index: 1000;
  margin-bottom: -6px;
}

.front .view-featured-carousel div.pager-item {
    width: 148px;
    float: left;
    line-height: 10px;
    overflow: hidden;
    height: 49px;
    padding: 8px 10px 9px 7px;
    margin: 18px 0 0 0;
}

.front div.pager-item .views-field-title {
    z-index: 999;
    display: block;
    position: absolute;
    zoom: 1;
	top: 0; left: 0;
}

.front div.pager-item a {
    font-size: 11px;
    font-weight: bold;
}

.item-list .pager {
}

.item-list .pager .pager-next a,
.item-list .pager .pager-previous a {
	display: inline-block;
	width: 12px;
	height: 9px;
	text-indent: 9999px;
	overflow: hidden;
	line-height: 12px;
}

#block-menu-primary-links ul li a {
  background:url("../images/dems_star.png") no-repeat scroll 11px 8px transparent;
  color:#FFFFFF;
  font-size:14px;
  padding:9px 25px 10px 35px;
}

#block-menu-primary-links ul li.first a {
  background:url("../images/dems_star.png") no-repeat scroll -2px 8px transparent;
  padding-bottom:10px;
  padding-left:20px;
}

#block-dems_assets-header_anonymous {
	z-index: 3000;
}

.bt-wrapper .bt-content {
  z-index: 1000;
}

#header #user-login a {
  font-size:10px;
  font-style:italic;
  width: 150px;
  height: 20px;
  z-index: 2000;
}

#header #kesem-subscribe-form #edit-submit {
  float:right;
  clear: both;
  margin-top: -10px;
}

.front .view-featured-carousel .views-field-title {
  float: left;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 195px;
}

.front .view-featured-carousel div.pager-item {
    width: 148px;
    overflow: hidden;
    float: left;
    line-height: 10px;
    height: 50px;
    padding: 8px 10px 9px 7px;
    margin: 9px 0 0 0;
}

#block-menu-primary-links ul li.first {
  margin-left: -1px; /*fixes 1 pixel off*/
  padding-left:10px;
}

.view-Congress .views-field-webform a {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	background: transparent url(../images/dems_icon_mail.png);
	float: left;
	margin: 5px 5px 5px 0;
	text-indent: -999px;
}


.item-list ul,
li.views-row {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#comments /* Wrapper for the list of comments and its title */ {
  margin: 2em 0 1em 0;
  padding: 10px 0 0 0;
  border-top: #ccc 1px solid;
  width: 560px;
}

.comment {
	float: left;
	clear: both;
	width: 99%;
}