* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFFFFF url(../img_css/riga_sfondo1x1000.png) repeat-x;*/
	background:url(../img_css/intero3.jpg) no-repeat;
	background-attachment:fixed;
	background-position: center center;
	/*background: #2039CF;*/
	font: normal small Trebuchet MS, Lucida Sans Unicode, verdana, lucida, helvetica, sans-serif;
	color: #000000;
	
}

blockquote {
	margin-left: 3em;
}



ol {
	margin-left: 3em;
}

a {
	color: #FFFFFF;
	text-decoration:none;
	
}

a:hover {
	text-decoration: none;
	color:#000;
	
}

img {
}

/* Boxed Style */

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

}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	/*background: url(../images/img02.gif) repeat-x;*/
	border-bottom: 2px solid #FC0;
	text-transform: lowercase;
	font-size: 0.9em;
	color: #FFFFFF;
}

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

}

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

/* Post */

.post {
	width:552px;
	margin-bottom: 20px;
	margin-left:50px;
	padding: 20px 20px 20px 20px;
	float:right;
	
  /*background: #FFFFFF;
	border: 2px solid  #FFFFFF;
    -moz-border-radius: 10px;
	-webkit-border-radius: 11px;*/

}

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

.post .date {
	float: left;
	width: 150px;
	height: 21px;
	padding: 9px 0 0 0;
	
	text-align: center;
	font-size: x-small;
	color: #F90;
	-moz-border-radius: 10px;
	-webkit-border-radius: 11px;	
	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;
	z-index:2;
	
}

.story{
		width:550px;
		background:url(../img_css/riga_welcome.png) repeat-y;
}
.story a {
	color: #000000;
	text-decoration:none;
	
}

.story a:hover {
	text-decoration: none;
	font-size:medium;
	
}
.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 */

#logo {
	width: 1024px;
	height: 200px;
	margin: auto;
	text-align:center;
	/*background: url(../images/upplace.png) no-repeat;*/
	
}

#logo h1 {
	padding: 5px 0 0 95px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}

#logo h2 {
	margin-top: -1em;
	padding: 6px 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */



/* Content */


#content {
	
	width:1024px;
	/*background:url(../images/linea-ripetuta.png) center repeat-y;*/
	margin: auto;
	padding: 20px 0px 20px 0px;
	/*border: url(../images/BG_li_2.gif) no-repeat left;*/
	
}


#extra {
	clear: both;
	width: 895px;
	height: 50px;
	margin: auto;
	padding: 5px 20px;
	/*background-color:#FFF;*/
	
}
.space2 {
	clear: both;
	width: 895px;
	height: 50px;
	margin: auto;
	padding: 5px 20px;
	/*background-color:#FFF;*/
	
}
/* Content > Main */

#main {
	float: right;
	margin-right: 25px;
	margin-bottom:10px;
	width: 950px;
	position:relative;
	z-index:5;
	/*filter:alpha(opacity=80);*/
	background-color:#afb9ff;
	display:inline;
	

	border: 3px solid  #FFFFFF;
	
    opacity: 0.9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 11px;

}

#main a {	
}

.immagine{
	width:auto;
	height:auto;
	padding:5px;
	display:inline;
	border:1px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 11px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */


#sidebar {
				position:relative;
				margin-top:25px;
				margin-left:5px;
				float: left;
				width: 290px;
				z-index:9;
				display:inline;
			}


/* 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 {
	clear: both;
	width: 1024px;
	height: 150px;
	margin: auto;
	
	/*border-top: 1px dotted #FFFFFF;*/
	/*background:url(../images/footer.png);*/
	text-align:center;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv3 span, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv6 span
{ position: absolute;  }


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

#extraDiv2 { 
	background: url(water_edge.jpg) repeat-x; 
	top: 104px;
	right: 0px; 
	width: 100%; 
	height: 75px;
	z-index:1;
	display:inline;
	}

#extraDiv3 { 
	background: url(../images/foto2.gif) no-repeat; 
	z-index: 3;
	top: 700px;
	right: 3%;
	width: 300px; 
	height: 239px;
	display:inline;
	}

#extraDiv3 span { 
	background: url(fish_bottom.gif) no-repeat; 
	z-index: 1;
	top: 1000px;
	width: 224px; 
	height: 108px; 
	display:inline;
	} 

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

#extraDiv5 {
	/*background: url(images/foto-polaroid.png) no-repeat; */
	z-index: 7;
	top: 1277px;
	left: 8px;
	width: 262px;
	height: 37px;
	display:inline;
	}

#extraDiv6 {
	display:inline;
	z-index: 2;
	top: 1007px;
	left: 3px;
	width: 299px;
	height: 100%;	/*background: url(seafloor_bg.jpg) repeat-x left bottom;*/
	}

#extraDiv6 span {
	z-index: 2;
	top: 1px;
	left:161px;
	width: 136px;
	height: 124px;
	background: url(../images/stellamarina.gif) no-repeat;
	display:inline;
}


.centerdiv{ /*IE method of centering a relative div*/
			
			width:468px;
			margin-left:195px;
			background-color:#CFBBA7;
			text-align:center;
	

			}
.pubblicita{
	text-align:center;
}
.dati_web{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "helvetica";
	font-size: 11px;
	font-style: italic;
	text-align:justify;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	
}

.dati_web li{
	margin: 0 10px 0 10px;
	
	
}
.titolo_categorie{
	font-family: "Trebuchet MS", "Lucida Sans Unicode","helvetica";
	font-size: 18px;
	color:#000000;
	margin-bottom:10px;
		
}	
.dettagli{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "helvetica";
	font-size: 10px;
	font-style: italic;
	text-align:right;
	color:#000;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:15px;
	
}
#mail{
	padding:10px;
	width:525px;
	height:auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode","helvetica";
	font-size: 16px;
	color:#000000;
	
	
	
}
#mail .title {
	clear: both;
	padding: 20px 0;
	color: #000000;
}
#camponameleft{
	width:195px;
	height:30px;
	text-align:right;
	float:left;
}
#button_iwsmile{
	width:195px;
	height:50px;
	text-align:right;
	float:left;
}
#camponameright{
	width:230px;
	height:30px;
	float:right;
}
.space{
	height:10px;
	width:530px;
	border-bottom-style: dotted;
	border-bottom-color:#000000;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;

}
.centerdiv{ /*Proper way to center a relative div*/
margin: 0 auto;
}

