/*
  Primate Labs February 2010 Stylesheet
  Copyright 2004-2010 Primate Labs. All rights reserved.
*/

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
  font-family: "museo sans 500";
  src: url("/fonts/museo_sans_500.otf");
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
}

h1, h2 {
  font-family: "museo sans 500", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: #44a4f0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#navigation-header {
  font-family: "museo sans 500", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  width: 100%;
  background-color: #333;
  border-bottom: 5px solid #000;
}

#navigation-header .navigation-element {
  float: left;
  padding-top: 11px;
  padding-bottom: 0px;
  padding-right: 30px;
  font-size: 18px;
  color: #fff;
}

#navigation-header .navigation-element-brand {
  float: left;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 30px;
  font-size: 24px;
  color: #ccc;
}

#navigation-header * a {
  color: #fff;
}

#header {
  padding-top: 30px !important;
}

#header a {
  text-decoration: none;
}

.post {  
}

.post .metadata {
  font-size: 80%;
}

.product {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product a {
  text-decoration: none;
}

.product-header {
  padding: 0px;
  margin: 0px;
}

.product-version {
  font-size: 75%;
  color: #545d66;
}

.container {
  font-size: 14px;
}

.summary {
  font-size: 16px;
}

.download-list {
}

#sidebar a, .entry a {
  background-color: #ececec;
  padding: 2px;
  color: #666;
  text-decoration: none;
}

#sidebar a.noblock {
  background-color: #fff !important;
}


