/* Welcome to Susy. Use this file to define screen styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
/* @group reset */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* @end */

/* @group defaults */
body {
  font-family: 'Avenir LT', 'Avant Garde', 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif;
  color: #e6b399;
}

/* @group links */
a:focus, input:focus, textarea:focus, button:focus {
  outline: 1px dotted #3399cc;
  outline-offset: 2px;
}

a:link, a:visited {
  color: #cc6633;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #3399cc;
  background: #0f2e3d;
  background: rgba(0,0,0,.125);
}
a:hover, a:active {
  outline: none;
}

/* @end */
/* @group headers */
h3, h4, h5, h6 {
  font-weight: bold;
}

/* @end */
/* @group forms */
form *:focus {
  outline: none;
}

fieldset {
  margin: 1.5em 0;
}

legend {
  font-weight: bold;
  font-variant: small-caps;
}

label {
  display: block;
  margin-top: 1.5em;
  text-transform: capitalize;
}

legend + label {
  margin-top: 0;
}

textarea, input:not([type=radio]) {
  /* Mozilla (FireFox, Camino) */
  -moz-box-sizing: border-box;
  /* Webkit (Safari, Chrome) */
  -webkit-box-sizing: border-box;
  /* IE (8) */
  -ms-box-sizing: border-box;
  /* CSS3 */
  box-sizing: border-box;
  width: 100%;
  background: #3399cc;
  background: rgba(51,153,204,.5);
  color: #c2e0f0;
  text-shadow: #0f2e3d 1px 1px 1px;
  border-top-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
}
textarea:focus, input:not([type=radio]):focus {
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: rgba(51, 153, 204, 0.5) 0 0 1em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: rgba(51, 153, 204, 0.5) 0 0 1em;
  /* CSS3 */
  box-shadow: rgba(51, 153, 204, 0.5) 0 0 1em;
}

