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

* {
	margin: 0; padding: 0;
} 

body{
	background-color: #333;
	background: #000 url(/img/stylevantage/headerbg-orange.gif) repeat-x;
	font: 72%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	/*font-size: 73%;	/* Enables font size scaling in MSIE */
	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	color: #AAA;
	margin: 0 auto;
	padding: 0;
	line-height: 1.7em;
}

/***** COLOR SECTION *****/
a {
	background-color: transparent;
	color: #f90;
}

a:hover {
	color: #fff;/*#806B4D;*/
}

#wrap {
	background-color: #333;
	/*border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);	*/
}

#leftSideBar li.title {
	color: #fff;
}

#leftSideBar li a {
	color: #ccc ; /*#999; */
}

#leftSideBar { /* col-b */
  background-color: inherit;/*rgb(255,255,255);*/
  color: #999;
}

#leftSideBar li.group a:hover, #leftSideBar li.group .selected {
	border-left-color: #909; 
	background-color: #c9c; 
	color: #fff; 
}

#leftSideBar a:hover, #leftSideBar .selected {
	background-color: #C25512; /*822007;*/
	color: #fff;
	border-bottom-color: #C25512; /*822007;*/
}

#rightSideBar h3 {
	background-color: #333;
	color: #fff;
}

.sidebarbox-border {
	border-color: rgb(216,210,195); 
	background-color: inherit;
}

.sidebarbox-title-shading {
	color: #fff;
}

.right-column-title-standard {
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.right-column-box-standard {
	border-color: rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.update {
	color: #fff ;
	font-weight: bold;
	text-decoration: underline ;
}

#content h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  border-top-color: rgb(216,210,195);
}

#pagetitle { /*da applicare ad h2*/
	background-color: inherit;
	color: #fff; /* #666; */
}

#siteInfo {
  clear: both;
  /*color: black;*/
  background: #000 ; /*url(/img/stylevantage/footerbg.gif) repeat-x left top;*/
  border-top-color: #F2F2F2;
}

#siteInfo a {
  background-color: transparent;
}
.footerLink { color: #999 }
.cclicense {
	background: transparent url("/img/cc.png") no-repeat left center;
	padding: 8px 8px 8px 25px;
}

.story, .feature {
	background-color: #333;
	/*color: #333;*/
}

.story h3, .feature h3, .story-left h3, .story-right h3, .story-left-large h3, .story-right-large h3 {
  color: #CCC;
}

.story div.sectionTitle {
	border-top-color: #333;
	border-bottom-color: #333; 
}

.story div.navLinks {
	font-weight: bold;
	background: #333 url(/img/navLinks-bg2.png) 0 50% repeat-x ; /*#FAFAFA;*/
	border-color: #f2f2f2;
}

.story-left {
	background-color: #fff;
	/*color: #909;*/
}
.story-right {
	background-color: #fff;
	/*color: #909;*/
}

.entry-left {
	background-color: #333;
}
.entry-right {
	background-color: #333;
}
.story-left-large { /* da usare con .hide-left o .hide-right */
	background-color: #fff;
	/*color: #909;*/
}
.story-right-large {
	background-color: #fff;
	/*color: #909;*/
}
.story-left-large p.columntitle, .story-right-large p.columntitle {
	color:#333;
	border-bottom-color:#333;
}

/***** END COLOR SECTION *****/

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	text-align: justify;
	/*color: #EC981F;	*/
}

/* stili "current page" */
body#piano a#piano_n, body#bach a#bach_n, body#murphy a#murphy_n, body#errori a#errori_n, body#utility a#utility_n, body#directory a#directory_n {
  color: #333;
  background-color: #F3F3F3; 
  border-bottom: 4px solid #FFA600;
}
/* fine stili "current page" */
/* stili "current contentnav" */
body#home a#home_a, body#about a#about_a, body#cv a#cv_a, body#research a#research_a, body#contents a#contents_a, body#piano a#piano_a,
body#bach a#bach_a, body#murphy a#murphy_a, body#errori a#errori_a, body#directory a#directory_a, body#email a#email_a, body#music a#music_a, body#utility a#utility_a, body#blog a#blog_a {
	background-color: #ffa600;
	color: #fff;
}
/* fine stili "current page" */

#wrap {
	width: 960px;
	margin: 0em auto;
	padding: 0;
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #siteInfo, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/*** COLUMNS ***/
/*
RC width : 150px
LC width : 150px
*/
#columns {
	padding: 0 154px 0 150px;	/* 0 (RC width + 4px) 0 (LC width) */
}

