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

{
font-weight: bold;
color: #ddb5a4;
}
 
A:hover
{
font-weight: bold;
color: #fff;
}

a.navi: {

}

a.navi:hover {

}

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

.testo
{
TEXT-ALIGN: justify; 
margin-top: -2px;
letter-spacing: 0px;
margin-bottom: 0px;
}
strong, b
{ 
font-size: 7pt;
font-family: arial, tahoma;
letter-spacing: 1px;
color: #ffffff;
cursor: help;
text-transform: uppercase;
}
em, i
{
cursor: help;
text-decoration: underline;
color: #ebdaaf;
}

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

.titolo {
color: #ede2cd;
margin-bottom: 2px;
font-size: 17pt;
line-height: 16px;
font-family: georgia;
text-align: center;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 0px;
border-bottom: 2px dotted #786048;
}

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

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

.data {
color: #ebdaaf;
font-size: 17pt;
font-family: arial, tahoma;
text-align: right;
font-style: italic;
font-weight: bolder;
text-transform: capitalize;
letter-spacing: 1px;
margin: 0px 0px 0px 0px;
}

.data:first-letter 
{
font-family: arial, tahoma;
font-size: 22pt;
color: #fff;
text-transform: uppercase;
}
 
 
/* titolettodelleballe
--------------------------------------------------*/

.title {
color: #cd9a9d;
letter-spacing: 0px;
font-size: 8pt;
font-family: arial;
font-weight: bold;
font-style: italic;
text-align: right;
text-transform: lowercase;
margin: 0px 0px 0px 0px;
}

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

.menu {
color: #ebdaaf;
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: #c67785;
letter-spacing: 0px;
margin-top: 0px;
font-size: 8pt;
margin-bottom: 0px;
font-family: aria, tahoma;
text-align: left;
font-style: italic;
}


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

.img {
position: relative;
	float: right;
	border: 1px #606060 solid;
	background-color: #cd9a9d;
	padding: 12px;
	margin: -20px 5px 5px 5px;}

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

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

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

blockquote {
	color: #cccccc;
	text-align: justify;
	font-family: georgia;
	font-size: 7pt;
	padding: 0px 20px 2px 15px;
	margin: 0px 10px 22px 10px;
	border-bottom: #ede2cd 5px solid;

}

/*                                      Posizionamento dei div
_____________________________________________________________________________________________*/

/*          contenitore
-------------------------------------------------*/
#contenitore{
    width: 100%;
}

/*          immagine
-------------------------------------------------*/
#head {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*  contenuto
------------------------------------------------*/
#cont {
    position: absolute;
	right: 25px;
	top: 590px;
	z-index: 1;
}

#divup {

}

#entry {
	background: #1b1b1b;
	padding: 5px 5px 5px 5px;
}

#foot {
	margin: 10px 10px 5px 10px;
	padding: 0px 11px 11px 11px;
	background: #1b1b1b;
	font-family: tahoma;
	font-size: 9px;
	letter-spacing: 2px;
}

#nav {
	position: absolute;
	left: 370px;
	top: 600px;
	width: 200px;
	height: 200px;
	z-index: 1;
	line-height: 20px;
}

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