button {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('http://media.oddbird.net/static/images/button_bg.png?1261188126') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 19.2px;
  border-width: 1px;
  color: #fff;
  background-color: #ff5500;
  background: -webkit-gradient(linear, left top, left bottom, from(#edcbb9), to(#d07344), color-stop(0.1, #db9470), color-stop(0.5, #c06030), color-stop(0.5, #b45a2d));
  background: -moz-linear-gradient(left top, left bottom, from(#edcbb9), to(#d07344), color-stop(0.1, #db9470), color-stop(0.5, #c06030), color-stop(0.5, #b45a2d));
  text-shadow: #802a00 1px 1px 1px;
  border-color: #ab562b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus {
  outline: none;
}
button:active {
  padding: 3px 15px;
}
button.disabled:active {
  padding: 4px 16px;
}
button:active {
  border-width: 2px;
}
button.disabled:active {
  border-width: 1px;
}
button:hover, button:focus {
  color: #fff;
  background-color: #f05000;
  background: -webkit-gradient(linear, left top, left bottom, from(#eac2ad), to(#cd6a38), color-stop(0.1, #d88b64), color-stop(0.5, #b45a2d), color-stop(0.5, #a8542a));
  background: -moz-linear-gradient(left top, left bottom, from(#eac2ad), to(#cd6a38), color-stop(0.1, #d88b64), color-stop(0.5, #b45a2d), color-stop(0.5, #a8542a));
  text-shadow: #712600 1px 1px 1px;
  border-color: #9f5028;
}
button:active {
  color: #fff;
  background-color: #e14b00;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7b9a1), to(#c56231), color-stop(0.1, #d58258), color-stop(0.5, #a8542a), color-stop(0.5, #9c4e27));
  background: -moz-linear-gradient(left top, left bottom, from(#e7b9a1), to(#c56231), color-stop(0.1, #d58258), color-stop(0.5, #a8542a), color-stop(0.5, #9c4e27));
  text-shadow: #622100 1px 1px 1px;
  border-color: #934a25;
}

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0;
}

th {
  font-weight: bold;
}

/* @end */
/* @group block tags */
p {
  margin: 1.5em 0;
}

ol {
  margin: 1.5em 0;
  list-style: decimal;
  list-style: decimal-leading-zero;
}

ul {
  margin: 1.5em 0;
  list-style: disc;
}

fieldset > ul {
  margin: 0;
  padding: 0;
}
fieldset > ul li {
  list-style-type: none;
  margin-left: 0px;
}

blockquote {
  margin: 1.5em;
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
}

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* @end */
/* @group replaced tags */
figure {
  margin-top: 1.5em;
  background: rgba(0,0,0,.5);
  padding: .75em;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #99cce6 1px 1px 5px;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #99cce6 1px 1px 5px;
  /* CSS3 */
  box-shadow: #99cce6 1px 1px 5px;
}

img {
  vertical-align: bottom;
}

/* @end */
/* @group microformats */
.vcard .locality:after {
  content: ",";
}

/* @end */
/* @end */

#portfolio #projects {
  width: 100%;
  overflow: hidden;
}
#portfolio #projects > ul {
  margin: 0;
  padding: 0;
  width: 1000%;
  overflow: hidden;
  display: inline-block;
}
#portfolio #projects > ul li {
  list-style-type: none;
  margin-left: 0px;
}
#portfolio #projects > ul {
  display: block;
}
#portfolio #projects > ul > li {
  display: inline;
  float: left;
  width: 10%;
}
#portfolio #projects {
  position: relative;
  background: #0a1f29;
  background: rgba(0,0,0,.25);
  padding: .75em 0;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
}
#portfolio > h1 {
  display: none;
}
#portfolio article {
  background: no-repeat scroll -1.5em;
}
#portfolio #contact-us article {
  background-position: -3em;
}
#portfolio header, #portfolio .body {
  margin: 0 1em 0 33.333%;
  padding: .75em;
  background: #0a1f29;
  background: rgba(0,0,0,.6);
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
  /* CSS3 */
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
}
#portfolio header {
  border-top-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
}
#portfolio .body {
  overflow: hidden;
  display: inline-block;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
}
#portfolio .body {
  display: block;
}
#portfolio .body p:first-child {
  margin-top: 0;
}
#portfolio .body label[for="body"] {
  margin-top: 0;
}
#portfolio .body .go {
  text-align: right;
}
#portfolio .body .go a {
  text-transform: capitalize;
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('http://media.oddbird.net/static/images/button_bg.png?1261188126') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 19.2px;
  border-width: 1px;
  color: #fff;
  background-color: #ff5500;
  background: -webkit-gradient(linear, left top, left bottom, from(#edcbb9), to(#d07344), color-stop(0.1, #db9470), color-stop(0.5, #c06030), color-stop(0.5, #b45a2d));
  background: -moz-linear-gradient(left top, left bottom, from(#edcbb9), to(#d07344), color-stop(0.1, #db9470), color-stop(0.5, #c06030), color-stop(0.5, #b45a2d));
  text-shadow: #802a00 1px 1px 1px;
  border-color: #ab562b;
}
#portfolio .body .go a::-moz-focus-inner {
  border: none;
  padding: 0;
}
#portfolio .body .go a:focus {
  outline: none;
}
#portfolio .body .go a:active {
  padding: 3px 15px;
}
#portfolio .body .go a.disabled:active {
  padding: 4px 16px;
}
#portfolio .body .go a:active {
  border-width: 2px;
}
#portfolio .body .go a.disabled:active {
  border-width: 1px;
}
#portfolio .body .go a:hover, #portfolio .body .go a:focus {
  color: #fff;
  background-color: #f05000;
  background: -webkit-gradient(linear, left top, left bottom, from(#eac2ad), to(#cd6a38), color-stop(0.1, #d88b64), color-stop(0.5, #b45a2d), color-stop(0.5, #a8542a));
  background: -moz-linear-gradient(left top, left bottom, from(#eac2ad), to(#cd6a38), color-stop(0.1, #d88b64), color-stop(0.5, #b45a2d), color-stop(0.5, #a8542a));
  text-shadow: #712600 1px 1px 1px;
  border-color: #9f5028;
}
#portfolio .body .go a:active {
  color: #fff;
  background-color: #e14b00;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7b9a1), to(#c56231), color-stop(0.1, #d58258), color-stop(0.5, #a8542a), color-stop(0.5, #9c4e27));
  background: -moz-linear-gradient(left top, left bottom, from(#e7b9a1), to(#c56231), color-stop(0.1, #d58258), color-stop(0.5, #a8542a), color-stop(0.5, #9c4e27));
  text-shadow: #622100 1px 1px 1px;
  border-color: #934a25;
}
#portfolio nav.featured-nav {
  border-bottom: 1px solid #194c66;
  border-bottom-color: rgba(51,153,204,.25);
  overflow: visible;
}
#portfolio nav.featured-nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  bottom: -1px;
}
#portfolio nav.featured-nav ul {
  display: block;
}
#portfolio nav.featured-nav ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#portfolio nav.featured-nav ul li.first {
  padding-left: 0px;
}
#portfolio nav.featured-nav ul li.last {
  padding-right: 0px;
}
#portfolio nav.featured-nav ul a:link, #portfolio nav.featured-nav ul a:visited {
  display: block;
  padding: 0 2em;
  border-left: 1px solid #194c66;
}
#portfolio nav.featured-nav ul li:last-child a:link, #portfolio nav.featured-nav ul li:last-child a:visited {
  border-right: 1px solid #194c66;
}
#portfolio nav.featured-nav li a:link, #portfolio nav.featured-nav li a:visited {
  background-repeat: no-repeat;
  background-scroll: scroll;
  background-position: center 3px;
  padding: 4em 1em 0;
  border-color: rgba(51,153,204,.25);
  color: #3399cc;
  color: rgba(51,153,204,.5);
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#portfolio nav.featured-nav li a:hover, #portfolio nav.featured-nav li a:focus, #portfolio nav.featured-nav li a:active {
  text-shadow: rgba(0, 0, 0, 0.85) 1px 1px 1px;
}
#portfolio nav.featured-nav li a.contact {
  background-image: url('http://media.oddbird.net/static/images/mailbox_icon.png?1261188126');
}
#portfolio nav.featured-nav li.active a:link, #portfolio nav.featured-nav li.active a:visited {
  border-bottom: 1px solid #0f2e3d;
  border-bottom-color: rgba(0,0,0,.45);
  background-color: #0a1f29;
  background-color: rgba(0,0,0,.25);
  color: #99cce6;
  color: rgba(51,153,204,.85);
  text-shadow: rgba(0, 0, 0, 0.85) 1px 1px 1px;
}
#portfolio nav.featured-nav li.active a:hover, #portfolio nav.featured-nav li.active a:active, #portfolio nav.featured-nav li.active a:focus {
  cursor: default;
}

