/** Header
** ----------------------------------------------------------------*/
header {
  background: #2b2828;
  color: #fff;
  padding: 1em 0;
  overflow: hidden;
}
  header hgroup h1 { margin: 0; padding: 0; }
    header hgroup h1 a {
      display: block;
      text-indent: -999em;
      background: transparent url(/assets/images/logo.png) no-repeat 0 0;
      width: 240px;
      height: 78px;
    }
  header hgroup h2 { display: none; }

  header nav ul {
    padding-top: 5em !important;
  }
    header nav li {
      font: normal 18px/1em "Proxima Nova";
      text-transform: lowercase;
      width: 56px;
      border-left: 1px solid #00b5cb;
      padding-left: 1px;
    }
    header nav li.story { border: none; }
    /*header nav li.events, header nav li.spaces { width: 24%; }*/
    header nav li.products { width: 84px; }
    header nav li.my-spot { width: 76px; }

      header nav li a { 
        position: relative;
        text-decoration: none;
        color: #fff;
        outline: none;
      }
      header nav li a:visited { color: #fff; }
      header nav li a:hover, header nav li.current a { font-weight: 800; color: #fff; }
      
    header nav li.contact, header nav li.turnstone, header nav li.blog {
      border: none;
      overflow: hidden;
      position: absolute;
      width: auto;
    }
    header nav li.contact a, header nav li.turnstone a, header nav li.blog a { display: block; }
    header nav li.contact {
      top: 0;
      right: 0;
    }
      header nav li.contact a { 
        background: url(/assets/images/bg-nav-contact.png) no-repeat 0 0;
        width: 48px;
        height: 29px;
        text-indent: -999em;
      }
    header nav li.turnstone {
      top: .25em;
      right: 7.5em;
    }
      header nav li.turnstone a {
        background: url(/assets/images/bg-nav-turnstone.png) no-repeat 0 50%;
        height: 13px;
        width: 100px;
        text-indent: -999em;
      }
    header nav li.blog {
      top: .15em;
      right: 3.5em;
      border-left: 1px solid #808285;
      border-right: 1px solid #808285;
      width: 56px;
    }
/* End Header **/

/** Banner
** ----------------------------------------------------------------*/
#banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
#banner.show { overflow: visible; }

  #banner h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    margin: 0;
    line-height: 1.1em;
    z-index: 1;
  }
    #banner h1 span {
      display: block;
      text-indent: 2.5em;
      font-size: 80%;
      line-height: 1em;
      margin-top: -.1em;
    }

  #banner > img { display: block; }
  #banner > img.grid_4, #banner > img.grid_6 { margin: 0; }
  #banner #video-player {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
    #banner #video-player * { display: block; }

  /** Slideshow
  ** ----------------------------------------------------------------*/
  #slideshow {
    width: 900px; 
    height: 400px; 
    position: relative; 
    cursor: pointer;
    margin-bottom: 20px;
  }
    #slideshow #slides { 
      margin: 0;
      position: absolute; 
      top: 0; 
      left: 0;
    }
    #slideshow .slide {
      position: absolute; 
      top: 0; 
      width: 900px; 
      height: 400px;
    }

      #slideshow .slide img {
        position: absolute;
        top: 0;
        left: 0;
      }
      #slideshow .slide img.campfire { opacity: 0; }

      #slideshow img#pause { 
        display: none;
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 10;
      }
      #slideshow:hover img#pause { display: block; }
      
    #slideshow .previous, #slideshow .next {
      position: absolute;
      top: 50%;
      height: 35px;
      width: 35px;
      text-indent: -999em;
      overflow: hidden;
      background: transparent url(/assets/images/arrows.png) no-repeat 0 0;
      z-index: 10;
    }
    #slideshow .next { 
      right: 0;
      background-position: 100% 0; 
    }
    #slideshow .pagination {
      position: absolute;
      bottom: 15px;
      right: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      z-index: 10;
    }
      #slideshow .pagination li {
        float: left;
        width: auto;
        padding-right: 5px;
        margin-left: 15px;
        list-style: disc outside;
        color: #B5B6B9;
      }
      #slideshow .pagination li:first-child { list-style: none; }
      
        #slideshow .pagination li a {
          display: block;
          text-indent: -999em;
          height: 16px;
          width: 16px;
          background: transparent url(/assets/images/dot.png) no-repeat 50% 0;
        }
        #slideshow .pagination li a:hover, 
        #slideshow .pagination li.active a,
        #slideshow .pagination li a.activeSlide { background-position: 50% 100%; }
      
  /* End Slideshow **/
  
