/* CSS */

* {margin: 0px;
   padding: 0px;
}

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	/*background-color:#1e374f;*/
	background-color:#000;
	background-image:url(../images/ombrasito.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
	width:960px;
    margin-left: auto;
    margin-right: auto;

}

#header {
	height: 155px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
    margin-right: auto;
}

#linkbar {
	background-image: url(../images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	margin-left: auto;
    margin-right: auto;
}

#left {
	background-image: url(../images/content_top_bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_left {width: 100%;}

#sub_right {width: 100%;}

#right {
	position: absolute;
	top: 23px;
	width: 300px;
	height: 300px;
	z-index:1000;
	right:15%;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2.8em;
	padding-top: 50px;
	padding-left: 50px;
	color: #000000;
	font-style: italic;
	font-weight: bold;

}

h2 {
	font-size: 1.7em;
	padding-left: 50px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}


a:link {
	color: #375879;
	text-decoration: none;
	font-weight: normal;
}     /* unvisited link */
a:visited {
	color: #375879;
	text-decoration: none;
	font-weight: normal;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}   /* mouse over link */
a:active {
	color: #375879;
	text-decoration: none;
	font-weight: normal;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #333333;
}

.articologiornale {
	line-height: 21px;
	font-weight: normal;
}

.articologiornale2 {
	line-height: 21px;
	font-weight: normal;
	font-size: 16px;
}

/*.transparent_class {
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.notransparent_class {
	width:55px;
	height:74px;
}*/

/* 
	PERSONALIZZAZIONE PAGINE  TRAMITE CODIFICAZIONE DEI TAG PROPERTY 
*/
.10px {
	font-size: 10px;
}

.12px {
	font-size: 12px;
}
	
.14px {
	font-size: 14px;
	text-align: left;
}

.16px {
	font-size: 16px;
}

.em08 {
	font-size: 0.8em;
}

.em09 {
	font-size: 0.9em;
}

.em13 {	
	font-size: 1.3em;
}

.em16 {	
	font-size: 1.6em;
}

.bold {
	font-weight: bold; 
}

.Italico {
	font-style: italic;
}

.Narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
}

.Verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.Nero {
	color: #000000;
}

.Rosso {
	color: #FF0000;
}

.Bordeaux {
	color: #990000;
}

.Bianco {
	color: #FFFFFF;
}

#footer a:link {
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}     /* unvisited link */
#footer a:visited {
	color: #375879;
	text-decoration: none;
	font-weight: normal;
}  /* visited link */
#footer a:hover {
	color: #333333;
	text-decoration:overline;
	font-weight: normal;
}   /* mouse over link */
#footer a:active {
	color: #375879;
	text-decoration: none;
	font-weight: normal;
}   /* selected link */

.copyright {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}   

.menubottomitem{ 
	position:fixed relative; 
	bottom:0px; 
	display:inline-block;
}