.hide-left #columns {
  padding: 0 154px 0 0;	/* 0 (RC width + 4px) 0 0 */
}
.hide-right #columns {
  padding: 0 0 0 150px;	/* 0 0 0 (LC width) */
}
.cols-wrapper {
  width: 100%;
}
.cols-wrapper[class] {
  padding-bottom: 0.1px; /* [4] */
}
.float-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.float-wrapper[class] {
  margin-right: -1px;
}

.clear {
  clear: both;
}


#content {
  float: right;
  width: 100%;
}
#content[id] {
  margin-left: -1px;
}

#leftSideBar { /* col-b */
  float: left;
  margin-left: -150px;	/* LC width */
  z-index: 10;
  width: 150px;	/* LC width */
  position: relative;
  overflow: hidden;
  margin-top: 4px; /* come il margin-top di .sidebarbox-border */
}

#rightSideBar {	/* col-c */
  width: 150px;	/* RC width */
  float: right;
  margin-right: -150px;	/* RC width */
  z-index: 11;
  position: relative;
  overflow: hidden;
  /*border-left: 1px solid rgb(216,210,195);*/
  /*background-color: #f6f6f6;*/
}

#rightSideBar[id] {
  margin-left: 1px;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

/* ********** */

h1 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }

/* ********** */

/* ##### Header ##### */

#masthead {
  position: relative;
  color: inherit;
  background: url(/img/stylevantage/headerbg-orange.gif) repeat-x 0% 0%;
  height: 84px;	
}

#masthead h1#headerTitle {
  margin: 0; padding: 0;
  position: absolute;
  font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -2px;
  color: #CCC;
  text-transform: lowercase;
  top: 0; left: 5px;
}
/*
.headerSubTitle {
  margin: 0;
  padding: 0 0 0.25em 4mm;
  font-size: 1.2em;
  font-style: italic;
  text-transform: lowercase;
  width: auto;
}*/

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}
.headerTitle a:hover {text-decoration: none }

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

/*** Header navigation top ***/
.topHeader {
	text-align: right;
	margin: 0em 0.2em 0em 0em;
	color: rgb(150,150,150);
	width:100%;
}
.topHeader a {
	margin: 0em;
	padding: 0em 0.25em 0em 0.25em;
	background-color: inherit;
	color: #CCC;
	text-decoration: none;
}
.topHeader a:hover, .topHeader .selected {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;	
}

/*** Header navigation bottom ***/
#subHeader {
  clear: both;
  margin: 0; padding: 0;
}
#subHeader ul {
  position: relative;
  bottom: 4px;
  margin: 0;
  padding: 0;
  float: left;
  width: 960px; /* wrap width */
  border: 1px solid #808080;
  border-width: 0 0 4px 0;
  list-style: none;
  font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
  /*font-size: 1.1em;*/
  /*line-height: 2em;*/
  /*color: #fff;*/
  /*background-color: #f90;*/
}
#subHeader ul li {
  display: inline;
}
#subHeader ul li a {
  position: relative;
  bottom: -4px;
  float: left;
  color: #808080;
  padding: 0px 10px;
  text-decoration: none;
  border-bottom: 4px solid #808080;
  border-right: 1px solid #fff;
}
#subHeader ul li a:hover {
  color: black;
  background-color: #F3F3F3; 
  border-bottom: 4px solid #FFA600;
}
#subHeader ul li a.selected {
  color: #333;
  background-color: #F3F3F3; 
  border-bottom: 4px solid #FFA600;
}

.breadCrumb {
  padding: 0 4mm 0.25em 4mm;
}

.breadCrumb a {
  color: #ff9900;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.breadCrumb a:hover {
  text-decoration: underline;
}

/* aggiunto l'8-1-2006 */
.breadCrumb .highlight {
  color: #FF0000;
  background-color: transparent;
}


/* ##### Left Side Bar ##### */
#leftSideBar ul {	
	float: left; 
	list-style: none; 
	width: 145px; 
	margin: 0px; 
	padding: 0px; 
	/*border-bottom: solid 1px rgb(200,200,200); */
	border-right: solid 1px rgb(200,200,200);
}
#leftSideBar li {
	margin: 0px; padding: 0px;
	/**/
	/*border-bottom: 1px solid #ccc;*/
	/**/
}

#leftSideBar li.title {
	vertical-align: top; margin: 0px; padding: 10px 7px 10px 14px; text-transform: uppercase; font-weight: bold; font-size: 125%;
}

#leftSideBar li.group a {
	display: block; min-height: 1.5em; margin: 0px; padding: 3px 7px 2px 10px; border-top: solid 1px rgb(200,200,200); border-left: solid 5px rgb(255,255,255); text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 110%;
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html #leftSideBar li.group a {
	height: 1.5em;
}
/* End IE-Hack */
	
