
body {
    margin: 0;
    min-width: 1400px;
    
    padding: 0;
    width: 100%;
    font-family: 'Helvetica Neue',arial,clean,sans-serif;
    color:#000;

}

.clear {
   clear:both;
}


.arrow {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease ;
    -o-transition: opacity 0.5s ease;
    position:fixed;
    height:100px;
    width: 100%;
    z-index: 3;
    background-color:transparent;
    opacity:0;
    display:none;
}


html>body .arrow {
  display:block;
} 

.arrow:hover {
  opacity:1;
}

.arrow.top {
    top:0px;
}

.arrow .btn {
  right:0px;
  position:absolute;
  display:none;
  margin:20px;
}

.arrow:hover .btn{
  display:block;
}



.arrow.top .btn{
    float:right;
    background:url(images/prev_on.png) no-repeat;
    width:100px;
    height:100px;
}

.arrow.top.disabled .btn{
  background:url(images/prev_off.png) no-repeat;
}

.arrow.bottom {
      bottom: 0px;
}

.arrow.bottom .btn{
    bottom:0px;
    float:right;
    background:url(images/next_on.png) no-repeat;
    width:100px;
    height:100px;
}

.arrow.bottom.disabled .btn{
    background:url(images/next_off.png) no-repeat;
}

div#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#swamp {
    position: fixed; 
    z-index: -1; 
    height: 100%;
    width: 100%;
}

  #swamp canvas {
      height: 100%;
      width: 100%;
  }


#nav {
    position:fixed;
    top:60px;
    left:80px;
    width:250px;
    z-index:10;
}

#nav h2 {
    background: url('images/np_final.png') no-repeat;
    height:85px;
    width:85px;
    text-indent:-10000em;
    cursor:pointer;
}

#nav h2 span {
    display:block;
    font-weight:bold;
}

#nav ul {
    float:left;
    list-style: none outside none;
}

#nav ul.projects {
    margin:30px 0 30px 0;
}

 #nav ul.projects li a {
   -webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease ;
   -o-transition: color 0.5s ease;
}

#nav ul.projects li:hover a {
   color:#ff0042;
}

#nav ul.projects li.selected {
   font-size:1.5em;

}

#nav ul.projects li.selected a {
  color:#ff0042;
}

#nav ul.projects li.selected p {
    height: auto;
    padding: 5px 0px 12px 1px;
}


#nav ul li {
    display:block;
    width: 100%;
}

#nav ul li a {
    font-weight:bold;
    font-size:1.5em;
    text-decoration: none;
    color:#000;
}



#nav ul li a:hover,
#nav ul li a:active {
    text-decoration: none;


}

#nav ul li p {
   font-size:0.5em;
   overflow:hidden;
   display:none;
   font-family: 'century schoolbook', georgia, serif;
   font-style:italic;
   color:#9d9d9d;
   line-height: 17px;
}

#nav .profiles {
    position: relative;
    
}

#nav ul.profiles a {
    font-weight: normal;
    font-size: 90%;
    line-height: 18px;
}

#nav ul.profiles a:hover{
    font-weight: bold;
}

#nav ul.profiles span {
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   display: block;
   position: absolute;
   left:-7px;
   height: 8px;
   padding: 0px 0 9px 5px;
   margin: 1px 0px 2px 0px;
   background: #ff0042;
   opacity:0;
   
}

#nav ul.profiles li:hover span {
   padding-left:2px;
   opacity:1;
}

#nav ul li a {
    font-weight:bold;
    font-size:1.5em;
    text-decoration: none;
}


.story {
    margin: 0;
    padding: 0;
    margin-left: 0;
    padding-left: 350px;
    height:auto;
    position: relative;
    width: 100% !important;
    margin-top:400px;
}

.story.project {
    padding-top:200px;
    margin-top:200px;

    background:url(images/dottedline_tile.png) repeat-x;
     
}

.story header {
    color: #9D9D9D;
    display: none;
    font-family: 'century schoolbook',georgia,serif;
    font-size: 1em;
    font-style: italic;
    margin-bottom: 20px;
    display:none;
}

.story article,
.story ul,
.story li
 {
  width:100%;
}

.story.home {
  margin-top:60px;
}

.story.home header{
  display:block;
}

.story.home article {
  width:1100px;
}


.story.home section {
  cursor:pointer;
  float:left;
  width:282px;
  border-bottom:1px solid #ccc; 
  margin-right:40px;
  margin-bottom:30px;
}


.story.home section .box {
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 background:transparent;
 display:block;
 position: absolute;
 border: 10px solid transparent; 
 height: 180px; 
 width: 262px;
}


.story.home section img {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.story.home section h1 {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}



.story.home section:hover .box {
 /*border-color:#FF0042;*/
 background:rgba(225,225,225, 0.3);
}

.story.home section:hover h1 {
  color:#FF0042;
}


.story.home section img{
  display:block;
  height:200px;
  background:#ccc;
}

.story.home section h1 {
  font-weight:bold;
  font-size:1em;
  padding: 5px 0 0 0;
}

.story.home section p {
  font-style:italic;
  font-size:0.8em;
  font-family: 'century schoolbook', georgia, serif;
  color:#9d9d9d;
  padding: 2px 0 7px 0;
}


.story ul li{
    width:1200px;
    margin-bottom:100px;
}

.story ul li h3{
  font-weight: bold;
  font-size:1.2em;
  font-family: 'Helvetica Neue',arial,clean,sans-serif;
  color:#FFF;
  background-color: #c1c1c1;
  width: 240px;
  padding: 3px 7px 3px 7px;
  margin-bottom: 8px;
  display: block;
}

.story ul li p{
  font-style:italic;
  font-size:0.8em;
  font-family: 'century schoolbook', georgia, serif;
  color:#9d9d9d;
  line-height: 18px;
  width: 500px;
  display: block;
}

.story ul li.group .sub {
    float:left;
    width:50%;
}

.story ul li img{
    display:block;
    margin:auto;
}
