@charset "utf-8";
body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}
ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:5;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:350px;
	width:750px;
	margin-top:0px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:170px;
	}
	#screen .prev{
	left:68px;
	}
	#screen .next{
		right:68px;
	}
	#navigation{
		width:675px;
		text-align:center;
		font-size:10px;
		margin-left:40px;
	}
		#navigation ul{
			margin-left:1px !important;
			margin-left:1px;
		}
			#navigation li{
				float:left;
				margin:0 2px;
				padding:2px 2px;
				background-color:#EEE;
			}
				#navigation a{
					color: #933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	background-image:url(/img_sfondo/weblink84.jpg);
	width:500px;
	height:270px;
	clear:left;
	margin-left:125px;
}
	
	#sections ul{
		width:12500px;
	}
	
		#sections li{
			width:500px;
			float:left;
			padding:5px 10px;
		}
			#sections li.fallen{
				margin-top:100px;
			}
			
			#sections p{
				margin:10px 10;
				margin-right:5px;
				font-size:75%;
				line-height:1.4em;
			}
			
			#sections h2{
				color: #656565; 
				margin:0px 0pt;
				padding:0px;
			}
			#sections a{
				color: #C93; <!--curriculum link-->
				font-weight:bolder;
				text-decoration:none;
			}

#screen2{
	position:relative;
	width:900px;
	margin:20px;
}
	#screen2 #buttons{
		border:1px solid #777;
		margin-bottom:5px;
		width:679px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:680px;
	border:1px solid #777;
}

	#slideshow ul{
		width:5000px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}

#news-ticker{
	width:750px;
	height:79px;
	background-color:white;
	overflow:hidden;
	margin:20px;
}
	#news-ticker h4{
		color:#933;
		display:inline;
	}
	#news-ticker div{
		height:22px;
		width:750px;
		border:1px black solid;
		padding:8px;
		margin-top:-1px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}

#links{
	position:absolute;
	right:5px;
	border:1px solid #777;
	width:210px;
	top:15px;
	padding:10px;
}
	#links h3{
		color:#C00;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}
h1{
	margin:0px 0;
	color: #006;
	font-size:18px;
}
	h1 strong{
		font-size:18px;
		color: #777;
	}
.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}
.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

#general{
	top:160px;
}
#extra{
	top:400px;
}

.separator{
	width:675px;
	clear:both;
	margin-left:20px;
}
#ticker-container{
	position:relative;
	padding-top:15px;
}
	#ticker-container button{
		position:absolute;
		right:5px;
	}
#add-news{
	top:0px;
}
#shuffle-news{
	top:25px;
}
