
#left_gear {
  background-image: url(../images/l_gear.png);
  position: absolute;
  left: -57px;
  top: 120px;
  width: 23px;
  height: 122px; }

#bottom_gear {
  background-image: url(../images/b_gear.png);
  position: absolute;
  width: 243px;
  height: 61px;
  left: 80px;
  bottom: -25px;
  z-index: 0;
  overflow: hidden; }

#cutout {
  background-image: url(../images/gnome_cutout.jpg);
  position: absolute;
  left: 0px;
  top: 35px;
  width: 165px;
  height: 407px; }

#background_texture {
  min-height: 600px;
  min-width: 1050px;
  background-image: url(../images/texture.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#right_side_panel {
  background-image: url(../images/r_side_hole.png);
  position: absolute;
  right: -49px;
  top: -14px;
  height: 561px; }

#right_side_hole_fill {
  background-image: url(../images/r_inner.jpg);
  background-repeat: no-repeat;
  position: relative;
  top: 69px;
  width: 140px;
  height: 336px;
  padding-left: 41px;
  padding-top: 95px;
  margin-right: 15px;
  font-size: 90%;
  text-align: center;
  line-height: 100%;
  background-color: #9e958c; }

#left_side {
  position: absolute;
  left: -54px;
  width: 84px;
  top: -13px;
  height: 561px;
  background-image: url(../images/l_side_hole.png);
  z-index: 2; }

#left_side_hole_fill {
  background-image: url(../images/l_inner.jpg);
  background-repeat: no-repeat;
  position: relative;
  top: 67px;
  left: 24px;
  width: 60px;
  height: 436px;
  background-color: #9e958c; }

#top_card {
  position: relative;
  width: 783px;
  left: 30px;
  background-image: url(../images/box_bg.jpg);
  height: 482px;
  background-color: #f2e9e0; }

#bottom_card {
  position: relative;
  top: -3px;
  left: 30px;
  width: 783px;
  height: 61px;
  background-image: url(../images/b_card.png);
  z-index: 2;
  padding-top: 8px;
  font-size: 80%;
  text-align: center;
  color: #f2e9e0; }

.vertical_rule {
  background-image: url(../images/v_rule.jpg);
  position: absolute;
  left: 50%;
  top: 35px;
  width: 10px;
  height: 390px;
  margin-left: -5px; }

.column1 .vertical_rule, .column2 .vertical_rule {
  top: 5px; }


.hidden {
  display: none; }

a {
  color: #6d4c12;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a.dark_link {
  color: #271c01; }

a.form_button {
  font-size: 60%;
  padding: 2px 4px;
  border: 1px solid;
  border-color: #6d4c12;
  background-color: #ba8f41;
  color: #271c01; }
  a.form_button:hover {
    text-decoration: none;
    border-width: 2px;
    padding: 1px 3px; }

.unimportant {
  color: #9e958c;
  font-style: italic; }

.small_text {
  font-size: 80%; }

#identification .name {
  margin-bottom: .3em; }
#identification .address {
  font-size: 80%; }

#navigation {
  font-variant: small-caps;
  font-size: 120%; }
  #navigation li {
    margin-top: .8em; }
    #navigation li .portfolio_items {
      line-height: 150%;
      border-top: 1px solid;
      border-bottom: 1px solid;
      text-align: left;
      border-color: #ba8f41;
      font-size: 50%;
      white-space: nowrap;
      margin: .8em 2em 0 4em;
      padding: .3em .6em; }
      #navigation li .portfolio_items li {
        margin: .1em 0 0 0;
        text-transform: uppercase; }
      #navigation li .portfolio_items .misc {
        margin-top: .3em; }
      #navigation li .portfolio_items a {
        position: relative;
        display: block;
        width: 100%; }

#login_box {
  text-align: right; }
  #login_box li {
    display: inline; }

#main_content {
  text-align: center; }
  #main_content form {
    text-align: left;
    display: block; }

#login_form label {
  width: 6em;
  position: relative;
  display: inline-block; }
#login_form input {
  font-size: 80%;
  margin: .2em 0; }

#footer #logged_in_options {
  display: inline-block; }
  #footer #logged_in_options li {
    background-color: #000000;
    padding: 2px 6px;
    margin-left: 8px; }
