body{
background-image:url('/themes/advanced/imgs/textureCS.jpg');
}
img
{  border-style: none;
}

				@font-face {
				font-family: 'Overlock SC';
				src: url('overlocksc.eot');
				src: url('overlocksc.eot?#iefix') format('embedded-opentype'),
						 url('overlocksc.woff') format('woff'),
						 url('overlocksc.ttf') format('truetype'),
						 url('overlocksc.svg#oratorstd') format('svg');
				font-weight: normal;
				font-style: normal;
		
				}	
				@font-face {
				font-family: 'HavanaSunset Script Alt';
				src: local('HavanaSunset Script Alt'), url('/css/font/HavanaSunset Script Alt.ttf') format('truetype');
				}	
				@font-face {
				font-family: 'Bavro';
				src: local('Bavro'), url('/css/font/Bavro.ttf') format('truetype');
				}		
		
a{
font-family: 'Overlock SC';
color:#353d4b;
text-decoration:none;
font-weight:300;
font-size:24px;
text-shadow: -4px 4px 8px #000;
filter: dropshadow(color=#000, offx=-4, offy=4);

}
a:hover{
color:#484848;

}

img.fade {
opacity: 0;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
}
img.fade:hover {
opacity: 1;
}

/* qui iniziano i css per la schermata login */

#click{
width:465px;
height:575px;
position:absolute;
top:50px;
left:60px;
cursor:pointer;

}




#wrapper{
background-image:url('/themes/advanced/imgs/header.png');
width:600px;
height:300px;
margin:0px auto;
padding:0;
background-repeat:no-repeat;
overflow:hidden;
display:none;
}

#container{
    /* position: relative; */
    /* top: 5px; */
    /* margin-left: 500px; */
    /* width: 600px; */
    height: 345px;
    text-align: center;
}

#menu{
position:relative;
width:97%;
height:40px;  
top:5px;
left:18px;
}

#corpo{
position:relative;
width:96%;
height:88%;
left:20px;
}

#introduction{
width:350px;
height:250px;
margin-left:100px;
text-align:justify;
font-family:tahoma;
font-size:12px;
color:#c0c0c0;
}

#enter{
width:600px;
height:250px;
display:none;
margin-left:70px;
text-align:center;
}



#credits{
width:400px;
height:250px;
display:none;
margin-left:70px;
text-align:justify;
font-family:tahoma;
font-size:12px;
color:#c0c0c0;
}



.dato{
width:300px;
font-family:orator;
font-size:14px;
color:#c0c0c0;
text-align:right;
}

a.opzioni{
font-family:Overlock SC;
font-size:16px;
cursor:pointer;
color:#c0c0c0;
-webkit-transition: color 0.5s linear;
-moz-transition: color 0.5s linear;
padding-left:3px;
padding-right:3px;
}

a.opzioni:hover{
font-family:Overlock SC;
font-size:16px;
color:#46121a;
cursor:pointer;
-webkit-transition: color 0.5s linear;
-moz-transition: color 0.5s linear;
}

input.form {
border:1px solid #2f2f2f;
width:130px;
font-family:tahoma;
font-size:12px;
color:#c0c0c0;
background:transparent;
}

input.submit{
border:0px;
background:transparent;
font-family:orator;
font-size:16px;
color:#c0c0c0;
cursor:pointer;
-webkit-transition: color 0.5s linear;
-moz-transition: color 0.5s linear;
}

input.submit:hover{
color:#960014;
-webkit-transition: color 0.5s linear;
-moz-transition: color 0.5s linear;
}

