@import url(reset.css);

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrapper {
  height: ;
  margin: 20px auto;
  text-align: left;
  width: 830px;
}

header {
  height: 31px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

header .logo {
  background: url('../images/logo_purple.jpg') no-repeat;
  float: right;
  height: 31px;
  width: 270px;
}

#portfolio header .logo {
  background: url('../images/logo_green.jpg') no-repeat;
}

#clients header .logo {
  background: url('../images/logo_orange.jpg') no-repeat;
}

#contact header .logo {
  background: url('../images/logo_pink.jpg') no-repeat;
}

nav {
  display: block;
  height: 20px;
  margin-bottom: 20px;
  width: 100%;
}

nav ul {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
  padding: 0;
  width: 540px;
}

nav ul li {
  display: inline;
  position: relative;
  z-index: 7000;
}

nav ul li a {
  color: white;
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-indent: 5px;
  text-transform: uppercase;
  width: 135px;
}

nav ul li a:hover, nav ul li a.active { color: black; }

nav ul li ul {
  background: white;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  top: 20px;
  left: -135px;
  width: 133px;
  z-index: 7000;
}

/* Nav positioning fix for FF */
@-moz-document url-prefix() {
  nav ul li ul {
    top: 30px;
    left: -400px;
  }
}

nav ul li:hover > ul { display: block; }

nav ul li ul li {
  display: list-item;
  height: 20px;
  line-height: 20px;
  text-indent: 5px;
}

nav ul li ul li a {
  color: black;
  text-transform: none;
}

nav ul li ul li:hover {
  background: #b5cf97;
  cursor: pointer;
}

nav ul li ul li ul {
  position: absolute;
  left: 133px;
  top: -1px;
}

.full-stripe {
  background: #a7afd6;
}

.stripe {
  background: #a7afd6;
  display: block;
  height: 20px;
  float: right;
}

#portfolio .stripe  { background: #b5cf97; }
#clients .stripe    { background: #e4bd62; }
#contact .stripe    { background: #d3add1; }

.stripe.primary { width: 540px; }
.stripe.sidebar { width: 270px; }

.stripe.full {
  margin-bottom: 20px;
  width: 830px;
}