/* @group TEMPLATE */
/* left and right floats for dynamic content */
.left {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
}

.right {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
}

/* and take care of some common issues */
#skip-links ul {
  margin: 0;
  padding: 0;
}
#skip-links ul li {
  list-style-type: none;
  margin-left: 0px;
}
#skip-links a {
  position: absolute;
  top: -9999em;
  display: block;
  width: 100%;
}
#skip-links a:focus {
  top: 0;
  z-index: 999;
}

.errorlist {
  margin: 0;
  padding: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: .75em;
  color: red;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.errorlist li {
  list-style-type: none;
  margin-left: 0px;
}

/* @end */

/* @group STRUCTURE */
body {
  text-align: center;
  font-size: 100%;
  line-height: 1.5em;
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  background: #194c66;
  background-image: url('http://media.oddbird.net/static/images/texture.png?1261188126');
  background-position: center top;
  background-attachment: fixed;
}

#page {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 38em;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
#page {
  display: block;
}

header[role="banner"] hgroup {
  display: block;
  position: relative;
  margin: .5em 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
header[role="banner"] hgroup h2 {
  position: absolute;
  top: 2.625em;
  right: 1.5em;
  font-size: .75em;
  font-style: italic;
  text-transform: lowercase;
  color: #194c66;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  z-index: 0;
}
header[role="banner"] hgroup h2:before {
  content: "“";
}
header[role="banner"] hgroup h2:after {
  content: "”";
}
header[role="banner"] hgroup:hover {
  background: #0f2e3d;
  background: rgba(0,0,0,.25);
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: rgba(51, 153, 204, 0.25) 0 0 1.5em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: rgba(51, 153, 204, 0.25) 0 0 1.5em;
  /* CSS3 */
  box-shadow: rgba(51, 153, 204, 0.25) 0 0 1.5em;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
header[role="banner"] hgroup:hover h2 {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
header[role="banner"] hgroup:hover h1 a {
  background-position: 1em center;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
header[role="banner"] h1 a {
  display: block;
  padding: 1.5em 0;
  color: #e6b399;
  text-shadow: #0f2e3d 1px 1px 1px;
  text-decoration: none;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url('http://media.oddbird.net/static/images/logo.png?1261188126');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: left center;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  z-index: 1;
}
.no-cssanimations header[role="banner"] h1 a {
  background-position: 1em center;
}
header[role="banner"] h1 a:hover, header[role="banner"] h1 a:focus, header[role="banner"] h1 a:active {
  background: none;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url('http://media.oddbird.net/static/images/logo.png?1261188126');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
header[role="banner"] h1 a strong {
  color: #cc6633;
}

nav#site-nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  padding-right: .5em;
  text-align: left;
}
nav#site-nav ul {
  display: block;
}
nav#site-nav ul li {
  list-style-type: none;
  margin-left: 0px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  /* ugly hacks for IE6-7 */
  #display: inline;
  #vertical-align: auto;
  /* end ugly hacks */
  white-space: no-wrap;
  padding-left: 0;
  padding-right: 0;
}
nav#site-nav a:link, nav#site-nav a:visited {
  display: block;
  padding: 0 .5em;
  font-size: .875em;
  margin: .857em 0;
  text-transform: uppercase;
  color: #3399cc;
  color: rgba(51,153,204,.5);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
nav#site-nav a:link.active, nav#site-nav a:visited.active {
  background: #0f2e3d;
  background: rgba(0,0,0,.25);
}
nav#site-nav a:hover, nav#site-nav a:focus, nav#site-nav a:active {
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}
nav#site-nav a:hover.active, nav#site-nav a:focus.active, nav#site-nav a:active.active {
  cursor: default;
  background: rgba(0,0,0,.25);
}

