/* The global.css file serve both to set and reset theme styling through the whole site,
 * as well as set theme styling specifically for mobile devices.
 */

/* Global */

body {
  background: #575757;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.vishid,
.front #page-title {
  position: absolute;
  width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;   
}

h1 {
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 letter-spacing: -0.02em;
}

h2.block-title {
  background: #444;
  color: #fff;
  font-size: 16px;
  padding: 4px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #f77f00;
}

.item-list li {
  list-style: square;
}

#region-sidebar-first .block,
#region-sidebar-second .block,
.block-aggregator {
  border: none;
  background: transparent;
  color: #4C4D4F;
  font-size: 90%;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden;
}

.more-link {
  background: url("../images/--sprite.png") no-repeat scroll 5px 2px transparent;
  display: block;
  padding: 0 0 0.5em 20px;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  text-transform: capitalize;
  display: block;
  float: left;
  margin-right: 10px;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out 0s;
  width: 32px;
}

.pager {
  border: none;
}

.pager li {
  color: #444;
  border: none;
}

.pager li.pager-current {
  background: -moz-linear-gradient(center top , #fff 0%, #fff 100%) repeat scroll 0 0 transparent;
  color: #F77F00;
  text-align: center;
}	

nav ul li {
  width: 100%;
  float: none;
  display: block;
  padding: 0;
  line-height: 1;
  margin-bottom: 0;
}

nav ul li a {
  color: #fff;
}

.code {
  background-color: #EEE;
  padding: 0.75em 1.5em;
  border: 1px solid #DDD;
  margin-bottom: .75em;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace,serif;
}

/* Tables */

table {
  margin-bottom:1.4em;
  width:100%;
  border: solid 1px #ccc;
  border-top: solid 5px #f77f00;
  background-color:#dfddd6;
  font-size:0.8em;
  font-trasform:upper;
}

th {
  text-align: center;
  color: #f0ede4;
  background: #505050;  
}

thead th {
  background:#4c4d4f;
}

th, td, caption {
  padding:2px 5px 2px 5px;
}

tr:nth-child(even) td, 
tr.even td,
tr.even:hover td.active {
  background-color:#f0ede4;
}

tr {
  border-top: solid 1px #ccc;
}

tr:nth-child(odd) td, 
tr.odd td,
tr.odd:hover td.active {
  background: #dfddd6;
}

tfoot {
  font-style:italic;
}

caption {
  background:#eee;
}

/* Branding and Header */

.zone-branding-wrapper {
  background: #eeebe6;
  border-top: #6d6d6b 4px solid;
  margin-top: 2px;
  padding-top: 12px;
}

.nics-logo {
  background: transparent url(../images/nicslogo_270x59.png) no-repeat;
  width: 270px;
  height: 59px;
  margin: 0 auto;
}

.ut-logo {
  background: transparent url(../images/bg-logo_290x34.png) no-repeat;
  width: 290px;
  height: 34px;
  margin: 10px auto;
}

.zone-header-wrapper {
  background: #f97d01;
  color: #fff;
  padding: 4px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  min-height: 23px;
}

.user-bar-title {
  padding-top: 2px;
}

.container-inline div {
  margin: 0;
}

a.search-link {
  color: #444;
  text-decoration: none;
  font-size: 120%;
  padding-top: 10px;
}

/* Menu */

.zone-menu-wrapper {
  margin-top: 20px;
}

.zone-menu {
  background: #000;
  border-top: 4px solid #dd5d26;
  padding: 0;
}

.zone-menu .region-menu {
  margin: 0;
}

.zone-menu ul.main-menu li {
  background: #000;
  border-right: 2px solid #fff;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 12.3%;
}

.zone-menu ul.main-menu li.last {
  border-right: none;
}

.zone-menu ul.main-menu li a {
  font-size: 12px;
}

.zone-menu ul.main-menu li a.sf-depth-1 {
  color: #fff;
  text-decoration: none;
}

.zone-menu ul.main-menu li a.sf-depth-2 {
  color: #fcb040;
  text-decoration: none;
}

.zone-menu ul.main-menu li a.sf-depth-2:hover {
  color: #fff;
}

.zone-menu ul.main-menu li li {
  clear: both;
  width: 240px;
  border-right: none;
  border-bottom: 2px solid #dd5d26;
}
/*.zone-menu ul.sf-menu li {
    background: none repeat scroll 0 0 #000000;
    border-right: 2px solid #FFFFFF;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 12.3%;
}
.zone-menu ul.sf-menu li.last {
    border-right: medium none;
}
.zone-menu ul.sf-menu li a {
    font-size: 14px;
}
.zone-menu ul.sf-menu li a.sf-depth-1 {
    color: #FFFFFF;
    text-decoration: none;
}
.zone-menu ul.sf-menu li a.sf-depth-2 {
    color: #FCB040;
    text-decoration: none;
}
.zone-menu ul.sf-menu li a.sf-depth-2:hover {
    color: #FFFFFF;
}
.zone-menu ul.sf-menu li li {
    border-bottom: 2px solid #DD5D26;
    border-right: medium none;
    clear: both;
    width: 240px;
} */

/* Super Fish Position */


#superfish-1 {       /* Main Menu  */
  width:100%;
}

