@charset "utf-8";

/* ~~ Colori standard ~~ */
.colore01 { color: #000000; }
.colore02 { color: #0000cc; }
.colore03 { color: #cc0000; }

/* ~~ RESET ~~ */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*Supporto HTML 5 - Imposta nuovi tag HTML 5 per display:block in modo da indicare ai browser come eseguire il rendering corretto dei tag. */
header, section, footer, article {
	display: block;
}

/* ~~ Selettori tag/elemento ~~ */

body {
	background: #333300;
	background-image: url(../images/bg-body.png);
}

h1, h2, h3, h4, h5, h6, p, ul {
	padding-right: 40px;
	padding-left: 40px;
}

p {
	font-family: 'Waiting for the Sunrise', arial, serif;
	font-size: 28px;
	line-height: 50px;
	color: #000000;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	font-family: 'Waiting for the Sunrise', arial, serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #000000;
	margin-bottom: 10px;
}

h1 {
	font-family: 'Waiting for the Sunrise', arial, serif;
	font-size: 72px;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Waiting for the Sunrise', arial, serif;
	font-size: 26px;
	color: #000000;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #4B81E0;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}


/* ~~ HEADER  ~~ */

header {
	height: 175px;
	background-image: url(../images/bg-header.png);
	background-position: right top;
	background-repeat: no-repeat;
}

/* ~~ ARTICLE ~~ */

article {
	background-image: url(../images/bg-article.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 500px;
}

section {
	clear: both;
}

/* ~~ FOOTER ~~ */

footer {
	position: relative; /* fornisce hasLayout a IE6 per ottenere un clearing corretto */
	clear: both; /* questa proprietà clear obbliga il .container a tenere conto di dove terminano le colonne e a contenerle */
	text-align: right;
	padding-top: 60px;
	padding-bottom: 40px;
}

/* ~~ CLASSI  ~~ */

.container {
	width: 960px;
	background-image: url(../images/bg-container.png);
	margin: 0 auto;
}

.sinistra {
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}

.destra {
	float: right;
	margin-left: 40px;
	margin-right: 40px;
}

.paragrafoSinistra {
	text-align: left;
}

.paragrafoDestra {
	text-align: right;
}

.paragrafo01 {
	padding-top: 140px;
}

.spazioSopra {
	padding-top: 80px;
}

.incipit {
	font-size: 36px;
}

#twitter_div ul li a {
	visibility: hidden;
}	