#content {
  padding: 1.5em 0;
  font-family: 'Avenir LT', 'Avant Garde', 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif;
  font-weight: lighter;
  background: #0f2e3d;
  background: rgba(0,0,0,.5);
  color: #e6b399;
  text-shadow: #0a1f29 1px 1px 0;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: rgba(51, 153, 204, 0.5) 0 0 1.5em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: rgba(51, 153, 204, 0.5) 0 0 1.5em;
  /* CSS3 */
  box-shadow: rgba(51, 153, 204, 0.5) 0 0 1.5em;
}

footer[role="contentinfo"] {
  clear: both;
  font-size: .875em;
  text-transform: uppercase;
  text-align: right;
  color: #3399cc;
  color: rgba(51,153,204,.5);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}
footer[role="contentinfo"] .author {
  clear: both;
  margin-right: 2.632%;
  margin-left: 2.632%;
}
footer[role="contentinfo"] strong {
  font-weight: normal;
}
footer[role="contentinfo"] a:link, footer[role="contentinfo"] avisited {
  color: #3399cc;
  color: rgba(51,153,204,.5);
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}
footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:focus, footer[role="contentinfo"] a:active {
  background: none;
  color: #99cce6;
  color: rgba(51,153,204,.85);
  text-shadow: rgba(0, 0, 0, 0.85) 1px 1px 1px;
}

