  html, body {
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color:black;
    color: rgb(132, 134, 136);
    line-height:130%;
  }

  a {
    color:white;
  }

  ::selection {
    background: #999;
  }

  h1 {
    line-height:100%;
    background: -webkit-linear-gradient(white, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size:40px;
    margin:0;
    padding:0;
  }

  h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color:white;
  }

  h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color:white;
  }

  h3 .pictos {
    font-size:26px;
    margin-right:8px;
  }

  h4 {
    margin:0;
    padding:0;
    color: #55A9E2;
    font-weight: normal;
  }

  .btn {
    display:inline-block;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    background-color: #dedede;
    color: #222;
  }

  .btn i {
    font-size: 20px;
  }

  .btn:hover {
    background-color: white;
    color: black;
  }

  .highlighted {
    background-color: #306082;
    color:#eee;
    padding-left:3px;
    padding-right:3px;
  }

  #header {
    background:url(../images/header_repeating.jpg) top left repeat-x;
    height:375px;
  }

  #header .nav {
    float:right;
    text-align:right;
    color: rgba(255,255,255,0.6);
    font-size: 1.15em;
    font-weight: 500;
    margin:0;
    padding:0;
    margin-right:80px;
    margin-top:14px;
    text-shadow: 0px 2px rgba(0,0,0,0.3);
  }

  #header .nav li {
    display:inline-block;
    padding-right:15px;
  }

  #header .nav li:hover,
  #header .nav li.active {
    color: white;
  }

  #header .nav a {
  	text-decoration:none; 
  }
  
  #header .nav li i {
    padding-right:5px;
  }

  #header .centered {
    background: url(../images/header.jpg) center no-repeat;
    height:100%;
    width:1120px;
    margin:auto;
  }

  #content {
    border-top:1px solid rgba(255,255,255,0.25);
    padding-top:30px;
  }

  #content .centered {
    min-height:100%;
    width:960px;
    margin:auto;
  }

  .pictos {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'Pictos', sans-serif;
  }

  .col3 {
    width: 300px;
    margin-right: 30px;
    float:left;
    padding-top:30px;
  }

  .divider {
    margin-top:30px;
    display: block;
    width:100%;
    height:18px;
    background:url(../images/double_dash.jpg) top left repeat-x;
    text-align: center;
  }

  .divider h4 {
    text-transform: uppercase;
    background-color: black;
    padding:10px;
    padding-top:0;
    display:inline-block;
    margin: auto;
  }

  .newsbox {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(20, 39, 52)));
    background-image: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(20, 39, 52));
    background-image: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(20, 39, 52));
    background-image: -o-linear-gradient(top, rgb(0, 0, 0), rgb(20, 39, 52));
    background-image: -ms-linear-gradient(top, rgb(0, 0, 0), rgb(20, 39, 52));
    background-image: linear-gradient(top, rgb(0, 0, 0), rgb(20, 39, 52));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#142734');

    border-left:1px solid rgb(20, 39, 52);
    border-right:1px solid rgb(20, 39, 52);
    padding:45px 40px 60px 40px;
  }

  .newsbox .quote {
    width: 270px;
    margin-right: 34px;
    color:white;
    font-size:1.05em;
    font-weight:500;
    float:left;
  }

  .newsbox .quote div {
    color: #58AAE2;
    text-align:right;
    display:block;
    position:relative;
    left:-20px;
    top:10px;
  }

  .last {
    margin-right:0 !important;
  }

  .meta {
    color: #666;
    padding-top:7px;
    font-size: 0.85em;
  }

  .meta a {
    color: #888;
  }

  .copyright {
    text-align:center;
    margin-top:70px;
    width:500px;
    font-weight: 300;
    font-size: 11px;
    margin:auto;
    color: #444;
    margin-top:40px;
    margin-bottom:40px;
  }
  .copyright a {
    color:#666;
    text-decoration: none;
    border-bottom: 1px solid #333;
  }

  .gettingstarted ul {
    list-style-type: none;
    padding-left:10px;
  }

  .gettingstarted ul li {
    font-weight:300;
    color:#eee;
    font-size:18px;
  }

  .gettingstarted ul li .caret {
    color:black;
    background-color:#58AAE2;
    font-size:16px;
    text-align:center;
    width:25px;
    height:25px;
    line-height:25px;
    display:inline-block;
    margin:5px;
    position:relative;
    left:-7px;
  }
  
  .discuss {
  	background-position: top left;
	width: 382px;
	height:55px;
	display:inline-block;
	text-transform:none;
	color:transparent;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:30px;
	margin-right:30px;
	text-decoration:none;
  }
  .discuss:hover, .discuss:active {
  	background-position: bottom left;
  }