/****************************
	www.vajont.eu - common
	autore: Elvis Del Tedesco
	mailto: elvis.deltedesco(at)phante.com
	data:	16/11/2009
	ver: 	1.0
****************************/

/****************************
	Tag Globali 
****************************/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
	font-size : 13px;
	letter-spacing: 1px;
	line-height: 20px;
	
	color: #000;
	background-color: #ccc;
}

/****************************
	Classi generiche
****************************/

h1 {
	font-size : 2em;
	font-weight: bold;
}

h2 {
	font-size : 1.5em;
	font-weight: bold;
}

h3 {
	font-size : 1.2em;
	font-style: italic;
}

h1, h2, h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #045C97;
	text-decoration: none;
}

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

/* Tolgo eventuali bordi alle immagini */
img { 
	border: 0px;
	margin-left: 5px;
	margin-right: 5px; 
}

.invisibile { display: none; }

.div_clear { 
	clear: both;
}

li {
	line-height: 1.5em;
	list-style-image: url(../images/li.gif);
	list-style-type: square;
}

/****************************
	Elementi principali 
****************************/
#layer {
	position: relative;
	
	margin: 10px auto auto;
	padding: 0;
	
	min-width: 1100px;
	width: auto !important;
	width: 1100px;
	max-width: 1100px;

	min-height: 800px;
	height: auto !important;
	height: 800px;
	
	background-color: #fff;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	
	box-shadow: 0px 0px 8px #818181;
	-webkit-box-shadow: 0px 0px 8px #818181;
	-moz-box-shadow: 0px 0px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=0, positive=true);
}

#header, #contents, #footer {
	position:relative; 
	clear:both;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	text-align: justify;
}

#footer {
	text-align: center;
	font-size: 70%;
}

/* Elementi degli angoli, invisibili di default attivi solo per IE */
#tr, #tl, #br, #bl {
	visibility:hidden;
}

/****************************
	Elementi header 
****************************/

#title {
	height: 170px;
}

#title_main{
	position: absolute;
	top: 20px;
	left: 180px;
	
	height: 33px;
	
	font-size: 33px;
}

/****************************
	Elementi contents
****************************/
#colonna_principale {
	position:relative; 
	clear:both;
	
	float:left;
	
	width: 1060px;
	
	min-height: 600px;
	height: auto !important;
	height: 600px;
	
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	
	background-color: #eef;
		
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