/* @end */
/* @group COMPONENTS by type */
article.main {
  clear: both;
  margin-right: 2.632%;
  margin-left: 2.632%;
}
article.main h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cc6633;
}
article.main h2 {
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  color: #3399cc;
  color: rgba(51,153,204,.75);
  font-style: italic;
}
article.main h2:before {
  content: "» ";
}
article.main cite {
  display: block;
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  text-align: right;
  font-size: 0.875em;
  margin: 0.857em 0;
}

.bio.vcard {
  clear: both;
  padding: 1.5em 0;
  padding-left: 33.333%;
  margin: 1.5em 0;
  background: no-repeat scroll -3em;
  border-top: 2px solid #194c66;
}
.bio.vcard[id*="carl"] {
  background-position: -3em;
}
.bio.vcard[id*="eric"] {
  padding-right: 33.333%;
  padding-left: 0;
  background-position: 170%;
}
.bio.vcard[id*="jonny"] {
  background-position: -4em;
}
.bio.vcard h1, .bio.vcard .body {
  clear: both;
  padding: .75em;
  background: #0a1f29;
  background: rgba(0,0,0,.6);
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
  /* CSS3 */
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 1em;
}
.bio.vcard h1 {
  border-top-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
  background: rgba(0,0,0,.75);
}
.bio.vcard h1:after {
  content: "<hCard>";
  padding: 0 .5em;
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: #194c66;
  background: #0f2e3d;
  background: rgba(51,153,204,.125);
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  display: inline;
  float: right;
}
.bio.vcard .body div:first-child h2 + p {
  margin-top: 0;
}
.bio.vcard .body {
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
}
.bio.vcard .body h2 {
  margin-bottom: 0;
  margin-right: 1em;
  display: inline;
  float: left;
}
.bio.vcard .body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}
.bio.vcard .body ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.bio.vcard .body ul li:after {
  content: ", ";
}
.bio.vcard .body ul li:last-child:after, .bio.vcard .body ul li.last:after {
  content: "";
}
.bio.vcard .body ul strong {
  font-weight: normal;
}
.bio.vcard .body ul span {
  display: none;
}

/* @end */
/* @group OVERRIDES by content */
#contact-us article {
  background-image: url('http://media.oddbird.net/static/images/mailbox_down.png?1261188126');
}
#contact-us.sent article {
  background-image: url('http://media.oddbird.net/static/images/mailbox.png?1261188126');
}
#contact-us fieldset {
  margin: 0;
}
#contact-us fieldset.submit {
  margin: 1.5em 0 0;
  text-align: right;
}
#contact-us .thanks {
  padding-bottom: 12em;
  text-align: center;
}
#contact-us .thanks strong {
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  display: block;
  color: #3399cc;
  font-size: 3em;
  font-weight: normal;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: .5em;
}

