/****************************
	www.progettodighe.it - common
	autore: Elvis Del Tedesco
	mailto: elvis.deltedesco(at)phante.com
	data:	14/10/2009
	ver: 	2.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;
}

#header {
	/*min-height: 220px;
	height: auto !important;
	height: 220px;*/	
}

#contents {}

#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_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	
	width: 160px;
	height: 160px;
}

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

#title_descr {
	position: absolute;
	top: 55px;
	left: 180px;
	
	height: 33px;
	
	font-size: 13px;
	
	color: #555;
}

#mainmenu {}

#title_googlesearch_box {
	position: absolute;
	top: 0px;
	right: 0px;
	
	height: 40px;
	width: 340px;
		
	background-color: #fff;
}

#title_googlesearch_corner {
	position: absolute;
	top: 0px;
	left: 0px;
	
	height: 40px;
	width: 40px;

	background-color: #ccc;
	
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomleft: 40px;
	-webkit-border-bottom-left-radius: 40px; 
}

#title_googlesearch {
	position: absolute;
	top: 0px;
	right: 0px;
	
	height: 40px;
	width: 300px;

	display: block;
	
	background-color: #ccc;
}

#cse-search-box {
	padding-top: 10px;
}

#language_selection {
	height: 20px;
	text-align: right;
}


/****************************
	Elementi footer 
****************************/

/****************************
	Elementi contents
****************************/

#colonna_laterale_sx, #colonna_laterale_dx {
	position: absolute;
	top:0; 
}

#colonna_laterale_sx {
	left:0;
	
	width: 190px;
}

#colonna_laterale_dx {
	right:0;

	width: 180px;
}

#colonna_principale {
	position:relative; 
	clear:both;
	
	width: 710px;
	
	min-height: 600px;
	height: auto !important;
	height: 600px;
	
	margin:0 190px 0 190px;
	padding: 0 10px 0 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;
}

#corpo-colonna_laterale_sx, #corpo-colonna_principale {
	padding: 10px;
	
	height: 100%;
}

#corpo-colonna_laterale_dx {
	padding: 0px;
}

#corpo-colonna_laterale_sx, #corpo-colonna_laterale_dx {
	text-align: center;
}

/****************************
	Elementi per il contenuto dentro contents
****************************/

#gerarchia {
	border-bottom: 1px solid #666;	
	padding: 10px;
	font-size: 0.7em;
}

