﻿/*                    Formattazione della pagina
_______________________________________________________________________________*/
body 
 { background: #5a3c20;
   font-family: arial;
   font-size: 12px;
   cursor: text;
   text-align: center; /*serve ad ie per centrare il container*/
   color: #cccccc;
}
/* linkini
--------------------------------------------------*/

A

{
font-family: georgia;
font-size: 11px;
font-weight: bold;
color: #f6e5cf;
text-decoration: none;
}
 
A:hover
{
font-weight: bold;
color: #ffffff;

}

a.navi: {

}

a.navi:hover {

}

/* testo
--------------------------------------------------*/

.testo
{
TEXT-ALIGN: justify; 
margin-top: -2px;
letter-spacing: 0px;
margin-bottom: 0px;
}
b
{ 
font-size: 7pt;
font-family: times new roman;
letter-spacing: 1px;
color: #666666;
cursor: help;
text-transform: uppercase;
}
strong
{ 
font-size: 7pt;
font-family: times new roman;
letter-spacing: 1px;
color: #666666;
cursor: help;
text-transform: uppercase;
}
i
{
cursor: help;
text-decoration: underline;
color: #999999;
}

em
{
cursor: help;
text-decoration: underline;
color: #999999;
}

/*titolo
--------------------------------------------------*/

.titolo {
color: #9267a0;
margin-bottom: 0px;
font-size: 13pt;
font-family: times;
text-align: center;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 3px;
}

.titolo:first-letter 
{
font-family: times;
color: #9267a0;
}

/* data
--------------------------------------------------*/

.data {
color: #b2bac3;
font-size: 13pt;
font-family: georgia;
text-align: right;
font-style: normal;
font-weight: normal;
text-transform: capitalize;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
}

.data:first-letter 
{
font-family: georgia;
font-size: 12pt;
color: #666666;
}
 
 
/* titolettodelleballe
--------------------------------------------------*/

.title {
color: #c0c0c0;
font-size: 8pt;
font-family: tahoma;
font-weight: bold;
font-style: normal;
text-align: right;
text-transform: uppercase;
margin: 0 0 0 0 ;
}

/* menù
--------------------------------------------------*/

.menu {
color: #4b95a0;
font-size: 8pt;
font-family: verdana;
text-align: justify;
font-style: italic;
font-weight: none;
text-transform: Capitalize;
letter-spacing: 3px;
margin-top: 0px;
margin-bottom: 0px;
}

.menu:first-letter 
{
font-family: verdana;
color: #cccccc;
text-transform: uppercase;
}

/* firmettina
--------------------------------------------------*/

.firma {
color: #786048;
letter-spacing: 0px;
margin-top: 0px;
font-size: 8pt;
margin-bottom: 0px;
font-family: tahoma;
text-align: left;
font-style: italic;
}


/* avatarino
--------------------------------------------------*/

.avat{
position: relative;
z-index: 4;
padding: 3px 3px 3px 3px;
border: 1px dotted #ffffff;
}

/* selezione mozilla
--------------------------------------------------*/

::-moz-selection 
{background: #ffffff;
color: #000000;}

/* quote (L)
--------------------------------------------------*/

blockquote {
	border: 17px solid #734881;
	background: #9267a0;
	color: #cccccc;
	text-align: justify;
	font-family: georgia;
	font-size: 7pt;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 10px;

}

/*                                      Posizionamento dei div
_____________________________________________________________________________________________*/

/*          contenitore
-------------------------------------------------*/
#contenitore{
    width: 700px;
    margin-left: auto; margin-right: auto;
    margin-top: -10;
    background: #000000;
    height: auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*          immagine
-------------------------------------------------*/
#head {

}

/*  contenuto
------------------------------------------------*/
#cont {
	float: right;
	width: 420px;
	text-align: justify;
	padding: 0 5 0 5 ;
}

#divup {

}

#foot {
	clear: both;
	color: #666666;
	font-family: tahoma;
	font-size: 8px;
	letter-spacing: 2px;

}

#nav {
	clear: both;
	float: left;
	width: 270px;
	font-family: Arial;
    font-size: 12px;

	}

#info1 {
	float: left;
	width: 45%;
	margin-left:auto; margin-right: auto;
	text-align: justify;
	padding: 0 5 0 5;
	}

#info2 {
	float: right;
	width: 50%;
	margin-left:auto; margin-right: auto;
	text-align: justify;
	padding: 0 5 0 5;

}

#idiot {
	width: 100%;
	background: #fff;
	
}

