/* CSS 101 colors - il sito di Paolo Pansera */
/*------------------------------------------------------------------------------------------------------------------*/

body{
	background:black;
	color:orange;
	font-family: century gothic, lucida console, verdana, geneva, arial, helvetica;
	font-size:11px;
	SCROLLBAR-FACE-COLOR:#000000;
	SCROLLBAR-HIGHLIGHT-COLOR:#000000; 
	SCROLLBAR-SHADOW-COLOR:#000000; 
	SCROLLBAR-3DLIGHT-COLOR:#6C6C6C; 
	SCROLLBAR-ARROW-COLOR:#000000; 
	SCROLLBAR-TRACK-COLOR:#000000; 
	SCROLLBAR-DARKSHADOW-COLOR:#ADB6CD;	}


body a{
	color:orange;
	text-decoration:none;
	

	}

body a:hover{
	color:white;
	text-decoration:underline;
	}	


#101_table{
		width:980px;
	
		}


#header{
	font-size:24px;
		}

#column_left{
		
		width:200px;
		}

#contents{
		
		}

#column_right{
		
		width:200px;
		}

#footer{
		
		height:200px;
		padding-top:1px;
		font-size:12px;
		}

.menu_button1 a:hover{
			
			}

.menu_button2 a:hover{
			
			}

.menu_button3 a:hover{
			
			}

.menu_button4 a:hover{
			
			}

.menu_button5 a:hover{
			
			}


.credits{
	padding-top:5px;
	font: italic 8px;
		}

.credits2{
		font:italic 8px;
		}


.extras{
		margin-top:20px;
		padding-top:20px;
		}

#biography_title{
	padding-left:25px;
	padding-right:25px;
		}

#biography{
	padding-left:25px;
	padding-top:10px;
	padding-right:25px;
	}
.download{
	padding-left:25px;
	padding-top:10px;
	}

.links a{
	
	color:orange;
	text-decoration:none;
	font-size:14px;
	}
.links {
	margin-top:35px;
		}
.backtohome{
	margin-top:100px;
		}
/* titolo 1 */
h1{
	font-family: verdana, geneva, arial, helvetica;
	font-size:16px;
	}

/* titolo2 */
h2{}

/* paragrafo generico */
p{}

/* lista */
.list{
	}

/**********************************************************************************************************
* STILE EXPOSURE
**********************************************************************************************************/
ul.exposureThumbs { /* thumbnails */
	background:#111;
	float:right;
	border:10px solid #111;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.exposureThumbs li { /* thumbnails */
	margin:0 0 3px 0;
	padding:5px;
	text-align:center;
	display:none;
}
ul.exposureThumbs li img {
	cursor:pointer;
}
ul.exposureThumbs li.last {
	margin:0;	
}
.exposureTarget { /* immagine principale galleria */
	background-color:#111;	
	background-image:url(loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;	
	padding:0;
	margin:0;
	border:10px solid #111;
	position:relative;
	overflow:hidden; 
}
.exposureWrapper {
	position:absolute; 
	top:5px; 
	left:0;
}
.exposureWrapper img {
	cursor:pointer;
}
.exposureLoaded {
	background-image:none;	
}
.exposureData { /* didascalia foto a pop up*/
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(veil.png);
	color:#fff;
	font-family:century gothic,Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;}
	
/***************************************************************************************
* STILE  SLIDESHOW
***************************************************************************************/

.msg_slideshow{
	width:400px;
	height:400px;
	padding:10px;
	position:relative;
	overflow:hidden;
	background:#101010 url(../icons/loading.gif) no-repeat center center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.msg_slideshow a{
	outline:none;
}
.msg_slideshow a img{
	border:none;
}
.msg_wrapper{
	width:400px;
	height:400px;
	position:relative;
	margin:0;
	padding:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.msg_wrapper img{
	display: inline-block!important;
	vertical-align:middle;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
.msg_controls{
	position:absolute;
	bottom:15px;
	right:-110px;
	width:104px;
	height:26px;
	z-index: 20;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#000;
	opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.msg_controls a{
	float:left;
	background-color:#000;
	width:20px;
	height:20px;
	margin:3px 3px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-repeat:no-repeat;
	background-position: center center;
}
.msg_controls a:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_controls a.msg_grid{
	background-image:url(../icons/grid.png);
}
.msg_controls a.msg_prev{
	background-image:url(../icons/prev.png);
}
.msg_controls a.msg_next{
	background-image:url(../icons/next.png);
}
.msg_controls a.msg_pause{
	background-image:url(../icons/pause.png);
}
.msg_controls a.msg_play{
	background-image:url(../icons/play.png);
}
.msg_thumbs{
	background:#000;
	position:absolute;
	width:250px;
	height:166px;
	top:-230px;
	left:50%;
	padding:30px;
	margin:0 0 0 -155px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	overflow:hidden;
}
.msg_thumb_wrapper{
	position:absolute;
	width:250px;
	height:166px;
	top:30px;
	left:30px;
	z-index:30;
}
.msg_thumb_wrapper a{
	display:block;
	width:75px;
	height:75px;
	float:left;
	margin:4px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next,
.msg_thumbs a.msg_thumb_prev{
	width:18px;
	height:20px;
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	top:50%;
	margin-top:-10px;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.msg_thumbs a.msg_thumb_next:hover,
.msg_thumbs a.msg_thumb_prev:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_thumbs a.msg_thumb_next{
	background-image:url(../icons/next_thumb.png);
	right:5px;
}
.msg_thumbs a.msg_thumb_prev{
	background-image:url(../icons/prev_thumb.png);
	left:5px;
}
.msg_thumbs a.msg_thumb_close{
	position:absolute;
	bottom:0px;
	width:50px;
	left:50%;
	margin:0 0 0 -25px;
	background:#202020 url(../icons/up.png) no-repeat center center;
	height:16px;
	opacity:0.7;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.msg_thumbs a.msg_thumb_close:hover{
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}
.msg_loading{
	position:absolute;
	background:transparent url(../icons/loading.gif) no-repeat center center;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	z-index:25;
	display:none;
}
