#wrapper {
  margin-bottom: 20px;
}

#docs .wrapper {
  margin-top: 20px;
}

#nav .container ul {
  margin-left:40px;
}

.blue, .blue:link, .blue:visited, .blue:hover, .blue:active { /* Blue */
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

