@charset "utf-8";
/* CSS Document */
	
/*COLONNA DESTRA CONTENITORE*/
#colonna-dx {
	padding-top:142px;
	width:380px;
	float:right;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	position: absolute;
	left: 720px;
}

/*COLONNA DESTRA TESTO POSIZIONE*/
#colonna-dx p {
	
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	padding-bottom:20px;
	margin-top: -2px;
}

/*COLONNA DESTRA LINK*/
#colonna-dx a {
	
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	margin-left: 43px;

}

#spazio {
	height: 60px;}

/*TESTATA*/
#header {
	font-family: "Courier New", Courier, monospace;
	font-size:20px;
	width:176px;
	background-color: #0FF;
	position: fixed;
	}
	
#sub-header {
	position: fixed;
	top: 30px;
    left: 8px;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	width:160px;
	background-color: #d3d3d3;
	margin-top:1px;
		}

/* riga PLEASE SCROLL TO VIEW PROJECT*/

#intro {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	width:450px;
	padding-top: 40px;
	
		}

A:link, A:visited {text-decoration: none; color:#000; background-color:#0FF; }
A:hover {text-decoration:underline;} 

#news {
	width:60px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

#news a {
	width:50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #0FF;

	}

/*PROJECTS TITOLO*/

#projects_title {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding-top:60px;
	padding-bottom: 30px;
	width: 450px;
	
	}
/*
#projects_title a span.color{
	
	margin-right:7px;}*/
	
/*CONTENITORE  PROGETTI*/
#projects {
	width:600px;
	padding-left:43px;
	padding-bottom:10px;
	}

/*FOTO PROGETTI*/

#projects img{
	border-right-color: #FFF;
	border-right-width:5px;
	border-right-style: solid;
	background-color:#FFF;
	}

#projects img:hover{
	border-right-color: #0FF;
	border-right-width:5px;
	border-right-style: solid;
	background-color:#0FF;
	}
	

#date {
	width:270px;
	padding-left:43px;
	padding-bottom:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
	
#projects_txt {
	width:600px;
	padding-left:43px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	
	}

/*TESTO CON SFONDO CELESTE*/
.color {
	background-color:#0FF;
	}
/*TESTO CON SFONDO GRIGIO*/
.color_ {
	background-color: #d3d3d3;
	}

a.color_dx  {
	background-color: #d3d3d3;
	}

/*LINK NASCOSTI SFONDO BIANCO*/
.nolink {
	background-color: #FFF;}
	
/*LINK NASCOSTI HOVER*/
a:hover .nolink{
	text-decoration:underline;}
a:hover .color_{
	text-decoration:underline;}
