@font-face {
    font-family: 'fovare';
    src: url('/fonts/fovare.woff2') format('woff2'),
         url('/fonts/fovare.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	background: url(/layout/hg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font: 120%/1.4 'fovare', Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0;
}
.pagewrap {
	width: 500px;
	margin: 0 auto;
}
header {
	margin:37px 0 0 0;
	padding-bottom: 50px;
}
footer {
	text-align: right;
	padding: 0 0 5px 0;
	font-size: 50%;
}
.content {
}
/*.leading-0{
	padding:15px 25px;
	background: url(/layout/hg-body.png);
	margin:30px 0 300px 0;
	}*/
.blog-item, .item-page {
	padding: 15px 25px;
	background: url(/layout/hg-body.png);
	margin: 30px 0;
}
h2 {
	padding: 0;
	margin: 0;
	color: #fceb23;
	font-size: 200%;
	font-weight: normal;
}
.piket {
	font-size: 200%;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
}
ul {
	margin: 0 0 0 20px;
	padding: 0;
}
