/*******************************************************************************
* mojito_structure.css
* -------------------
* created : August 30, 2004
* copyright : GPL version 2
* creator : Kevin Wetzels
* email : kevin.wetzels@gmail.com
* web : http://legion.gibbering.net/el/
********************************************************************************
*
* This template is free; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/
body, html {
	background: #000;/*#343434;*/
	color: #eee;
	margin: 0px;
	padding: 0px 10px;
	font: 12px "Verdana", sans-serif;
	text-align: left;
	/*background-image: url(vert_grad.png);
	background-position: top center;
	background-repeat: repeat-x;*/
}
a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.testo a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.testo a:hover {
	color: black;
	text-decoration: underline;
}


h1 {
	text-align: left;
color: white;
}

h2 {
	text-align: left;
color: white;
}

h3 {
text-align: left;
	color: white;
}

p {
	text-align: left;
}
/* Container */
#container {
	border: 4px solid #666;/* #101010;/*#fff;*/
	border-top: 0px;
	border-bottom: 0px;
	width: 800px;
	margin: 0px auto;
	background-color: #000;
	text-align: left;
}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000 url(header.jpg) no-repeat top center;
	border-bottom: 0px solid #101010;
	text-align: left;	
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 43%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
	text-align: left;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 70%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
	text-align: left;
}

.pmo {
	white-space: nowrap;
	text-align: left;
	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 0.75em;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
	text-align: left;
}


/* testata */

#logo {
float:left;
margin:10px auto;
padding:0;
background: url(../images/logo_home.gif) no-repeat;
height:140px;
width:294px;
}

.logo
{
height:140px;
width:294px;

}

.logo a
{

display: block;
width: 294px;
height: 140px;
margin: 0px;
}

.logo img
{
width: 294px;
height: 140px;
border: 0px;
}

.logo a:hover img
{

display:none;
/*visibility:hidden;*/
}

.logo a:hover
{
width: 294px;
height: 140px;
background: url(../images/logo_hover.gif) no-repeat;
}

/********* ajax tabs ******/


div.tabs {
	width: 500px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	/*background-color: #000;*/
	border-bottom: 0px solid #787878;
	text-align:right;
	font-weight: bold;
	line-height: 20px;
}

div.tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

div.tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 20px;
	white-space: nowrap;
}

div.tabs li a {
	text-decoration: none;
	border: 1px solid #666;/*#787878;*/
	padding: 0 0.3em;
	background: #000;/*#ccc;*/
	color: #fff /*#036;*/
	
}

div.tabs li a:hover {
	background-color: #f0f0f0;
	color: #666;
}

div.tabs li.active a {
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;/*#603;*/
}

div.sub {
	display: none;
	
}

.menu_1 {
	float: right;
	line-height: 20px;
}

div.menu_display {
	font-weight: bold;
	width: 500px;
	color: white;
	text-align:right;
}


div.menu_display li {
	display: inline;
}

div.menu_display ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

div.menu_display li a {
	background-color: #f0f0f0;
	color: #666;
	text-decoration: none;
	border: 1px solid #666;/*#787878;*/
	padding: 0 0.3em;
	
	
}

div.menu_display li a:hover {
	
	background: #000;/*#ccc;*/
	color: #fff /*#036;*/
}

div.menu_display li.active a {
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;/*#603;*/
}

/* image entry */

div.label{
	float: left;
	color: #eee;
	margin: 4px;
	
	border: 0px solid #666;/*#787878;*/
	padding: 0 0.3em;
	text-align: right;
}

div.value{
	float: right;
	color: #eee;
	margin: 4px;
	
	border: 0px solid #666;/*#787878;*/
	padding: 0 0.3em;
	text-align: left;
}

div.testo{
	margin-top: 20px;
	text-align: left;
	padding: 30px;
	padding-left: 100px;
	padding-right: 100px;
	color: #000;
	background-color: #fff;
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;
	line-height: 1.5em;
}

table.entry{
	margin:0px;
	border:0px solid #fff;
	padding: 10px;
	width: 100%;
	text-align: left;

}

td.label {
	width: 50%;
	color: #eee;
	text-align: right;
	padding: 4px;
	padding-right: 12px;
	/*font-weight: bold;*/
}

td.value {
	width: 50%;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 4px;
	padding-left: 12px;
}

div.photo img {
	
	margin: 0px;
	padding: 0px;
	border:0px solid #666;
text-align: center;
}

/* per tutti i moduli */
div.categoria {
	float: right;
	text-align: right;
	background-color: #666;
	color: #eee;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

div.footer{
	padding: 80px;
	padding-bottom: 30px; 
	clear:both;
	color: #999;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

/* per modulo text */
div.sub_entry {
	clear: both;
	margin: 0px;
	color: #eee;
	font-weight: bold;
	border-top: 0px solid #666;/*incrementare per separare le voci dell'elenco*/
	text-align: left;
}

div.sub_entry a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

div.sub_entry a:hover {
	text-decoration: underline;
	text-align: left;
}

div.text {
	margin-top: 100px;
	text-align: left;
}
div.text a {
        color: black;
        text-align: left;
}

div.titolo {
	clear: both;
	padding: 2px;
	padding-left: 100px;
	padding-right: 100px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
}

div.titolo_index {
	clear: right;
	float:left;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #666;
	margin-top:50px;
	font-size: 17px;
	text-align: left;
}

div.titolo_index a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

div.titolo_index a:hover {
	text-decoration: underline;
	text-align: left;
}

div.data {
	padding: 2px;
	padding-left: 100px;
	padding-right: 100px;
	color: #eee;
	/*font-style: italic;*/
	font-weight: bold;
	text-align: left;
}

span.data {
	
	padding-left: 4px;
	padding-right: 50px;
	color: #fff;
	/*font-style: italic;*/
	font-weight: bold;
	text-align: left;
}

div.riferimenti{
	clear: left;
	float: right;
	text-align: right;
	background-color: #666;
	color: #eee;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div.riferimenti a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.riferimenti a:hover {
	text-decoration: underline;
}

div.separator_line {
	clear: both;
	color: #eee;
	padding-top: 10px;
	border-bottom: 1px solid #666;
}


div.email {
	color: #ccc;
	margin: 100px;
	font-weight: bold;
	text-align: left;
}

.button {
	padding: 4;
	/*border: 1px solid #666;*/
	background-color: #000;
	font-weight: bold;
	color: #fff;
}