@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");

html,
body {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

body {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 14px;
  margin: 0px;
}

a {
  color: #3399f3;
  text-decoration: none;
}

a:hover,
a:focus {
  #color: #3399f3;
  text-decoration: underline;
}

div#container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: 0px auto;
  padding: 0px;
}

div#header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 50px;
  background-color: #446e9b;
  border-color: #345578;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
  background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
  background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
  background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
  background-repeat: no-repeat;
  border: 1px solid #345578;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
  filter: none;
}

div#jumbo {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50px;
  height: 225px;
  margin: 0px auto;
  background-image: url("img/darkgrain.png");
}

div#content-bg {
  position: absolute;
  top: 50px;
  overflow: hidden;
  left: 0px;
  right: 0px;

  padding: 20px;
  margin: 0px auto;
  background-image: url('img/darkgrain.png');
}

div#content-frame {
  width: 860px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  padding-top: 0px;
  margin: 0px auto;
}

div#news {
  width: 550px;
  float: left;
  padding: 5px;
}

div#partners {
  width: 320px;
  float: right;
  padding: 5px;
}

div.content_row {
  position: relative;
  width: 900px;
  margin: 0px auto; /* needed for centering */
  padding-left: 10px;
  padding-right: 10px;
}

div.content-row-100 {
  width: 100%;
  margin: 0px auto;
}

div.nav_item {
  padding-right: 20px;
  line-height: 50px;
  float: left;
}

.nav_item.active {
  font-weight: bold;
  color: #fff;
}

.nav_item a {
  color: #ddd;
  text-decoration: none;
}

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

div.news-item {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

div.news-item-header {
  padding: 10px;
  background-color: #eee;
}

div.news-item-content {
  padding: 10px;
}

div.team_item {
  width: 280px;
  float: left;
}

div.publication-item {
  width: 820px;
  float: left;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 5px 10px;
}

div.download_badge {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: center;

  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ddd;
  border-radius: 5px;

  font-size: 10px;
  color: #666;
}

h1 {
  border-bottom: 2px solid #ccc;
}

span.tag {
  font-family: 'courier new';
}

span.downloads {
  font-family: 'courier new';
  color: #446e9b;
  font-size: 12px;
  font-weight: bold;
}

a.author {
  color: #000;
}

.icon {
  color: #666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 3px;
}

.icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}