* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

.wrap:before,
.wrap:after {
  content: "";
  display: table; }

.wrap:after {
  clear: both; }

.wrap {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #fbfbf9;
  color: #2e2d29; }

h1 {
  font-size: 220%;
  font-weight: 500;
  color: #b26f16; }

header {
  padding-left: 0px;
  min-height: 40px;
  font-size: 30px;
  font-weight: 500;
  background-color: #8c1515;
  margin-bottom: 15px; }
  header a {
    color: #fbfbf9; }
  header a:hover {
    color: #fbfbf9; }

p {
  font-size: 10pt;
  line-height: 1.5; }

a {
  color: #b26f16;
  text-decoration: None; }

a:hover {
  color: #e98300; }

nav {
  float: right;
  margin: 10px;
  border-left: 2px solid #e98300;
  padding-left: 5px;
  font-size: 150%;
  font-weight: 500; }
  nav ul {
    list-style: none; }

img {
  margin: 5px 5px 5px 0px; }

.content {
  width: 80%; }

.profilepic {
  float: left; }

.profilewrap:before,
.profilewrap:after {
  content: "";
  display: table; }

.profilewrap:after {
  clear: both; }

.profilewrap {
  font-size: 120%;
  line-height: 1.2;
  margin: 0px 0px 20px 0px; }

.name {
  font-size: 160%;
  font-weight: 500; }

.phone, .webpage {
  float: right; }

/*# sourceMappingURL=main.css.map */
