﻿@media screen and (min-width:0px) {
	div#principale {
		position: absolute;
		left: 50%;
		margin-left: -665px;
		min-height:200px;
		height:auto !important;
		height:200px;
		float:left;
		width:1330px;
		background-color:#333333;
		border-bottom:1px;
		margin-top:25px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#principale {
		margin-left: -475px;
		width:960px;
	}
}

/* <header> Contenuto in <principale> */
@media screen and (min-width:0px) {
	div#header {
		float:left;
		min-height:75px;
		height:auto !important;
		height:75px;
		width:1320px;
		padding-left:5px;
		padding-right:5px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#header {
		width:950px;
	}
}

/* Contenuti in <header>*/
@media screen and (min-width:0px) {
	div#top-left{
		float:left;
		width:535px;
	}
	div#top-right{
		float:left;
		width:785px;
		padding-top:45px;
	}
	div#top {
		float:left;
		text-align:left;
		width:1320px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#top-left{
		width:350px;
	}
	div#top-right{
		width:600px;
	}
	div#top {
		width:950px;
	}
}

ul.menu {
	margin-left:10px;
	padding-left:10px;
	margin-top:10px;
	padding-top:10px;
}
ul.menu li {
	float:left;
	position:relative;
	list-style:none;   
	display:inline; 
	vertical-align:bottom; 
	height:25px;
	width:125px;
}
ul.menu li a {
	color:#CAC4B0;
}
ul.menu li a:hover {
	color:#FFFFFF;
}

div#maincontent {
	float:left;
	min-height:300px;
	height:auto !important;
	height:300px;
	/* width:950px; */
	width:1320px;
	padding-left:5px;
	padding-right:5px;
	background-color:#333333;
}

/*<progetto> contenuto in <principale>*/
@media only screen and (min-width:0px) {
	div#progetto {
		float:left;
		min-height:525px;
		height: auto !important;
		height:525px;
		width:1320px;
		padding-left:5px;
		padding-right:5px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#progetto {
		width:950px;
	}
}

 
 /* <descrizione> Contenuto in <progetto>*/
 @media only screen and (min-width:0px) {
	div#descrizione {
		float:left;
		min-height:525px;
		height: auto !important;
		height:525px;
		width:450px;
		padding-left:25px;
	}
	div#descrizione div.a0 {
		float:left;
		width:450px;
		text-align:justify;
	}
	div#descrizione div.a0 input {
		background-color:#333333;
		border:none;
		color:#FFFFFF;
		width:445px;
	}
	div#descrizione div.a1 {
		font-weight:bold;
		color:#FFFFFF;
		font-size:20px;
		height:22px;
	}
	div#descrizione div.a2 {
		padding-top:5px;
		font-weight:bold;
		font-weight:lighter;
		font-size:12px;
		height:22px;
	}
	div#descrizione div.a3 {
		border-top:1px solid #CAC4B0;
		padding-top:5px;
		font-weight:lighter;
		font-size:14px;
		color:#FFFFFF;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#descrizione {
		width:275px;
	}
	div#descrizione div.a0 {
		width:275px;
	}
	div#descrizione div.a0 input {
		width:270px;
	}
}

/* <gallery> contenuto in <progetto> */
 @media only screen and (min-width:0px) {
	div#gallery {
		float:left;
		min-height:525px;
		height:auto !important;
		height:525px;
		width:845px;
		background-image:url(/images/cocconi_davide_galleria.jpg);
		background-repeat:no-repeat;
		background-position:center;
	}
	div#gallery div {
		padding-left:5px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#gallery {
		width:650px; 
	}
}

/*<progetti> Contenuto in <progetto>*/
@media only screen and (min-width:0px) {
	div#progetti{
		float:left;
		min-height:300px;
		height:auto !important;
		height:300px;
		width:1295px;
		padding-left:15px;
		padding-right:10px;
		font-size:12px;
	}
}
/* SMARTPHONE + TABLET */
@media only screen and (min-width:0px) and (max-width:1025px) {
	div#progetti{
		width:930px;
	}
}


/*Larghezza Totale = 185px (175px + 10px di Padding)*/
div#anteprima {
	float:left;
	height:200px;
	width:175px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
div#anteprima div.a1 {
	float:left;
	height:25px;
	width:175px;
	padding-top:5px;
}
div#anteprima div.a2 {
	float:left;
	height:175px;
	width:175px;
}
div#anteprima a {
	color:#CAC4B0;
	font-size:14px;
	font-weight:bold;
}
div#anteprima a:hover {
	color:#FFFFFF;
}


div.login input {
	background-color:#333333;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	width:250px;
}

div#contatti {
	float:left;
	width:950px;
	padding-top:20px;
}
div#societa{
	float:left;
	width:925px;
	padding-left:25px;
}
societa a {
	color:#CAC4B0;
}
societa a:hover {
	color:#FFFFFF;
}
div#sede{
	float:left;
	width:450px;
	padding-left:25px;
	padding-top:10px;
}

div#cookiepolicy {
	float:left;
	width:950px;
	padding-top:20px;
}

body {
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.3em;
      margin: 0;
      padding: 0;
      font-size: 13px;
      color: #CAC4B0;
      /*background-color:#4C514A;*/
	  background-color:#333333;
    }
     
    a:link, a:visited, a:hover{
      text-decoration: none;
      font-weight: normal;
      color: #000;
      outline: none;
      text-align: left;
    }
    #container {
      width: 950px;
      margin: auto;
      background-color: #E8E8E8;
      border: 1px solid #e2e2e2;
      text-align: left;
    }

    #header {
      text-align: center;
      /*background-image:url(../images/header.png);*/
      height: 100px;
    }
 
    #content {
      width: 600px;
      text-align: left;
      background-color: #E8E8E8;
      padding: 5px;
    }

    #sidebar_left {
      text-align: center;
      /*background-image:url(../images/sfumatura_grigio_perla.png);*/
      width: 160px;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      padding: 5px;
    }
 
    #sidebar_right {
    /*background-image:url(../images/sfumatura_grigio_perla.jpg);*/
      text-align: center;
      width: 160px;
      border-left: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      padding: 5px;
    }

	
	/* <footer> contenuto in <principale> - DEFAULT */
	@media screen and (min-width:0px) {
		#footer {
			/*background-image:url(../images/footer.png);*/
			float:left;
			text-align: center;
			border-top: 1px solid #e2e2e2;
			border-bottom: 1px solid #e2e2e2;
			padding: 5px;
			width:1320px;
		}
		moduletable.footer1.a {
			color:#CAC4B0;
		}
		moduletable.footer1.a:hover {
			color:#FFFFFF;
		}
	} 
    /* SMARTPHONE + TABLET */
	@media only screen and (min-width:0px) and (max-width:1025px) {
		#footer {
			width:950px;
		}
	}

	
	img {
        border: 0;
        float: left;
    }
    
    .clear {
      clear: both;
    }
 
    .overall {
      background-color: #fff;
    }
    
     .float {
      float: left;
    }
 
 
    div.center {
      text-align: center;
      margin: 0px auto 0 auto;
      padding: 0;
      width: 950px;
      background: #FFFFFF;
    }