/* 
---------------------------------------------------------------------------------------------
--- INTELLIGENCE CONSULTANCY ----------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/


@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");



/* 
---------------------------------------------------------------------------------------------
--- GENERAL ---------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/

html,
body {
	margin: 0;
	padding: 0
	}
	
	
/* LAYOUT & FONT ALIGNMENT *//*-------------------------------------------------------------*/

body {
	text-align: center;
	}

div#container {
	text-align:left; /* corregge l'allineamento del testo */
	}
	

/* GENERAL PAGINATION & TYPOGRAPHY *//*-----------------------------------------------------*/
	
body {
	font: 90% arial,sans-serif;
	color: #302E2B;
	}

#navigation,
#extra{
	font-size: 90%;
	}
	
p {
	margin: 0 0 20px;
	line-height: 1.2;
	}
	
p.last {
	margin-bottom: 0;
	}
	
div.keystuff {
	border-top: 3px solid #C3D28E;
	border-bottom: 3px solid #C3D28E;
	padding: 7px 0;
	margin-bottom: 20px;
	}
	
	
/* TITLES *//*------------------------------------------------------------------------------*/

h2 {
	margin: 0 0 5px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	}
	
#content h2 {
	margin-bottom: 0.4em;
	text-transform: uppercase;
	font-size: 220%;
	}
	
#navigation h2,
#extra h2 {
	padding-bottom: 2px;
	border-bottom: 3px solid #C8CCBF;
	}
	
#footer ul li h2 {
	margin-bottom: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
	color: #666666;
	}
	
#footer ul li#foot-copyright h2 {
	text-transform: none;
	font-weight: normal;
	font-size: 104%;
	font-family: Arial, Helvetica, sans-serif;
	}


#content h3 {
	text-indent: -999em;
	height: 22px;
	margin-bottom: 0.4em;
	border-bottom: 3px solid #C3D28E;
	}
	
#homepage #content h3 {
	text-indent: 0;
	border-bottom: none;
	margin-bottom: 0.5em;
	}
	
/*#people #content h3 {
	margin-left: 133px;
	}*/ /* discarded until we add photos */
	
#intelligences #content h3 {
	height: 44px;
	}

#content ul.list li h3 {
    text-indent: 0;
	font-weight: bold;
	margin-bottom: -0.4em;
	border-bottom: none;
	}

/* HIGHLIGHTS & LINKS *//*------------------------------------------------------------------*/

strong {
	font-weight: bold;
	}
	
strong.header {
	color: #3B4D2E;
	}
	
em {	
	font-style:italic; 
	}

a,
a.restore {
	color: #993300; 
	text-decoration: none;
	border-bottom: 1px dotted #B2653F; 
	}
	
a:hover,
a.restore:hover {
	color: #E8AD20; 
	text-decoration: none;
	}
	
	
/* COLUMNS *//*------------------------------------------------------------------*/


.columns {
	clear: both;
	height: 100;
	}

.columns .column {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.columns div.last {
	margin-right: 0;
	clear: right;
	}
	
div.two .column {
	width: 239px;
	}
	
div.three .column {
	width: 150px;
	}
	
	
	
/* MAIN PICS *//*---------------------------------------------------------------------------*/

img.mainpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}




/* LISTS *//*-------------------------------------------------------------------------------*/

ul.list {
	margin: 0;
	padding: 0;
	margin: -0.6em 0 20px 1.8em;
	}

ul.list li {
	list-style-type: disc;
	margin-bottom: 0.7em;
	}
	
	
	


/* 
-----------------------------------------------------------------------------------------------
--- LAYOUT ------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
*/


div#header {
	position: relative;
	height: 105Px;
	}

div#container {
	width: 960px;
	margin: 0 auto;
	}

div#wrapper {
	float: left;
	width: 100%;
	}

div#content {
	margin: 0 200px 0 193px;
	padding: 0 30px;
	}
 
div#navigation {
	float: left;
	width: 193px;
	margin-left: -960px;
	}

div#extra {
	float: left;
	width: 200px;
	margin-left: -200px;
	}
	
div#navigation,
div#extra {
	padding-top: 3.8em;
	}

div#footer {
	position: relative;
	clear: left;
	width: 100%;
	}
	
	

/* LOGO *//*--------------------------------------------------------------------------------*/	
	
	
div#header h1 a {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	height: 43px;
	width: 340px;
	text-indent: -999em;
	border-bottom: none;
	background: url(../../img/layout/logos/header_h1.png) no-repeat center left;
	}
	
div#header h1 a:focus {
	outline: none;
	}
	
	
	
/* FOOTER *//*------------------------------------------------------------------------------*/	


div#footer div#foot-separator {
	position: absolute;
	top: 2.2em;
	left: 0;
	z-index: -1;
	height: 29px;
	width: 100%;
	background: #FFFFFF url(../../img/layout/elements/footer.png) repeat-x;
	}


div#footer ul.sitemap {
	float: left;
	margin-right: 50px;
	margin-top: 2.7em;
	}
	
div#footer ul.sitemap li {
	font-size: 90%;
	color: #666666;
	}