/* End Banner **/

/** Navigation Elements
** ----------------------------------------------------------------*/
nav ul {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
  nav li {
    float: left;
    width: auto;
    text-align: center;
    position: relative;
  }
    nav li a { 
      position: relative;
      display: block;
      height: 100%;
      text-decoration: none;
    }
    
    nav li a img { 
      display: block; 
    }
    nav li a img.alt, nav li.active a img { display: none; }
    nav li a:hover img { display: none; }
    nav li.active a img.alt, nav li a:hover img.alt { display: block; }

nav ul.products {
  margin-bottom: 20px;
}
  nav .products li { 
    width: 8.75%; 
    z-index: 1;
    margin-right: .4%;
  }
  nav .products li.big-lamp,
  nav .products li.alternative-office-big-lamp { width: 17%; margin-left: -7%; z-index: 0; text-align: right; }
  nav .products li.screen { width: 15%; }
  nav .products li.big-lounge,
  nav .products li.Alternative-Office-big-lounge { width: 19%; }
  nav .products li.big-table { width: 27%; margin-right: 0;}

    nav .products li a {
      font-size: 127%;
      font-weight: bold;
      color: #000;
      overflow: hidden;
    }
    nav .products li.big-lamp a {
      text-align: right;
    }
    nav .products li a img {
      margin: 0 auto 10px;
    }
    
    nav .products.grid_6 {
      margin-top: 20px;
      margin-bottom: 60px;
    }
    
    nav .products.grid_4 li img {
      height: 100px;
    }
    nav .products.grid_4 li a {
      font-size: 1em;
    }
    
    nav .products.grid_2 {
      margin-top: 20px;
    }
    nav .products.grid_2 li a {
      height: 50px;
      text-indent: -999em;
    }
    nav .products.grid_2 li a .cufon { 
      display: none !important;
    }
    nav .products.grid_2 li img {
      margin-bottom: 0;
      height: 50px;
    }

nav ul.spots {
  margin-top: 20px;
}
  nav .spots li {
    width: 13%;
    padding-right: 1%; 
    padding-left: 1%;
    margin-left: 1%;
    margin-bottom: 40px;
  }
    nav .spots li a {
      font-size: 127%;
      font-weight: bold;
      color: #000;
      overflow: hidden;
    }

    nav .spots li a img {
      margin: 0 auto 10px;
      max-width: 100%;
    }
  .grid_4 .spots li {
    width: 30%;
  }
  .grid_2 nav .spots { margin-top: 0; }
  .grid_2 nav .spots li {
    min-height: 80px;
    width: 30%;
    padding: 5px 0;
    margin-bottom: 10px;
  }
    .grid_2 .spots a { padding: 0; }
    .grid_2 .spots img { bottom: 0; }

/* End Navigation Elements **/

/** Specific Content Verticals
** ----------------------------------------------------------------*/
div#preload {
  position: absolute;
  top: -999em;
  height: 0;
  width: 0;
  overflow:hidden;
}

  /** Homepage
  ** ----------------------------------------------------------------*/
  section.intro {
    /* background: #e7e4d2 url(/assets/images/bg-yellow-gradient.jpg) repeat-y 50% 100%; */
  }
    .intro h1.tagline, .intro p.elevatorpitch {
      padding-left: 2.5%;
      padding-right: 2.5%;
      text-transform: none;
    }
    .intro h1.tagline {
      font-size: 340%;
      padding-top: .25em;
      padding-bottom: .25em;
      margin-bottom: 0;
    }
    p.intro,
    .intro p.elevatorpitch {
      font-size: 118%;
      line-height: 1.5em;
    }
    .intro .snippets * { 
      text-align: left; 
    }
    .intro .snippets .title {
      padding-top: 0;
    }
    .intro .snippets li {
      margin-bottom: 3em;
    }
      .intro .snippets li p { 
        font-size: 118%;
      }

    .intro nav .spots {
    }
	
	.intro .social li {
    width: 35px;
	  float: left;
	  margin-right: 8px;
  }
    
  .inspiration div:first-child {
    width: 360px;
    padding-left: 220px;
    font-size: 118%;
    line-height: 1.25em;
  }
    .inspiration div:first-child img {
      position: absolute;
      left: -20px;
      top: 0;
    }
    .inspiration h1 {
      font-size: 160%;
      text-transform: none;
    }
  
  /* End Homepage **/

  /** Story
  ** ----------------------------------------------------------------*/
  ul.themes {
    padding-top: 40px;
    border-top: 1px dashed #e6e6e6;
    margin: 40px 0;
  }
    .themes li {
      overflow: hidden;
      margin-bottom: 40px;
    }
    .themes li p { 
      font-size: 118%; 
      line-height: 1.25em;
      padding-right: 30px;
      padding-left: 10px;
    }
    .themes li p.grid_2 { width: 240px; }
    
    .themes li[class] h3 {
      height: 65px;
      text-indent: -999em;
      background: transparent url(/assets/images/theme-escape.png) no-repeat 10px 0%;
      margin-bottom: 10px;
    }
    .themes li.meet h3 { background-image: url(/assets/images/theme-meet.png); }
    .themes li.mingle h3 { background-image: url(/assets/images/theme-mingle.png); }
    .themes li > img.push {
      margin-top: 30px;
    }
    .themes .spots {
      margin: 0 10px;
    }
  /*
  ul.spaces {
    padding: 0 20px;
  }
  .spaces li {
    position: relative;
    margin-bottom: 20px;
  }
    .spaces li > * { 
      padding-left: 140px; 
    }
    .spaces li.right > * {
      padding-left: 0;
      padding-right: 140px;
    }

    .spaces li h3[class] {
      height: 50px;
      text-indent: -999em;
      background: transparent url(/assets/images/bg-bubble-alone.png) no-repeat 0% 0%;
    }
    .spaces li.right h3[class] { background-position: 95% 0%; }
    .spaces li h3.meet { background-image: url(/assets/images/bg-bubble-meet.png); }
    .spaces li h3.interact { background-image: url(/assets/images/bg-bubble-interact.png); }
    
    .spaces li img {
      padding: 0 !important;
      position: absolute;
      left: 0;
      top: 55px;
    }
    .spaces li.right img { left: auto; right: 0; }
  */
  .vignettes {
    margin: 20px 0;
  }
  .vignettes li {
    margin-bottom: 20px;
  }
  /* End Story **/

  /** Spots
  ** ----------------------------------------------------------------*/
  #spots {
    position: relative;
    z-index: 1;
    margin: 0;
    height: 400px;
    width: 900px;
    overflow: visible; /* need to let layered content (popups) to flow outside box */
  }
    #spots .spot {
      position: absolute;
      top: 0; 
      width: 100%;
      height: 0;
      display: none;
    }
    #spots .spot.active { height: 100%; display: block; z-index: 1; }
    
      #spots .spot .title {
        display: none;
      }
          ul.environments {
            margin: 0;
            overflow: visible !important;
            position: absolute; 
            top:0; 
            left:0;
            width: 100%;
          }
          ul.environments li.environment {
            position:absolute; 
            top:0; 
            display:none;
          }
          ul.environments li.environment:first-child,
          ul.environments li.active { 
            display: block;
          }
            ul.environments li.environment img {
              display: block;
            }
            
          ul.popups {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            margin: 0;
            overflow: visible;
          }
            ul.popups li {
              position: absolute;
              display: block;
              background: transparent url(/assets/images/icon-plus.png) no-repeat 0 0;
              padding: 23px 0 0 23px;
              cursor: pointer;
            }
              ul.popups li .details {
                position: relative;
                top: -12px;
                left: -12px;
                float: left;
                background: rgb(255,255,255);
                background: rgba(255,255,255,.9);
                border: 2px solid #66BDD8;
                padding: 5px;
                max-width: 200px;
                display: none;
                z-index: 1;
              }
              ul.popups li:hover .details {
                display: block;
              }
              ul.popups li .details img, ul.popups li .details a {
                position: relative !important;
                display: block;
                float: left;
                clear: left;
                margin-right: 5px;
              }

          div.product-list {
            z-index: 1;
            display: none;
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 10px 10px 0;
            background: #fff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border: 1px solid #e6e6e6;
          }
            div.product-list ul {
              padding: 0;
              margin: 10px auto;
              width: 100%;
              float: left;
              list-style: none;
            }
              div.product-list li {
                float: left;
                width: 19%;
                padding: 0 2.5% .25em;
                margin-bottom: 20px;
                border-left: 1px dotted #e6e6e6;
              }
              div.product-list li.clear { 
                clear: left;
                border-left: none;
              }
                div.product-list li img {
                  display: block;
                  margin: 0 auto .5em;
                  max-width: 100%;
                }
                div.product-list li a {
                  color: #000;
                  font-weight: bold;
                  text-decoration: none;
                }
                div.product-list li span {
                  color: #808285;
                }
                div.product-list li .options {
                  font-style: italic;
                  display: block;
                }
                
            div.product-list a.close-products {
              position: absolute;
              top: 10px;
              right: 10px;
            }
          
          .spot .controls {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
	    background: transparent url(/assets/images/bg-grey-transparency.png) repeat 0 0;
          }
            .environment-thumbnails {
              float: left;
              list-style: none;
              margin: 8px 15px 4px;
              padding: 0;
            }
            .environment-thumbnails li {
              float: left;
              margin: 0 10px;
            }
              .environment-thumbnails li a {
                display: block;
                width: 50px;
                height: 34px;
                border: 2px solid #000;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
              }
              .environment-thumbnails li.active a,
              .environment-thumbnails li a:hover { border-color: #7fbc5a; }
        
              .environment-thumbnails li img {
                display: block;
              }
              .environment-thumbnails li .environment-type {
                display: block;
                font-weight: bold;
                color: #000;
                margin-top: 3px;
              }

            .spot .controls p {
                color: #000;
                text-align: center;
                padding-top: 1em;
                padding-bottom: 0;
                font-size: .9em;
                font-style: italic;
            }
            .spot .controls a.play, 
            .spot .controls a.buy,
            .spot .controls a.show-products {
              float: right;
              display: block;
              color: #fff;
              margin: 18px 5px 0;
              background: #000;
              border-radius: 3px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              text-decoration: none;
              font-weight: bold;
              padding: .6em 1em .4em;
            }
            .spot .controls a.buy { background-color: #66BDD8;}
            .spot .controls a.buy:hover, 
            .spot .controls a.play:hover,
            .spot .controls a.show-products:hover { background-color: #7fbc5a; }

    .mode {
      margin: 30px 0;
      border-left: 1px dotted #e6e6e6;
    }
    .mode:first-child { border: none; }
    
      .mode nav .spots li {
        width: 47%;
      }
      .mode h2 {
        text-indent: -999em;
      }
        .mode h2 img {
          display: block;
          margin: 0 auto;
        }
        .mode h2 .cufon { display: none !important; }
    /* End List of Spots **/
            
  /* End Spots **/

  /** Products
  ** ----------------------------------------------------------------*/
  .product-description { margin-top: 1em; padding-bottom: 1em; }
    .product-description h2 { margin: 0; }

    .product-description > div {
      margin: 2em 0;
      overflow: hidden;
    }
    .product-description .share ul {
      padding-left: 1.5em;
    }
      .product-description .see-more ul {
        overflow: hidden;
        list-style: none;
      }
      .product-description .see-more li {
        float: left;
        width: auto;
        margin: 0 .5em 1em;
      }
      .product-description .see-more a {
        display: block;
        background: transparent url(/assets/images/btn-buy-now.png) no-repeat 0 0;
        width: 108px;
        height: 31px;
        text-indent: -999em;
        overflow: hidden;
      }
      .product-description .see-more a.find { background-image: url(/assets/images/btn-find-dealer.png); }
      .product-description .see-more a.play { width: 158px; background-image: url(/assets/images/btn-see-in-space.png); }

      .resources ul { 
        list-style: none; 
      }
      .resources li {
        margin-bottom: 5px;
      }
      .resources a {
        display: block;
        padding-left: 5em;
        height: 40px;
        line-height: 40px;
        background: transparent url(/assets/images/btn-resource-pdf.png) no-repeat .5em 0;
      }
      .resources a.skp { background-image: url(/assets/images/btn-resource-skp.png); }
      .resources a.pdf { background-image: url(/assets/images/btn-resource-pdf.png); }
      .resources a.xls { background-image: url(/assets/images/btn-resource-xls.png); }
	  .resources a.dwg { background-image: url(/assets/images/btn-resource-dwg.png); }
	  .resources a.jpg { background-image: url(/assets/images/btn-resource-jpg.png); }
	  .resources a.mov { background-image: url(/assets/images/btn-resource-mov.png); }
	  .resources a.wmv { background-image: url(/assets/images/btn-resource-wmv.png); }
      
  .product-gallery { margin-top: 1em; }

    .product-gallery > .grid_4 { margin-bottom: 2em; }
    
    .product-gallery .thumbnails {
      margin: 20px 0 20px 20px;
      clear: left;
    }
      .product-gallery .thumbnails li { 
        width: 60px;
        height: 60px;
        float: left;
        margin: 0 9px 15px 0;
      }
        .product-gallery .thumbnails li img {
          display: block;
          padding-bottom: 2px;
          border-bottom: 1px solid #66BDD8;
        }

    .product-gallery #product-rendering {
      display: block;
      width: auto;
      max-width: 10%;
      float: left;
      margin: 20px;
    }
    .product-gallery > .options {
      margin: 20px 0;
      padding-left: 19px;
      border-left: 1px dotted #e6e6e6;
      min-height: 8em;
      width: 26%;
      float: left;
    }
    .product-gallery > .options.first {
      padding-left: 0;
      border-left: 0;
    }
    .product-gallery > .options.clear {
      clear: left;
    }
      .product-gallery > .options li a img {
        padding-bottom: 2px;
        border-bottom: 1px solid #66BDD8;
      }
    .product-gallery > .options.n1 { width: 79%; }
    .product-gallery > .options.n2 { width: 36%; }
    
    .product-gallery ul {
      font-size: 12px;
      line-height: 1.25em;
      list-style: none;
      padding: 0;
    }
    .product-gallery ul li {
      margin-bottom: .5em;
    }
    .product-gallery .color li { 
      float: left;
      width: 30px;
      margin-right: 10px;
      overflow: hidden;
      min-height: 25px;
    }
    .product-gallery .color li.clear { clear: left; }
      .product-gallery .color li a { display: block; }
    
  #anchor-360 { 
    display: block;
    float: left;
    background: transparent url(/assets/images/btn-360-view.png) no-repeat 50% 50%;
    height: 31px;
    width: 37px;
    overflow: hidden;
    text-indent: -999em;
  }
    .product-gallery #anchor-360 { padding: 10px; }
      
  #view-360 { display: none; }
  #fancy_div {
    position: relative;
    height: 400px;
    width: 580px;
    background: #fff !important;
  }
    #fancy_div a:active, #fancy_div a:focus { outline: none; }

    #fancy_div a.rotate {
      position: absolute;
      display: block;
      background: transparent url(/assets/images/arrows-drawn.png) no-repeat 0 0;
      height: 30px;
      width: 43px;
      top: 40%;
      left: 0;
      text-indent: -999em;
    }
    #fancy_div a.rotate.next { 
      background-position: 100% 0;
      left: auto;
      right: 0;
    }
    
  ul.sprites {
    position: absolute;
    top: 10px;
    left: 60px;
    width: 460px;
    height: 300px;
  }
    .sprites li {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
    }
    .sprites li:first-child { display: block; }

  ul.views {
    margin: 0;
    padding: 10px 60px 0;
    border-top: 1px dashed #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .views li {
    display: inline;
    font-size: 127%;
    margin-right: 1em;
  }
  .views li.active a { 
    text-decoration: none; 
    color: #66BDD8;
  }
  
  #picture-frame {
    position: relative;
    margin: 0 auto;
  }  
    #picture-frame > img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    #picture-frame > img:first-child { position: relative; opacity: 1; }
    
  .product-specs { 
    background: #fff url(/assets/images/bg-specs.jpg) no-repeat 0 4em;
    border-top: 1px dotted #e6e6e6; 
    padding-top: 20px;
    margin-right: 0;
    padding-right: 9px;
    padding-left: 10px;
    margin-left: 0;
    overflow: hidden;
  }

  .product-spots.grid_2, .product-shipping.grid_2 {
    width: 260px;
    padding-left: 19px;
    padding-right: 20px;
    margin-right: 0;
  }
  .product-spots, .product-shipping {
    margin-left: 0;
    padding-left: 9px;
    margin-bottom: 20px;
  }
  .product-shipping {
    background: #fff url(/assets/images/bg-shipping-box.png) no-repeat -10px 80px;
  }
    .product-shipping h3 { padding-top: 10px; padding-bottom: 20px; border-top: 1px dotted #e6e6e6; }

        
  /* End Products **/

  /** Events
  ** ----------------------------------------------------------------*/
  .events li {
    margin-bottom: 40px;
  }
    .events li h3 {
      text-transform: none;
    }
    .events li h4 {
      font-weight: normal;
      margin-bottom: 1em;
    }
    .events li a { text-decoration: none; }
    .events li a:hover { text-decoration: underline; }

  aside .events {
    padding: 0 10px;
    margin: 10px 0 20px;
  }
    aside .events li {
      padding: 10px 0 20px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e6e6e6;
    }
    aside .events hgroup {
      font-size: .75em;
    }
  
  h3.conversationalists, h3.video, h3.photos {
    height: 30px;
    text-indent: -999em;
    margin-bottom: 20px;
    background: transparent url(/assets/images/bg-bubble-video.png) no-repeat 0% 0%;
  }
  h3.conversationalists { background-image: url(/assets/images/bg-bubble-conversationalists.png); }
  h3.photos { background-image: url(/assets/images/bg-bubble-photos.png); }
  
  .people {
    margin: 20px 0;
  }
  .people li {
    width: 47%;
    float: left;
    margin: 0 3% 40px 0;
    font-size: 125%;
    line-height: 1.25em;
  }
    .people li .from {
      display: block;
      font-size: 80%;
    }
    .people li .from a {
      display: block;
    }
    .people li img {
      float: left;
      margin-right: 10px;
      border: 2px solid #000;
    }
  
  .photos li {
    width: 30%;
    float: left;
    margin: 0 3% 10px 0;
  }
    .photos li img {
      border: 1px solid #000;
    }
  /* End Events **/
  
  /** See in Your Space
  ** ----------------------------------------------------------------*/

    /** Edit Screen
    ** ----------------------------------------------------------------*/
    ul#spaces {
      margin: 0 0 40px;
      float: right;
      width: 100%;
    }
      #spaces li {
        float: left;
        width: 30%;
        margin-right: 3%;
      }
      #spaces li a {
        display: block;
        border: 3px solid #fff;
      }
        #spaces li a img {
          display: block;
          max-width: 100%;
          max-height: 100%;
        }
      #spaces li.current a,
      #spaces li a:hover { border-color: #66BDD8; }
      
    #canvas {
      text-align: center;
      height: 435px;
      width: 580px;
      padding: 1px;
      margin: 5px 5px 40px;
      position: relative;
      border:1px solid #e6e6e6;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      box-shadow: 3px 4px 5px #e6e6e6;
      -webkit-box-shadow: 3px 4px 5px #e6e6e6;
      -moz-box-shadow: 3px 4px 8px #e6e6e6;
    }
      #canvas #space {
        position: absolute;
        top: 1px;
        left: 1px;
        z-index: 0;
      }
      #canvas #brush {
        cursor: move;
        position: relative;
        z-index: 1;
      }
      
      #canvas #movable {
        margin: 0px;
        padding: 0px;
        z-index: 5;
      }
        #canvas #brush .node {
          display: block;
          width: 17px;
          height: 17px;
          position: absolute;
          z-index: 10;
          background: transparent url(/assets/images/arrows-square-corners.png) no-repeat 0 0;
        }
          #canvas #topleft { top: 0; left: 0; }
          #canvas #topright { top: 0; right: 0; background-position: 100% 0 !important; }
          #canvas #bottomleft { bottom: 0; left: 0; background-position: 0 100% !important; }
          #canvas #bottomright { bottom: 0; right: 0; background-position: 100% 100% !important; }


    #see-form input[type='submit'] { 
      background: transparent url(/assets/images/btn-upload-space.png) no-repeat 50% 50%;
      border:0 none;
      cursor:pointer;
      display:block;
      height:31px;
      text-indent:-999em;
      width:146px;
      font-size: 0;
      line-height: 0;
    }

    #print-form input[type="button"]#save {
      background: transparent url(/assets/images/btn-see-space.png) no-repeat 50% 50%;
      border:0 none;
      cursor:pointer;
      display:block;
      height:31px;
      text-indent:-999em;
      width:146px;
      margin-top: 1em;
      font-size: 0;
      line-height: 0;
    }
    
    /* End Edit Screen **/
  
    /** Detail Screen
    ** ----------------------------------------------------------------*/
    #your-space {
      margin-bottom: 40px;
      margin-right: 0;
      float: left;
      width: 580px;
    }
    #item-list {
      margin-bottom: 20px;
    }
      #item-list a { text-decoration: none; }
      
      #item-list li {
        float: left;
        width: 22%;
        padding: 0 1%;
        font-size: 127%;
        color: #000;
        line-height: 2em;
        margin-bottom: 20px;
      }
      #item-list li.clear { clear: left; }
      #item-list li img {
        margin-bottom: 10px;
        display: block;
      }
      #item-list li .option, #item-list li .quantity { color: #808285; }
      #item-list li .option { font-style: italic; }
      #item-list li .quantity { font-weight: bold; }
    
    a#print, a#do-over {
      display: block;
      height: 31px;
      margin-bottom: 10px;
      text-indent: -999em;
    }
    a#print:focus, a#do-over:focus { outline: none; }
    
    a#print {
      width: 91px;
      background: transparent url(/assets/images/btn-print-space.png) no-repeat 50% 50%;
    }
    a#do-over {
      width: 86px;
      background: transparent url(/assets/images/btn-readjust-space.png) no-repeat 50% 50%;
    }
    /* End Detail Screen **/
    
    /** Shared Spaces
    ** ----------------------------------------------------------------*/
    #shared-spaces {
      padding: 20px 10px;
      margin: 0;
    }
      #shared-spaces li {
        margin: 0 0 30px;
        padding: 0 0 10px;
        border-bottom: 1px dotted #E6E6E6;
      }
      #shared-spaces a.submission {
        background: #2B2828;
        display: block;
      }
        #shared-spaces a.submission img {
          border: 1px solid #3e3e3e;
        	margin: 0 0 10px;
        	padding: 0;
        	display: block;
        	max-width: 100%;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
        }
        #shared-spaces a.submission:hover img {
          border: 1px solid #e0335c;
        	opacity: 0.2;
        }
      #shared-spaces p {
        padding-bottom: 0;
      }
      #shared-spaces .name { font-style: italic; }
    /* End Shared Spaces **/
    
  /* End See in Your Space **/
  
