/**
 * "News" page
 */
body {
  background-color: #6abab2 !important;
}

.field-name-body a:link,
.field-name-body a:visited {
  color: #6abab2;
  font-weight: normal;
}
.field-name-body a:hover,
.field-name-body a:active {
  color: #888888;
}

#footprint-link {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50px;
  height: 150px;
  overflow: hidden;
  text-indent: 1000px;
  white-space: nowrap;
  background: url("../images/logo-news-bg.jpg") no-repeat;
}

#site-menu {
}

body #sidebar-first {
  background: url("../images/blue-green-85.png");
  margin: 50px 25px 0 25px;
  padding: 10px;
  width: 240px;
}

body #content {
  background: url("../images/white-85.png");
  margin: 100px 25px 0 25px;
  width: 420px;
}

body.node-type-fp-news #content {
  background: url("../images/white-85.png");
}

body #sidebar-second {
  background: url("../images/blue-green-85.png");
  margin: 400px 0px 0 25px;
  padding: 10px;
  width: 180px;
}

body #site-wrapper {
  background: url("../images/news-bg.jpg") no-repeat;
}

body #site-menu ul.menu li a:hover,
body #site-menu ul.menu li a.active-trail,
body #site-menu ul.menu li a.active {
  background-color: #61BAB2;
  color: #FFF;
}

.view-fp-newslist .field-name-title h2 a:hover {
  color: #61BAB2;
}

.view-fp-newslist div.views-row-first {
  border-bottom: 1px dashed #6abab2;
  margin-bottom: 10px;
}


#social-wrapper {
  background: url("../images/blue-green-85.png");
  position: absolute;
  top: 380px;
  margin-left: 25px;
  width: 250px;
  padding: 5px;
}

a.xing-link {
  margin: 0 0 0 10px;
  display: block;
}



/**
 * Header menu
 */
#block-menu-menu-fp-header-menu a {
  color: #6abab2;
  text-decoration: none;
  font-weight: bold;
}

#block-menu-menu-fp-header-menu a:hover {
  color: #000;
}


/**
 * Pager
 */
div.pager {
  margin: 20px 0 20px 0;
}

ul.pager-list {
  
}

ul.pager-list li {
  float: left;
  margin: 0 2px 0 0;
}

ul.pager-list li a:link,
ul.pager-list li a:visited {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

ul.pager-list li span,
ul.pager-list li a:hover,
ul.pager-list li a:active {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #6abab2;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

ul.pager-links {
  float: right;
  display: block;
  margin-top: 20px;
}

ul.pager-links li {
  float: left;
  margin: 0 2px 0 0;
}

ul.pager-links li a:link,
ul.pager-links li a:visited {
  font-size: 10px;
  padding: 0 5px;
  height: 20px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}

ul.pager-links li a:hover,
ul.pager-links li a:active {
  background-color: #6abab2;
  height: 20px;
  color: #fff;
  text-decoration: none;
}


#content .node-fp-news .field-name-title h2 a {
  color: #000000 !important;
}
#content .node-fp-news .field-name-title h2 a:hover {
  color: #6abab2 !important;
}

/**
 * Blocks
 */
  #block-block-5 .block-content {
    color: #fff;
    font-size: 12px;
  }
  
/**
 * News archive
 */
  #block-views-fp-news-archive-block h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  #block-views-fp-news-archive-block .views-row-first {
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
  }
  
  #block-views-fp-news-archive-block .views-row .views-field-created {
    color: #ffffff;
    font-size: 10px;
  }
  
  #block-views-fp-news-archive-block .views-row .views-field-title a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
  }
  
  #block-views-fp-news-archive-block .views-row .views-field-title a:hover {
    color: #cccccc;
  }
  



/**
 * Related news
 */
  #block-fp-site-related-news h2 {
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  #block-fp-site-related-news li {
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #block-fp-site-related-news li.last {
    border-bottom: 0;
  }
  
  #block-fp-site-related-news a {
    color: #ffffff;
  }
  #block-fp-site-related-news a:hover {
    color: #333333;
  }
  
  