﻿/* main.css */

html, body, h1, h2, h3, h4, p, div, ul, ol, li {
  padding: 0;
  border: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
}
h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: #ffffff;
  width: 700px;
  margin: 0 auto 0 auto;
}
h2 strong {
  font-weight: 400;
}
.header {
  background-color: #00CC33 ;
}
h3 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 20px 0;
}
p {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}
a {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #aa0000;
  text-decoration: underline;
}
.tagline {
  background-color: #000000;
  padding: 20px 0 20px 0;
}
.projects, .badges, .articles, .skills {
  width: 700px;
  margin: 0 auto;
}
.projects ul, .badges ul, .articles ul, .skills ul {
  list-style-type: none;
}
.projects li, .badges li, .articles li, .skills li {
  margin-bottom: 10px;
}
.badges img {
  float: left;
  padding-right: 10px;
}
.skills {
  margin-bottom: 20px;
}
.skills li {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  background-color: #444444;
  color: #cccccc;
  display: inline;
  padding: 8px 8px 8px 8px;
  margin-right: 10px;
}
.footer {
  background-color: #999999;
  text-align: center;
  padding: 20px 0 20px 0;
}