
/* CSS Document */


body {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	margin-bottom: 20px;
	margin-right: 20px;
}
@font-face {
	font-family: 'BodoniFLFRegular';
	src: local('BodoniFLF'), local('BodoniFLF-Roman'), url('BodoniFLF-Roman.woff') format('woff'), url('BodoniFLF-Roman.ttf') format('truetype'), url('BodoniFLF-Roman.svg#BodoniFLF-Roman') format('svg');
}

@font-face {
	font-family: 'BodoniFLFBold';
	src: url('BodoniFLF-Bold.eot');
	src: local('BodoniFLF'), local('BodoniFLF-Bold');
}

h2 {
	font: 40px/40px "BodoniFLFRegular","BodoniFLFBold", Georgia, "Times New Roman", Times, serif;
	color: #676e76;
	text-transform: uppercase;
	text-shadow: #cad2dc 2px 2px 0;
	filter: dropshadow(color=#cad2dc,offX=2,offY=2);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/hIEfix.png,sizingMethod=crop);
	zoom: 1;

}

fieldset.comment_form legend {
	font: 30px/40px "BodoniFLFRegular", Georgia, "Times New Roman", Times, serif;
	color: #676e76;
	text-transform: uppercase;
	position: relative;
	top: 6px;
	letter-spacing: 2px;
}

div#content_sub h2 {
	font-size: 24px;
	line-height: 20px;
}

.articles #content_main p:first-child:first-letter {
	display: block;
	float: left;
	height: 54px;
	vertical-align: top;
	font: 82px/60px "BodoniFLFRegular", "BodoniFLFBold", Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	padding: 2px 0px 0px;
	margin-bottom: -2px;
	text-transform: uppercase;
}