.sf-menu.sf-style-space-orange a {   /* Superfish Menu Size   */
  font-size:1em;  
}

.sf-depth-2 {
  position:relative;
  top:-4px;
}

.sf-depth-3 {
  position:relative;
  top:-2px;
}

/* Sidebar Menus */

aside .region-menu {
  margin-top: 20px;
}

.block-menu {
  border-top: 5px #f77f00 solid;  
}

.block-menu .block-title {
  padding: 4px 10px;
}

.block-menu ul.menu {
  background: none;
}

.block-menu ul.menu li {
  padding: 0;
  width: 100% ;
  float: left;
  line-height: 1;
  height:100%;
  vertical-align: middle;
  list-style:none;
  margin: 0;
}
/* Change padding from 10px 0 10px 20px to 0 0 10 20 */
.block-menu ul.menu li a {
  padding: 0px 0 10px 20px;
  background-position: 5px 6px;
}

.block-menu ul.menu a:hover {
  background-color: none;
  background-position: 10px 6px;
  color: #f67f00;
}

.block-menu ul.menu ul {
  padding: 0;
  margin: 0;
  background: none;
}

.block-menu ul.menu ul li {
  background: none;
}


/* change from background-position: 20px 6px; to 20px -4px */
.block-menu ul.menu ul li a {
  background-position: 20px -4px;
  padding-left: 35px;
}
/*  Changed 6 to -4 */
.block-menu ul.menu ul li a:hover {
  background-position: 25px -4px;
}

/* reduce left margin from 16 px to 3px -cy */

.block-menu ul.menu li ul.menu {
  margin-left: 3px;
}


/* #FLEXIBLE NAVIGATION  */

