/* code for admin interface colors -- to be used if body text is a light color */
/* <<<<<<< style.css */
/*$Id: style.css,v 1.11 2009/06/23 18:03:38 jrglasgow Exp $ */
div.admin {
  padding:0;
}

div.admin-panel h3 {
  background-color:#999 !important;
}

/*=======*/
/*$Id: style.css,v 1.11 2009/06/23 18:03:38 jrglasgow Exp $ */
/* >>>>>>> 1.7 */
tr.odd, tr.even,
tr.odd a, tr.even a {
  color:black;
}

.primary li a {
  color:black;
}

.secondary li a {
  color:inherit;
}

td.active {
  background-color:inherit;
}

.form-item label {
  /*color:white;*/
}

.preview {
  color:black;
}

/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 750px;      
}

#top-container {
 /* background:#020202 url('images/top_gradient_dark.jpg') repeat-x;*/
  /*min-height:80px;*/
  min-height:120px;
  padding:0 12px;
}
#page {
   margin: 0 auto;
   width: 95%;
   background:#fff;
}

#page {
   background: url('images/page_bg_left.png') repeat-y top left;
}

#page #shadow-right {
  background: url('images/page_bg_right.png') repeat-y top right;
  padding:0 11px;
}

#page #page-bg {
  background-color:#fff;
}

#banner {
  background-color:#1c1c1c;
}

#banner p {
  padding-bottom:0.5em;
  padding-top:0.5em;
  margin:0 auto;
}

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header, #content {
  width: 100%;
}

#header a:link,
#header a:visited,
#header a:hover {
  color:#fff;
}

.sections {
  width: 100%;
  padding: 0;
}

.section {
  float: left;
}

#section1 {
  margin: 4px 0;
  padding:0 8px;
}

#section1 .block,
#section2 .block {
  padding: 8px;
}

.section.width99 {
  width: 100%;
}

.section.width49 {
  width: 50%;
}

.section.width33 {
  width: 33%;
}

.section.width24 {
  width: 25%;
}

.sections {
  width: 100%;
}

#middlecontainer {
  margin: 0 auto;
}

#sidebar-left, #sidebar-right {
  width: 210px;
  float:left;
  z-index: 2;
  position: relative;
}
#sidebar-left .block {
  padding:8px 16px;
  margin-bottom:5px;
  /*border: 1px solid #ccc;*/
}
#sidebar-right .block {
  padding:8px 10px 8px 0px;
  margin: 25px 0 5px 0;
  /*border: 1px solid #ccc;*/
}
#main {
  float: left;
  width:100%;
}

body.sidebar-left #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-right #main {
  margin-right: -210px;
  margin-left: 0;
}

body.sidebars #main {
  margin-left: -210px;
  margin-right: -210px;
}

body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 0;
  padding-left: 4px;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
  margin-left: 0;
  padding-right: 4px;
}

body.sidebars #squeeze {
  margin-left: 210px;
  margin-right: 210px;
  padding: 0 4px;
}

body.sidebars #sidebar-left {
  margin-right:0px;
}

#squeeze-content {
  padding-bottom: 15px;
}

#inner-content {
  padding: 4px 16px;
}

.node {
 /* margin: 0.5em 0 2em 0;*/
 margin: 0 0 2em 0;
}

.comment .content {
  margin: .5em 0 .5em 0;
}
.content {
  margin: 0;
}
/* typography */

body {
  font-size: 82%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 145%;
  color: #333333;
  background-color: #fff;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h4 {
  padding-bottom: 5px;
  margin: 10px 0;
  line-height:125%;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
  font-size:  100%;
}

h5, h6 {
  font-size: 90%;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
  font-size:125%;
}

#main h2.title {
   font-size: 150%;
}

.title, .title a {
  font-weight: bold;
  color: #8E6126;
  margin: 0 auto;
}
.submitted {
  color: #8E6126;
  font-size: 0.8em;
}
.links {
  color: #8E6126;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main .block h2.title {
  font-size: 125%;
}

/* elements */

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
  background: #eee;
}

tr.even {
  background: #ccc;
}

tbody {
  border: none;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.item-list ul li {
margin:0pt 0pt 0.25em 0;
}

.links {
  margin-bottom: 0;
}

.comment .links {
  margin-bottom: 0;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.clr {
  clear: both;
}

/* site logo, name, slogan */

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left;
  border: 0;
}

#top-center {
  /*background: #1C1C1C url('images/top_gradient_light.jpg') repeat-x;*/
  background:#020202 url('ELF-logo4.2.png') top left no-repeat;
  margin:0 auto;
  /*min-height:80px;*/
  height:120px;
}

