/*------------ FONTS -------------*/

@charset "UTF-8";



@font-face {
    font-family: 'WonderlandMedium';
    src: url('font/wonderland-webfont.eot');
    src: url('font/wonderland-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/wonderland-webfont.woff') format('woff'),
         url('font/wonderland-webfont.ttf') format('truetype'),
         url('font/wonderland-webfont.svg#WonderlandMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* TYPO */


/* ------------------------------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#000;
}


a {
	text-decoration:none;
	color:#BF6F00;
	color: #282;
	color: #955;
}
a:hover { color: #ec8a00;
		  color: #3A3;
		  color: #C66;
		 }

h1 {
	font-family: WonderlandMedium;
	margin:0px;
	padding:0px;
	font-size: 40px;
	font-weight:bold;
	color:#222;	
}

h2 {
	font-family: WonderlandMedium;
	margin:0px;		
	padding:0px;
	color:#222;
	font-size:24px;
	font-weight:bold;
}

h3 {
	font-family: WonderlandMedium;
	font-size: 14px;
	font-weight:bold;
	color:#222;
	margin-top:4px;
	margin-bottom:2px;
}

.clearer {
	clear:both;
	line-height:0px;
	height:0px;
}

p {
	line-height: 115%;
}
