@font-face {
  font-family: 'Titillium';
  src: url('TitilliumText22L004-webfont.eot');
  src: local('☺'), url('TitilliumText22L004-webfont.woff') format('woff'), url('TitilliumText22L004-webfont.ttf') format('truetype'), url('TitilliumText22L004-webfont.svg#webfont9tlFqxpn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumLight';
  src: url('TitilliumText22L002-webfont.eot');
  src: local('☺'), url('TitilliumText22L002-webfont.woff') format('woff'), url('TitilliumText22L002-webfont.ttf') format('truetype'), url('TitilliumText22L002-webfont.svg#webfonthJHMIxiW') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lightgrey { color: #bdb9b3; }
.grey { color: #888683; }
.darkgrey { color: #62605d; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #312e2a url(img/bg.png) top left;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}
a {
  color: #bdb9b3;
  font-weight: bold;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #bdb9b3; }
#content {
  width: 960px;
  margin: 0 auto 20px auto;
  background: #252422 url(img/contentbg.png) top left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-top: 30px;
}
header {
  background: transparent url(img/header.png) top center no-repeat;
  height: 370px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
hgroup.title { display: none; }
article.item {
  width: 840px;
  padding: 0 0 20px 0;
  margin: 0 60px 100px 60px;
}
br.clear { clear: both; }
div.clear {
  clear: both;
  position: relative;
  top: -15px;
}
h2.aboutme {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 42px;
  background: transparent url(img/aboutme.png) top left no-repeat;
  text-indent: -9999px;
  line-height: 42px;
}
nav {
  width: 100%;
  position: absolute;
  top: 320px;
}
a#aboutbtn {
  background: transparent url(img/buttons.png) top left no-repeat;
  margin-right: 303px;
}
a#aboutbtn:hover { background-position: bottom left; }
a#portfoliobtn {
  background: transparent url(img/buttons.png) top center no-repeat;
  margin-right: 303px;
}
a#portfoliobtn:hover { background-position: bottom center; }
a#contactbtn { background: transparent url(img/buttons.png) top right no-repeat; }
a#contactbtn:hover { background-position: bottom right; }
nav a.selected#aboutbtn { background-position: bottom left; }
nav a.selected#portfoliobtn { background-position: bottom center; }
nav a.selected#contactbtn { background-position: bottom right; }
nav a {
  outline: none;
  width: 118px;
  height: 32px;
  text-indent: -9999px;
  display: block;
  float: left;
  position: relative;
}
nav a:hover span { top: 32px; }
nav a span {
  position: absolute;
  top: 27px;
  display: block;
  width: 118px;
  height: 5px;
  background: transparent url(img/indicator.png) top center no-repeat;
}
nav a.selected span { top: 32px; }
div.itemdate {
  width: 40px;
  height: 39px;
  background: #252422 url(img/datebg.png) top left no-repeat;
  float: left;
  margin: 0 0 0 -100px;
  text-align: center;
  font-family: Titillium, Helvetica, Arial, sans-serif;
  color: #62605d;
}
span.month {
  margin: 5px 0 2px 0;
  display: block;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 1.6em;
}
span.year {
  display: block;
  font-family: inherit;
  font-size: 1.36em;
}
.left div.itemimg { float: left; }
.right div.itemimg { float: right; }
div.itemimg { width: 280px; }
div.itemimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.left div.itembody { float: right; }
.right div.itembody { float: left; }
div.itembody { width: 520px; }
.noimg .itembody { width: 930px; }
div.itemtext {
  color: #888683;
  font: 13px/1.6em Helvetica, Arial, sans-serif;
  padding: 5px 0;
}
.itemtext p {
  margin-bottom: 1em;
  text-align: justify;
}
.left h3 {
  text-align: left;
  margin-left: -20px;
}
.right h3 {
  text-align: right;
  margin-right: -20px;
}
div.itembody h3 {
  color: #bdb9b3;
  text-shadow: #000000 0 1px 2px;
  font-size: 3.8em;
  font-weight: lighter;
}
.left .meta { text-align: left; }
.right .meta { text-align: right; }
div.meta {
  font-family: Baskerville, Palatino, "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.4em;
  color: #62605d;
  margin: 3px 20px 3px 20px;
}
.yellow { color: #bdb9b3; }
.coda-slider-wrapper { padding: 20px 0; }
.coda-slider { background: #ebebeb; }
.coda-slider-no-js .coda-slider {
  height: 200px;
  overflow: auto !important;
  padding-right: 20px;
}
.coda-slider { width: 520px; }
.coda-slider .panel { width: 520px; }
.coda-slider-wrapper.arrows .coda-slider { width: 500px; }
.coda-slider-wrapper.arrows .coda-slider .panel { width: 500px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }
.coda-nav-left a {
  background: transparent;
  color: #bdb9b3;
  padding: 5px;
  width: 100px;
}
.coda-nav-right a {
  background: transparent;
  color: #bdb9b3;
  padding: 5px;
  width: 100px;
}
.coda-nav ul li a.current { background: #62605d; }
.coda-slider .panel-wrapper { padding: 20px; }
.coda-slider p.loading {
  padding: 20px;
  text-align: center;
}
.coda-nav ul {
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.coda-nav ul li { display: inline; }
.coda-nav ul li a {
  background: transparent;
  color: #bdb9b3;
  display: block;
  float: left;
  margin-right: 1px;
  padding: 3px 6px;
  text-decoration: none;
}
.coda-slider-wrapper {
  clear: both;
  overflow: auto;
}
.coda-slider {
  float: left;
  overflow: hidden;
  position: relative;
}
.coda-slider .panel {
  display: block;
  float: left;
}
.coda-slider .panel-container { position: relative; }
.coda-nav-left, .coda-nav-right { float: left; }
.coda-nav-left a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.coda-nav-right a {
  display: block;
  text-align: center;
  text-decoration: none;
}
div#aboutme {
  margin: 30px auto 30px auto;
  width: 732px;
  background: transparent url(img/aboutme.png) top center no-repeat;
  padding-top: 500px;
  color: #62605d;
  font: 13px/1.6em Helvetica, Arial, sans-serif;
}
#aboutme .column-1 {
  width: 352px;
  margin-right: 20px;
  text-align: justify;
  float: left;
}
#aboutme .column-2 {
  width: 352px;
  text-align: justify;
  float: left;
}
#aboutme a {
  color: #72706d;
  font-weight: bold;
  text-decoration: none;
}
#aboutme a:hover { text-decoration: underline; }
#aboutme a:visited { color: #72706d; }
div#contact {
  margin: 20px 20px;
  background: transparent url(img/stripe.png) repeat-x;
  background-position: 0px 23px;
}
.wpcf7-form {
  margin: 0 auto;
  width: 594px;
  padding: 60px 10px 0 10px;
  background: transparent url(img/contactme.png) top left no-repeat;
}
.wpcf7-form p {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}
.wpcf7-form label {
  display: block;
  height: 20px;
  width: 160px;
  margin-right: 40px;
  float: left;
  text-indent: -99999px;
}
.wpcf7-form label#name-label { background: transparent url(img/labels.png); }
.wpcf7-form label#email-label {
  background: transparent url(img/labels.png);
  background-position: 0px -20px;
}
.wpcf7-form label#message-label {
  background: transparent url(img/labels.png);
  background-position: 0px -40px;
}
.wpcf7-form input.wpcf7-text {
  font-family: Baskerville, Palatino, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #c0c0bd;
  display: block;
  float: left;
  width: 185px;
  height: 18px;
  padding: 3px 5px;
  border: 0 none;
  outline: none;
  background: transparent url(img/inputs.png);
}
span.your-message textarea {
  background: transparent;
  font-family: Baskerville, Palatino, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #c0c0bd;
  float: left;
  outline: none;
  -moz-border-image: url(img/border.png) 5 5 5 5 round round;
  -webkit-border-image: url(img/border.png) 5 5 5 5 round round;
  width: 185px;
  height: 71px;
  resize: none;
  padding: 0;
  border: 5px solid #41403f;
}
input.wpcf7-submit {
  text-indent: -9999px;
  border: 0 none;
  outline: none;
  width: 55px;
  height: 25px;
  background: transparent url(img/sendbtn.png) top left no-repeat;
  margin-left: 340px;
}
div.wpcf7-response-output {
  margin: 20px auto;
  font-family: Baskerville, Palatino, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #c0c0bd;
  text-align: center;
}
footer {
  width: 940px;
  padding: 0 10px;
  height: 30px;
  background: #252422;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 auto 20px auto;
  color: #62605d;
  font-family: Baskerville, Palatino, "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.4em;
}
span#copyright {
  line-height: 30px;
  float: left;
}
address#wordpress {
  line-height: 30px;
  float: right;
}

