/*
Design by FedeSib
http://www.ditos.it
Released for free under a Creative Commons Attribution 2.5 License
*/

/*Body*/

body {
	background: #FFFFFF;
	font-family: "Lucida Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #666666;
	margin-top: 30px;
}

h1, h2, h3 {
	font-weight: bold;
	color: #666666;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em; /*era 0.875em*/
	line-height: 130%;
}

p, blockquote, ul, ol {
	margin-top: 0px;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #8dbf0e;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff8c12;
}


/*Container*/

#container {
    width: 850px;
	margin: 0px;
	padding: 0px;
}

.changer{
	margin-left: 550px;/*640px195px*/
	font-size: 11px;
	/*padding-top: -25px;;float: right;*//*vertical-align: -25%;*/
}

/* Header */

#header {
	width: 850px;
	height: 180px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background: url(../images/logoAheadGlitter.gif) no-repeat left;
}


/* Logo */

#logo {
	float: left;
    width: 35%;
	padding: 0px;
}

#logo img{
	display: none;
}

#logo h1{
	display:none;
}


/* Menu  3 senza immagini */

#menu3 { 
    float: right;
    width: 64%;
    margin:74px 0px 0px 0px;
    padding: 0px;
	border-bottom: medium solid #ff8c12;
}

#menu3 ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu3 li {
	display: inline;
}

#menu3 a {
	float: left;
	display: block;
	margin-left: 1px;
	padding: 2px 10px 2px 10px;
	background:#eeeeee; 
	border:1px solid #999999;
	border-bottom: none;
	margin-top:3px; 
	text-align:center; 
	text-decoration:none; 
	color:#555555; 
	line-height:18px;
	overflow: hidden;
}

#menu3 a:hover {
	color:#fff;
	background:#999999;
	display: block;
}

#menu3 #current a {
	padding: 3px 10px 2px 10px;
	background:#ff8c12;
	display: block;
}

/* fine menu3 - nuovo e senza immagini */


/* Content */

#content {
	width: 765px;
	margin: 10px 0px 70px 115px;
}

/* Welcome */

#welcome {
	float: left;
	width: 425px;
    margin: 10px 0px 70px 0px;
    /*border-bottom: 1px dashed #CCCCCC;*/
}

#welcome h2 {
    border-bottom: medium solid #cccccc;
}

#welcome h2 a{
	color: #666666;
}

#welcome h3 a{
	color: #666666;
}

#welcome ul {
	margin-left: 15px;
	padding-left: 20px;
	list-style-type: disc;
	list-style-image: url(../images/img05.gif);
}
#welcome li{
	padding-left: 10px;
}
#welcome ul  ul{
	list-style-type: disc;
	list-style-image: url(../images/img06.gif);
}

#welcome .more {
	padding-top: 3px;
    padding-bottom: 15px;
	border-top: 1px dashed #CCCCCC;
    text-align: right;
}

#welcome .more a {
	padding-right: 15px;
	background: url(../images/img05.gif) no-repeat right center;
}

/* News */

#news {
	float: right;
	width: 280px;
	margin-bottom: 70px;
    margin-top: 10px;
}

#news h2 {
    border-bottom: medium solid #8dbf0e;
    text-align: right;
}

#news h3 {
	font-size:1em;
	margin-top: 0px;
	line-height: 180%;
	text-align: justify;
	padding-left: 15px;
	background: url(../images/img04.gif) no-repeat left center;
}

#news ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-image: url(../images/img04.gif);
	line-height: 150%;
}
#news li{
	padding-left: 10px;
	margin-bottom: 10px;
}

#news .lined {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 15px;
	/*border-bottom: 1px dashed #CCCCCC;*/ /*tolgo bordo se 1 sola notizia*/
}

#news .more {
	margin: 0px;
	padding: 0px;
	border: none;
}

#news .more a {
	padding: 0px 0px 0px 15px;
	background: url(../images/img05.gif) no-repeat left center;
}

/*static footer per funding ecc*/
#funding {
	clear: both;
	width: 765px;/*765px in originale*/
	margin: 10px 0px 0px 115px;/*115px in originale*/
	padding: 0px;
	border-top: solid medium #cccccc;
}
#funding p{
	font-size: 11px;
}
#lfunding{
	float: left;
	width: 475px;
	margin: 0px;
	padding: 0px;
	
}
#sfooter {
	float:left;
	width: 340px;
	margin-top: 5px;
	padding: 0px;
}
#cfooter {
	float: right;
	width: 132px;
	height: 75px;
	margin-top: 5px;
	padding: 0px;
	background: url(../images/FP7coopEUrid2.jpg) no-repeat center;
}

#cfooter p{
	display: none;
}


#contact {
	float: right;
	margin-top: 5px;
	padding: 0px;
}
/* Footer */

#footer {
    clear: both;
	width: 765px;
    margin: 10px 0px 0px 115px;
	padding: 0px;
    /*border-top: solid medium #ff8c12;
        background: #ffcc00;*/
}

#footer p {
	margin: 1px;
	line-height: normal;
	font-size: 10px;
	color: #bbbbbb;
}

#footer a {
	color: #bbbbbb;
    text-decoration: none;
}

#footer a:hover {
	color: #666666;
}


.credits{
    text-align: right;
    border-bottom: solid medium #ff8c12;
}

.privacy{
    text-align: right;
}

#copy{
    float: left;
    width: 50%;
}
