@charset "utf-8";
* {
  margin-top: 0px;
  margin-bottom: 0px;
}
html {
  overflow-y: scroll;
}
body {
  background-image: url(../images/background.png);
  background-repeat: repeat-y;
  background-position: center top;
}
#container {
  width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/contentback.png);
  background-repeat: repeat-y;
  background-position: center top;
}
#left {
  float: left;
  width: 325px;
}
#left #name {
  font-family: 'EB Garamond', serif;
  font-size: 3.3em;
  color: #5b6876;
  font-weight: normal;
}
#left #nav {
  margin-bottom: 35px;
}
#left #nav ul {
  list-style: none;
  padding-left: 5px;
}
/*#left #nav a {
  color: #5b6876;
  text-decoration: none;
 font-family: font-family : 'Oswald', sans-serif;
  font-size: 1em;
  text-align: left;
  display: block;
  font-weight: normal;
  line-height: 1.5em;
  font-family: Oswald;
  text-transform: uppercase;
}*/
#left #nav a {
  float: left;
  font-size:.9em;
  text-decoration:none;
  color:#5b6876;
  font-family: 'Oswald';
  font-weight: normal;
  text-transform: uppercase;
  /* [disabled]padding-left: 15px; */
  padding-right: 10px;
  display: block;
}
#left #headshot {
  margin-bottom: 25px;
}
#left #featured {
  margin-bottom: 25px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 300px;
}
#left #featured h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em;
  color: #5b6876;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 25px;
}
#left #featured p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  color: #666;
  text-align: left;
  line-height: 2em;
}
#right {
  width: 550px;
  float: left;
  padding-left: 75px;
  padding-right: 50px;
  padding-top: 80px;
}
#content .blog .pagination {
  margin-bottom: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#content .blog .pagination ul {
  list-style: none;
}
#content .blog .pagination ul li {
  float: left;
  font-size:.8em;
  text-decoration:none;
  color:#5b6876;
  font-family: 'Oswald';
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
#content {
  float: left;
}
#content img {
  clear: both;
  -moz-box-shadow:0px 0px 7px #999999;
  -webkit-box-shadow:0px 0px 7px #999999;
  box-shadow:0px 0px 7px #999999;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#right h2 {
  font-family: 'EB Garamond', serif;
  font-size: 2.5em;
  color: #5b6876;
  font-weight: normal;
  margin-bottom: 15px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#right h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em;
  color: #666666;
  font-weight: normal;
  margin-bottom: 15px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#footer {
}
#footer p {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  color: #978D86;
  text-align: left;
}
#footer a {
  color: #978D86;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  color: #666;
  text-align: left;
  line-height: 2em;
  margin-bottom: 15px;
}
a {
  color: #00598C;
  text-decoration: none;
}