.block-menu ul.menu li a {
  /* comment out the border, cy
          border-bottom: 1px solid #ccc; */
  display: block;
  text-decoration: none;
/*Changed sprite from 5px -122 px to 5px -4px cy  */
  background: transparent url(../images/--sprite.png) 5px  -4px no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

.block-menu ul.menu li a:hover {
/* Changed background-position for the hover from 10px -122px to 10 -4  cy  */
  background-position: 10px -4px;
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

/* User Login Block */

#block-user-login.block.block-user {
  margin-bottom: 20px; 
  border: 1px solid #C7C4BC;
  background: #FAF9F6;
  padding: 5%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;  
}


/* Content */

.zone-content {
  background: #fff;
  padding-top: 30px;
}

/* Reset css coming from modules */

.flexslider {
  background: transparent;
  border: none;
  border-radius: 4px 4px 4px 4px;
}

article {
  padding: 30px 0 20px 0;
}

.submitted {
  padding-bottom: 20px;
}

.view-content .field-content p,
.view-content .read-more-link a,
.view-content .read-more-link a:link {
  font-size: 0.8em;
  margin-bottom: 0.2em;
  line-height: 1.5;
}

.read-more-link {
  margin-bottom: 20px;
}

.more-link a {
  white-space:nowrap;
}

table.plain-table,
table.plain-table tr,
table.plain-table th,
table.plain-table td {
  border: none;
  background: none;
}

table.plain-table td {
  padding: 2px;
  border: 1px solid #ccc;
}

/* #content code, tt, pre { */
code, tt, pre {
   font-family:"Bitstream Vera Sans Mono", "Courier New", Courier, monospace, serif;
}

pre {
    background-color:  #DDDDDD;
    border:  1px solid #DDDDDD;
    margin-bottom: 0.75em;
    padding: 0.75em 1.5em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.feed-description,
.feed-url,
.feed-updated {
  display: none;
}






/* calendars */

.calendar-calendar tr {
  border-top: none;
}

.calendar-calendar tr:nth-child(even) td,
.calendar-calendar tr.even td  {
  background: transparent; 
}

.view .date-nav-wrapper .date-heading {
  top: 30px;
}

.field-name-field-eventdate {
  margin-bottom: 20px;
}

/* sidebars */

.block-user-support .support {
  font-weight: bold;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}

.block-user-support .red {
  color: #F87431;
  font-size: 1.2em;
}

.block-user-support .light {
  font-weight: normal;
  font-size: .9em;
}

.block-user-support li {
  margin-bottom: 4px;
}

.block-user-support .supportimg {
  background: transparent url(../images/xsede_mobile.png) no-repeat;
  width: 195px;
  height: 68px;
  margin: 2px auto;
}

/* postscript */

#zone-postscript { 
  border: none;
}

/* footer */

.section-footer {
  margin-top: 30px;
  background: #2C2D2E url(../images/bg-mainfooter.png) bottom left repeat-x;
  padding: 25px 0;
  font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
} 

ul.navigation li a {
  background: url("../images/--sprite.png") no-repeat scroll 5px 2px transparent;
}

ul.navigation li a:hover {
  background: url("../images/--sprite.png") no-repeat scroll 10px 2px transparent;
  transition: all 0.25s ease-in-out 0s;
} 

.nics-foot-logo {
  background: transparent url(../images/nics_logo_small.png) no-repeat;
  width: 193px;
  height: 61px;
  margin: 0 auto;
}

.nsf-foot-logo {
  background: transparent url(../images/nsf_logo.png) no-repeat;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.ornl-foot-logo {
  background: transparent url(../images/ORNL-Logo-sm2.png) no-repeat;
  width: 200px;
  height: 117px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.footer-1 {
  color: #F0EBE4;
  text-align: center;
}

.footer-2 h4,
.footer-3 h4,
.footer-4 h4,
.footer-5 h4,
.footer-6 h4 {
  color: #F0EBE4;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  border-top: 1px solid #f0ede4;
  border-bottom: 1px solid #f0ede4;
  padding: 0.4em 0;
  font-weight: normal;
}

.footer-2 a,
.footer-3 a,
.footer-4 a,
.footer-5 a,
.footer-6 a,
.footer-7 a,
.footer-8 a {
  color: #F0EBE4;
  text-decoration: none;
}

.footer-2 ul.navigation li a,
.footer-3 ul.navigation li a,
.footer-4 ul.navigation li a,
.footer-5 ul.navigation li a,
.footer-6 ul.navigation li a {
  border: 0;
}

.socialsection {
  border-top: 1px solid #F0EBE4;
  border-bottom: 1px solid #F0EBE4;
  color: #fff;
}

.socialsection h4 {
  line-height: 1;
  padding: 0.45em 0 0.65em 0;
  margin: 0.5em 0 1.25em 0;
  color: #F0EBE4;
  font-size: 100%;
}

#footernav .socialsection h4 img {
  margin-bottom: -6px;
}

#indicia {
  color: #ccc;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

/* slideshow */

.front .region-preface-first {
  margin: 0;
  padding-top: 20px;
  background: #fff;
}

.flexslider {
  border: none;
  background: transparent;
}

.flexslider ul.slides, .flex-nav-container ol.flex-control-nav, .flex-nav-container ul.flex-direction-nav, .flexslider ul.slides li img {
  margin: 0;
  overflow: hidden;
}

.flex-nav-container,
.flexslider li {
  margin: 0;
}

.slideimg {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slidecaption {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 170px;
  padding: 0;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.slidecaption a {
  color: #fff;
  text-decoration: none;
}

.slidehd {
  font-size: 18px;
  /* padding-bottom: 2px; */
  display: block;
  line-height: 1.2;
}

.slidesum {
  display: none;
} 

.block-hp-slideshow-block {
  padding: 0;
}

.flex-control-nav {
  top: 170px;
  right: 20px;
  position: absolute;
  text-align: center;
  width: 170px;
}

table.draggable .slidehd {
  font-size: 14px;
}

table.table-menu th {
  background: #505050;
  font-size: 16px;
}

/* FAQ */

.ui-state-default a, 
.ui-state-default a:link, 
.ui-state-default a:visited {
  color: #0062A0;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
  color: #555555;
  font-weight: normal;
}

.view-frequently-asked-questions h3 {
  margin-top: 20px;
}

/* calendar */

.date-heading h3 a {
  font-size: 14px;;
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0 0.2em 0 0;
}

.block-search input[type="submit"] {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 0;
}
