/* CSS - (c) copyright 2013 apptronauts */
html,*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
}

body{
	border-top:10px solid #333;
	background:url(../img/bg.gif);
}

img{ border:0; padding:0px; margin:0px; }
#wrapper{
	height:100%;
	width:100%;
}
#site{
	width:940px;
	margin:0 auto;
}

#logo{padding-top:50px; margin-bottom: 40px;}

figcaption{ 
	display:none;
}

nav#mainmenu{
	margin-top: 20px;
	height:310px;
}

nav#mainmenu ul li{
	margin-right:20px;
	float: left;
	height:310px; overflow: hidden; display: block;
}

nav#mainmenu ul li span{
	position: absolute;
	z-index: -1;
	margin-left: -20px;
	margin-top: -30px;
	opacity: .3;
	width:335px;
	height:70px;
	background: url(../img/shadow.png) no-repeat;
}

nav#mainmenu ul li:last-child{
	margin-right: 0px;
}


nav#mainmenu ul li a{
	display: block;
	width:300px;
	height: 280px;
	color:#efefef;
	text-decoration: none;
}

nav#mainmenu ul li a img{
	/*
	position: absolute;
	margin-left: -300px;
	display: inline-block;

	opacity: 0;
	*/
	margin-top: -30px;
	width:300px;
	height:280px;
	z-index: 3;
}


nav#mainmenu ul li a div.title{
	position: relative;
	z-index: 4;
	margin-top: -35px;
	width:100%;
	height:30px;
	background:rgba(51,51,51,.7);
}

nav#mainmenu ul li a div h1{
 	padding:5px 30px 0; 
	font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	
}

#content{
	margin-top: 30px;
	margin-bottom: 30px;
}

#content .entry{
	margin-top: 30px;
}
#content a{
	color:rgb(24, 140, 201);
}
#content h1{
	margin-bottom: 10px;	;
	font-family: 'Pontano Sans', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-left: 50px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
	
}

#content h1:first-child{
	margin-top: 0px;
}

#content .paragliding h1{
	background:url(../img/icons/news.png) 0px -3px no-repeat;

}

#content .seepark h1{
	background:url(../img/icons/news.png) 0px -3px no-repeat;
	
}
#content .store h1{
	background:url(../img/icons/basket.png) 0px -3px no-repeat;
	

}


#content, p{
	color:#666;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.025em;

}





