.page-nav, .fboxes, .hentry, .postwrap, #featurenav a{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.postwrap{
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	margin:0;
	padding:0;
}

.hentry, .hcopy{	
	background: #fff url(images/news-bg.png) repeat-x left bottom;
	clear: both;
	border: 1px solid #fff;
	border-bottom: none;
}

#feature {
	margin-bottom:15px;
}
#cycle {
	overflow: hidden;
	height: 310px;
}
#feature .hentry , #highlight .hentry{
	background:#fff url(images/news.png) repeat-x left bottom;
	position: relative;
	z-index:0;
	border:none;
}
#feature .hentry { 
	height: 347px;   /* ezzel lehet magasságát beállítani a fő boxnak */
}
#feature .fcontainer{	/* a lejerekítések mértékei */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
}
#feature .fmedia{	/* a képek helye */
	position: relative; 
	text-align: center;
	float: right;
	width: 200px;/  
	margin-left: 0px;	/* balról az eltartás mértéke */
	margin-top: 5px;	/* fentről a távolság */
    height:   300px;
}
#feature .vcenter{
	vertical-align: middle;
}
#feature .fcontent {	/* elvileg az egész szövegtartalom helye */
	position: relative;
	float: left;
	width: 432px;
	margin-right: 0px;	/* balról az eltartás mértéke */
	margin-top: -3px;	/* fentről a távolság */
	height: 300px;
	padding: 14px;
}
#feature .fheading{	/* A fejléc  */
	text-align: center;
}
#feature .fheading h1, .ftitle {
	margin-top: -10px;	/* fentről a távolság */
	font-size:22px;
/*	line-height: .01em;  */
	letter-spacing:-.03em;
}
#feature .fheading h3, .fsub {
	color: #999;
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	letter-spacing: .03em;	
}
#feature .ftext {
	text-align: justify;
}
#feature .ftext h4, #feature .ftext h5{
	font-weight: bold;
}
#feature-footer{
	background: #f0f0f0;
	width: 100%;
	z-index:100;
	padding: 11px 0;
}

#featurenav {	/* a gombok  helye és igazítása és tulajdonságai */
	float: right;
	margin-right: 10px;
	display: inline;
}
	#featurenav a{
		font-family:arial;
		padding: 3px 9px 3px;
		margin-right: 5px;
		font-size: 12px;
		border: 1px solid #ccc;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		color: #666;
		background: #f7f7f7;
	}
	#featurenav a:hover{
		background: #eee;
		text-decoration:none;
	}
	#featurenav a.activeSlide{
		background: #ddd;
		color: #f00;
		border: 1px solid #aaa;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