.primary-nav { background: #a7afd6; }

#portfolio .primary-nav { background: #b5cf97; }
#clients .primary-nav   { background: #e4bd62; }
#contact .primary-nav   { background: #d3add1; }

.main-content-area {
  height: 700px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.col {
  float: right;
  line-height: 1.5;
  width: 260px;
}

.col.left { float: left; }

.main-content-area .info-block { display: none; }

.main-content-area .info-block.active { display: block; }

.main-content-area h3 {
  color: #a7afd6;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#portfolio h3 { color: #b5cf97; }

.main-content-area p { margin-bottom: 10px; }

.main-content-area p em {
  font-weight: bold;
  text-transform: uppercase;
}

.main-content-area p b {
  font-weight: bold;
  margin-bottom: 0;
}

.main-content-area ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.main-content-area figure {
  overflow: hidden;
  margin-bottom: 10px;
}

.main-content-area figure img {
  margin-right: 20px;
}

.main-content-area figure figcaption {
  height: 40px;
  font-size: 10px;
  margin-top: 10px;
}

figcaption strong {
  font-weight: bold;
}

.main-content-area figure figcaption small { color: #999; font-size: 9px; letter-spacing: -0.05em; }

.main-image {
  height: 466px;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 540px;
  z-index: -1;
}

.main-image img {
  border: none;
  float: right;
  position: relative;
  z-index: -2;
}

.primary-content, .sub-navigation { float: left; }

.primary-content {
  height: 531px;
  line-height: 0;
  margin-right: 20px;
  position: relative;
  width: 540px;
  z-index: 2;
}

.primary-content ul li {
  margin-left: 15px;
  list-style-position: outside;
}

.sidebar {
  line-height: 1.4;
  overflow: hidden;
  width: 270px;
}

.sidebar .sub-navigation, .sidebar .portfolio-detail {
  clear: both;
  display: block;
  height: 486px;
  margin-bottom: 20px;
  overflow-y: hidden;
  width: 270px;
}

/* Hides scrollbar in FF */
@-moz-document url-prefix() {
  .portfolio-detail { padding-right: 25px; }
}

/* Hides scrollbar in WebKit */
.portfolio-detail::-webkit-scrollbar {
  display: none;
}

.sidebar .portfolio-detail {
  height: 600px;
  margin-bottom: 0;
}

.sidebar .portfolio-detail h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.sidebar .portfolio-detail a { color: black; text-decoration: none }

.sidebar .portfolio-detail a:hover { color: #777; }

.sidebar .portfolio-detail h3 { margin-bottom: 5px; }

.sidebar .sub-navigation ul li { list-style-type: none; }

.sidebar .sub-navigation ul li a {
  color: black;
  line-height: 18px;
  text-decoration: none;
}

.sidebar .sub-navigation ul li a:hover { color: #a7afd6; }

.sidebar .sub-navigation ul li a.active { font-weight: bold; }

.sidebar .sub-navigation ul li ul {
  display: none;
  margin-left: 10px;
}

.sidebar .sub-navigation ul li ul li a { line-height: 20px; }

.sidebar .sub-navigation ul li ul li a.active {
  color: #a7afd6;
  font-weight: normal;
}

.sidebar .sub-navigation ul li a.active + ul { display: block; }

.sidebar .contact-info {
  background: white;
  height: 486px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.sidebar .contact-info address {
  font-style: normal;
  padding: 60px;
  padding-top: 90px;
}

.sidebar .contact-info address p { margin-bottom: 15px; }

.sidebar .contact-info a {
  color: #333;
  text-decoration: none;
}

.sidebar .contact-info a:hover { color: #ccc; }

.sidebar .contact-info .credit-link {
  bottom: 15px;
  display: block;
  left: 0;
  position: absolute;
  width: 270px;
}

.sidebar .contact-info .credits { padding-top: 90px; }

.sidebar .contact-info ul li { line-height: 1; }

.slideshow {
  height: 527px;
  overflow: hidden;
}

.slideshow.homepage {
  height: 527px;
  width: 830px;
}

.slideshow.interior {
  height: 527px;
  width: 540px;
}

.skip-intro {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.skip-intro a {
  color: #777;
  text-decoration: none;
}

.primary-content { line-height: 1.2; position: relative; }

.primary-content .client-list li {
  list-style-type: none;
  margin: 0 0 4px 0;
}

li.list-head {
  font-weight: bold;
  list-style-type: ;
  margin-left: 0;
}

.client-list li a, .client-list li a:visited, .client-list li a:active {
  color: #e4bd62;
  font-weight: bold;
  text-decoration: none;
}

.client-list li a:hover { color: black; }

.clients-sub-nav ul.sector-list-nav li a:hover, .clients-sub-nav li a:hover {
  color: #e4bd62;
}

.clients-sub-nav ul.sector-list-nav li.paging-links.bullet {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: -2px;
  margin-left: 0;
}

.clients-sub-nav ul li span {
  margin-right: 5px;
}

.paging {
  background: white;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  text-align: right;
  width: 100%;
}

.paging-links { display: block; }

.paging-links a {
  color: #555;
  font-weight: normal;
  text-decoration: none;
}

.paging-links a.active {
  color: black;
  font-weight: bold;
}

.paging-links a:hover { text-decoration: underline; }

.thumbnails {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  width: 500px;
}

.thumbnails .row {
  clear: both;
}

.thumbnail {
  border: 5px solid white;
  float: right;
  height: 40px;
  margin: 0;
  margin-top: -5px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.thumbnail.active {
  border: 5px solid #ccc;
  margin-top: -5px;
}

.prev-image, .next-image {
  cursor: pointer;
  display: inline-block;
  height: 466px;
  position: absolute;
  width: 200px;
  z-index: 6001;

  opacity: 0.75;
}

.prev-image {
  background: url('../images/arrow_blank.png') no-repeat 20px center;
}

.next-image {
  background: url('../images/arrow_blank.png') no-repeat 160px center;
}

.prev-image:hover {
  background: url('../images/arrow_prev.png') no-repeat 20px center;
}

.next-image:hover {
  background: url('../images/arrow_next.png') no-repeat 160px center;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .prev-image, .next-image {
    display: none;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .prev-image, .next-image {
    display: none;
  }
}

.prev-image { left: 0; }
.next-image { right: 0; }

footer {
  clear: both;
  display: block;
  height: 20px;
}

footer .copyright {
  color: #555;
  display: inline-block;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  text-indent: 5px;
  width: 270px;
}

footer { background: #a7afd6; }

#portfolio footer { background: #b5cf97; }
#clients footer   { background: #e4bd62; }
#contact footer   { background: #d3add1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  nav ul li ul {
    top: 28px;
    left: -400px;
  }
}