/* End Specific Content Verticals **/

/** Generic Content Styles
** ----------------------------------------------------------------*/
.blurb {
  margin-left: 0;
  padding-left: 9px;
  border-left: 1px dotted #e6e6e6;
  margin-bottom: 2em;
}
.blurb:first-of-type { margin-left: 10px; padding-left: 0; border: none; }
  .blurb img {
    display: block;
    margin: 0 auto .5em;
  }
  .blurb h1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .blurb:first-of-type h1 { left: 10px; }

  .blurb h1[class] {
    text-indent: -999em;
    background: transparent url(/assets/images/bg-bubble-story.png) no-repeat 0 0;
    height: 39px;
    width: 66px;
  }
  .blurb h1.chats { background-image: url(/assets/images/bg-bubble-chats.png); }
  .blurb h1.spots { background-image: url(/assets/images/bg-bubble-spots.png); }
  .blurb h1.work {
    position: relative;
    background-image: url(/assets/images/bg-bubble-work.png);
    width: 160px;
    margin-bottom: 10px;
  }
  
  .blurb p {
    padding-left: 8em;
  }

.share {
  margin: 3em 0;
  line-height: 16px;
}
  .share ul {
    list-style: none;
    padding-left: .5em;
  }
    .share ul li {
      padding: 0 .25em;
      display: block;
      width: 20px;
      float: left;
    }
    .share ul li a {
      display: block;
      overflow: hidden;
      text-indent: -999em;
      width: 16px;
      height: 16px;
      background: transparent url(/assets/images/icon-social-facebook.png) no-repeat 50% 50%;
    }
    .share a.digg { background-image: url(/assets/images/icon-social-digg.png); }
    .share a.delicious { background-image: url(/assets/images/icon-social-delicious.png); }
    .share a.linkedin { background-image: url(/assets/images/icon-social-linkedin.png); }
    .share a.reddit { background-image: url(/assets/images/icon-social-reddit.png); }
    .share a.twitter { background-image: url(/assets/images/icon-social-twitter.png); }

