/* typekit */

iframe {
  position: absolute;
  z-index: 1000000000;
}

body {
  font-family: "m-1c-1","m-1c-2", "Avenir", "Helvetica Neue", helvetica, "Arial", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  overflow-x: hidden;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  color: #0092d1;
}

a:hover {
  border-bottom: 3px solid #0092d1;
  color: #333;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: #0092d1;
}

h1 a {
  text-decoration: none;
  border-bottom: 0;
  color: inherit;
}

h1 a:hover {
  color: inherit;
}

h1 strong, #header h2 {
  font-size: .8em;
  color: #626464;
}

.container {
  width: 100%;
}

.content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
  background-color: #eee;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, .8);
  -moz-box-shadow: 0 5px 20px rgba(51, 51, 51, .8);
}

#header, #header .content {
  height: 70px;
  position: relative;
}

#header h1 {
  position: absolute;
  bottom: 18px;
}

#header h2 {
  position: absolute;
  bottom: 1em;
  right: 0;
  font-size: 1em;
  text-transform: lowercase;
}

#nav {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 0;
}

#nav li {
  float: left;
  background: #ccc -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
  background-color: #ccc;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #ddd;
  overflow: hidden;
}

#nav li:first-child, #nav li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}

#nav li:last-child, #nav li:last-child a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-right: 0;
}

#nav a {
  color: #666;
  display: block;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
}

#nav a:hover {
  background: #bbb -webkit-gradient(linear, left top, left bottom, from(#777), to(#ccc));
  background-color: #bbb;
  color: #fff;
}

body.about #nav .about a,
body.blog #nav .blog a,
body.portfolio #nav .portfolio a,
body.photos #nav .photos a,
body.contact #nav .contact a,
#nav a.selected {
  background: #b3b3b3 -webkit-gradient(linear, left top, left bottom, from(#636363), to(#b3b3b3));
  background-color: #aaa;
  color: #fff;
}

#sidebar {
  float: left;
}

#body {
  margin: 20px 0;
}

#hire_me {
  background: url('../images/zip_icon-16-2.png') no-repeat;
  height: 20px;
  padding: 8px 0 0 32px;
  margin: 3em 0 0 0;
  font-weight: bold;
  text-transform: lowercase;
  position: absolute;
  right: 0;
  bottom: 1em;
}

#hire_me a {
  margin-left: -32px;
  padding-left: 32px;
  text-decoration: none;
  color: #626464;
}

#hire_me a:hover { color: #0092d1; }

small { font-size: .6em; }
em { font-style: italic; }
h2 {
  font-size: 13px;
  line-height: 8px;
  margin: 0 0 30px -15px;
  padding: 42px 0 0 10px;
  color: #333;
  font-weight: bold;
  border-left: 5px solid #0092D1;
}

h5 {
  margin: 20px 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.nav {
  margin-left: -5px;
  margin-bottom: 40px;
  width: 155px;
}

.nav li {
  background: #eee;
  margin-bottom: 1px;
  margin-left: -10px;
  display: block;
}

.nav a {
  padding: 4px 10px 2px 15px;
/*  border-left: 5px solid #eee;*/
  border-bottom: 0;
  margin-left: 0;
  color: #999;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav a:hover {
  border-left: 5px solid #0092D1;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-color: #dfdfdf;
  color: #333;
}

/* 
COLORS:
Light Gray Background: #dcdedd
Cyan: #0092d1
Dark Gray: #626464
*/