#leftSideBar li a {
	display: block; 
	min-height: 1.5em; 
	margin: 0px; 
	padding: 5px 5px 5px 10px; 
	text-decoration: none; 
	border-bottom: 1px solid #ccc;
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html #leftSideBar li a {
	height: 1.5em;
}
/* End IE-Hack */

#leftSideBar li.group a:hover, #leftSideBar li.group .selected {
	border-left: solid 5px; 
	text-decoration: none;
}

#leftSideBar a:hover, #leftSideBar .selected {
	border-bottom: 1px solid;
}


/* ##### Right Side Bar ##### */

#rightSideBar h3 {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
    margin: 0.5em 0.5em;
    padding: 0.2em 0.2em;
}

#rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

#rightSideBar .more:hover {
  text-decoration: underline;
}

/* aggiunta di nuovi stili, mutuati da GoFlexiblePro (13giu06) */
.sidebarbox-border {
	width: 144px; /* RC width - RC padding - RC border */
	margin: 4px 0px 1.0em 0px; 
	padding: 4px 2px 4px 2px; 
	border: 1px solid; 
}
.sidebarbox-border p {
	margin: 0px; 
	padding: 0px 5px 1em 5px;
	background-color: transparent; 
	font-size: 95%;
}
.sidebarbox-title-shading {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin: 1.25ex 5px;
	padding: 2px 0px;
}
.sidebarbox-noborder {
	width: 150px; /* RC width */
	margin: 0px 0px 1.0em 0px; 
	padding: 0;
}
/* fine aggiunta 13giu06 */

.right-column-title-standard {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box-standard {
/*	float: right; */
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em;
}


/* ##### Main Copy ##### */

#content p { line-height: 1.3em } /*mia aggiunta*/

#content h1 {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid;
}

#pagetitle { /*da applicare ad h2*/
	margin: 0.3em 0em 1.0em 0em;
	padding: 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}



/* **********  */
/* ##### Footer ##### */

#siteInfo {
  clear: both;
  border-top: 1px solid;
  /*font-size: 92%;*/
  text-align: center;
  margin: 1em 0em 0em 0em;
  padding: 0.5em 0em 0.5em 0em;
  min-height: 50px ;
  height: auto !important;
  height: 50px ;
  font-size: 0.9em;
}
#siteInfo div {
  margin: 0;
  padding: 0 0 1ex 0;
}
#siteInfo a {
  text-decoration: none;
  font-weight: bold;
}
/*#siteInfo a:hover {
  text-decoration: underline;
}*/

/* ********* */

/* controllare, mi sembra non sia mai usato :
.title {
	display:block;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border: 1px solid #ccc;
}
*/

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #999999;
}


/***********************************************/
/* Components                                  */
/***********************************************/




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

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

/************* #breadCrumb styles *************/




/************** .feature styles ***************/

/* modificati: ora sono come "story" */

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

.story, .feature {
	clear: both;/*left;*/
	padding: 0 15px;
	margin-bottom: 1em;
}

.story h3, .feature h3, .story-left h3, .story-right h3, .story-left-large h3, .story-right-large h3 {
  font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
  margin: 10px 15px;
}
  
.story h2 {
	font-size:1.2em;
}
.story div.sectionTitle {
	text-align: center; 
	font-size: 1.2em;
	border-top: 1px solid;
	border-bottom: 1px solid; 
	margin: 10px 30px; 
	padding: 10px 0px;
}
.story div.navLinks {
	margin: 10px 50px;
	padding: 5px 0px;
	font-size: 95%;
	border: 1px solid;
}
/*.story div.navLinks {
	text-align: center; 
	font-size: 1.2em;
	margin: 10px 30px; 
	padding: 10px 0px;
}*/

.feature img {
	float: left;
	/*width: 18.0em;*/
	margin: 0.3em 0.75em 0.3em 0em;
	font-size: 0.833em;
	/*border: solid 1px rgb(100,100,100);*/ /*commentato il 4/12/06*/
}

.story p.heading, .story-left p.heading, .story-right p.heading {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	/*font-size: 1.2em;*/
}

.story p.subheading, .story-left p.subheading, .story-right p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	/*font-size: 1.2em;*/
}

.story p, .story-left p, .story-right p, .story-left-large p, .story-right-large p {
	margin: 0em 0em 0.6em 0em;	
	padding: 0.5em 0; /*mia aggiunta*/
	/*font-size: 1.2em;*/
	text-align: justify; /*mia aggiunta*/	
}
.feature p {
	margin: 0em 0em 0.6em 0em;	
	padding: 0.5em 0; /*mia aggiunta*/
	/*font-size: 1.2em;*/
	text-align: justify; /*mia aggiunta*/	
}

