@charset "utf-8";
/*
@project: berti.it
@author: Roberto Beccaceci
@date: 20/08/2008

*/

body{
	margin:0;
	padding: 0;
	height: 100%;
   text-align: center;   /*centra in IE 5.x */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
    }
	
img{
	border: 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: black;
}

.bg_home{
	background-image: url(../_img/sfondo_home.jpg);
}

.bg_current{
	background-image: url(../_img/sfondo_current.jpg);
}

.bg_upcoming{
	background-image: url(../_img/sfondo_upcoming.jpg);	
}

.bg_past{
	background-image: url(../_img/sfondo_past.jpg);	
}

.bg_works{
	background-image: url(../_img/sfondo_works.jpg);	
}

.bg_bio{
	background-image: url(../_img/sfondo_bio.jpg);	
}

.bg_contacts{
	background-image: url(../_img/sfondo_contacts.jpg);	
}

.centeredbox {
	display: block;
	height: 480px;
	width: 100%;		
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -50%;
	text-align: left;
}

div.labelNameBck{
	background-color: #f3a927;	
	height: 25px;
	display: block;
	width: 160px;
	position: relative;
	z-index: 1;
}

div.labelName{
	background-color: #f3a927;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	text-align: right;
	display: block;
	height: 25px;
	line-height: 22px;
	width: 150px;
	position: absolute;
	left: 6%;
	top: 0px;
	padding-right: 6px;
	z-index: 2;
	cursor: pointer;
}

div.labelName a{
	color: white;
}


div.menuBck{
	width: 600px;
	height: 25px;
	position: absolute;
	left: 6%;
	top: 0px;
	z-index: 0;
	margin: 0 0 0 155px;	
	overflow: hidden;
	display: none;
}

div.menuItem{
	float: left;
	width: 96px;
	text-align: center;
	color: white;
	height: 100%;
	line-height: 22px;
	font-weight: bold;
	background-color: #9a8e82;
}

div.menuItemsel{
	float: left;
	width: 96px;
	text-align: center;
	color: white;
	height: 100%;
	line-height: 22px;
	font-weight: bold;
	background-color: #4e3c2e;
	cursor: pointer;
}

div.menuItem a,div.menuItemsel a{
	color: white;
	display: block;
	height: 100%;
}

div.menuItem a:hover{
		background-color: #4e3c2e;
}

div.contentBoxBck{
	width: 780px;
	height: 400px;
	background-color: white;
	position: absolute;
	left: 6%;
	margin: 0 0 0 156px;
	display:none;	
}

div.contentBox{
	position: absolute;
	left: 6%;
	margin: 0 0 0 150px;
	padding: 40px 20px 20px 0px;			
}

div.contentText{
	padding: 5px 15px 5px 5px ;
	color: black;
	overflow-x:hidden; 
	overflow-y:auto;
	height: 390px;
	width: 720px;
	
	scrollbar-3dlight-color:#9a8e82;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#9a8e82;
	scrollbar-face-color:#4e3c2e;
	scrollbar-highlight-color:#9a8e82;
	scrollbar-shadow-color:#9a8e82;
	
	text-align:justify;
		
}

div.contentText a{
	color: black;
}

a.ext{
	font-style:italic;
}

a.ext:hover{
	color: #f3a927;
}

a.int.down{
    color:#4E3C2E
}

a.int:hover,a.int.galleryFunction:hover {
	color: red;
}

a.pdf:hover {
    color: #4E3C2E;
}

a.int.galleryFunction{
	color: #4e3c2e;
}

a.int.innerText{ 
	text-decoration:underline;
}

p.galleryFunction{
	color: #4e3c2e;
}

div.WleftBar{
	float:left;
	font-weight:bold;
	padding-left: 4px;
	font-size: 13px;
}

div.WrightBar{
	float:right;
}

div.WcenterBar{
	margin-left: 200px;
	margin-top: 50px;
}

div.WcenterBar.cberti{
	margin-top: 30px;
}

div.WbottomBar div.contentText{
	height: 160px;
}

div.WbottomBar{
	clear:both;
}

a.more{
	color:#000000;
	text-align:left;
	padding-left: 7px;
	font-weight: bold;
	color:#f3a927;
}

a.back{
	color:#000000;
	text-align:left;
	padding-left: 7px;
}

.workTitle{
	color:#4e3c2e;
	font-size:17px;
}


div.photoDesc{
	margin-left:230px;
	position:relative;
	top:90px
}

	.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 450px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
	}

	.stepcarousel.cberti{
	height: 230px; /*Height should enough to fit largest content's height*/
	}	
	
	.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
	
	.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}

.leftMenu{
	float:left;
	width: 180px;
}

.leftMenu a {
	display:block;
	margin-bottom: 17px;
}

.leftMenu ul {
	padding-left: 0px;
	margin: 0px;
}

.leftMenu ul li {
	list-style-type: none;
}

div.contentTextWithMenu p{
	margin: 0px;
}

div.contentTextWithMenu{
	color: black;
	overflow-x:hidden; 
	overflow-y:auto;
	height: 350px;
	width: 550px;
	margin-left: 200px;
	
	scrollbar-3dlight-color:#9a8e82;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#9a8e82;
	scrollbar-face-color:#4e3c2e;
	scrollbar-highlight-color:#9a8e82;
	scrollbar-shadow-color:#9a8e82;
			
}

.ui-tabs-hide { display: none; }



.ui-tabs-selected a.int{

	color:#4e3c2e;
	font-weight:bold;

}

.ui-tabs-unselect a.int{

	color:#4e3c2e;

}

#mygallery_techical .panel{
	margin: 0 5px  0 0;
}

#mygallery_techical .photoDesc{

	font-size:10px;
}

#mygallery_techical.memorial .photoDesc{
	margin-left: 220px;
	top: 104px;
}

#mygallery_techical.twelve .photoDesc{
    margin-left: 220px;
    top: 93px;
}

#mygallery_techical.twelve .photoDesc.basse{
    margin-left: 220px;
    top: 116px;
}

ul.works li {
	font-weight:bold;
	list-style-type:none;
	font-size:13px;
	padding: 6px 0;
}

ul.works li a{
	color: #4E3C2E;
}

ul.works li a:hover{
	color: black;
}

ul.works li.other {
	padding-top: 52px;
}

a.thickbox2 {
    background-image: url(../images/loadingAnimation.gif);
    background-repeat: no-repeat;
    background-position: center;
}
a.thickbox2 img{
    visibility: hidden;
}


#bibliography {
	 text-align:justify;
}

