/* CSS document
======================================================================================
/* TAG di base */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 8px;
	color: #666666;
}
/* LINK */
a img     { border-width: 0; border-style: none; }
a         { font-family: Geneva, Arial, Helvetica, sans-serif; color:#666666; text-decoration:none;  }
a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover   {
	text-decoration:none;
	color: #666666;
}

/*=====================================================================================

/* STRUTTURA DI PAGINA */

#main {
	width: 990px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
}
#hd_login {
	padding-top: 20px;
	padding-bottom: 5px;
	float: left;
}
#hd_search {
	float: right;
	padding-top: 20px;
	padding-bottom: 5px;
}
#hd_advs
{
    float: left;
    margin-left: 120px;
}
#hd_box {
	width: 100%;
	border: medium none #3333CC;
	background-image: url(../images/banner_header.gif);
	height: 150px;
	clear: left;
	float: left;
}
#hd_box img {
	float: left;
}
#hd_adnkronos {
	padding-top: 95px;
	padding-left: 95px;
}
#hd_navmenu {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear:both;
}
#hd_navmenu ul li {
	margin-right: 12px;
	margin-left: 12px;
	font-size: 12px;
	float: left;
	list-style-type: none;
	height: 25px;
	color: #FFFFFF;
	vertical-align: middle;
}
#container {
	margin-bottom: 30px;
}
#left {
	width: 180px;
	float: left;
}
.menu_left {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #FF0000;
	background-image: url(../images/linguetta_180.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu_left_element {
	text-align:center;
}
.menu_left_element a {
	font-size: 12px;
	padding-right: 1px;
	padding-left: 1px;
	height: 16px;
	width: 100%;
	font-weight: normal;
}
.menu_left_element a:hover   {
	text-decoration:none;
	font-weight: normal;
/*	color: #FFFF00; */
/*	background-image: url(../images/spc_sezioni_hover.jpg); */
}
#center {
	width: 485px;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#right {
    width: 300px;
    float: right;
}
.sponsor {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	padding: 5px;
}
#footer {
	float: left;
	width: 880px;
	padding-top: 15px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-align: center;
}
.principal {
	float: left;
	width: 100%;
}
.main_title {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
.main_subtitle {
	font-size: 16px;
	text-align: left;
}
.main_text {
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	clear: left;
}
.main_date {
	font-size: 10px;
	font-style: oblique;
	color: #999999;
}
.main_image {
    width: 160px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}
.main_alternateimage {
    float: right;
    width: 160px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.other_title {
	font-size: 20px;
	text-align: left;
}
.other_subtitle {
	font-size: 14px;
	text-align: left;
}
#other {
}
#admin {
	width: 100%;
	border: medium dashed #333399;
	font-size: large;
}
.menu_right {

	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #FF0000;
	background-image: url(../images/linguetta_300.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main_news {
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
}
.editoriale {
	color: #666666;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
.editoriale_subtitle {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
}
.editoriale_text {
	font-size: 12px;
	font-weight: normal;
	font-style: oblique;
	color: #666666;
}
.editoriale_header {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-top: 10px;
}
.news_image {
    width: 160px;
    padding: 5px;
    float: left;
}
.menu_center {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/linguetta_480.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-transform: uppercase;
	width: 480px;
}
.linkedTopics {
	font-size: 16px;
	color: #6666CC;
	text-indent: 40px;
	text-decoration: underline;
	line-height: 22px;
}
.sondaggio {
	color: #666666;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.contatti {
	text-align: center;
}
.youTubeVideo {
	text-align: center;
	margin-top: 5px;
}
.videotitle
{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.small_black {
	font-size: 8px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
}
.giornale_carta img {
	padding-top: 5px;
}
.copyright_text {
    margin: 10px;
    font-size: 14px;
}
#main_photogallery {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
}
#hd_photogallery {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}
#photogallery {
	width: 100%;
	text-align: center;	
}
.photogallery_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #CCCCCC;
    background-color: #000000;
}
.left_pub {
	text-align: center;
	background-color: #FF0000;
	border: thin solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.leggere_gustando
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/leggere-gustando-sito.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:485px;
	height:190px;
	font-size:390%;
	color:#FF0000;
}
.leggere_gustando a
{
	color:#FF0000;
}
