/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
  You should specify font sizes in % NOT px
  See the table here: http://developer.yahoo.com/yui/fonts/#fontsize
*/

/* 
  Site wide layout 
*/
body {
}

.clear {
  clear: both;
}

body.splash {
    background-color: #606E72;
    min-height: 800px;
}

body.splash a {
    margin: 97px auto 0 auto;
    padding-top: 0;
    display: block;
    position: relative;
    height: 267px;
    width: 536px;
}

body.splash .logo {
    display: block;
    width: 304px;
    height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.splash .pic {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 320px;
}

body #wrapper {
  width: 794px; /* 852 - padding (2*30) */
  margin: 0 auto;
  padding: 30px;
}

body #content {
  clear: both;  
  text-align: center;
}

/* Generic styles */
h1, h2, h3, h4, h5, h6, p, li {
  text-align: left;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 { 
  font-weight: normal;
  font-size: 108%; 
}

h3 {
  font-size: 108%;
  margin-top: 12px;
}

h4 { 
  font-weight: normal;
  font-size: 85%; 
  color: #660000;
  margin-top: 12px;
}

p {
  font-size: 85%;
  text-align: justify;
}

/* Site wide styles */
#masthead {
  height: 68px;
  /*text-align: center;*/
}

#masthead #logo {
  font-size: 138.5%;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  
  width: 215px;
  height: 17px;
  background: url(/assets/img/wk_logo.gif) no-repeat;
  
  text-align: left;
}

#masthead #logo a {
  display: block;
  width: 215px;
  height: 17px;
  
  text-align: left;
}

#masthead #logo span {
  text-indent: -1000000px;
  display: block;
}

#masthead #nav {
  height: 25px;
  width: 794px;
}

#masthead #nav li {
  display: block;
  float: left;
  
  width: 130px;
  height: 25px;
  margin-left: 2px;
  
  /*
  padding-top: 8px;
  padding-bottom: 7px;
  */
  
  text-align: center;
  
  /* background-color: #5E6D70; */
  background-color: #606E72;
  
  /* font-weight: bold; */
  /*
  font-size: 93%;
  */
  font-size: 100%;
}

#masthead #nav li:first-child {
  width: 134px;
  margin-left: 0;
}

#masthead #nav li,
#masthead #nav li a {
  color: #FFF;
}

#masthead #nav li {
  line-height: 25px;
}

/*
#masthead #nav li {
  color: #5E6D70;
}
*/

#masthead #nav li a {
  width: 100%;
  height: 25px;
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 25px;
  background-color: #C6CFD4;
}

#masthead #nav li a:hover {
  background-color: #5E6D70;
}

#masthead #nav.transition li a:hover {
  background-color: #C6CFD4;
}

/* Selected projects page layout */
.projects {
    min-height: 579px;
}
.projects #living.project-area {
  margin-top: 15px;
}

.projects #other.project-area {
  margin-top: 20px;
}


.projects .project-area h2 {
  font-size: 108%;
  /* color: rgba(0,0,0,0.65); */
  color: #606E72;
  margin-bottom: 6px;
  clear: both;
}

.projects .project-area li {
  float: left;
  width: 90px;
  margin-right: 27px;
  margin-bottom: 25px;
}

.projects #living.project-area .secondary li {
  margin-bottom: 6px;
}

.projects .project-area li.last {
  margin-right: 0;
}
.projects .project-area li:last-child {
    margin-right: 0;
}

.projects .project-area ul,
.projects .project-area .carousel {
  clear: both;
  position: relative;
}

.projects .project-area li a,
.projects .project-area li img {
  display: block;
  width: 90px;
  height: 75px;
  /* position: relative; */
}

.projects .project-area li h3 {
  font-weight: normal;
  font-size: 85%;
  margin: 0;
  padding: 4px 0 2px 0;
}

.projects .project-area li p {
  font-weight: normal;
  font-size: 69%;
  color: #606E72;
}

.projects .project-area li,
.projects .project-area .carousel,
.projects .project-area .carousel .container {
  height: 114px;
}

/*
  Selected projects carousel
*/
.projects .project-area .carousel {
  /* float:left; */
  width: 792px; 
  position: relative;
  margin-bottom: 25px;
}

.projects .project-area .carousel .container {
  overflow: hidden;
  position: relative;
}

.projects .project-area .carousel ul {
  position: absolute;
  left: 0;
  width: 100000px;
}

.projects .project-area .carousel .carousel_button {
  top: 30px;
  right: -20px;
}

/*
  Generic carousel styling
*/
.carousel-candidate {
  width: 100000px;
}

.carousel .carousel_button {
  position: absolute;

  width: 9px;
  height: 16px;
  z-index: 100;
  cursor:pointer;
  
  outline: 0;
}

