/**
* CSS
* 
* @version 1.0
* @author Axel Anderson - http://axelav.com
*/

/*typography*/

.container {
  font-weight: lighter;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em;
}

a:link {
  color: #222;
  text-decoration: none; 
}

a:active {
  color: #222;
  text-decoration: none; 
}

a:visited {	
  color: #222;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}

#header {
  margin-bottom: 3em;
}

#header h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.5em 0;
  font-size: 1.75em;
  font-weight: lighter;
  letter-spacing: 0.2em;
  color: #999;
}

#menu {
  font-size: 80%;
  width: 125px;
}

#content {
  font-size: 80%;
  padding-left: 25px;
}

/*layout*/

#menu ul {
	list-style: none;
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: 1px dotted #ccc;
}

#menu ul.last {
  border-bottom: none;
}

#menu ul li.section-title {
	margin: 0;
	font-weight: bold;
}

#menu ul li {
    /*margin-left: 1em;*/
}

#s1 {
  position: absolute;
  top: 120px;
}

#img-container p.nav {
  position: absolute;
  top: 670px;
  z-index: 100;
  clear: both;
}

#content p {
  top: 653px;
  width: 790px;
  margin-right: 10px;
}

#content p.hidden-content {
  position: absolute;
  top: 710px;
}

#content p.less {
  position: absolute;
  top: 690px;
}

.more {
  display: none;
}

span#bio {
  position: absolute;
  top: 120;
}

#flash {
  margin: 0;
}

#example-show {
 top:  690px;
 position: absolute;
}

#slideshow {
  top: 640px;
  left: 870px;
  position: absolute;
  z-index: 4000;
}





