/**
 * @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
 */

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

/*
 * Drupal nodes
 */

.node-unpublished>* {
  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 */
}

/* Header */
.front #navigation {
  max-width: 960px;
}

#navigation {
  max-width: 959px;
  overflow: hidden;
}


#navigation #main-menu li.menu-520 a {
	text-transform: uppercase;
	color: rgb(96,99,99);
	font-size: 1em;
	margin-left: 2px;
      padding-top: 2px;
}

#branding-band #uw-wordmark {
	float: right;
	margin-top: -50px;	
}

/* Homepage Features */
.front #block-views-features-block-1 .views-field-title {
        position: relative;
	display: inline-block;
	margin: 32px 30px 0 30px;
        padding-left: 30px;
}


.front .views-slideshow-controls-bottom {
	width: 450px;
	display: block;
	float: right;
	position: relative;
	z-index: 20;
	margin-left: -450px;
	margin-top: 110px;
}

.front #triangle {
  margin-top: -280px;
}

.front .region-content .view-id-frontpage .view-content{
  border: 1px solid red;
  margin-top: 100px;
}

/* Homepage Taxonomy Menu */
.front #block-menu-block-2 ul.menu ul.menu{
	margin: 0 0 0 6px;
	padding: 0;
	display: none;
	position: absolute;
	top: 60px;
	padding: 24px 0 24px 24px;
	left: -1px;
	width: 460px;
	border-top: none;
}

.front #block-menu-block-2 ul.menu li:hover ul.menu {
	display: block;
	float: none;
}

.front #block-menu-block-2 ul.menu ul.menu li.first{
	display: block;
	padding: 0;
	margin-left: 0;
}

.front #block-menu-block-2 ul.menu ul.menu li{
	display: block;
	padding: 0;
	width: 230px;
	clear: left;
	padding: 2px 0;
}

.front #block-menu-block-2 ul.menu ul.menu li a {
}

.front #block-menu-block-2 ul.menu ul.menu li a:hover {

}

.front #block-menu-block-2 ul.menu ul.menu ul.menu {
  display: none;
}

/* Features Page */
.page-features #block-views-exp-features-page-1 #collapse{
  float: left;
}

.page-features .pager-page {
  width: 50px;
  padding-left: 20px;
}

.page-features .item-list .pager {
  max-width: 220px;
  display: inline-block;
  margin-top: -18px;
  margin-left: 90px;
}

.page-features .views-exposed-widget {
  min-width: 200px;
}

.page-features .views-submit-button {
  min-width: 40px;
}
.page-features .views-reset-button {
  min-width: 40px;
}



/* Individual Features */

.hard-feature .region-sidebar-second .section {
  overflow: hidden;
}


/* TOPICS */

body.section-topics .region-sidebar-first .views-exposed-widgets .views-exposed-widget{
	width: 230px;
	clear: both;
	}

body.section-topics .region-sidebar-first .views-exposed-widgets .views-exposed-widget #collapse{
	float: left;
	
	}

body.section-topics ul.tabnav {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    list-style: none outside none;
	margin: 40px 0 30px 0;
    padding: 0;
    width: 660px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    height: 49px;
	}

body.section-topics ul.tabnav li {
    display: block;
    float: left;
    height: 51px;
    line-height: 2.9em;
    margin: 0;
    padding: 0 0 0 1px;
    background: url("/sites/all/themes/eops/images/tabs/left-off.png") no-repeat left bottom;
    margin-right: 1px;
	}
	
body.section-topics ul.tabnav li a {
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px !important;
    height: 30px;
    margin: 0;
    padding: 10px 12px;
    text-decoration: none;
    top: 0;
    width: 160px;
    background: url("/sites/all/themes/eops/images/tabs/right-off.png") no-repeat right bottom;
	}
	
body.section-topics ul.tabnav li.selected {
    display: inline-block;
    height: 51px;
    line-height: 3.5em;
    margin: 0;
    padding: 0 0 0 1px;
    background: url("/sites/all/themes/eops/images/tabs/left-on.png") no-repeat left bottom;
    margin-right: 1px;
	}
	
body.section-topics ul.tabnav li.selected a {
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px !important;
    height: 30px;
    margin: 0;
    padding: 11px 12px;
    text-decoration: none;
    top: 0;
    width: 160px;
    background: url("/sites/all/themes/eops/images/tabs/right-on.png") no-repeat right bottom;
	}
