/*
Theme Name: Katie Frankenbach
*/


* {border:0;padding:0;margin:0;outline:0;}

body {
  background: #fdfdfd;
  font-family: 'Century Gothic';
  font-size: 14px;
  color: #5d5d5d;
}

#container {
  width: 940px;
  margin: 50px auto auto auto;
}

#left {
  width: 220px;
  float: left;
}

#name h1 {
  font-size: 0;
  text-indent: -9999px;
}

#name a {
  display: block;
  width: 400px;
  height: 43px;
  background: url(http://katiefrankenbach.com/wp-content/uploads/2014/07/webheader.png) no-repeat top left;
}

#nav {
  text-align: left;
  margin-top: 400px;
}

#nav ul li {
  list-style: none;
  margin: auto 110px 7px auto;
}

#right {
  width: 700px;
  float: right;
  margin-left: 20px;
  font-weight: 300;
}

#singlecontent {
  margin-top: 17px;
}

#singlecontent h2 {
  font-size: 22px;
  font-weight: 300;
}

#singlecontent h2.pagetitle {
  margin-bottom: 15px;
}

img.size-full {
  margin: auto 10px 10px auto;
}

p {
  line-height: 140%;
  margin-bottom: 15px;
}

a {
  color: #5d5d5d;
  text-decoration: none;
  font-weight: 300 !important;
}

a:hover {
  color: #1693a5;
}

#cut {clear: both;}