/* 
    Document   : fix
    Created on : 19-mar-2010, 12.08.33
    Author     : Fabio Politi <f.politi@icoa.it>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

p {

	text-align: justify;

}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('../webfonts/century/GOTHIC.eot');
	src: local('Century Gothic'), local('CenturyGothic'), url('../webfonts/century/GOTHIC.woff') format('woff'), url('../webfonts/century/GOTHIC.ttf') format('truetype');
}

@font-face {
	font-family: 'CenturyGothicBold';
	src: url('../webfonts/century/GOTHICB.eot');
	src: local('Century Gothic'), local('CenturyGothic-Bold'), url('../webfonts/century/GOTHICB.woff') format('woff'), url('../webfonts/century/GOTHICB.ttf') format('truetype');
}

@font-face {
	font-family: 'CenturyGothicBoldItalic';
	src: url('../webfonts/century/GOTHICBI.eot');
	src: local('Century Gothic'), local('CenturyGothic-BoldItalic'), url('../webfonts/century/GOTHICBI.woff') format('woff'), url('../webfonts/century/GOTHICBI.ttf') format('truetype');
}

@font-face {
	font-family: 'CenturyGothicItalic';
	src: url('../webfonts/century/GOTHICI.eot');
	src: local('Century Gothic'), local('CenturyGothic-Italic'), url('../webfonts/century/GOTHICI.woff') format('woff'), url('../webfonts/century/GOTHICI.ttf') format('truetype');
}

#homenav a {
font-family:Avenir !important;
font-weight:100 !important;
}

#grid div.item div.body div.title {
	/*
	font-family:Avenir !important;
	font-size:170% !important;
	font-weight:500;
	margin: 18px 0 0 0;
	text-align: center;
	*/
	background-color:#000;
	color:white;
	font-family:Avenir !important;
	font-weight:bold;
	height:48px;
	line-height:1;
	position:relative;
	text-align:left;
	width:100%;
	margin: 0;
	
	/* Vertical centering */
	display: table;
	#position: relative;
	overflow: hidden;
	
}

#grid div.item div.body div.title div {

	/* Vertical centering */
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;

}

#grid div.item div.body div.title div div {

	width:172px;
	/* Vertical centering */
	#position: relative;
	#top: -50%;
	padding:0 5px;

}

#grid div.item div.body div.title div div.title_double {
	width: 374px;
}

#grid div.item div.body div.title div div.title_triple {
	width: 572px;
}

#grid div.item div.body .title {

	font-size: 20px;
	letter-spacing: -1px;
	
}


div.title a, div.title a:visited, div.title a:active {

	text-decoration:none;
	color: white;
	
}

#top-nav ul li a.active,
#top-nav ul li a:hover,
#top-nav ul li a:active {

	color:#00458A;
	border-bottom: 2px solid #00458A;
	padding-bottom:0;
	
}

#top-nav ul li a {
font-family:Avenir,FuturaBook,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}

.description a.bottomLink {
	font-family:CenturyGothicRegular;
	padding-bottom:3px;
	position: absolute;
	bottom: 1px;
}

/*
.description a:hover {
	border-bottom-width: 1px;
	bottom: 3px;

}
*/

#footer span.copyright {
float:right;
font-family:CenturyGothicRegular;
left:-32px;
position:relative;
text-align:right;
}

#footer ul {
display:inline;
font-size:93%;
left:14px;
position:relative;
}

#top-nav ul {
position:relative;
top:10px;
}

#top-nav {
height:40px;
padding:18px 10px;
}

a div.title:hover {

	text-decoration: underline;
	
}

.breadcrumb_link {

	float:left;
	
}
