html {
	margin: 0;
	padding: 0;
}
body{
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.6em;
	letter-spacing: 0em;
	color: #000;
	background: #eeeee9;
	}
h1{
	font-size: 2.6em;
	line-height: 1.1em;
	color: #fff;
	}
h1.home{
	color: #666;
}
h1.weed {
	color: #363;
}
h1.ipanema {
	color: #9cc;
}
h1.archeology {
	color: #69c;
}
h1.happy {
	color: #936;
}
ul{
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ccc;
}
li.homemenu { 
	display:inline;
	margin-right: .3em;
	color: #666;
	float: right;
}
p{  font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
	}
p.copyright {
	color: #999;
	font-size: 1.1em;
}

a:link{
	color: #999;
	text-decoration: none;
}
a:visited{
	color: #999;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: line-through;
}
a:active{
	color: #ccc;
}

a.home:link{
	color: #fff;
	text-decoration: none;
}
a.home:visited{
	color: #fff;
	text-decoration: none;
}
a.home:hover{
	color: #fff;
	text-decoration: line-through;
}
a.home:active{
	color: #fff;
}
#footer {
	position: absolute;
	width: 88em;
	left: 1em;
	padding: 1em;
}

/* ----------- Menu Background ----------- */

	
#overlay {
	position: absolute;
	left: 2em;
	top: 0em;
	background-image: url(../images/background-alpha.png);
	width: 36em;
	padding: 2.6em 3.0em 2.8em 3.0em;
}
 
  

/* ----------- Background Slider ----------- */

#heading {
	display: block;

}
#heading * {
	display: inline;
	padding: 0.2em;
	user-select: none;
	cursor: pointer;
	vertical-align: top;
	color: #6f6f6f;
}
#heading li.active {
	color: #ccc;
}	

#image-wrapper {
	width: 90em;
}
		
#panes {
	text-align: justify;
	border-style: none;
	width: 90em;
	margin: 0 auto 0 auto;
}
		
#panes p {
	width: 90em;
	margin: 0 auto 1em auto;
	line-height: 1.2em;
}
		
		
#previous {
	float: none;
	cursor:pointer;
}

#next {
	float: none;
	cursor: pointer;
}

/* ----------- Navigation ----------- */


#navigation {
	position: relative;
	height: 16px;
	width: 100px;
	margin: 0 0 0 0;
	padding: 0 1px;
	float: right;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#navigation ul li {
	margin-left: 0;

	list-style: none;
	display: inline;
}


#navigation li a {
	display: block;
	height: 16px;
	text-decoration: none;
	text-align: center;
	margin-left: 8px;
	
}
#navigation li a span {
	display: none;
}

#nav-bio a {
	float: right;
	width: 16px;
	background: url(../images/ui/btn-bio-16.png) no-repeat;
	background-position: 0 0;
}
#nav-bio a:hover {
	background-position: 0 -16px;
}
#nav-bio a:active {
	background-position: 0 -32px;
}

#nav-home a {
	float: right;
	width: 16px;
	background-position: 0 0;
}
#nav-home a:hover {
	background-position: 0 -16px;
}
#nav-home a:active {
	background-position: 0 -32px;
}

#nav-contact a {
	float: right;
	width: 16px;
	background: url(../images/ui/btn-contact-16.png) no-repeat;
	background-position: 0 0;
}
#nav-contact a:hover {
	background-position: 0 -16px;
}
#nav-contact a:active {
	background-position: 0 -32px;
}