#footer form {
  margin-top: -4px; }
  #footer form #login_form {
    vertical-align: bottom; }
  #footer form label {
    text-align: right;
    color: #f2e9e0;
    white-space: nowrap; }
  #footer form input {
    text-align: left;
    padding: 0;
    margin: 0 .5em; }

.column1 {
  height: 420px;
  position: relative;
  width: 50%;
  float: left;
  padding-right: 6px; }
  .column1 .column1 {
    width: 48%;
    height: auto; }
  .column1 .column2 {
    width: 48%;
    height: auto; }

.column2 {
  height: 420px;
  position: relative;
  width: 48%;
  float: right;
  padding-left: 6px; }

.p70 {
  width: 70% !important; }

.p30 {
  width: 28% !important; }

.l70 {
  left: 70% !important; }

.column_clear {
  clear: both; }

.static_text {
  line-height: 120%;
  font-size: 69%;
  text-align: left; }
  .static_text li {
    clear: both; }
  .static_text .icon {
    float: left;
    width: 70px;
    text-align: center;
    height: 60px;
    vertical-align: middle; }
  .static_text h2 {
    font-style: italic;
    text-align: left;
    margin: .8em 0;
    font-size: 125%;
    text-transform: uppercase; }

.social_networking_site {
  height: 60px;
  margin-bottom: 15px; }
  .social_networking_site .info {
    font-variant: normal;
    padding-top: .2em;
    display: block; }
  .social_networking_site .name {
    font-variant: small-caps;
    font-size: 120%;
    padding-top: 10px; }

.contact_information .info, .colophon_item .info {
  font-variant: normal;
  font-size: 130%;
  padding-top: .2em;
  padding-bottom: .5em;
  color: #6d4c12; }
.contact_information .name, .colophon_item .name {
  display: inline;
  font-variant: small-caps;
  font-size: 110%;
  padding-top: 10px; }

#contact #map {
  position: absolute;
  bottom: 0;
  margin-bottom: 2em; }

#resume .awards {
  font-size: 80%; }
  #resume .awards li {
    margin-bottom: .2em; }
#resume .job {
  margin-top: .5em;
  white-space: nowrap; }
#resume .description {
  margin-top: .15em;
  white-space: nowrap; }
#resume .company_name {
  font-weight: bold;
  margin-bottom: 2em; }
#resume .dates {
  font-size: 80%;
  color: #6d4c12;
  float: right;
  width: 8em;
  margin-right: 2em;
  padding-top: .2em; }
#resume .tech_skills li {
  display: inline;
  white-space: nowrap; }
#resume .resume_download {
  clear: both;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px; }
  #resume .resume_download a {
    color: #271c01; }

#colophon p {
  margin: .3em 1.5em 1em 0;
  text-align: justify;
  font-size: 100%; }
#colophon .colophon_item {
  margin-top: 10px; }
  #colophon .colophon_item .icon {
    width: 40px;
    height: 40px;
    text-align: left; }
#colophon .colophon_item.w3 {
  position: absolute;
  bottom: 0; }
  #colophon .colophon_item.w3 .info {
    margin-top: 6px;
    white-space: nowrap; }

#panel {
  width: 500px;
  height: 315px;
  position: relative;
  background-image: url(../images/panel_background2.jpg);
  z-index: 1;
  padding: 20px;
  right: -47px;
  margin-bottom: -15px; }
  #panel #screen {
    float: right;
    margin-right: 12px; }
  #panel #button_panel {
    background-image: url(../images/button_panel.jpg);
    width: 80px;
    height: 300px;
    float: left;
    position: relative; }
    #panel #button_panel .next_project {
      position: absolute;
      left: 0;
      top: 182px; }
    #panel #button_panel .prev_project {
      position: absolute;
      right: 0;
      top: 236px; }
    #panel #button_panel #lil_buttons {
      position: absolute;
      width: 58px;
      right: 4px;
      top: 38px;
      margin: 0;
      font-size: 0; }
      #panel #button_panel #lil_buttons li {
        display: inline; }
        #panel #button_panel #lil_buttons li img {
          margin: 3px 3px 4px 4px; }

