/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	margin-top: 5px;
	padding: 0px;
}

#content{
  	float:right;
	width: 75%;
	margin: 0;
	margin-top: 5px;
	padding: 0 3% 0 0;
	margin-top: 5px;
	background-image: url(http://www.caligola.it/immagini_sito/sfondo_content.jpg);
	height: 1px;
	border: 3px solid #680000;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature a:link{
	color: #FF0000;
	text-decoration: none;
}

.feature a:visited{
	color: #FF0000;
	text-decoration: none;
}

.feature a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.feature img{
	border:0px;
}

.feature{
	z-index:1;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align:justify;
	font-family: "Courier New", Courier, mono;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	padding: 0px;
	margin-top: 5px;
	z-index:1;
	height: 66px;
	background-color: #FFAA00;
	background-image: url(http://www.caligola.it/immagini_sito/Sfondo_intestazione.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border:3px dashed #660000;
	margin-top: 5px;
	text-align: left;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	padding: 5px;
	background-image: url(http://www.caligola.it/immagini_sito/sfondo_content.jpg);
}

#sectionLinks a:link{
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color: #CC0000;
	text-decoration: none;
}

#sectionLinks a:visited{
	color: #CC0000;
	text-decoration: none;
}

#sectionLinks a:hover{
	color: #CC0000;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks a:link{
	color: #CC0000;
	text-decoration: none;
}
.relatedLinks a:visited{
	color: #CC0000;
	text-decoration: none;
}

.relatedLinks a:hover{
	color: #FF0000;
	text-decoration: none;
}

.relatedLinks{
	margin: 0px;
	font-size: 90%;
	border:thin dotted #660000;
	margin-top: 5px;
	font-family: "Courier New", Courier, mono;
	padding: 5px;
	text-align: left;
	background-image: url(http://www.caligola.it/immagini_sito/sfondo_content.jpg);
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* _Caligola - foglio di stile */


#main{
	z-index:0;
	width: 90%;
}

#intestazione{
	margin-top: 5px;
	z-index:1;
	height: 66px;
	background-color: #FFAA00;
	background-image: url(http://www.caligola.it/immagini_sito/Sfondo_intestazione.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: "Courier New", Courier, mono;
}

#menu_main a:link{
	color: #FFFFCC;
	text-decoration: none;
}

#menu_main a:visited{
	color: #FFFFCC;
	text-decoration: none;
}

#menu_main a:hover{
	color: #CC0000;
	text-decoration: none;
}

#menu_main{
	margin-top: 5px;
	z-index:1;
	height: 20px;
	background-color: #006699;
	background-image: url(http://www.caligola.it/immagini_sito/Sfondo_menu1.jpg);
	color: #FFFFCC;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
	background-repeat: repeat-y;
}


#menu_nav a:link{
	color: #FFFFCC;
	text-decoration: none;
}

#menu_nav a:visited{
	color: #FFFFCC;
	text-decoration: none;
}

#menu_nav a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#menu_nav{
	z-index:1;
	font-size: 12px;
	color: #FFFFCC;
	font-family: "Courier New", Courier, mono;
	background-image: url(http://www.caligola.it/immagini_sito/Sfondo_nav.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 70px;
	width: 330px;
	float: left;
	text-align: left;
	background-color: #660000;
}

#admin a:link{
	color: #FFFFCC;
	text-decoration: none;
}
#admin a:visited{
	color: #FFFFCC;
	text-decoration: none;
}

#admin a:hover{
	color: #FF0000;
	text-decoration: none;
}

#admin{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu_servizio a:link{
	color: #660000;
	text-decoration: none;
}
.menu_servizio a:visited{
	color: #660000;
	text-decoration: none;
}

.menu_servizio a:hover{
	color: #CC0000;
	text-decoration: none;
}

.menu_servizio{
	z-index:2;
	float: right;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.imm_bordodx{
	float: right;
}

.imm_bordosx a{
	color: #660000;
	text-decoration: none;
}

.imm_bordosx{
	float: left;
	font-size: 12px;
}

#banner{
	padding:5px;
	float: right;
	height: 70px;
	text-align: center;
}

.news img{
	height: 120px;
	width: 120px;
	overflow: hidden;
	float: left;
	padding: 3px;
	border: 3px solid #660000;
	margin-right: 12px;
	margin-top: 0px;
}

.news a:link{
	color: #FF0000;
	text-decoration: none;
}
.news a:visited{
	color: #FF0000;
	text-decoration: none;
}

.news a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.news{
	border-bottom-color: #660000;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	text-align: justify;
}

.news_full a:link{
	color: #FF0000;
	text-decoration: none;
}
.news_full a:visited{
	color: #FF0000;
	text-decoration: none;
}

.news_full a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.news_full img{
	height: 120px;
	width: 120px;
	overflow: hidden;
	float: left;
	padding: 3px;
	border: 3px solid #660000;
	margin-right: 12px;
	margin-top: 0px;
}

.news_full{
	border-bottom-color: #660000;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	text-align: justify;
}

.AEM a:link{
	color: #FF0000;
	text-decoration: none;
}
.AEM a:visited{
	color: #FF0000;
	text-decoration: none;
}

.AEM a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.AEM img{
	overflow: hidden;
	float: left;
	padding: 3px;
	border: 0px;
	margin-right: 10px;
	margin-left: 0px;
}

.AEM{
	border-bottom-color: #660000;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	text-align: justify;
}

.records_full img{
	overflow: hidden;
	padding: 0px;
}

.records_full a:link{
	color: #FF0000;
	text-decoration: none;
}
.records_full a:visited{
	color: #FF0000;
	text-decoration: none;
}

.records_full a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.records_full{
	text-align: justify;
}

.records a:link{
	color: #FF0000;
	text-decoration: none;
}
.records a:visited{
	color: #FF0000;
	text-decoration: none;
}

.records a:hover{
	color: #FFCC00;
	text-decoration: none;
}

.records img{
	height: 150px;
	width: 150px;
	overflow: hidden;
	padding: 0px;
	margin-right: 5px;
}

.records{
	border-bottom-color: #660000;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	text-align: justify;
}

.links a:link{
	color: #CC0000;
	text-decoration: none;
}
.links a:visited{
	color: #CC0000;
	text-decoration: none;
}

.links a:hover{
	color: #FF0000;
	text-decoration: none;
}

.links img{
	height: 60px;
	width: 260px;
	border: 0px;
}

.links{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.titolo_nav{
	font-family: "Courier New", Courier, mono;
	font-size: 45px;
	color: #FFCC00;
	font-weight: bold;
}

.titolo_news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}

.titolo_records img{
 	height: 200px;
	width: 200px;
	border: 0px;
	margin-right: 5px;
	display: inline;
	clear: both;
}

.titolo_records{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}

.titolo_records_full img{
	width: 60%;
	border: 0px;
	margin-right: 5px;
	display: inline;
	clear: both;
}

.titolo_records_full{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}

.titolo_hotspot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.titolo_AEM{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
}

.small_text{
	font-size: 12px;
}

.small_text2{
	font-size: 11px;
	color: #006699;
}

.none_dec a{
	text-decoration: none;
	color: #CC0000;
}


