/* webmultimediale.org - layout di Roberto Ellero - roberto@webmultimediale.org - 2007 

per il sito Webmultimediale.org
dicembre 2006

CSS per la stampa

Copyright info: Per qualsiasi uso di questo CSS si prega di
rivolgersi al responsabile del sito roberto@webmultimediale.org

It is prohibited to reproduce, modify, adapt or otherwise use
of this CSS in any manner or form
without the express written permission of the Website owner: roberto@webmultimediale.org

Se proprio si desidera utilizzare il layout di Webmultimediale.org, si prega di non utilizzare le immagini, che rappresentano le mie mani.
*/

html, body { 
  background-color: white;
  color: black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 94.3%;
  margin: 0;
	} 

#sand {
	width:100%;
	height:100%;
    background: url('sabbia.jpg') repeat-y;
	}

#header {
	height: 50px;
	}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
	}

h1 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 0.5em;
	}
h2 {
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 0.5em;
	}
h2 {
  font-weight: bold;
  font-size: 118%;
  padding-bottom: 0.5em;
	}

#testa_col1 {
	display:none;
	}

#testa_col2 {
	display:none;
	}
	
#testa_logo {
	display:none;
	}
	
#testa_menu {
	display:none;
	}

a:link { 
	color:#026002; 
	text-decoration:underline; 
	}

a:active { 
	color:#00C000; 
	text-decoration:none; 
	}

a:visited { 
	color:#026002; 
	text-decoration:underline; 
	}

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


#contenuto_centrale {
	margin: 0 10% 0 100px;
	padding: 0;
	color: #000;
	}

 #content {
	}


 #colonna_destra {
    display:none;
	}

 #colonna_sinistra {
 	display:none;
	}


 #footer {
	display:none;
	}
#footer img {
	padding: 0;
	margin: 0 0 -2px 0;
}

 #navcontainer ul {
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: small;
	}

#navcontainer li {
	padding: 8px;
	margin: 15px 7px 0 0;
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
	top: -1.32em;
	}

#navcontainer li.here {
	font-style: italic;
	background-color: #000;
	color: #FF9906;
	padding-left: 1.6em;
	padding-right: 1.6em;
}

#navcontainer a:link, #navcontainer a:visited {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	}

#navcontainer a:hover {
	background-color: #000;
	color: #FF9906;
	}

#navcontainerclear { display: none; }

html>body #navcontainerclear {
	display: block;
	clear: both;
	}

#navcontainer li#active a {
	background-color: #fff;
	color: #000;
	}

.destratesto {
	font-size: 80%;
	}

.comso {
	vertical-align: middle;
	}
#cc {	
	font-size: 150%;
	color: #000;
	background-color: #fff;
	width: 90%;
	}
img {
	border: 0px;
	}

.fleft {
	float: left;
	margin-right: 4px;
	margin-top: 3px;
	}
.fright {
	float: right;
	margin-left: 4px;
	margin-top: 3px;
	}
.address {
	
	}
.footerimage {
	vertical-align: middle;
}
.footerimage2 {
	
	vertical-align: middle;
}

hr {
	border: 0px solid;
	border-color : gray;
	border-top-width: 1px;
	height:1px;
	border-style : dotted;
}

/* funzione per ingrandimento movie e sottotitoli via client by Alessio Cartocci */
#mmobj {margin: 0; font-size: 2em; width: 11.4em; height: 15.3em;}
#mmobj object {width: 100%; height: 100%;}

.mmobj {margin: 0; font-size: 2em; width: 11.4em; height: 15.3em;}
.mmobj object {width: 100%; height: 100%;}


.ultimipost {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 118px;
}

.ultimipost li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
font-size: 80%;
}

.ultimipost li a { text-decoration: none; }