p.summary { 
  font-size: 150%;
  line-height: 1.25em;
  padding: 1em 0;
}
p.summary + h2 {
  margin-top: .25em;
}

img.left, img.right {
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
img.left {
  float: left;
  margin-right: 20px;
} 
img.right {
  float: right;
  margin-left: 20px;
}

.blocks { 
  margin: 20px 0;
  border-bottom: 1px dotted #e6e6e6;
  padding-bottom: 40px;
}
  .blocks li { margin-bottom: 40px; }
  .blocks li.grid_2 {
    width: 240px;
    padding: 0 20px;
  }

  .blocks li img {
    display: block;
    margin: 0 auto .5em;
  }
  .blocks .title { margin: 0; }
  .blocks p { padding: 0; }
  
.snippets li {
  overflow: hidden;
  margin-bottom: 2em;
}
  .snippets li img {
    float: left;
    margin-right: 10px;
  }
  .snippets li a { text-decoration: none; }
  .snippets .title {
    display: block;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.25em;
    padding-top: .75em;
  }
  .snippets li a:hover .title { text-decoration: underline; }

.buzz li {
  margin-bottom: 1em;
}

.highlight {
  background: #f3efdc url(/assets/images/bg-highlight.jpg) no-repeat 50% 100%;
  padding: 10px 0 70px 10px;
}
*[class*='grid_'].highlight { 
  margin-left: 0;
}
  /** vCard
  ** ----------------------------------------------------------------*/
  .vcard {
    border-bottom: 1px dotted #e6e6e6;
  }
    .vcard .org {
      font-size: 2em;
      margin: 1em 0 0;
    }
    .vcard .street-address, .vcard .tel { display: block; }

    .hcard {
      display: inline-block;
      line-height: 20px;
      padding-left: 34px;
      background: transparent url(/assets/images/icon-hcard-download.png) no-repeat left top;
    }
  /* End vCard **/
  
  .follow img {
	margin-right: 4px;
  }
  .follow a {
	text-decoration: none;
  }

/* End Generic Content Styles **/

/** Forms
** ----------------------------------------------------------------*/
form {
  margin: 2em 0;
  padding: 0;
}
  form p {
    clear: both;
    overflow: hidden;
  }
  form .push {
    padding-left: 10.5em;
  }
  form .required {
    display: inline-block;
    color: #66BDD8;
    background: transparent url(/assets/images/bg-asterisk.png) no-repeat 50% 10%;
    width: 1em;
    text-indent: -999em;
  }
    .fields li .required { display: block; float: left; width: 22px; }
  
fieldset {
  border: none;
  border-top: 1px dotted #e6e6e6;
  padding: 1em 0 0;
  margin: 1em;
}

legend {
  font-weight: bold;
  color: #000;
}

label {
  color: #000;
  width: 8em;
  float: left;
  margin-right: 0.5em;
  display: block;
  font-weight: bold;
  line-height: 22px;
}

input, textarea, select {
  float: left;
}

input[type="text"] {
  width: 10em;
}
input.long, input.large { width: 15em; }
input.short, input.small { width: 5em; }
input.tiny { width: 2em; }

ol.fields, ul.fields {
  margin: 1em 0;
}
  .fields li {
    list-style: none;
    padding: .75em 0;
    clear: both;
    overflow: hidden;
  }
  .fields.options li {
    width: 50%;
    float: left;
    clear: none;
  }
    .fields.options li label.checkbox,
    .fields.options li label.radio {
      width: auto;
    }

ul.options {
  overflow: hidden;
}
.options span {
  display: block;
  float: left;
}

.fields .radio label {
  width: auto;
  white-space: nowrap;
  line-height: 18px;
}

.fields .multiple * + label {
  width: auto;
  white-space: normal;
  margin-left: 2em;
}
/* End Forms **/

/** Footer
** ----------------------------------------------------------------*/
footer {
  color: #231f20;
  margin: 2em 1em;
  border-top: 1px dotted #e6e6e6;
}
/* End Footer **/
