
.articolo {
	margin-top:0;
	font: 13px/22px Arial, Verdana, Sans Serif;
	padding: 0 4px;
	border-radius: 8px;
	background-color: rgba(255, 238, 204, 0.8);
	overflow: hidden;
	text-align: justify;
}

.articolo h1 {
	letter-spacing: 0.1em;
	color: #8d0b00;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	text-align: center;
	font: bold 20px/28px Georgia;
}

.articolo .meta{
    color: rgba(0,0,0,0.9);
    letter-spacing: 2.8px;
    border-bottom: 1px solid rgba(69,54,37,0.4);
    padding-bottom: 6px;
    font: italic 12.3px Georgia;
}

.articolo .meta span{
    text-transform: capitalize;
    font-style: normal;
    color: rgba(69,54,37,1);
}

.articolo .body p {
    font-family: Verdana;
    font-size: 13px;
    -moz-column-count: 2;
    -moz-column-gap: 1.2em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.2em;
    column-count: 2;
    column-gap: 1.2em;
    line-height: 1.5em;
    color: rgb(69,54,37);
    word-spacing: -2px;
    margin: 0;
}


.articolo .body p:first-child {
    font-size: 1.1em;
    font-family: Georgia;
    font-style: italic;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.articolo .body p:first-child:first-line {
    font-weight: bold;
}