/***********************************************/
/* Use with template piosantini.com          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	margin: 1% auto 0px auto;
	padding: 0px;
	color: White;
	font-weight: lighter;
	font-size: 90%;
	background-color: Black;
}

a, a:link, a:visited{
	color: #99FFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #990000;
	color: #FFFFFF;
}
p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 3px;
	float: left;
}
/* overrides decoration from previous rule for hovered links */
strong, b {
	color: #FFCC00;
		font-weight: lighter;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;	
}

h1{
	font-size: 150%;
	color: #FFFFCC;
}

h2{
	font-size: 124%;
	color: #CCFFFF;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

h3{
	font-size: 105%;
	color: #99FFCC;
	padding-bottom: 10px;
}
h4{
	font-size: 100%;
	color: #CCFFFF;
}

h5{
	font-size: 100%;
	color: #99FFFF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
th, tr {
	color: Maroon;
}
td{
	border-bottom: 1px solid #990000;
	padding: 5px;
	width: 33%;
	color: #000000;	
}
td a, td a:link, td a:visited {
	color: Navy;
}
td a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
table {
	border-color: Green;
	width: 77%;
	top: 125px;
	vertical-align: center;
	border: 1px solid Maroon;
	text-align: center;
	font-size: 85%;
	color: #000000;
}
table.mail {
  width:  70%;
    margin-top: 10px;
}
table.mail th, table.mail td {
  width:  50%;
  border-bottom: 1px Red dashed;
  text-align: left;
  color: White;
}
table.mail th input.bottone {
  width: auto;
  margin-left: 30%;
}
.center{
	text-align: center;
}
.trasp {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.trasp img {
	margin: 0px;
	padding: 0px;	
	height: 1px;
}
.bold {
	font-weight: bold;
}
.top {
	text-align: left;
	width: 100%;
	clear: both;
	float: left;
}
.verde {
	color: #33CC99;
}
.giallo {
	color: #FFFFCC;
}
.ciano {
	color: #00FFFF;
}
.pagine li  {
	display: inline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	float: left;
	clear: both;
	width: 100%;
	border-bottom-color: #990000;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-collapse:collapse;
	background-image: url(../img/album21.gif);
	background-position: left top;
	background-repeat: repeat;		
	background-color: #000000;
}
#contenitore {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;	
	background-image: url(../img/album21.gif);
	background-position: left top;
	background-repeat: repeat;		
}
#navBar{
	width: 22%;
	float: left;
	clear: left;
}
#headlines{
    width: 20%;
	float: right;
}
#content{
	width: 96%;
	margin: 0px auto 0px auto;	
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../random/img/testata.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
/***********************************************/
/*logo                              */
/***********************************************/
.logo {
	float: left;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}
.logo img {
	float: left;
}
.titolotestata {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	clear: left;
	z-index: 100;
}
.titolotestata img {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: none;
}
.titolotestata h2 {
	margin: 5px 0px 0px 80px;
	font-size: 140%;
	color: #FFCC00;
	vertical-align: middle;
	font-style: italic;
}
.titolotestata h2 img{
	margin: 0px 0px 0px 20px;
	border: none;
	width: 236px;
	vertical-align: top;
}
.testata_dx {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
}
.testata_dx li {
	list-style-type: none;
	margin-bottom: 3px;
}
.testata_dx img {
	position: relative;
	top: 0px;
	right: 0px;
	border: none;
}
.testata_dx img.ps {
	width: 250px;
	height: 113.5px;
	border: none;
	float: left;
	clear: right;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	width: 100%;
	float: left;
	clear: both;	
	color: #cccccc;
	border-bottom-color: #990000;
	border-bottom-style: inset;
	border-bottom-width: thin;
	border-top: 1px solid #990000;
	border-collapse: collapse;
	text-align: center;
	background-color: #2D2D2D;
	line-height: normal;
}
/* '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 ul {
	margin: 0px;
	padding: 0px;
}
#globalNav li {
	list-style-type: none;
	display: inline;
}
#globalNav a, #globalNav a:link, #globalNav a:visited {
	padding: 3px 4px 3px 4px;
	color: #FFFFCC;
	font-weight: lighter;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;	
}
#globalNav a:hover, #advert a:hover {
	color: White;
	background-color: #990000;
}
/*------------classi interne al globalNav-----------------*/
#globalNav .bandiere {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 30%;
	font-size: 80%;
}
#globalNav .bandiere ul {
	margin: 0px;
	padding: 0px;
}
#globalNav .bandiere li {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	padding-left: 3px;
}
#globalNav .bandiere li img {
	width: 16px;
	height: 12px;
	float: none;
	display: inline;	
