/* by nino zeke
   psychos.org
   ninozeke.ch
   
*/

/* init */
*{
	margin: 0;
	padding: 0;
	border:0;
	
}

body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;

	font-size: 15px;
	line-height: 1.2;
	color:#6c797f;
	
	background: #fff9df url(img/bg.gif);

}

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

a:visited{color:#6c797f;}
a:hover{color:#333;}

/* struct */
#page-wrapper{
	width: 610px;
	margin: 25px auto 25px auto;
}

#header{
	text-align:center;
}

#header h1{
	height:151px;
	width:180px;
	background:url('img/terra_logo.png') no-repeat;
	text-indent: -999em;
	margin: 0 auto 25px auto;
}

#header h2{
	font-weight:300;
}


h3{
	font-weight:500;
}

#content{
	width: 360px;
	margin: 25px auto 25px auto;
}


.one{
	float:left;
	display:inline;
}
.two{
	float:right;
	display:inline;
}

.clr{
	clear:both;
	line-height:0;
}




/* misc */

#slider {
	position:relative;
	min-height:220px;
	margin:30px 30px 60px 30px;
	background:#202834 url(img/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	left:33%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}