body {
background: #333333;
color: #cccccc;
font-family: Monaco, Andale Mono, sans-serif;
 }
a:link {
color: #cccccc;
text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
#project { 
position: absolute;
width: 1060px;
height: 200px;
left:0px;
top: 160px;
background-color: #5f782f;
font-size: 16px;
 }
#blog { 
position: absolute;
height: 200px;
width: 1060px;
top: 360px;
left: 0px;
background-color: #46a7c4;
font-size: 13px;
 }
#contact { 
position: absolute;
height: 200px;
width: 1060px;
top: 560px;
left: 0px;
background-color: #951a53;
font-size: 13px;
 }
#project>p { 
background: url(imm/line.png)
 no-repeat
  right 10px; 
 }
#blog>p { 
background: url(imm/line.png)
 no-repeat
  right 1px; 
 }
#contact>p { 
background: url(imm/line.png)
no-repeat
right 10px; 
 }
#frasi { 
position: absolute;
width: 1060px;
top: 780px;
left: 5px;
font-size: 13px;
 }
#foto { 
position: absolute;
height: 600px;
width: 850px;
top: 60px;
left: 150px;
text-align: center;

 }
p { 
margin: 30px;
 }
p.primo {
	position: absolute;
	width: 344px;
	height: 150px;
	left: 100px;
	padding-right: 10px;
 }
p.secondo {
	position: absolute;
	width: 313px;
	height: 150px;
	left: 488px;
	padding-right: 10px;
 }
p.terzo {
	height: 150px;
    left: 831px;
    padding-right: 26px;
    position: absolute;
    text-align: center;
    width: 143px;
 }
small { 
font-size: 70%;
 }
a.link { 
text-color: #333333;
 }
a.visited { 
text-color: #333333;
 }
/*immagini*/
img {
 border-style: none;
}
#ombre { 
position: absolute;
}
#logo{ 
position: absolute;
right: 50px;
 }
#io{ 
position: absolute;
left: 1060px;
top: 160px;
 }

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: #6f8b52;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: #6f8b52;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: #6f8b52;
	background: gray;
}
.highslide-wrapper, .rounded-black {
	background: #6f8b52;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: black;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: #6f8b52;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: gray;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

 #facts, #udpates, #projects, #friends { } 
 #projects .blue, div.project.blue { background-color: #398fa6; color: #C4DEE4; } 
#projects .brown, div.project.brown { background-color: #b67448; color: #E9D6C8; } 
#projects .teal, div.project.teal { background-color: #2b9892; color: #C0E0DF; } 
#projects .purple, div.project.purple { background-color: #9374a9; color: #DFD6E5; } 
#projects .pink, div.project.pink { background-color: #b96491; color: #EAD1DE; } 
#projects .green, div.project.green { background-color: #389c56; color: #C4E1CD; }