.carousel .carousel_button {
  background: url(/assets/img/arrow.gif);
}

.carousel  .next .carousel_button {
  background-position: 0 16px;
}

.carousel .next:hover .carousel_button {
  background-position: 0 0;
}

.carousel .prev .carousel_button {
  background-position: 10px 16px;
}

.carousel .prev:hover .carousel_button {
  background-position: 10px 0;
}

/*
  Generic text page styling and layout
*/
#content.text {
  position: relative;
  width: 520px;
  padding-left: 271px;
}

#content.col-3 {
  width: 394px;
}

#content.text h2,
#content.text .subnav-item {
  /*
    width: 520px;
    padding-left: 271px;
    */
}

#content.text h3 {
  font-size: 93%;
  margin-bottom: 12px;
}

#content.text img {
  position: absolute;
  left: 0;
  top: 29px;
}

.subnav {
  position: absolute;
  top: 0;
  left: 3px;
  cursor: pointer;
}

.subnav li {
    color: #606E72;
    
    border-bottom: 1px solid #C6CFD4;
    font-size: 93%;
    margin-bottom: 4px;
    padding-bottom: 4px;
    width: 132px;
    
}

.subnav li.selected,
.subnav li:hover {
    color: #C6CFD4;
}

/*
  Publications page layout
*/
#content.publications li {
  position: relative;
  margin-bottom: 25px;
}

#content.publications li span {
  display: block;
  font-size: 85%;
  position: absolute;
  top: 20px;
  width: 132px;
}

#content.publications li img {
  padding-left: 136px;
}

#content.publication h2,
#content.publication h3,
#content.publication h4 {
  margin-top: 0;
  font-size: 85%;
  color: #000;
  font-weight: normal;
}

#content.publication h2 {
  font-weight: bold;
}

#content.publication h4 {
  color: #606E72;
}

#content.publication img {
  display: block;
  margin-top: 20px;
}

#content.publications a {
  text-decoration: none;
  color: #000;
}

/*
  Project page layout
*/
.project {
  position: relative;
  
  /* Trick ie6 into doing a min-height: http://www.dustindiaz.com/min-height-fast-hack/ */
  min-height: 525px;
  height: auto !important;
  height: 525px;
}

.project #description {
  width: 206px;
  
  position: absolute;
  left: 0;
  top: 0;
  
}

.project #description .project-info {
  min-height: 75px;
}

.project #description .project-info h3 {
  font-size: 85%;
  margin-top: 0;
}

.project #description .project-info p {
  margin-top: 4px;
  margin-bottom: 0;
}

.project #media {
  width: 526px;
  
  /*
  float: left;
  margin-left: 62px;
  */
  position: absolute;
  right: 0;
  top: 0;

  padding: 0;
  /* margin-bottom: 30px; */
}

.project #media #main-image img {
  max-width: 526px;
}

.project #media .main-image-container,
.project #media .main-image-container img {
    text-align: left;
}

.project .thumbnails {
  height: 50px;
  margin-bottom: 25px;
}

.project .thumbnails li {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 18px;
}

.project .thumbnails li.last {
  margin-right: 0;
}
.project .thumbnails li:last-child {
  margin-right: 0;
}

.project .thumbnails ul,
.project .thumbnails .carousel {
  clear: both;
  position: relative;
}

.project .thumbnails li a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.project .thumbnails li a img {
    position: absolute;
    top: 0;
    left: 0;
}

.project .thumbnails li.selected a img,
.project .thumbnails li a:hover img {
    top: -100%; /* percentage for IE */
}


/* 
  Project page styling
*/
#content.project {
  margin-top: 14px;
}

#content.project h2 {
  /* color: rgba(0,0,0,0.8); */
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}

#content.project .client {
  /* font-size: 85%; */
  /* color: rgba(0,0,0,0.65); */
  color: #606E72;
}

#content.project .awards {
  font-size: 77%;
  /* color: #606E72; */
  color: #606E72;
  margin-bottom: 15px;
}

#content.project .awards li {
  margin-bottom: 5px;
}

#content.project .info {
  margin-top: 10px;
}

#content.project a {
  /* color: rgba(0,0,0,0.65); */
  color: #606E72;
  color: #606E72;
}
#content.text p,
#content.project p {
  margin-bottom: 15px;
}

/*
  Project carousel
*/
#content.project .carousel {
  /* float:left; */
  width: 526px; 
  position: relative;
  margin-bottom: 25px;
  height: 50px;
}

#content.project .carousel .container {
  overflow: hidden;
  position: relative;
  height: 50px;
}

#content.project .carousel ul {
  position: absolute;
  left: 0;
  width: 100000px;
}       

#content.project .carousel .carousel_button {
  top: 18px;
  right: -20px;
}
