﻿/*                    Formattazione della pagina
_______________________________________________________________________________*/
body 
 { background-image: url('images/bg.jpg');
   background-repeat: repeat;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 8pt;
   cursor: text;
   text-align: center;
   color: #f3e7d9;
   margin: 0;
}
/* linkini
--------------------------------------------------*/

A

{
color: #98A35F;
cursor: help;
font-family: "Courier New", Courier, monospace;
font-weight: normal;
font-style: none;
text-transform: lowercase;
text-align: center;
text-decoration: none;
font-size: 11pt;
}
 
A:hover
{
font-weight: bold;
color: #ccc;
}

a.navi:visited {
	color: #b76245;
	text-transform: lowercase;
	font-weight: normal;


}

a.navi:link {
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 15pt;

}

a.navi:active{
}

a.navi:hover {
	color: #b76245;
	border: 0;
	border-bottom: 2px solid #b76245;

}


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

b
{ 
font-size: 8pt;
font-family: georgia;
letter-spacing: -1px;
cursor: help;
text-transform: uppercase;
}
strong
{ 
font-size: 8pt;
font-family: georgia;
letter-spacing: -1px;
cursor: help;
text-transform: uppercase;
}
i
{
cursor: help;
text-decoration: underline;
}

em
{
cursor: help;
text-decoration: underline;
}

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

h1	{
color: #98A35F;
font-size: 17pt;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
text-transform: capitalize;
	}

h1:first-letter 
{
}

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

h2 {
color: #6B6C9A;
font-size: 20pt;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: right;
font-style: italic;
font-weight: bold;
text-transform: capitalize;
letter-spacing: -1px;
margin: 0px 0px 0px 0px;
}

h2:first-letter 
{
}
 
 
/* title
--------------------------------------------------*/

h3 {
color: #6B6C9A;
letter-spacing: 3px;
font-size: 7pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
text-transform: uppercase;
margin-top: -7px;
}


/* firma
--------------------------------------------------*/

h4 {
color: #F4CD94;
letter-spacing: 0px;
margin-top: 0px;
font-size: 8pt;
margin-bottom: 0px;
font-family: arial;
text-align: right;
font-style: italic;
}


/* avatar
--------------------------------------------------*/

.avatar {
position: relative;
float: right;
z-index: 4;
padding: 3px 3px 3px 3px;
border: 1px dotted #ffffff;
width: 80px;
height: 80px;
margin-right: 5px;}

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

.solo_img {
padding: 7px 7px 7px 7px;
background: #fff;

}

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

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

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

blockquote {
	border-style: none;
	border-width: 0px;
	background: #fffdf4;
	color: #999999;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
	font-family: arial;
	font-size: 7pt;
	padding: 5 5 5 5;
}

/*                                      Posizionamento dei div
_____________________________________________________________________________________________*/
/*         contenitore
-------------------------------------------------*/
#contenitore {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    -moz-border-radius: 0pt; 
    -webkit-border-radius:0pt;
    min-height: 250px;
    z-index: 8; 
	position: relative;
	top: -5px;
}

/*          header & footer
-------------------------------------------------*/
#headerimg { 
maring-left: auto;
margin-right: auto;
}

#footer {	
	width:720px;	
	bottom: 0;
	clear: both;
	height: auto;
	text-align: center;
	margin: auto;
	background: #000;
	filter : alpha(opacity=85); -moz-opacity : 0.8; opacity : 0.65;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 15px 0px 10px 0px;

	
	    }
	    


/*          contenuto
------------------------------------------------*/
#contenuto {
	text-align: justify;
	padding: 7px 0px 7px 0px;
	min-height: 400px;
	margin-left: auto; margin-right: auto;
	width: 720px;
	background: #000;
	filter : alpha(opacity=85); -moz-opacity : 0.8; opacity : 0.65;
}

#entry {
	text-align: justify;
	width: 100%;
}

#separatore {
	background: #e6e3d8;
	height: 25px;
}


/*          sidebar & navigazione
------------------------------------------------*/

#navigation {
	width: 720px;
	text-align: center;
	padding: 7px 0px 0px 0px;	
	background: #000;
	margin: auto;
	filter : alpha(opacity=85); -moz-opacity : 0.8; opacity : 0.65;

}

/*___________float navigation__________*/
#n1 {
	width: 50%;
	float: left;
	display: inline;
	border: 0;
	margin: auto;
	text-align: center;
	padding: 7px 0px 7px 0px;

}

#n2 {
	width: 50%;
	float: left;
	display: inline;
	border: 0;
	margin: auto;
	text-align: justify;
	padding: 7px 0px 7px 0px;


 
}



/*          clearfix
------------------------------------------------*/

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

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