/*-------------
 Shared Styles
-------------*/
	
	.caps {
	  text-transform: uppercase;
	  font-size: .8em;
	  letter-spacing: 2px;
	  font-weight: 700;
	}
	
	.box {
	 border-top: 1px solid #73797a;
	 padding: 3px 0 20px;
	}
	  .box .inner {
	    border-top: 1px solid #b4bcbd;
	    padding-top: 20px;
	  } 
    .box h2 {
      font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.36em;
      letter-spacing: 1px;
      margin-bottom: 18px;
    }
    
/*------
 Header
------*/

  #header h1 {
    font-size: 4.36em;
    font-family: "Century Schoolbook", Century, Georgia, serif;
    margin: 60px 0 20px;
  }
  #header h2 {
    font-size: 1.81em;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 40px;
  }
  
/*-------
 Content
-------*/

  #nav {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 125px;
  }
  #nav ul {
    font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.18em;
    text-transform: uppercase;
    margin-top: 48px;
  }
    #nav li {
      margin-bottom: .9em;
    }
    #nav a:hover {
      color: #999;
      text-decoration: none;
    }

  #about {
    font-size: 1.18em;
  }
    #about p {
      line-height: 1.85;
      text-indent: 2em;
    }
      #about p:first-of-type {
        text-indent: 0;
      }
      
  #capabilities {
    width: 350px;
    margin-top: 10px;
  }
    #capabilities p {
      float: left;
      width: 160px;
      margin: 0 0 20px 0;
      line-height: 1.63em;
    }
      #capabilities p.first {
        margin-right: 30px;
      }
      #capabilities p strong {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: .81em;
        margin-right: .5em;
      }
      #capabilities p strong .caps {
        font-size: 100%;
      }
      
  #contact {
    margin-top: 30px;
  }
    #contact big {
      display: block;
      text-align: center;
      margin-top: -12px;
      font-size: 36px;
      font-family: "Century Schoolbook", Century, Georgia, serif;
    }
    
  #portfolio .inner {
    border-top: 1px solid #b4bcbd;
    padding: 3px 0 20px;
  }
    #portfolio ul {
      border-top: 1px solid #73797a;
      height: 57px;
    }
      #portfolio li {
        display: inline;
      }
      #portfolio li a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
        font-size: 1.36em;
        display: block;
        float: left;
        padding: 24px 0 18px;
        margin: -1px 3em 0 0;
      }
        #portfolio a.current {
          color: #999;
          background: url(images/picker.png) no-repeat top center;
        }
    #portfolio img {
      border: 1px solid #999;
    }
    
  #principals {
    padding-bottom: 20px;
  }
    #principals h2 {
      margin-bottom: 0px;
    }
    #principals .panel {
      padding-bottom: 0;
    }
    #principals p {
      line-height: 1.63em;
    }
      #principals p strong {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: .81em;
        margin-right: .5em;
      }
      #principals a {
        font-weight: 900;
      }
      
  #projects .inner {
    border-top: 1px solid #b4bcbd;
    border-bottom: 1px solid #73797a;
    padding: 20px 0 3px;
  }
    #projects .inner-inner {
      border-bottom: 1px solid #b4bcbd;
      padding-bottom: 20px;
    }
    #projects ul {
      margin-left: -30px;
    }
      #projects li {
        display: inline;
      }
        #projects a {
          display: block;
          width: 160px;
          float: left;
          margin-left: 30px;
        }
          #projects a:hover {
            text-decoration: none;
          }
          #projects strong {
            letter-spacing: 1px;
            font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
            font-size: 1.36em;
            display: block;
            font-weight: 600;
          }
            #projects a:hover strong {
              text-decoration: underline;
            }
          #projects span {
            line-height: 1.63em;
          }
          
/*-----------
 Coda Slider
-----------*/
	
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	.coda-slider, .coda-slider .panel { width: 730px } 
	
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-slider .panel-description {
	   width: 540px;
	   float: left;
	   line-height: 1.63em;
	   padding-bottom: 18px;
	}
	.coda-slider .panel-links {
  	 width: 160px;
  	 float: right;
	   line-height: 1.63em;
	   padding-bottom: 18px;
	   font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
	   font-weight: 600;
	}
	