/***********************************************/
/* prospettiva.css                             */
/* Use with template prospettiva.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Times New Roman, Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none;
}

a:link{
	color: #000000;
	font-style: italic;
}

a:visited{
	color: #330000;
	font-style: italic;
}

a:hover{
	color: #993366;
	text-decoration: underline;
}

a:active,
a:focus{
	font-weight: bold;
}

h1{
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #993366;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

h3{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFCCFF;
	font-weight: bolder;
	text-align: center;
}

h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #993366;
	text-align: center;
	vertical-align: top;
}

h5 {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	text-align: center;
	color: #993366;
}

h6 {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-style: italic;
	vertical-align: middle;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	color: #CCFFFF;
	font-size: 16px;
	display: block;
	line-height: 120%;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 20px;
	font-family: Times New Roman, Times, serif;
	border: 30px;
}

#navBar a{
	color: #006699;
	display: block;
	font-style: italic;
	background: #009999;
}

#navBar a:link{
	background: #009999;
	color: #FFFFFF;
	font-style: normal;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
}

#navBar a:visited{
	background: #009999;
	color: #FFFFFF;
	font-style: italic;
	border-bottom: 2px solid #99FFFF;
}

#navBar a:hover{
	color: #009999;
	background: #FFFFFF;
	border-bottom: 2px solid #009999;
	font-weight: bold;
}

#navBar a:active,
#navBar a:focus{
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}

#headlines{
	position: relative;
	
	font-size: 90%;
	background-color: #993366;
}

#headlines a{
	color: #FFCCFF;
}

#headlines a:link{
	color: #FFCCFF;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************** .feature styles ***************/

.feature{
	line-height: 120%;
	margin: 0px;
	padding: 10px 50px 10px 50px;
	vertical-align: top;
	background-position: inherit;
	background-attachment: fixed;
}

.feature a{
	color: #993366;
}

.feature a:link{
	color: #993366;
}

/************* #siteInfo styles ***************/

#siteInfo{
	color: #FFFFFF;
	text-align: right;
	background-color: #993366;
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
	margin: 0px;
	padding-right: 10px;
}

#siteInfo a, a:link{
	color: #FFFFFF;
	font-style: italic;

}

#siteInfo a:visited{
	color: #CCCCCC;
}

#siteInfo a:hover,
#siteInfo a:active,
#siteInfo a:focus{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	color: #CCFFFF;
	line-height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
}

#sectionLinks a:visited{
	color: #CCFFFF;
	line-height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
}
	#sectionLinks a {
	display: block;
	border: 1px solid #999;
	color: #663399;
	line-height: 30px;
	display: block;
	margin: 1px;
	padding: 3px 10px;
	font-family: Times New Roman, Times, serif;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	line-height: 120%;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	font-family: Times New Roman, Times, serif;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	line-height: 120%;
}

#advert a{
	color: #000000;
	border: 0px;
}

#advert a:link{
	border: 0px;
}

#advert a:visited{
	color: #333300;
	font-style: italic;
}

#advert a:hover{
}

#advert a:active,
#advert a:focus{
	font-weight: bold;
}

/************** #headlines styles **************/

#headlines{
	color: #FFFFFF;
	float: center;
	position: center;
	text-align: center;
	line-height: 90%;
	padding: 5px 5px 5px 5px;
	font-size: 120%;
}

#headlines a{
	color: #99FFFF;
	padding: 5px 0px 5px 0px;
}

/************** #advert styles **************/

#libri{
	font-family: Times New Roman, Times, serif;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

#libri a{
	font-weight: bold;
	font-style: normal;
	color: #000000;
	border: 0px;
	color: #993366;

}

#libri a:link{
	font-weight: bold;
	border: 0px;
}

#libri a:visited{
	color: #993366;
	font-style: italic;
}

#libri a:hover{
	text-decoration: underline;
}

#libri a:active,
#libri a:focus{
	font-weight: bold;
}