/*
Theme Name: i-node 
Theme URI: http://www.i-node.it
Description: Tema originale creato per il sito i-node
Version: 1.0
Author: Claudia De Luca
Author URI: http://www.weesh.it
*/


@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
img, hr, br {
	border:0px;
	}
	

.clear {
	clear:both;}
h1 {
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000 /*,2px 6px 10px #fff*/;}	
	
h1 a:link, h1 a:visited {
	color:#FFF;
	text-decoration:none;}
	
h1 a:hover, h1 a:active {
	color:#FFF;
	text-decoration:underline;}
	
h2 {
	color:#315ca3;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;}	

h3 {
	color:#fa5800;
	font-weight:bold;
	font-size:14px;	}
	
h3 a:link, h3 a:visited {
	color:#fa5800;
	text-decoration:none;}
	
h3 a:hover, h3 a:active {
	color:#315ca3;
	text-decoration:underline;}
	
h4 {color:#b9d4ff;
	font-size:15px;
	margin-bottom:10px;}

a:link, a:visited {
	color:#315ca3;
	text-decoration:none;}
	
a:hover, a:active {
	color:#fa5800;
	text-decoration:underline;}
	
hr {border-bottom: 1px solid #ccc;}

body {
	background-image:url(images/bkg_page.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#wrapper {
	margin:0px auto;
	width:996px;
	/*min-height:996px;*/
	background-image:url(images/bkg_wrapper.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	
	}
	
/*** ------------------ NAVIGATION ----------------------- ***/
#top {
height:421px;
	}

 #navigation {
	 padding-top:90px;}
	 
	 
#slideshow {margin:16px 23px 10px 23px;
		height:280px;
		}
	
#blue_content {
	border-left:1px solid #c1cdd9;
	border-right:1px solid #c1cdd9;
	margin:0px 46px;
	padding-top:2px;
	background-image:url(images/bkg_blue.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#315ba3;}
	
#blue_content a:link, #blue_content a:visited {
	color:#FFF;
	text-decoration:none;}
	
#blue_content a:hover, #blue_content a:active {
	color:#7abafb;
	text-decoration:none;}

#white_content {
	background-color:#FFF;
	color:#000;
	border-left:1px solid #c1cdd9;
	border-right:1px solid #c1cdd9;
	margin:0px 46px;
	padding:8px 0px;}
	
.double_col {
	width:310px;
	padding:16px 25px 20px 25px;
	float:left;
	}
	
.breadcrumb {
	margin-bottom:7px;}
	
.double_col ul {
	list-style:none;
	}

.double_col li {
	border-bottom:1px dotted #8ba4cb;}
	
.triple_col {
	width:490px;
	padding:16px 25px 16px 25px;
	float:left;
	text-align:justify;
	color:#FFF;}
	
.triple_col ol{
	margin: 10px 0px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;}

.triple_col ul{
	margin: 10px 0px;
	padding-left:20px;
	font-weight:bold;}
	
.triple_col ol li ul, .triple_col ul li ul{padding-left:20px;}

.triple_col ol li ul li, .triple_col ul li ul li {
	font-size:12px;
	font-weight:bold;
	text-transform:none;}
	
.traspa {
	background-image:url(images/traspa.png);
	background-position:left top;
	background-repeat:repeat;
	border: 1px solid #fff;
	padding:20px;
		}

.box_marchi {width:139px;
height:180px;
	border-right: #CCC solid 1px;
	padding:8px 20px;
	float:left;
	}
.halfpage {
	width:410px;
	padding:8px 20px;
	float:left;}
	
.highlight {
	padding:10px;
	background-image:url(images/bkg_highlight.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	min-height:100px;}

.highlight img {
	float:left;
	padding-right:10px;}
	
#footer {height:120px;
padding-top:24px;
border-top:1px solid #fff;
background-color:#315ca3;
	color:#FFF;
	border-left:1px solid #c1cdd9;
	border-right:1px solid #c1cdd9;
	margin:0px 40px;}
	
	.footbox {
		margin-left:26px;
		padding-right:20px;
		width:250px;
		height:100px;
		float:left;
		border-right:1px solid #06F;
		}
	
/* ---------------------- Easy Slider -------------------------- */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:280px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:-30px 10px;
		padding:0;
				}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		width:20px;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 6px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* ----------------  area news --------------------- */

.date_box {
	width:53px;
	height:53px;
	background-image:url(images/bkg_date.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	float:left;}
	
.giorno {
	font-size:24px;
	line-height:28px;
	margin-bottom:0px;
	font-weight:bold;}
.meseanno {
	font-size:10px;
	line-height:10px;}
	
 .entry h2  {	 
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	}
	
.entry {
		float:left;
	}
	
	.entry img {
		float:right;
		padding-left:20px;}
		
.entrybox {border-top:1px solid #000;
float:left;
width:415px;
padding-right:20px;
color:#000;
}
			
.postmetadata {
	font-size:10px;
	padding:10px 0px 20px 0px;
	color:#666;
	}
	
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active, small a:link, small a:visited, small a:active {
	color:#666;
	text-decoration:underline;}

.postmetadata a:hover, small a:hover {
	color:#db0000;
	text-decoration:none;}



/*** ------------------MENU SUPERFISH ESSENTIAL STYLES----------------------- ***/	
	

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	height:24px;
	padding:		0;
	list-style:		none;

	font-weight:bold;}

.sf-menu ul { /*blocco generale del menu*/
	position:		absolute;
	height:24px;
	margin:0px 38px 0px 10px;
	float:left;
	list-style:none;
	}
	
.sf-menu li {font-size:14px;
		float:left;
	text-transform:uppercase;
	text-align:center;
	display:block;
	width:88px;
	padding:0px 10px;
	position:		relative;
	}
	
.sf-menu a { /* comportamento generale dei link del menu*/
	position:		relative;
	color:#FFF;
	text-decoration:none;
	display:block;
	}


.sf-menu ul li {
	width:120px;
	text-align:left;
	text-indent:10px;
	background-color:#315ca3;
	border-bottom:1px solid #fff;
	font-size:12px;
	line-height:24px;
	}

.sf-menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
background-color:#6e8cbe;}


/* -----------------------------LANDING PAGE ------------------------------------- */	
#landing {
	margin:0px auto;
	width:996px;
	background-image:url(images/bkg_landing.jpg);
	background-position: center top;
	background-repeat:no-repeat;
		}

.entry_landing {
	width:896px;
	min-height:320px;
	margin:10px 10px 0px 10px;;
	padding:20px 40px;
	background-image:url(images/entry_landing.gif);
	background-position:center top;
	background-repeat:repeat-y;}
	
.bottom_landing {
	height:55px;
	background-image:url(images/bkg_bottom_landing.jpg);
	background-position: center top;
	background-repeat:no-repeat;}

.landing_block {
	float:left;
	width:420px;
	padding:10px 14px;
	text-align:justify;}
	
.pulsantone {
	width:108px;
	height:57px;
	background-image:url(images/pulsantone.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	margin-left:80px;
	margin-top:10px;}
	