#logo-title {
padding:22px 10px;
float:left;
}

#name-and-slogan {
  float: left;
  margin: 10px 22px;
  display:inline;
}

.site-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
}
a.elf-site-name {
 position: relative; 
 top: 35px;
 left: 0;
 color: #fff !important;
 font-size: 32px;
 letter-spacing: .1em;
 text-decoration: none;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  text-decoration: underline;
}

.site-slogan {
  font-size: 1.1em;
  color: #eee;
  display: block;
  margin: 0;
  padding: 0;
  font-style: italic;
}

/* search */

#search-theme-form {
  float: right;
  padding: 0.5em 0.5em 0 0.5em;
}

#search .form-text, #search .form-submit {
  /*border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;*/
}

#search .form-text {
  width: 16em;
  /*padding: 0 0.5em;*/
}

#edit-search-theme-form-1-wrapper label {
  display: none;
}

/* primary links */

#primarymenu {
  padding: 10px;
  text-align: right;
  float:right;
}

#primarymenu li {
  border-left:1px solid #fff;
  padding:0pt 0.5em 0pt 0.7em;
}

#primarymenu li.first {
  border:medium none;
}


.primary-links {
  font-size: 1.0em;
  color: #fff;
}

#secondary-links {
  background-color:#1F1F1F;
  padding:20px 0;
  text-align:center;
}

#secondary-links li.first {
  border-left:none;
}

.primary-links a,
.primary-links a:link, 
.primary-links a:visited, 
.primary-links a:hover, 
.primary-links .links {
  font-weight: bold;
  color: #fff;
}

.primary-links ul.menu {
  text-align: right;
}

.primary-links li {
  display:inline;
  list-style-type:none;
  padding:0pt 0.5em;
}

.primary-links li.first {
  border: none;
}

#primarymenu a.active, #primarymenu a.active {
  /*color:#fff;*/
  color:#ffcc00;
}
#primarymenu a {
  color:#fff;
  font-weight:normal;
  font-size:120%;
}

/* fix for white bar on homepage above suckerfish in some browsers */

#suckerfishmenu .content{margin:0px;}

/* mission statement, breadcrumbs, messages, etc. */

#mission {
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: .5em;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
  margin-left: 15px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#header .block {
  margin:0px 22px;
  color:#3f3f3f;
}

/* footer */

#footer {
  background-color: #1f1f1f;
  font-size: 0.8em;
  text-align: center;
  clear:left;
}

#footer-region {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  color:gray;
}
  
#footer-message a {
  font-weight:bold;
}
#footer .content {
   margin:0px;
}

#footer .content p {
   margin-bottom:0px;
   margin-top:0px;
}

.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #8E6126;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.poll .title {
  color:#000000;
}
/* ---------------------------------------------- */
/* --------- ELF personalizzazioni -------------- */
/* ---------------------------------------------- */
/* */
/* HOME */
/* */
a.pdf {
 padding-left: 16px;
 background: url("images/pdf.gif") top left no-repeat;
}
.colsx {
 float: left;
 width: 355px;  
 min-height: 500px;
}
.coldx {
 float: left;
 width: 570px;
 min-height: 500px;
}
.scope {
 display: block;
 margin: 10px 0 20px 0;
 font-size: 1.2em;
 color: #2C85BF;
}
.slogan {
 width: 345px;
 margin: 0;
 padding: 0; 
}
.slogancont {
 width: 345px;
 margin: 0;
 padding: 0; 
 background: url("images/slogan-content.png") top left repeat-y;
}
.slogancont h2 {
 margin: 0;
 padding-left: 14px;
 color: #FF6600 !important; 
 font-weight: bold;
}
.slogancont ul {
 margin: 0 30px;
 padding: 0;
 list-style: square inside none;
}
.slogancont ul li {
 padding-bottom: 10px;
}
.slogantop {
 width: 345px;
 height: 17px;
 margin: 0;
 padding: 0;
  background: url("images/slogan-top.png") top left no-repeat;
}
.sloganbott {
 width: 345px;
 height: 45px;
 margin: 0;
 padding: 0;
  background: url("images/slogan-bottom.png") top left no-repeat;
}
.homenu {
 margin: 0 100px 0 14px;
}
.homenu ul {
 margin: 0;
 padding: 0;
}
.homenu li {
 list-style: none inside none;
}
.homenu p {
 margin: 0;
 padding: 0;
}
.homenu h2 {
 margin: 0;
}
.homenu a {
 display: block;
 margin: 0;
 padding: 10px 0 10px 5px;
 color: #666666 !important;
 font-size: 1.1em;
 border-top: 1px solid #D1D1D1;
 border-left: 4px solid #D1D1D1;
 border-right: 1px solid #D1D1D1;
 border-bottom: 1pz solid #FFFFFF;
 background: url("images/menu-bg.png") bottom left repeat-x;
}
.homenu a:hover {
 text-decoration: none;
 border-left: 4px solid #FF6600;
 color: #333333 !important;
}
.disclaimer {
 overflow: hidden;
 margin-bottom: 20px;
}
.disclaimer div {
 float: left;
 width: 265px;
 text-align: justify;
 padding: 0 10px;
}

