@import url("images/galleryStyle.css");
body
{
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #B4FBB2;
	background-color: #3F3B32;
}

img {
	
} 					/* spazio bianco di 10px attorno alle immagini */

a:link {
	color: #FFEA00;
}
a:visited {
	color: #FFEA00;
}

a:hover, a:active
{
	color: #FFEA00;
	background-color: #3F3B32;
}

h2
{
	color: #B4FBB2;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #FFEA00;
	font: 100% "arial";
	font-weight: lighter;
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}

.pubs	{line-height: 130%;}			/* stile per la parte delle pubblicazioni */
		
.pubs li{padding-bottom: 10px;}			/* per le singole entry <li> della lista */
	
titolo{}
autori{}
rivista {font-style: italic;}
vol{font-style: italic}
pag{}
anno{font-weight: bold;}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #3F3B32;
	background:#3F3B32;
	color:#B4FBB2;
	line-height: 165%;
	font: arial, hevetica, sans-serif;
	padding-bottom: 10;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffea00;
	border-left-color: #ffea00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffea00;

}

#header
{
	height: 140px;
	width: 750px;
	background:#B4FBB2 center top;
	top: auto;
	border-bottom: 6px solid #FFEA00;

: relative;
	/*padding: 20px 20px 20px 20px;*/

}

#header h1
{
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: black;
	width: 750px;
	padding-top: 20px;
	/* padding: 20px 20px 20px 20px; */
	background: #3F3B32;
}


#navcontainer
{
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #3F3B32;
	list-style-type: none;
}

#navcontainer2
{
	font-family: "Times New Roman", Times, serif;
	background: #3F3B32;
	list-style-type: none;
	font-size: 18px;
	position: absolute;
	right: auto;
	color: #B4FBB2;
	top: 437px;
	left: 287px;
	width: 749px;



}

#navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link
{
	background: #3F3B32;
	color: #B4FBB2;
	text-decoration: none;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3F3B32;
	padding: 8px;




}

#navlist li a:hover
{
	color: #039;
	border-bottom: 3px solid #bbb;
	cursor: pointer;
	background: #eee;
}

#navlist li a.active, #navlist li a.active:link
{
	color: #FFEA00;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #999;
}

#navlist li a.active:hover
{
	border-bottom: 3px solid #f90;
	background: #eee;
}


/* added by Fernando */
#navlist td
{
	/* float: left; */
	margin: 0;
	padding: 0;
	width: auto;
	/*display: block;*/
	vertical-align: middle;
}

#navlist td a, #navlist td a:link
{
	background: #3F3B32;
	color: #B4FBB2;
	text-decoration: none;
	/*display: block; */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3F3B32;
	/* padding: 2px;*/
}

#navlist td a:hover
{
	color: #039;
	border-bottom: 3px solid #bbb;
	cursor: pointer;
	background: #eee;
}

#navlist td a.active, #navlist td a.active:link
{
	color: #FFEA00;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #999;
}

#navlist td a.active:hover
{
	border-bottom: 3px solid #f90;
	background: #eee;
}
/* end of Fernando's additions */

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#main {
/*    margin: 0 200px 40px 20px; */
    	padding: 30px 60px 30px 170px;		/*  Spazio bianco tra il testo e il container - top,right,bottom,left  */
	border-bottom: 1px solid #FFEA00;
	border-left: 1px solid #FFEA00; 
	border-right: 1px solid #FFEA00;  		/* linea tra testo principale e bottomline - in precedenza era #C5C877 */
}

#main p {
	text-align: justify;
	}

.imagefloat { float: right; }


.bottomline
{
	color:#FFEA00;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#footer
{
	clear: both;
	padding-right: 0px;
	color: #FFEA00;
	text-align: justify;
	font-size: 90%;
	right: auto;
	padding-left: 7px;
	left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ffea00;
    	/* border:1px dotted purple; */
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #FFEA00;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
.corpo_del_testo {
	right: auto;
	padding-right: 100px;
	margin-right: 100px;
	width: 228px;
	text-align: right;
	position: absolute;
	left: 252px;
	top: auto;
	bottom: auto;
	height: 63px;

}
#main {

/*    margin: 0 200px 40px 20px; */
    	padding: 30px 60px 30px 170px;		/*  Spazio bianco tra il testo e il container - top,right,bottom,left  */
	border-bottom: 1px solid #FFEA00;
	border-left: 1px solid #FFEA00; 
	border-right: 1px solid #FFEA00;  		/* linea tra testo principale e bottomline - in precedenza era #C5C877 */
}
.style5 {
}
.style5 {
	font-size: x-small;
}
#link2 {
color: #B4FBB2;
}
.style12 {
	color: #FFFFCC;
}
.stile12 {
	color: #999999;
	text-decoration: underline;
}
.style7Copia {
color: #FFEA00
}
