/* $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,
  #page,
  #page-wrapper,
  #closure-blocks,
  .sidebar-left #content,
  .sidebar-left #content-inner,
  #page-inner,
  #footer-inner
  {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0;
    padding-right: 0;
    min-width: 100% !important;
    max-width: 100% !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner,
  #bg,
  .view-blog .view-content .even,
  .panel-info, .view-blog .view-content .date, .node-custom .meta .date
  {
    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,
  #block-menu-secondary-links,
  #node-48 .center-wrapper
  {
    visibility: hidden !important;
    display: none !important;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }

.panel-info, .view-blog .view-content .date, .node-custom .meta .date {
  color: #000;
  font-weight: bold;
  padding: 0;
}

#site-slogan {
  padding: 0;
  width: 100%;
  background: url("img/keyvisual_print.png") no-repeat scroll right bottom transparent;
  height: 160px;
}

#site-slogan a {
  background: url("img/claim_print.png") no-repeat scroll left bottom transparent;
}

.view-blog .view-content .odd, .view-blog .view-content .even,
#agenda h2, #agenda h2.title, #agenda .name, #agenda .job, #agenda .info,
.view-blog .view-content .even, .view-blog .view-content .odd, .panel-rounded, #node-22 .panel-1col .panel-pane {
  margin: 0;
  padding: 0;
}

.panel-rounded {
  padding-bottom: 12px;
}