@import url(http://www.ilpostvino.it/fonts/gentium/gentium.css);

body
{
	color: #e5e5e5;
	font-family: GentiumBasicRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1;
}

.drop_cap
{
	background-color: #141414;
	background: -moz-linear-gradient(center bottom, #141414 0%, #0d0d0d 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #141414), color-stop(1, #0d0d0d));
	border-bottom: 1px solid #212121;
	color: #c00;
	display: block;
	float: left;
	font-size: 5.6em;
	height: 1em;
	line-height: 1;
	margin-right: .125em;
	text-align: center;
	width: 1em;
}

a, dt
{
	color: #969696;
	cursor: pointer;
	text-decoration: underline
}

nav a { text-decoration: none }

a:hover { color: #fff }

h1, h2, h3, h4, h5, h6 { font-weight: normal }

h2
{
	color: #969696;
	font-family: GentiumBasicBold, Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	line-height: 1;
	margin-top: 2em;
}

h3
{
	color: #969696;
	font-family: GentiumBasicBold, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 1.5em
}

li, 
p
{
	font-size: 1.4em;
	line-height: 1.5;
}

cite
{
	color: #969696;
	font-family: GentiumBasicItalic, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1;
}

li li { font-size: 1em }

p
{
	margin-bottom: 1.5em;
	margin-top: 1.5em
}

h1 + p { margin-top: 0 }

strong { color: #fff; font-family: GentiumBasicBold, Georgia, "Times New Roman", Times, serif }
em { font-family: GentiumBasicItalic, Georgia, "Times New Roman", Times, serif }