/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
body {

	/*background:#B1966B url(../images/teatrargo-sopra.png) no-repeat top center;*/
	font: normal small Trebuchet MS, Lucida Sans Unicode, verdana, lucida, helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #000000;
	
}


h1, h2, h3 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 2em;
}

ul li {
padding:0.1em;


}

ol {
	margin-left: 3em;
}

ol li {
	
	
}

a {
	color: #8A5624;
	text-decoration:none;
	
}

a:hover {
	text-decoration: none;
	color:#C60;

}

img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;

}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	text-transform: lowercase;
	font-size: 0.9em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	color:#000;
}
/*Mappa*/
.mapp {
	margin-bottom: 20px;
	padding: 10px;
	/*background: #788CA5;*/
	
	border: 1px solid  #FF0;
	
    /*opacity: 0.8;
    -moz-opacity:0.8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 11px;*/

}

.mapp .title {
	clear: both;
	padding: 20px 0;
	color: #FFFFFF;
}

/* Post */

.post {
	margin-bottom: 20px;
	/*
	background: #788CA5;*/
	
	/*border: 1px solid  #FF0;
	
    opacity: 0.8;
    -moz-opacity:0.8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 11px;*/

}

.post .title {
	clear: both;
	color: #000000;
	font-size:16px;
	padding: 15px 10px 10px 30px;
}

.post .date {
	float: left;
	width: 170px;
	height: 21px;
	padding: 9px 0 0 20px;
	text-align: center;
	font-size: x-small;
	color: #C00;
	display:inline;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
	/*display: none;*/
}

.post .meta {
	float: left;
	width: 332px;
	height: 28px;
	border: 1px solid #B99b80;
	text-align: center;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	text-align:justify;
	padding:10px 30px 20px 30px;
}


.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */


/* Menu */

#menu {
	width: 580px;

}

#menu ul {
	margin-left: 0px;
	list-style: none;
	padding: 0;
}

#menu li {
						display				: inline;
						padding				: 0;
						text-decoration		:none;
						opacity				: 1.0;
	
}

#menu li:hover{
						text-decoration		: none;
						opacity				:  .6;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: .9em;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	}

#menu .active a {
	text-transform: uppercase;
}

/* links frind */

#friend 
			{
				margin-top			: -300px;
				margin-left			: 5px;
				font-size			: 0.9em;
				padding-right		: 20px;	
				color				: #000;
				z-index				: 8;
			}

 .content_friend ul
			{
				list-style			: none;
				
			}
 .content_friend li
			{

				padding-bottom		: 5px;
				padding-left		: 5px;
			
			}			
			
 .content_friend li a
			{ 
				text-decoration		: none;
				
			}	
 .content_friend li:hover, .content_friend a:hover
			{ 
				color				: #F47D64;
				
			}			

/* Content */

#content_container {

	width:959px;
	margin: auto;
	padding: 20px 0px 20px 0px;
	overflow:hidden;
	
}

#content 
		{

			width				: 959px;
			height				: auto !important;  						/*per prendere in giro IE*/
			height				: 980px;									/*per IE*/
			min-height			: 500px;
			margin-top			: 480px;
			padding				: 20px 0px 20px 0px;
			background-color	: #FFF;
			overflow			: hidden;
	
		}


#extra {
			width				: 860px;
			height				: 180px;
			margin				: auto;
			padding-top			: 10px;
			padding-bottom		: 15px;
}

/* Content > Main */

#main 
		{

			background-color	: #FFF;
			background-image	: url(../images/paginainternabeige.jpg);
			background-repeat	: no-repeat;
			float				: left;
			margin-top			: 5px;
			margin-left			: 20px;
			width				: 530px;
			height				: auto !important;
			height				: 707px;									/* per IE */
			min-height			: 707px;
			z-index				: 5;
			display				: inline;
		}

#main a {
}

/* Content > Main > Welcome */

#welcome 
		{
			margin-top			:10px;
		}

/* Content > Main > Example */

#example {
}

/*----------------------*/
#pubblicita {
				position:relative;
				margin-top:20px;
				margin-right:25px;
				float: right;
				width: 180px;
				z-index:9;
				display:inline;

				
			}
#pubblicita ul {
				list-style:none;
				margin:0;
				
				}
				
#pubblicita li {
				text-decoration:none;
				opacity: 1.0;

				}

#pubblicita li:hover {
						text-decoration:none;
						opacity: .6;
						
					}
					
