/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Stefano Maccarelli
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family:  helvetica neue, arial, sans-serif;
background: #111 url('red-cross.gif') fixed; color: #ddc; 
font-weight:200; line-height:14px; letter-spacing:0.01em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a {font-style italic;}
a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #777;}
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: none; background: #000; color: #666;}

a img { border: none; }

#undermenu{
position:fixed;
    width: 215px;
 height: 100%;
    top: 0;
    bottom: 0;
    left: 0;

    border-left: 10px solid #0dd;
background: #171717;

z-index:-30;
}


#menu {
//position:fixed;
    width: 215px;
 //  overflow: auto;
    top: 0;
 //   bottom: 0;
    left: 0;
// height: 100%;
//    border-left: 10px solid #0dd;
//background: #171717;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

li{
/*	list-style-type: inherit;
	list-style-image: url(lidot.gif);
	list-style-position: outside;
*/
}

#menu ul li.section-title { font-weight:900; list-style: none;}

#content {
position:absolute;
 //   height: 100%;
 //   margin: 0 0 0 215px;
    top: 0;
left: 225px;

letter-spacing:0.05em;
}


.container {
    padding: 50px 25px 25px 25px;
}

///#content p:hover { background: #0dc; }

#content p { width: 400px; margin-bottom: 9px; background: #000;}

#content p a {padding: 0px 3px 0px 3px}
#content p a:hover{ color:#0dc; background:#000}
#content p a{ color:#000;background:#0dc}

#content .nav:hover {background:#000;}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#footerlink{
position: fixed;
bottom: 5px; left:35px;
color: 0dd;
}

#titolo { font-size:12px; background:#000;  color:#f01030; font-weight:400; }
#titolo:hover { background:#f01030; color:#000; }

.nav a:link {color: #777;}
.active a {background:#f01030; color:#000; padding-right:2px;}

.titolonews{
font-size:16px;
color:#f01030;
line-height: 24px;
}

.boxnews{
margin-top:-10px;
background:#000;
}

#content .boxnews p{background:#000;}