

h1 {
    margin-bottom: 20px;
}

article {
    position: relative;
}


/**************************
**  Portfolio Nav
**************************/

#port-nav { 
    position: fixed;
    right: 15px;
    top: 70px;
    width: 21px;
    background-color: #b2b2b2;
    color: #EEE;
    z-index: 300;
}


.ie8 #port-nav,
.ie7 #port-nav {
	top: 55px;
}

#port-nav:hover {
}

#port-nav li {
    margin: 0;
    position: relative;
    width: 22px;
    height: 55px;
}
#port-nav:hover li {  }
#port-nav li a { display: block; }
#port-nav li span { display: block; position: absolute;}

#port-nav .updown {
	height: 15px;
	z-index: 5;
}

#port-nav .updown a { 
    width: 100%; 
    height: 100%; 
}

#port-nav .updown .text { text-indent: -9999px; }

#port-nav .updown a:hover  { }
#port-nav .updown a:hover .arrow { }

#port-nav .updown .arrow {
margin-left: 5px;
}

#port-nav .updown.previous {
	margin: 10px 0 10px 0;
}

#port-nav .updown.next {
	margin: 15px 0 10px 0;
}


#port-nav .updown.previous .arrow {

   width: 12px;
   height: 9px;
   display:block;
}

#port-nav .updown.next .arrow {
	
   width: 12px;
   height: 9px;
   display:block;
}


#port-nav .nav-article {
    margin-bottom: 0px;
}

#port-nav .nav-article:after {

}

#port-nav .nav-article a {
    display: block;
}

#port-nav .nav-article a .dot {
    display: block;
    width: 6px;
    border: 0;
    height: 60px;
    background: #fff;
    margin: 0 8px;}

#port-nav .nav-article a:hover { background: none;}

#port-nav .nav-article a:hover .dot {
    background: #ececec;
}

#port-nav .nav-article.current a .dot {
    background:  #874ea4;
}

#port-nav .nav-article.current a:hover .dot {
}

#port-nav a .details {
    display: block;
	position: absolute;
    right: 13px;
    margin-top:-5px;
    color: #222;
    width: 0px;
    overflow: hidden;
    font-size: 13px;
}
#port-nav .updown a .details { top: -2px;}

#port-nav a:hover .details {
    width: 126px;
    height:70px;
    overflow: visible;
}

#port-nav details * {  }

#port-nav details .pointer {
}
#port-nav .updown .pointer { top: 5px;}

#port-nav details dt {  }
#port-nav details dd { font-weight: 500; font-size: 11.5px;}