/* @end */
/* @group OVERRIDES by page */
.tools {
  background: white;
}
.tools a:link, .tools a:visited {
  color: #194c66;
}
.tools a:hover, .tools a:active, .tools a:focus {
  color: #0f2e3d;
  background: #f0d1c2;
}
.tools h1, .tools h2 {
  font-weight: bold;
}
.tools h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tools form {
  display: inline;
  float: left;
  width: 66.667%;
  margin-right: 0%;
  padding-left: 8.333%;
  padding-right: 8.333%;
  margin: 0 8.333% 1.5em;
  background: #c2e0f0;
  background-image: url('http://media.oddbird.net/static/images/texture.png?1261188126');
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: #194c66 0 0 1.5em;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: #194c66 0 0 1.5em;
  /* CSS3 */
  box-shadow: #194c66 0 0 1.5em;
}
.tools form fieldset.submit {
  text-align: right;
}
.tools form fieldset.submit li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  /* ugly hacks for IE6-7 */
  #display: inline;
  #vertical-align: auto;
  /* end ugly hacks */
}
.tools form textarea, .tools form input:not([type=radio]) {
  background: #194c66;
  font-size: 1.5em;
}
.tools .warning {
  color: red;
  padding-left: 2.25em;
  background-color: #f0d1c2;
  background-image: url('http://media.oddbird.net/static/images/ui/error.png?1261188126');
  background-repeat: no-repeat;
  background-position: .75em 2px;
}
.tools #page {
  width: 50em;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.tools #meta {
  font-family: 'Avenir LT', 'Avant Garde', 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif;
  font-size: .75em;
  background: #0f2e3d;
  overflow: hidden;
  display: inline-block;
}
.tools #meta {
  display: block;
}
.tools #meta p {
  margin: 0;
  text-shadow: #0a1f29 1px 1px 1px;
}
.tools #meta p.dashboard {
  display: inline;
  float: left;
  width: 16%;
  margin-right: 0%;
  margin-left: 2%;
}
.tools #meta p.user {
  display: inline;
  float: left;
  width: 80%;
  margin-right: 0%;
  display: inline;
  float: right;
  margin-right: 2%;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
  text-align: right;
}
.tools #meta a:link, .tools #meta a:visited {
  color: #cc6633;
}
.tools #meta a:hover, .tools #meta a:focus, .tools #meta a:active {
  background: #0a1f29;
}
.tools header[role="banner"] {
  background: #194c66;
  background-image: url('http://media.oddbird.net/static/images/texture.png?1261188126');
  border: 1px solid;
  border-color: #0f2e3d;
  border-width: 0 1px;
}
.tools header[role="banner"] hgroup {
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tools header[role="banner"] hgroup:hover {
  background: none;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: black 0 0 0;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: black 0 0 0;
  /* CSS3 */
  box-shadow: black 0 0 0;
}
.tools header[role="banner"] hgroup h1 a {
  background-position: 1em center;
  position: relative;
  z-index: 5;
}
.tools header[role="banner"] hgroup h2 {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  color: #3399cc;
  color: rgba(51,153,204,.75);
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
  z-index: 4;
}
.tools #site-nav {
  background: #0f2e3d;
  background-image: url('http://media.oddbird.net/static/images/texture.png?1261188126');
  border: 1px solid;
  border-color: #0f2e3d;
  border-top: 0;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
  min-height: 1.5em;
}
.tools #site-nav ul {
  clear: both;
  margin-right: 2%;
  margin-left: 2%;
}
.tools #site-nav a:link, .tools #site-nav a:visited {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  padding: 0 .75em;
  margin: 0;
}
.tools #site-nav a:link.active, .tools #site-nav a:visited.active {
  background: #0a1f29;
  background: rgba(0,0,0,.25);
  color: #3399cc;
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
  cursor: default;
}
.tools #site-nav a:hover, .tools #site-nav a:focus, .tools #site-nav a:active {
  background: #194c66;
  color: #3399cc;
  color: rgba(51,153,204,.75);
  text-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
}
.tools footer[role="contentinfo"] {
  padding: 1.5em 0 1em;
  background: #194c66;
  background-image: url('http://media.oddbird.net/static/images/texture.png?1261188126');
  border: 1px solid;
  border-color: #0f2e3d;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
}
.tools #content {
  clear: both;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 0;
  padding-bottom: 4.5em;
  margin-top: 1.5em;
  background: transparent;
  color: black;
  text-shadow: none;
  /* Webkit (Safari, Chrome) */
  -webkit-box-shadow: white 0 0 0;
  /* Gecko (Firefox, Camino) */
  -moz-box-shadow: white 0 0 0;
  /* CSS3 */
  box-shadow: white 0 0 0;
  display: inline-block;
}
.tools #content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.tools #content {
  display: block;
}
.tools #content #parties {
  overflow: hidden;
  display: inline-block;
  background: #c2e0f0;
  padding: 1.5em;
  text-shadow: white 1px 1px 1px;
}
.tools #content #parties {
  display: block;
}
.tools #content #parties section.vcard {
  display: inline;
  float: left;
  width: 50%;
  margin-right: 0%;
}
.tools #content #parties section.vcard.client {
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
}
.tools #content #parties section.vcard h1 {
  letter-spacing: 0;
  text-transform: capitalize;
  color: #3399cc;
}
.tools #content #parties section.vcard h2, .tools #content #parties section.vcard h3, .tools #content #parties section.vcard .street-address {
  display: inline;
}
.tools #content #parties section.vcard h2:after, .tools #content #parties section.vcard .street-address:after {
  content: ",";
}
.tools #content article.main {
  margin: 0;
  clear: both;
}
.tools #content article.main header {
  margin: 1.5em 0;
}
.tools #content article.main header p {
  margin: 0;
}
.tools #content article.main h2 {
  font-family: 'Avenir LT', 'Avant Garde', 'Futura Medium', 'Century Gothic', AppleGothic, sans-serif;
  color: black;
  font-style: normal;
}
.tools #content article.main h2:before {
  content: "";
}
.tools #content article.main section h1 {
  text-transform: capitalize;
  letter-spacing: 0;
}
.tools #content article.main section h1 + ul {
  margin-top: 0;
}
.tools #content article.main ul, .tools #content article.main ol {
  padding-left: 0;
  margin-left: 0;
}
.tools #content article.main footer {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tools #content article.main footer p {
  margin: 2em 0;
}
.tools #content article.main footer .sign {
  margin: 2em 0;
  letter-spacing: 0;
  text-transform: capitalize;
}
.tools #content article.main footer .sign div {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2em;
}
.tools #content article.main footer .sign div {
  display: block;
}
.tools #content article.main footer .sign div strong {
  display: inline;
  float: left;
  width: 16.667%;
  margin-right: 0%;
  text-align: right;
}
.tools #content article.main footer .sign div .blank {
  display: inline;
  float: left;
  width: 83.333%;
  margin-right: 0%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
  height: 1.5em;
  border-bottom: 1px solid #999;
  text-align: center;
}
.tools #content article.main footer .sign div.name, .tools #content article.main footer .sign div.date {
  display: inline;
  float: left;
  width: 50%;
  margin-right: 0%;
}
.tools #content article.main footer .sign div.name strong, .tools #content article.main footer .sign div.date strong {
  display: inline;
  float: left;
  width: 33.333%;
  margin-right: 0%;
}
.tools #content article.main footer .sign div.name .blank, .tools #content article.main footer .sign div.date .blank {
  display: inline;
  float: left;
  width: 66.667%;
  margin-right: 0%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
}
.tools #content article.main #terms h3, .tools #content article.main #terms h3 + p {
  display: inline;
}
.tools #content article.main #estimate {
  padding: 0;
  margin: 1.25em 0 1.5em;
}
.tools #content article.main #estimate thead {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #99cce6;
}
.tools #content article.main #estimate thead th {
  padding: .25em 0 0;
}
.tools #content article.main #estimate thead .task {
  display: inline;
  float: left;
  width: 66.667%;
  margin-right: 0%;
}
.tools #content article.main #estimate .cost {
  text-align: right;
}
.tools #content article.main #estimate tbody th {
  padding: .75em 0;
  background: #f0d1c2;
}
.tools #content article.main #estimate tbody p {
  margin: 0;
}
.tools #content article.main #estimate tbody .task {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.tools #content article.main #estimate tbody .optional {
  color: #666;
}
.tools #content article.main #estimate tfoot {
  background: #194c66;
  color: #c2e0f0;
  text-shadow: #0f2e3d 1px 1px 1px;
}
.tools #content article.main #estimate tfoot td {
  border-top: 1px solid black;
  text-align: right;
  font-weight: bold;
  padding-right: .25em;
}
.tools #content article.main #estimate tfoot .print-note {
  display: none;
}

/* @end */
/* @group DEBUG */
/* @end */