#lang-switcher {
  background:#020202 url('images/top_gradient_dark.jpg') center left repeat-x;
  width: 100%;
  min-height:18px;
  margin: 0 auto;
  padding: 0;
}
#lang-switcher div {
  float: right;
}
#lang-switcher UL {
  margin: 0;
}
#lang-switcher UL LI {
  display: inline;
  list-style: square outside none;
  margin: 0px 3px;
}
.clear {
  clear: both;
}
/* */
/* Google Translator Block */
/* */
#google_translator_block {
  height: 35px;
  text-align: right;
  padding: 0 20px 0 0;
  background: #6C8292 url('images/top_gradient_dark.jpg') center left repeat-x;
}
#google_translator_block .goog-te-gadget, #google_translator_block .goog-logo-link {
  color: #FFFFFF;
}
/* */
/* Lista partners */
/* */
img.flag {
  margin: 0 10px 0 0;
  vertical-align: middle; 
}
.boxsx {
  float: left;
  width: 400px;
  margin: 0;
  padding: 5px;
  text-align: justify;
}
.boxdx {
  float: left;
  width: 200px;
  margin: 0;
  padding: 5px;
  border-left: 1px solid #6C8292;
}
.highlight {
  display: block;
  font-size: 1.3em;
  background-color: #E7E7E7;
  border-bottom: 1px solid #CECECE;
}
.highlight:hover {
  text-decoration: none;
}
/* */
/* Table meeting */
/* */
div.view-meeting-list div.view-content div.views-row {
  margin-bottom: 20px;
}
span.meetingdate {
  font-size: 1.2em;
  color: green;
}
span.meetingdate em {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}
table.meeting {
  width: 100%;
  margin: 10px 0 0 0;
}
table.meeting th {
  color: #FF9900;
}
table.meeting tr.alter {
  background-color: #F5F5E9;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}
table.meeting td.data {
  width: 15%;
}
table.meeting td.item {
  width: 65%;
}
table.meeting td a.ppt {
  padding-left: 25px;
  background: url('images/slideshare-icon.png') top left no-repeat;
  color: green;
}
/* */
/* Table associated partners */
/* */
table.associated {
  border-collapse: inherit;
  border-spacing: 0 20px;
}
table.associated td.nation {
  width: 10%;
  font-size: 1em;
  color: #880000;
}
table.associated td.flag {
  width: 5%;
}
table.associated td.asso {
  width: 80%;
  padding-left: 5px;
  border-left: 1px solid #880000;
  font-weight: bold;
}
table.associated td.asso span {
  font-size: .9em;
  font-weight: normal;
}
table.associated td ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
/* */
h1.elf-title,h3.rbox {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    color: #FF9900 !important;
    letter-spacing: .1em;
    font-size: 1.3em;
    font-weight: normal;
    background: url("images/h1-sf.png") repeat-x scroll center top #FFFFFF;
    padding: 0 0 2px 10px;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    margin-bottom: 0;
}
h3.rbox {
    color: green !important;
}
.box_home {
    min-height: 500px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.box_content {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    min-height: 380px;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    color: #000000;
    margin: 0;
    padding-bottom: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.box_content em {
  color: #6C8292;
  font-style: normal;
  font-weight: bold;
}
.extlink {
  background: url("images/icon-externalLink.jpg") top right no-repeat;
  padding-right: 17px;
}
#content-inside {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
/* */
/* LOGIN FORM */
/* */
#elf-login-box { text-align: right;padding: 10px;}
#elf-login-box a {color: #FFF;}
#user-login-form label, #user-login-form input, #user-login-form .form-item, #edit-name, #edit-pass { display : inline; } 
#block-user-0 h2, #user-login-form .item-list { display : none; }
#user-login-form { text-align : right; }
#user-login-form input { font-size : 0.8em; }
.form-submit, #edit-submit {      /* puts the login button right under the password field */
  margin-top:0;
}
