	/* Cedacri Group Fonts layout  */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the DESIGN") is copyright 2013 Cedacri Group and Areaitalia may not be reproduced. */ 


/*
===== CONTENTS =====


	1: Link
	2: Headers
	3: Paragrafi


====================
*/


/*
===== 1: Link =====
*/

a{
	color:#22a7d3; /* colore link zzurro */
	text-decoration:none;
	/* for bug tex-indent firefox */
	-moz-outline-style: none;
	outline: none;
}

.letter a:hover, .letter a:focus{
    color:#be0f34; /* colore link rosso  */
    text-decoration:underline;
}

a:hover{
	color:#22a7d3; /* colore link azzurro  */
	text-decoration:underline;
}

a:focus{
	font-style: italic;
	text-decoration:underline;
}

/*
===== 1: Headers =====
*/

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	text-rendering: optimizeLegibility;
	text-transform:uppercase;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size-adjust: 0.52;
}

.button ul li h4{
	font-family: 'Euro';
	font-style:italic;
	font-size:14px;
}

.button.mini ul li h4{
	font-size:12px;
}

div.article h1{
	font-family: 'Euro';
	font-size:20px;
	line-height:24px;
	color:#be0f34;
	font-style:italic;
	padding:0 0 5px 0;
}

h1.title{
	padding: 15px;
	 border-bottom: 1px solid #cccccc;
	 border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}


/*
===== 3: Paragrafi =====
*/

p{
	width:100%;
	height:auto;
	margin:auto;
	padding:0;
	color:#666;
}

strong{
	font-family: 'proxima-bold';
}