#portfolio_data {
  z-index: 2;
  text-align: right;
  padding-right: 30px;
  margin-top: -8px;
  position: relative;
  height: 80px; }
  #portfolio_data h2 {
    text-transform: uppercase;
    font-size: 120%;
    margin: 0; }
    #portfolio_data h2 .client a {
      color: #271c01; }
  #portfolio_data .role {
    text-transform: uppercase;
    font-size: 50%;
    margin-top: -.5em; }
  #portfolio_data .project_description {
    position: absolute;
    width: 90%;
    bottom: 0;
    font-variant: small-caps;
    font-size: 80%;
    margin-bottom: -.2em;
    line-height: 100%;
    right: 30px;
    padding-bottom: 4px; }
    #portfolio_data .project_description .partner_names a {
      color: #271c01; }
    #portfolio_data .project_description .project_link {
      padding-top: .3em;
      color: #6d4c12; }

form .thumbnail {
  float: left;
  margin-top: .2e;
  margin-left: -1em;
  margin-right: .5em; }
form .sub_form {
  padding-left: 1em;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-bottom: .5em;
  padding-top: .5em;
  white-space: nowrap;
  height: 22px;
  position: relative; }
form #images_holder {
  padding: .2em 0; }
form #images {
  font-size: 70%; }
  form #images input, form #images select {
    width: 13em;
    height: 1.2em;
    font-size: 70%; }
  form #images input.desc {
    width: 15em; }
  form #images .checkbox_w_padding {
    width: 1em; }

#navigation {
  font-variant: small-caps;
  font-size: 120%; }
  #navigation li {
    margin-top: .8em; }
    #navigation li .portfolio_items {
      line-height: 150%;
      border-top: 1px solid;
      border-bottom: 1px solid;
      text-align: left;
      border-color: #ba8f41;
      font-size: 50%;
      white-space: nowrap;
      margin: .8em 2em 0 3.5em;
      padding: .3em .6em; }
      #navigation li .portfolio_items li {
        padding: .1em  0 0 .6em;
        margin: 0 -.6em;
        color: #6d4c12;
        text-transform: uppercase; }
        #navigation li .portfolio_items li:hover {
          background-color: #ba8f41; }
        #navigation li .portfolio_items li a {
          width: 100%;
          color: #271c01;
          text-decoration: none; }
      #navigation li .portfolio_items .current {
        padding-left: .9em;
        color: #271c01;
        background-color: #d5ae67; }
      #navigation li .portfolio_items .misc {
        margin-top: .3em; }

#admin_table .paginate td {
  padding-bottom: 1.3em; }
#admin_table h1 {
  margin-bottom: 1em;
  text-align: left; }
#admin_table td {
  text-align: left;
  font-size: 75%;
  padding-right: 1em; }
#admin_table .new {
  padding-top: 1em; }

.project_table select {
  max-width: 18em;
  margin-right: 1em; }

.unused_image {
  border: 1px solid red; }

html {
  height: 100%;
  background-color: #271c01;
  color: #271c01;
  font-family: Futura, futura, "Futura Lt", Helvetica, "Helvetica Neue", Arial,"Century Gothic", sans-serif;
  min-height: 600px;
  min-width: 1050px; }

body {
  background-image: url(../images/stripe.jpg);
  height: 100%;
  background-color: #271c01;
  color: #271c01;
  font-family: Futura, futura, "Futura Lt", Helvetica, "Helvetica Neue", Arial,"Century Gothic", sans-serif;
  min-height: 600px;
  min-width: 1050px; }

#top_hack {
  float: left;
  height: 50%;
  margin-bottom: -282px;
  width: 100%; }

#content {
  clear: left;
  position: relative;
  width: 960px;
  height: 545px;
  margin: 0 auto; }

#wrapper {
  width: 100%;
  min-height: 600px;
  height: 100%;
  margin: 0;
  margin-bottom: -36px; }

#footer {
  background-image: url(../images/footer2.png);
  clear: both;
  width: 100%;
  position: relative;
  min-width: 1050px;
  height: 36px;
  text-align: left;
  font-size: 60.5%; }
  #footer #footer_content {
    padding: 14px 8px 8px 8px; }

#main_content {
  position: relative;
  float: right;
  width: 600px;
  padding-top: 30px;
  z-index: 10;
  height: 420px; }

#login_box {
  float: right; }
  #login_box input, #login_box a {
    color: #372a0a;
    font-size: 90%;
    text-align: center; }