.story-left {
	clear: left;
	float: left;
	width: 300px;	/* (Wrap width - LC width - RC width - story margin o padding - story-left padding)/2 */
	margin: 0em 0em 2em 0em;
	padding: 0 15px;
	/*color: #909;*/
}
.story-right {
	clear:right;
	float: right;
	width: 300px;
	margin: 0em 0em 2em 0em;
	padding: 0 15px;
	/*color: #909;*/
}
.entry-left {
	clear: left;
	float: left;
	width: 300px;	/* (Wrap width - LC width - RC width - story margin o padding - story-left padding)/2 */
	margin: 0em 0em 2em 0em;
	padding: 0 10px;
}
.entry-right {
	clear:right;
	float: right;
	width: 300px;
	margin: 0em 0em 2em 0em;
	padding: 0 10px;
}
.entry-left p, .entry-right p {
	margin: 0em 0em 0.6em 0em;	
	padding: 0.5em 0;
	text-align: center;
}
.story-left-large { /* da usare con .hide-left o .hide-right */
	clear: left;
	float: left;
	width: 375px;	/* (Wrap width - LC width - story margin o padding - story-left padding)/2 */
	margin: 0em 0em 2em 0em;
	padding: 0 15px;
	/*color: #909;*/
}
.story-right-large {
	clear:right;
	float: right;
	width: 375px;
	margin: 0em 0em 2em 0em;
	padding: 0 15px;
	/*color: #909;*/
}
.story-left-large p.columntitle, .story-right-large p.columntitle {
	color:#333;
	font-weight:bold;
	padding-bottom:0.3em;
	border-bottom-style:solid; border-bottom-width:1px;
	margin-bottom:0em;
}



/************* #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;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

/*********** advertisement (aggiunto il 4/9/05 **********/

#ad {
	width: 468px;
	background: #fff; /*#3333ff;*/
	/*border: 1px solid #3333ff;*/
	/*font-size: 11px;*/
	color: #333;
	text-align: left;
	padding: 0px;
	margin-bottom:10px;
}

#adtext {
	color: #000;
	background: #fff;
	width: 468px;
	height: 60px;
	text-align: center;
}

/*********** advertisement (solo testo, 08/03/06 **********/

#ad2 {
	width: 234px;
	background: #fff;
	color: #333;
	text-align: left;
	padding: 0px;
	margin-bottom:10px;
}

#adtextonly {
	width: 234px;
	background: #fff;
	color: #990099;
	text-align: left;
	padding: 3px;
	/*border: 1px #333 dashed;*/
}

#adtextonly a {
	font-size:1.1em;
	font-weight: bold;
	text-decoration: none;
}
#adtextonly a:hover {
text-decoration: underline;
}

/************** Gallery styles **************/
ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
.slides li {
  	display:block;
	float:left;
  	/*margin:0 10px 10px 0;*/
	margin: 5px 5px;
  	padding:0;
	width: auto;
	height: auto;
}
.tag {
	text-align: center;
	font-size: 1em; /*mia aggiunta*/
}
.photos {
	padding: 5px;
	margin: 3px;
	/*border-width: 0px;*/
	/*border: 0;*/
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	
}
.photos-new {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
/********************************************/
.gallery {
clear:left;
padding: 10px 0px 10px 10px;
}
.gallery img{
float: left;
padding: 0px 10px 0px 10px;
margin: 0 5px 5px 0;
}
.gallery p {
text-align: left;
}
/********************************************/

div.google {
float : right;
margin: 5px 1px 5px 1px;
width : 468px;
}
div.google-inline {
margin: 5px 0px 5px 0px;
width : 468px;
}

/**********************/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* display classes */
.orange { color: #FFA600; }

/* alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* alignment classes for images */
.img-align-right {
	float: right ;
	margin: 0em 0em 0.3em 0.75em ;
}
.img-align-left {
	float: left ;
	margin: 0em 0.75em 0.3em 0em ;
}
.img-align-center { /*apply to div container!*/
	text-align:center;
	margin-top:0px;
	margin-bottom:5px; /*it was 0px*/
	padding:0px;
}

/******** stili galleria ********/
ul.gallery2 {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.gallery2 li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
	
ul.gallery2 li a {
	padding: 2px;
	display: block;
	border: 4px #9db2b9 double;
	line-height: 0;
}
		
ul.gallery2 li a:hover { border: 4px #000 double; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */