@charset "utf-8";
*
{
    padding: 0px;
    margin: 0px;
}

body 
{
    font-family: verdana,sans-serif,verdana,arial;
    font-size: 11px;
    line-height: 14px;
}
#container 
{
    background-color: rgba(60, 63, 54, 0.80);
    background-repeat:  no-repeat;
    width: 980px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
#box
{
    margin-top: 25px;
    background-color: transparent;
}
#header 
{
  
   height: 170px;
    
}

#logo
{
    display: inline;
    float: left;
	max-height: 170px;
    max-width: 200px;
}

#logo img
{
    width:100%;
}
#cont
{
    margin-top: 50px;
    margin-left: 24px;
}
.slider 
{
    width: 315px;
    
	height: 215px;
    display: inline-block;
  	
   	
}
.slider  img 
{
	max-width: 315px;
	max-height: 215px;
	padding: 4px;
	background-color: #FFF;
 	box-shadow: inset 15px 15px 20px #2C2122;
  	
}
.slider img:hover  
{
	background-color: #2C2122;
	opacity:0.70;
}
h1
{
    text-align: center;
    margin: 20px;
    font-size: 28px;
    font-weight: inherit;
	letter-spacing: 2px;
  	box-shadow:inset  15px 15px 20px #2C2122;
  	height:50px;
  	line-height:50px;
  	border-radius:5px;
}
h1 span {font-size: 10px;}

#footer
{
background-color: #F4F4F0;
border-top: 1px solid #CCC;
text-align: center;
height: 100%;
overflow: hidden;
padding: 20px;
   
}
#footer p
{
	padding-bottom:10px;
}

#story
{
    font-size:27px;
    font-family: verdana;
    color:#767f76;
    margin: 50px 0px 50px 0px;
    border-bottom: 1px solid #CCC;
    
   padding: 4px 0px 8px 2px;
}
#loghi
{
	margin:0px 0px 0px 5px;
}

#loghi .log img 
{
	width:400px;
	height:50px;
	margin:0px 0px 20px 0px;
	
	
}


/*inizio menu*/
#nav
{
    margin-right: 20px;
    margin-top: -35px;
    float: right;
   
      
}
#nav > ul > li 
{
    display: inline-block;
    list-style-type: none;
    
}

#nav > ul > li > a
{
    font-family: times;
    font-weight: bold;
    font-size: 18px;
    color:#72918b;
    text-decoration: none;  
    border-bottom: 2px solid #72928b;
    padding: 5px;
    letter-spacing: 2px;
}
#nav > ul > li > a#current
{
    border-bottom: 2px solid #7e4b0e;
}
#nav > ul > li > a:hover 
{
    
    
    border-bottom: 2px solid #7e4b0e;
}

/*Form Contatti*/
		 #form
		 {
			background:#333;
			width:500px;
			margin:50px auto;
			padding:25px;
			overflow:hidden;
			border-radius:8px;
		 }
   /*h1
		 {
			color:#f0f0f0;
			margin:0 0 20px 0;
			text-align:center;
			font-weight:normal;
			letter-spacing: 2px;
		 }*/
		 label, input, textarea
		 {
			color:#f0f0f0;
			float:left;
			margin:10px 0;
		 }
		 label
		 {
			display:block;
			line-height:30px;
			width:150px;
		 }
		 input, textarea
		 {
			background:#333;
			border:1px solid #444;
			height:30px;
			width:300px;
			line-height:30px;
			padding:0 10px;
		 }
		 textarea
		 {
			background:#333;
			height:200px;
			width:300px;
			overflow:hidden;
		 }
		 #submit
		 {
			background-color:#0088FC;
			border:2px solid #00A8FC;
			color:#FFF;
			font-weight:bold;
			padding:0;
			height:25px;
			width:80px;
			line-height:20px;
		 }
		 input:focus, textarea:focus
		 {
			border:1px solid #00A8FC;
			color:#00a8FC;
			
		 }
		 #submit:hover
		 {
			background-color:#FFF;
			color:#000;
		 
		 }
		 
		 table.serietv
		 {
			border-collapse: collapse;
			margin: 0px auto;
			width: 730px;
			
		}
		
		table.serietv tr td,table.serietv tr th
		{
			border: 1px solid #AAA;
			padding: 0.3em 0.4em;
		
		
		}