/* $Id$ */

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }
  
  .view-Newsdesk-masthead
  {
  display:none;
  }
  
  #block-block-6
  {
  display:none;
  }
  
  div#site-name a
  {
  text-indent:0;
  background:none;
  font-weight:bold;
  width:100%;
  }
  
  div#site-name a:after
  {
  content:" - Press Room of the Smithsonian Institution";
  }
  
  .sidebar-left #content #content-area
  {
  padding:25px 0;
  }
  
  .sidebar-left #content
  {
  width:100%;
  margin:0;
  }
  
  .sidebar-left #content #content-bottom 
  {
  padding:0;
  }
  
  #content #content-header h1
  {
  background:none;
  text-indent:0;
  padding:0;
  font-weight:bold;
  margin:0;
  font-size:20px;
  width:100%;
  }
  
  .node-type-staff-bio #content-header .section_title, .node-type-staff-bio #content #content-header .title
  {
  width:100%;
  padding:0;
  }
  
  .sidebar-left #content #content-header 
  {
  padding:0;
  }
  
  #global_nav
  {
  display:none;
  }
  
  #si_nav
  {
  background:url(images/img_logo_print.png) no-repeat top left !important;
  height:50px;
  display:block;
  }
  
  #si_nav .logo
  {
  display:none;
  }
  
  #si_nav .logo_print
  {
  display:block;
  }


  .section-releases .node-body, .section-factsheets .node-body, .node-type-staff-bio .node-body
  {
  width:70%;
  }
  
  .section-releases .field-field-contacts, .section-releases .terms, .section-factsheets .field-field-contacts, .section-factsheets .terms, .node-type-staff-bio .terms, .node-type-staff-bio .field-field-image, .terms  
  {
  width:25%;
  margin-left:75%;
  }
  
  .terms .links li, .terms .links
  {
  display:block;
  visibility:visible;
  }
  
  .page-about-awards .view-Newsdesk-about-awards .views-field-body
  {
  width:70%;
  }
  
  .view-exhibitions-list-by-year .item-list h3
  {
  padding:0;
  }
  
  .view-exhibitions-list-by-year .item-list ul
  {
  display:block;
  }