#pubblicita_bottom {
				position:relative;
				margin-top:10px;
				margin-right:25px;
				float: right;
				width: 180px;
				z-index:9;
				display:inline;

				
			}
#pubblicita_bottom ul {
				list-style:none;
				margin:0;
				
				}
				
#pubblicita_bottom li {
				text-decoration:none;
				opacity: 1.0;

				}

#pubblicita_bottom li:hover {
						text-decoration:none;
						opacity: .6;
						
					}					
/*-----------------------*/
/* Content > Sidebar */

#sidebar_dx {
				position:relative;
				margin-top:20px;
				margin-right:20px;
				float: right;
				width: 180px;
				z-index:9;
				/*filter:alpha(opacity=80);*/
				display:inline;
			}

#sidebar_dx li {
				text-decoration:none;
				opacity: 1.0;



				}

#sidebar_dx li:hover {
						text-decoration:none;
						opacity: .6;

						
					}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {

}

#updates ul {
	margin: 0;
	list-style: none;
}
#updates li:hover {
	/*background-color: #FF0;*/
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer_click {

	clear: both;
	width: 100%;
	height: 280px;
	margin: auto;
	text-align:center;

}

#footer {

	clear: both;
	width: 100%;
	height: 348px;
	margin: auto;
	text-align:center;
	background: url(../images/partesotto.png) center bottom no-repeat;
}

#footer p {
	margin: 0;
	font-size: x-small;
}
#ultrafooter {
	height: 27px;
	width:100%;
	margin-left: 0px;
	/*background: url(../DATABASE/css/bg_topHead.gif) bottom repeat-x;*/
	font-size:0.8em;
	color:#930;
	text-align:center;
	padding-top:5px;
}
#ultrafooter a 
{
	vertical-align:bottom;
	text-decoration: none;
	font-size: .8em;
	color: #333;
	padding-right:20px;
	
}

#ultrafooter a:hover 
{
	text-decoration: none;
	font-size: .8em;
	color: #ccc;
	padding-right:20px;
	
}
/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv3 span, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv6 span
{
	position: absolute;
	/*left: 243px;*/
}


#extraDiv1 { 
	background: url(clouds.jpg) repeat-x; 
	top: 0px;
	right: 0px; 
	width: 100%; 
	height: 104px; 
	display:inline;
	}

#extraDiv2 { 
	/*background: url(../images/foto-polaroid.png)  right no-repeat;*/
	text-align:right;
	top: 460px;
	/*left:auto;*/
	width: 850px; 
	height: 110px;
	z-index:7;
	/*display:inline;*/
	
	}

#extraDiv3  { 

	top: 485px;
	left:auto;
	padding-left:20px;
	width: 43px; 
	height: 41px;
	z-index:8;
	} 

#extraDiv4 { 
    display:inline;
	background: url(sunlight.jpg) no-repeat; 
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 472px; 
	height: 481px; 
	}

#extraDiv5 
			{ 

				z-index			: 7;
				top				: 470px;
				margin-left		: 580px;
				width			: 163px; 
				height			: 65px; 

			}
			

#extraDiv6 {

	/*width:auto;*/
	width: 274px; 
	height: 400px;
	z-index: 9;
	margin-left: 700px;
	margin-top: -310px;

	}

#extraDiv6 span{

	z-index: 10;
	width: 274px; 
	height: 400px;
	
}
#extraDiv6 li {
				text-decoration:none;
				opacity: 1.0;


				}

#extraDiv6 li:hover {
						text-decoration:none;
						opacity: .6;
						
					}
					
#extraDiv6 .naviga {
						text-decoration:none;
						color:#000;
						margin-left:50px;
						
						
					}




.centerdiv{ /*IE method of centering a relative div*/
			
			width:468px;
			margin-left:15px;
			
			}
#mail{
	width:465px;
	height:auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode","helvetica";
	font-size: 16px;
	color:#660000;
	
	
}
#camponameleft{
	width:125px;
	height:25px;
	text-align:right;
	float:left;
}
#camponameleft_invia{
	width:195px;
	height:25px;
	text-align:right;
	float:left;
}
#camponameright{
	width:245px;
	height:25px;
	float:right;
}
#camponameright_cancella{
	width:215px;
	height:25px;
	float:right;
}
.dati_struttura{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "helvetica";
	font-size: 12px;
	padding-left:10px;
	padding-bottom:5px;
	
}
/*.centerdiv>div{ /*Proper way to center a relative div
margin: 0 auto;
}*/

