﻿/*                    Formattazione della pagina
_______________________________________________________________________________*/
body 
 { background: #000000;
   font-family: tahoma;
   font-size: 8pt;
   cursor: text;
   text-align: center;
   color: #cccccc;
}
/* linkini
--------------------------------------------------*/

A

{
color: #c1a894;
cursor: help;
font-family: verdana;
font-weight: bold;
font-style: none;
text-transform: lowercase;
text-align: center;
text-decoration: none;
font-size: 9pt;
}
 
A:hover
{
font-weight: bold;
color: #c1a894;
background-position: right;
border-bottom: 7px dotted #786048;
text-transform: uppercase;
}


a.navi:visited {

xxx
}


a.navi:active {

xxx
}


a.navi:link {
background: #000;
}

a.navi:hover {
xxx
}


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

.testo
{
TEXT-ALIGN: justify; 
margin-top: -2px;
letter-spacing: 0px;
margin-bottom: 0px;
}
strong, b
{ 
font-size: 8pt;
font-family: georgia;
letter-spacing: -1px;
cursor: help;
text-transform: uppercase;
}
em, i
{
cursor: help;
text-decoration: underline;
}

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

.titolo {
color: #c0c0c0;
margin-bottom: 0px;
font-size: 17pt;
font-family: verdana;
text-align: center;
text-transform: capitalize;
letter-spacing: 0px;
border-bottom: 1px dotted #fff;
}

.titolo:first-letter 
{
font-family: georgia;
color: #ffffff;
}

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

.data {
color: #c1a894;
font-size: 15pt;
font-family: times new roman;
text-align: right;
font-style: italic;
font-weight: bold;
text-transform: capitalize;
letter-spacing: -1px;
margin: 0px 0px 0px 0px;
}

.data:first-letter 
{
font-family: times new roman;
font-size: 17pt;
color: #cccccc;
text-transform: uppercase;
}
 
 
/* titolettodelleballe
--------------------------------------------------*/

.title {
color: #cccccc;
letter-spacing: 3px;
font-size: 7pt;
font-family: times new roman;
font-weight: bold;
font-style: italic;
text-align: right;
text-transform: uppercase;
margin: 0 0 0 0;
}


/* 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 img {
position: relative;
float: left;
z-index: 4;
padding: 3px 3px 3px 3px;
border: 1px dotted #ffffff;
}

/* immagini semplici
--------------------------------------------------*/

.solo_img {
padding: 7px 7px 7px 7px;
background: #c1a894;
margin: 15px 15px 15px 15px;
}

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

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

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

blockquote {
border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #000;
	color: #999999;
margin-top: 0px;
	text-align: center;
	font-family: georgia;
	padding: 5 5 5 5;
}

/*                                      Posizionamento dei div
_____________________________________________________________________________________________*/
/*         contenitore
-------------------------------------------------*/
#contenitore {
    width: 600px;
    margin: 50 auto 0 auto;
    background: #395759;
    padding: 7px 7px 7px 7px;
}

/*          header
-------------------------------------------------*/
#head {
	
}

/*          contenuto
------------------------------------------------*/
#cont {
	padding: 3 7 3 7;
	text-align: left;
}

#divup {
	float:right;
	height: 50px;
	width: 170px;
	background: url('images/divup.gif');
}

#foot {
	clear: both;
	background: #ffffff;
	color: #333333;
	font-family: tahoma;
	font-size: 8px;
	letter-spacing: 2px;
}

/*          sidebar
------------------------------------------------*/


#nav {
	width: 100%;
	padding: 8 2 8 2;
}

/*          random quote
------------------------------------------------*/


#quote {
	position: absolute;
	left: 10px;
	top: 360px;
	width: 190px;
	height: 130px;
	font-family: Century;
	font-size: 8pt;
	letter-spacing: 2px;
	font-style: italic;
}

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

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