/***********************************************
 * Studio Lovotrico
 * www.studiolovotrico.net
 * info@studiolovotrico.net
 * Copyright: Guillermo Lovotrico
 * All right reserved
 ***********************************************/
/* ---- layout 3 colonne ---- */
div#nav {
    float: left;
    width: 230px;
	position:relative;
}

div#extra {
    float: right;
    width: 15em;
	padding-top: 0.5em;
	padding-right: 3px;
	background: #fff;
	color:#333;
	z-index: 1;
} * html div#extra {
	position:absolute; 
	top:180px; 
	right:0;
	}

div#main {
    margin: 0em 15.5em 0em 19em;
	padding: 0.5em;
    border-right: dotted 1px #ccc;
	min-height: 550px;
	z-index: 1;
}

/* --------------------------- */
body {
    margin: 5px;
    padding: 0px;
    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	color: #333;
	background: #222;
}

h1, h2, h3 {
    margin: 0em 0em 0.5em;
    padding: 0em;
}

h1 {
    font-family: "Bodoni MT Black", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
    font-style: italic;
}

a:hover {
	color: #b00;
}
.anchor {
	color: inherit;
	text-decoration: inherit;
}
.anchor:hover {
	color: #b00;
}

/* container */
div#container {
    position: relative;
    min-width: 980px;
	background: url(../images/bg_h_02.png) left top repeat-y #fff;
}

/* header */
div#header {
    height: 140px;
    background: #ccc url(../images/bg_h_03.png) left top repeat;
    position: relative;
}

div#header-img {
    float: left;
    width: 140px;
    height: 140px;
    border: none;
    margin: 0px;
    padding: 0px;
    background: #ccc ;
	position: absolute;
	top:0;left:0;
	z-index: 99;
}

div#header-img img {
    width: 140px;
    height: 140px;
    margin: 0px;
    padding: 0px;
    border: none;
	z-index: 99;
}

div#header-banner {
	position:absolute;
    float: right;
    width: 850px;
    height: 140px;
	right: 0px;
    border: none;
    margin: 0px 0px 0px 80px;
    padding: 0px;
    background: #bbb url(../images/bg_h_04.png) left top repeat-y;
}

div#header-extra {
    float: right;
}

#txtsearch {
    border: solid 1px #444;
    background: inherit;
    padding: 0.2em;
}

/* menu */
div#menu {
	height: 40px;
	line-height: 40px;
	background: #222 url(../images/menu03.jpg) bottom  ;
	color: #fff;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}
div#menu ul {
	margin:0em 10px 0em 0em;
	padding:0em;
	height: 40px;
	line-height: 40px;
	list-style: none;
	
}
div#menu ul li {
	float: right;
	position: relative;
	display: block !important;
	display: inline;
	padding:0px;
	margin: 0px;
	background: url(../images/menu-sep.jpg) no-repeat center left;
}
div#menu ul li a {
	color: #fff;
	display: block !important;
	text-decoration: none;
	padding: 0px 8px;
}
div#menu ul li a:hover{
	background: #000 url(../images/menu00.gif) bottom  ;
	color: #f00;
}
div#menu ul ul {
	display: none;
	position: absolute;
	right: -10px;
	top:35px;
	width: 230px;
}
div#menu ul li ul li {
	float: none;
	background:#eee;
	height: 25px;
	line-height: 25px;
	width: 230px;
	border-collapse:collapse;
	border: dotted 1px #ccc;
	z-index: 100 !important;
	margin:  0em;
	padding:0px;
}
div#menu li li a {
	color: #444;
	padding: 0px 3px;
	height: 26px;
}
div#menu li li a:hover {
	background: #f00;
	color: #fff;
}
div#menu ul li:hover ul {
	display: block;
	z-index: 100 !important;
}


/* menu verticale */
div#menuV {
	padding:0px;
	margin:0px;
}
div#menuV ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
div#menuV  ul ul {
	position: absolute;
	display: none;
	left: 230px;
	top:0em;
	background: #eee;
	color:#444;
}
div#menuV ul li {
	position: relative;
	width: 230px;
	background: #ccc;
	margin:0px 0px -3px 0px;
	padding:0px;
 	border-collapse:collapse;
	border: solid 1px #aaa;
	height: 33px;
	line-height: 33px;
	display:block;
}
div#menuV li li {
	height: 24px;
	line-height: 24px;
}
div#menuV ul li a {
	display:block;
	margin:0px;padding:0px 0.5em;
	text-decoration: none;
	background: #222 url(../images/menu02.jpg) bottom  ;
	color: #999;
}
div#menuV li li, div#menuV li li a {
	background: #eee;
	color:#444;
}
div#menuV li a:hover {
	background: #222 url(../images/menu00.gif) bottom  ;
	color: #f00;
}
div#menuV li li a:hover  {
	color: #fff;
	background: #e00;
}

	
/* footer */
div#footer {
    clear: both;
    position: relative;
    bottom: 0px;
    height: 90px;
    background: #000 url(../images/menu02.jpg) left -28px repeat-x;
    border-top: solid 1px #f00;
    color: #aaa;
	padding: 15px;
	font-size: 7pt;
}

div#footer a {
	color:#bbb;
	text-decoration: none;
}
div#footer a:hover {
	color:#900;
}

/* pages */
div#pages h2 {
    border-top: dotted 1px #ccc;
    padding-top: 0.5em;
}

/* news */
div#box-news {
	height: 300px;
	overflow: auto;
	border: solid 1px #900;
	padding: 0.5em;

}
div#box-news, div#box-news h4 {
	font-size: 8pt;
}
.box-modifica {
	background:#600;
	padding:0.5em;
	border:solid 1px #300;
	text-align:center;
	margin: 1em 0em;
	font-size: 8pt;
} 
.box-modifica a {
	color:#fff;
}
.box-modifica a:hover {
	color: #ff0;
}
.articolo-autore-data{
	float:right;
	font-size: 8pt;
}
.box-intestazione-articolo {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	background: #eee;
	padding: 0.5em;
	margin: 0.5em 0em;
}