vertical-align: middle;	
}
#globalNav .menuglobali {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 69%;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	text-align:right;
	border-bottom: 1px dashed #2d2d2d;
	padding: 5px 0px 10px 0px;
	float: right;
	width: 78%;
}
#breadCrumb a, #breadCrumb a:link, #breadCrumb a:visited {
	color: #00FFFF;
	
	font-weight: lighter;
}
#breadCrumb a:hover {
	color: White;
	background-color: #990000;
}
/************** .feature styles ***************/

.feature{
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: middle;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}
.feature img{
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
	float: none;
	clear: right;
}
.imgpopup img{
	margin: 10px auto 0px auto;
	float: none;
}
.feature ul {
	padding: 0px;
	margin: 0px;
}
.feature li{
	color: #FFFF00;
	list-style-type: none;
	border-bottom: 1px solid #900;
	padding: 0px;
	margin: 5px 0px 5px 0px;	
}
.feature li img {
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
.feature .imgnofloat img {
	float: none;
}
.feature li.topread {
	margin: 0px;
	list-style-type: none;
}
.feature li.topread img {
	padding: 0px;
	margin: 3px ;	
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.story p{
	padding: 0px 0px 0px 0px;
}
.story img{
	float: left;
}
.story li {
	display: inline;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	background-color: #F5FFFA;
}

form {
	 margin: 0px;
	 padding: 0px;
}

label{
	display: block;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 5px 5px 5px 5px;
	font-size: 90%;
}
input.bottone {
	float: none;
	margin-left: 5%;
	font-size: 90%;	
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 10px; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #990000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #01359A;
	border-right-color: #003499;
	border-right-style: inset;
	border-right-width: 1px;
	border-spacing: 1px;
}
#sectionLinks p img {
	width: 90%;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: 90%;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 5px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px 5px 2px 10px;
	with: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90%;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-right-color: #003499;
	border-right-style: inset;
	border-right-width: 1px;
	border-spacing: 1px;
	background-color: #FFFAFA;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	border-bottom: 1px solid #01359A;
	border-right-color: #003499;
	border-right-style: inset;
	border-right-width: 1px;
	border-spacing: 1px;
	background-image: url(../img/sfondo-firma.gif);
	background-position: right top;
	background-repeat: repeat;
	padding-bottom: 20px;
	margin: 5px;	
}
#advert h2 {
	color:#990000;
}
#advert ul{
	color: #990000;
}
#advert li{
	margin: 5px 0px 5px 0px;
	color: #990000;
	border-bottom: 1px solid #ccc;
	background-color: #333333;
}
#advert img {
	margin: 0px;
}
#advert a, #advert a:link, #advert a:visited {
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#advert a:hover{
	background-color: #990000;
	voice-family: "\"}\"";
	voice-family:inherit;
}
/************** #headlines styles **************/

#headlines{
	float: right;
	margin: 0px 0px 0px 50px;
	padding: 2px 2px 2px 2px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/****************** footer         *********/
#footer{
	border-top: 1px #ededed solid;
	clear: both;
	color: #666666;
	padding: 10px 0px 10px 0px;	
	font-size: 75%;
	text-align: center;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #666666;
	padding: 10px 0px 10px 0px;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

