/*
 Theme Name:BuddyPress Default
 Theme URI:http://buddypress.org/extend/themes/
 Description:The default theme for BuddyPress.
 Version:1.2.5.2
 Author:BuddyPress.org
 Author URI:http://buddypress.org
 Tags:buddypress,two-columns,custom-header,white,blue

 ** IMPORTANT - DO NOT COPY THIS THEME **
 If you want to make a custom theme based on this theme,DO NOT copy and edit it. By
 doing this you will make upgrades and maintainence much harder for yourself.
 Instead,please read this codex page on how to build a BuddyPress child theme:http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
 */

/***
 * The default theme styles.
 */
@import url(_inc/css/default.css);

/***
 * The admin bar default styles
 */
@import url(_inc/css/adminbar.css);

@font-face {
  font-family: League-Gothic;
  src: url("font/leaguegothic.eot");
}
@font-face {
  font-family: League-Gothic;
  src: url("font/leaguegothic.ttf");
  /* non IE */
}
@font-face {
  font-family: handsean;
  src: url("font/handsean.eot");
}
@font-face {
  font-family: handsean;
  src: url("font/handsean.ttf");
  /* non IE */
}
#wp-admin-bar {
  display: none;
}
a {
  color: #479fcd;
}
html {
  background: url(img/sfondobody.png);
}
body {
  background: url(img/sfondoheadernew.png) no-repeat;
  width: auto;
  min-width: none;
  max-width: none;
  font-size: 62.8%;
}
.nojs,
.js {
  display: none;
}
img {
  -ms-interpolation-mode: bicubic !important;
}

hr {
  height: 2px;
  background-color: #666;
  margin-left: 5px;
  margin-bottom: 5px;
}
#wrapper {
  margin: 0 auto;
  width: 1036px;
  background: url(img/sfondobody.gif);
  position: relative;
}
#header {
  background: url(img/sfondoheader.png) no-repeat !important;
  height: 156px;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
}
#language {
  position: absolute;
  left: 490px;
  padding: 5px 0 0 0;
  border-left: 1px dotted #ccc;
  color: #e5e5e5;
  z-index: 200;
}
#language span {
  color: #ccc;
  font-family: Georgia, serif;
  font-style: italic;
  display: block;
  padding-left: 10px;
}
#language a {
  color: #999999;
  text-decoration: none;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  padding: 0 10px 0 10px;
}
#language a:hover,
#language a.selected {
  color: black;
}
#logo {
  width: 478px;
  height: 156px;
}
#logo img {
  margin-left: 90px;
  position: relative;
  top: 0px;
}
#nav {
  height: 40px;
  padding-top: 10px;
  width: 570px;
  position: relative;
  top: 55px;
  left: 478px;
}
#nav li {
  font-family: League-Gothic, Impact;
  font-size: 2.9em;
  color: #333;
  text-transform: uppercase;
  margin-left: 11px !important;
  padding-bottom: 7px;
  padding-top: 10px;
}
#nav li.selected {
  border-bottom: 2px solid #000;
}
#nav a {
  background: none !important;
  color: #333 !important;
  padding: 0px !important;
}
#nav a:hover {
  color: #888 !important;
}
#nav li:hover {
  border-bottom: 2px solid #888;
}
#container {
  background: url(img/logosx.png) no-repeat 0 40px !important;
  border: none !important;
  clear: both;
}
/*#centro{margin-bottom:24px;}*/
#centro {
  width: 1036px;
  position: relative;
}
#library_in_evidence {
  position: absolute;
  top: 118px;
  right: 320px;
  z-index: 200;
  height: 90px;
  background: url(img/download-early-manual.png) top right no-repeat;
  width: 622px;
}

#library_in_evidence:hover {
  top: 100px;
  height: 108px;
  background: url(img/download-early-manual-hover.png) top right no-repeat;
}
#library_in_evidence_shadow {
  height: 40px;
  width: 482px;
  background: url(img/download-shadow.png) 466px bottom no-repeat;
  padding: 50px 0 0 110px;
}
#library_in_evidence_shadow:hover {
  height: 40px;
  padding: 68px 0 0 140px;
}
#library_in_evidence a {
  display: block;
  font-family: handsean;
  text-decoration: none;
  font-size: 16px;
  color: #81817f;
}
#library_in_evidence.tech {
  background-image: url(img/download-technical-manual.png);
}
#library_in_evidence.tech:hover {
  background-image: url(img/download-technical-manual-hover.png);
}
#library_in_evidence.intersectorial {
  background-image: url(img/download-intersectorial-manual.png);
}
#library_in_evidence.intersectorial:hover {
  background-image: url(img/download-intersectorial-manual-hover.png);
}
#content {
  background-color: #fff;
  width: 622px !important;
  border: 1px solid #d8d9d7;
  -moz-border-radius-bottomleft: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  margin-left: 94px;
  margin-top: 40px;
  min-height: 444px;
  border-bottom: 3px solid #000;
  margin-bottom: 24px;
  padding-right: 0px;
}
#content1234 {
  background-color: #fff;
  width: 100%;
  border: 1px solid #d8d9d7;
  -moz-border-radius-bottomleft: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  margin-left: 94px;
  margin-top: 40px;
  min-height: 444px;
  border-bottom: 3px solid #000;
  margin-bottom: 24px;
  padding-right: 0px;
}
#content .padder {
  width: 582px;
  margin-right: 0px !important;
  border: none !important;
  padding: 10px !important;
}
.members #content .padder {
  padding: 0px !important;
}
.forums #content .padder {
  padding: 0px !important;
}
#contentArticolo,
#contentPagina,
#contentCompany {
  background-color: #fff;
  width: 698px !important;
  border: 1px solid #d8d9d7;
  -moz-border-radius-bottomleft: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  margin-left: 94px;
  margin-top: 40px;
  min-height: 444px;
  border-bottom: 3px solid #000;
  margin-bottom: 24px;
  float: left;
}
#contentCompany {
  width: 622px !important;
}
#contentArticolo .padder {
  width: 658px;
  margin-right: 0px !important;
  border: none !important;
  position: relative;
  padding: 20px 0 0 !important;
}
#articles .post-content {
  margin-left: 0;
  padding: 17px 70px 30px;
  color: #222;
  padding-right: 20px;
}
#articles .posttitle {
  font-family: League-Gothic, Impact;
  text-transform: uppercase;
  color: #333;
  font-size: 3.9em;
  margin-top: 20px;
  text-align: center;
  line-height: 1em;
}
#articles a {
  text-decoration: none;
}
#articles p.date {
  margin: 3px auto 10px;
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#articles .entry {
  padding-top: 20px;
}
#sidebar {
  margin-left: 20px !important;
}
#sidebarHome {
  float: left;
  height: 489px;
  margin-left: 15px;
  width: 300px;
  background: url(img/logoside.png) no-repeat;
  position: relative;
}
#sidebarHome img {
  margin-top: 476px;
  margin-left: 55px;
}
#login a {
  text-transform: uppercase;
  text-decoration: none;
  /*font-weight:bold;*/
  font-size: 2em;
  font-family: League-Gothic, Impact;
  padding-left: 9px;
}
#login {
  background-color: #f0f1ed;
  width: 60px;
  height: 45px;
  margin-left: 59px;
  padding-top: 15px;
  padding-left: 5px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
}
#logo #immaginelog {
  width: 60px;
  height: 60px;
  margin: 0px !important;
  float: left;
}
#immaginelog img {
  margin: 0px !important;
}
#featured {
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
#lastNews {
  height: 335px;
  margin-left: 94px;
}
#lastMembers,
#lastEvents,
#lastForums {
  float: left;
  background-color: #fff;
  width: 300px;
  height: 335px;
  border-bottom: 3px solid #000;
  overflow: hidden;
}
#lastEvents p {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #bbb;
}
#ourMission {
  float: left;
  background: url(img/fumetto.png) no-repeat;
  width: 295px;
  height: 335px;
  border-bottom: 3px solid #c4c4c0;
}
#lastMembers,
#lastEvents,
#lastForums {
  margin-right: 23px;
}
#more_topics {
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  font-weight: bold;
}
#lastMembers span,
#lastEvents span,
#ourMission span,
#lastForums span {
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: #000;
}
#lastMembers .last,
#lastEvents .last,
#ourMission .last,
#lastForums .last {
  color: #666;
}
#lastMembers .titolo,
#lastEvents .titolo,
#lastForums .titolo {
  height: 32px;
  background: url(img/bordo.png) no-repeat bottom;
  padding-left: 15px;
  padding-top: 12px;
  text-transform: uppercase;
  position: relative;
}
#ourMission .titolo {
  height: 32px;
  padding-left: 15px;
  padding-top: 12px;
  text-transform: uppercase;
}
#sloganMission {
  margin-top: 30px;
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 1.8em;
  color: #000;
  line-height: 1.4em;
}
#more {
  padding-left: 45px;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
}
#more a {
  text-decoration: none;
  font-weight: bold;
}
#autore {
  height: 595px;
  width: 240px;
  margin-left: 793px;
  background: url(img/aboutheauthor.png) 0px 100px no-repeat;
}
#autore img {
  border: 2px solid #3d8ab4;
  margin-left: 15px;
  display: block;
  float: none;
}
#nome {
  width: 200px;
  height: 29px;
  background: url(img/etichettaautore.png) no-repeat;
  position: relative;
  top: -31px;
  left: 17px;
  text-align: center;
  padding-top: 5px;
}
#nome a {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 5px 3px 5px;
  letter-spacing: 2px;
}
#autore .author-box {
  height: 350px;
  padding-top: 157px;
}
#autore p {
  margin-left: 20px;
  font-size: 1.3em;
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
}
#footer {
  background: url(img/bordofooter.png) repeat-x;
  background-color: #666;
  margin-top: 60px;
  height: 184px;
  padding-left: 94px;
  text-align: left;
}
#logofooter {
  width: 302px;
  height: 184px;
  float: left;
  background: url(img/bordosocial.png) repeat-y right 30px;
}
#social {
  width: 302px;
  height: 184px;
  float: left;
  background: url(img/bordosocial.png) repeat-y left 30px;
}
#logofooter {
  background: url(img/bordosocial.png) repeat-y 321px 30px;
  padding-right: 20px;
}
#footer a {
  text-decoration: none;
}
#footer p {
  color: #ccc;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  text-align: left;
  text-shadow: none;
  padding-left: 7px;
  padding-top: 7px;
  font-size: 1.1em;
  line-height: 1.3em;
}
#twitter,
#facebook,
#mail {
  height: 25px;
  margin-top: 12px;
  padding-top: 7px;
}
#twitter span,
#facebook span,
#mail span {
  margin-left: 45px;
}
#twitter {
  background: url(img/twitter.png) no-repeat 0px 7px;
}
#facebook {
  background: url(img/facebook.png) no-repeat 5px 7px;
}
#mail {
  background: url(img/mail.png) no-repeat 3px 7px;
}
#facebook {
  margin-top: 8px;
}
#mail {
  margin-top: 8px;
}
#social {
  padding-top: 20px;
  padding-left: 20px;
  height: 164px;
  width: 230px;
}
#partners {
  padding-top: 20px;
  padding-left: 20px;
  height: 164px;
  width: 262px;
  margin-right: 19px;
  margin-top: -3px;
  float: left;
}
#partners td {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-size: 1em;
  text-shadow: none;
  padding-top: 10px;
  padding-left: 10px;
  margin: 0px;
  width: 100px;
}
#partners tr {
  border-bottom: 1px solid #999;
  padding: 0px;
  margin-left: 20px;
}
table {
  margin-left: 20px;
  margin-right: 0px;
  margin-top: 8px;
}
#partners .projectpartners td {
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 1.3em;
  text-shadow: none;
  font-style: italic;
  padding-bottom: 3px;
}
#partners .projectpartners {
  border: none;
}
.linkpartner a {
  text-decoration: none;
}
#footer .linkpartner a:hover {
  color: #fff;
}
table tr td,
table tr th {
  padding: 0px;
}
#social span {
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 1.3em;
  line-height: 1.3em;
  text-shadow: none;
  font-style: italic;
}
#wrapper2 {
  background: url(img/sfondowrapper2.png) repeat-x bottom;
}
#blog-latest .posttitle {
  font-family: League-Gothic, Impact;
  text-transform: uppercase;
  color: #333;
  font-size: 3.9em;
  margin-top: 20px;
  text-align: center;
  line-height: 1em;
}
.post h1.pagetitle a,
.post h1.posttitle a {
  color: #333;
  font-weight: normal;
  /*font-size:1.8em;*/
}
#blog-latest a {
  text-decoration: none;
}
#blog-latest .author-box {
  background: none;
  margin: 0;
  padding: 0;
  margin-left: 1px;
}
#blog-latest .author-box img {
  border: 1px solid #000;
}
#blog-latest .post-content {
  text-overflow: ellipsis;
}
.post div.post-content {
  margin-left: 83px;
}
#featured span {
  float: left;
  margin-right: 10px;
}
#lastposts {
  list-style: none;
}
#lastposts li {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#lastposts li a {
  display: block;
  width: 8px;
  height: 8px;
  background: url(img/pallino.png) no-repeat;
}
#lastposts li a.selected {
  background: url(img/pallinonero.png) no-repeat;
}
.entry {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  line-height: 1.8em;
  font-size: 1.1em;
  text-overflow: ellipsis;
  color: #222;
}
#contentpagina #blog-page .entry p {
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  line-height: 1.8em;
  font-size: 1.1em !important;
  text-overflow: ellipsis;
}
.by {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}
.by span {
  font-family: Times;
  font-style: italic;
  font-size: 1.5em;
}
.by em {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
}
.by a {
  font-size: 1.2em;
}
.post p.date {
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  color: #888888;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 1em;
  margin: 10px 0;
  margin-left: 185px;
  padding: 3px 0;
  width: 130px;
  text-align: center;
  margin-top: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.post p.postmetadata,
div.comment-meta,
div.comment-options {
  border: none;
}
.post .comments {
  float: left;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size: 1.1em;
}
.post ol {
  list-style: disc;
}
#blog-page .post {
  padding-left: 55px;
  padding-right: 55px;
}
#blog-page .pagetitle {
  border-bottom: 2px solid #666;
  text-transform: uppercase;
  font-weight: normal;
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 9px;
  padding-top: 6px;
  margin-bottom: 10px;
}
#lastMembers #members-list li {
  padding-left: 13px;
  height: 66px;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
}
#lastMembers #members-list li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
#members-list li,
#forums-list li,
#groups-list li {
  border: none;
  background: url(img/bordomember.png) no-repeat bottom;
  height: 167px;
}
#members-list li {
  height: inherit;
  height: 1%;
}
#groups-list li {
  height: none;
  height: 1%;
}
#forums-list li {
  height: inherit;
  padding: 20px 20px 30px 20px;
  position: relative;
  height: 47px;
}
#forums-list li a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  text-decoration: none;
}
#forums-list li .by {
  font-family: Times;
  font-size: 1.5em;
  font-style: italic;
  margin-top: 2px;
  text-align: left;
}
#forums-list li .by em a {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}
#forums-list li .freshness a {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-size: 1em;
}
body.members #members-list .avatar {
  width: 125px;
  height: 125px;
  margin-top: 20px;
  margin-right: 20px;
}
body.members #members-list .item {
  padding-top: 23px;
}
#members-list .action {
  display: none;
}
#datimembers {
  width: 393px;
  height: 125px;
  margin-top: 0px;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#datimembers a {
  text-decoration: none;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
}
#datimembers .titmember {
  width: 100px;
  letter-spacing: 0px;
}
#datimember {
  width: 393px;
  height: 150px;
  margin-top: 0px;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#datimember .contmember {
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
#datimember a {
  text-decoration: none;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
}
#datimember .titmember {
  width: 100px;
  letter-spacing: 0px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
.titmember {
  font-size: 1.2em;
  font-style: italic;
  font-family:
    Times,
    Times New Roman,
    serif;
  color: #666;
  text-transform: none;
}
#allegato {
  width: 70px;
  text-align: center;
}
#iconaallegato {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 7px;
}
#articlesofthesameauthor {
  margin-left: 18px;
  width: 200px;
  height: 200px;
  background: url(img/logomini.png) bottom left no-repeat;
  display: none;
}
#articlesofthesameauthor img {
  border: none;
  margin-left: 0px;
}
#readmore {
  margin-left: 295px;
}
#readmore a {
  text-decoration: none;
  font-size: 1.1em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-align: center;
}
.occhiello {
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 1.7em;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.occhiello p:first-letter {
  font-size: 1.2em;
}
#search-terms {
  width: 150px;
  height: 15px;
  border: 1px solid #dcdcdc !important;
  -moz-border-radius: 0px !important;
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  color: #ccc;
}
#header #search-bar .padder {
  padding: 0px;
}
.head {
  min-height: 100px;
  background: url(img/bordoarticoli.png) bottom no-repeat;
  margin-bottom: 25px;
  margin-left: 5px;
  padding-bottom: 30px;
}
.head p {
  margin-left: 80px;
}
.head .date {
  text-transform: uppercase;
  padding-bottom: 4px;
  color: #666;
  font-size: 1.1em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
.head .titolo {
  font-family: League-Gothic, Impact !important;
  text-transform: uppercase;
  color: #333;
  font-size: 3em !important;
  margin-top: 10px;
  line-height: 1em;
  padding: 0px !important;
}
.head a {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
}
.head .autore {
  margin-top: -10px;
}
.head .autore span {
  font-size: 1.3em;
  font-style: italic;
  font-family:
    Times,
    Times New Roman,
    serif;
  color: #666;
}
.head .autore a {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1em;
  color: #3a8ca5;
  margin-left: 5px;
}
#menu {
  height: 280px;
  width: 230px;
  margin-left: 803px;
  padding-top: 77px;
}
#menu li {
  border-bottom: 1px solid #fff;
  width: 203px;
  height: 30px;
  margin-left: 10px;
  padding-top: 15px;
}
#menu li.selected a {
  color: #000;
}
#menu a {
  text-decoration: none;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 2px;
  padding-left: 10px;
}
#lastarticles {
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 10px;
  padding-top: 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}
#nextevents {
  font-family: League-Gothic, Impact;
  font-size: 2.6em;
  color: #666;
  padding-left: 0px;
  margin-left: 0px;
  padding-bottom: 7px;
  padding-top: 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
  width: 893px;
}
#eventi p {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #bbb;
}
#communitymembers {
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
}
#communitymembers #members {
  color: #000;
}
#blog-page ul {
  margin-top: -35px;
}
#menuarticoli {
  float: left;
  height: 395px;
  margin-left: 0;
  width: 240px;
}
#hottopics {
  height: 250px;
  margin-top: 118px;
  border: 1px solid transparent;
}
#hottopics ul {
  margin-left: 23px;
  margin-top: 20px;
}
#hottopics li {
  margin-bottom: 5px;
  color: #469fcc;
  font-size: 11px;
}
#hottopics a {
  text-decoration: none;
}
#archive {
  height: 190px;
  border: 1px solid transparent;
}
#archive ul {
  margin-left: 23px;
  margin-top: 20px;
}
#archive li {
  margin-bottom: 5px;
  color: #469fcc;
  font-size: 11px;
}
#archive a {
  text-decoration: none;
}
/*
 * START stili per l'editor
 */

#centro .maiuscolo {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000;
}
#centro .didas {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  color: #666;
}
#centro .box {
  background: #eaf2fa;
  padding: 20px;
  float: left;
  margin: 30px 30px 30px -70px;
  width: 180px;
  z-index: 200;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}
#centro .box:first-letter {
  font-size: 24px;
  text-transform: uppercase;
}
#centro .biblio {
  font-family: Georgia, "Times New Roman", serif;
}
#centro .evidenziato {
  background-color: #ffc;
  padding: 0 3px;
}
#centro .corsivo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
}
#centro h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #390;
  font-weight: normal;
  margin-bottom: 5px;
}
#centro h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
#contentPagine ol,
#contentArticolo ul {
  list-style: disc;
  margin: 0.5em 0 0.5em 30px;
}
#centro {
  font-size: 1em;
  width: 1036px;
}
/*
 * END stili per l'editor
 */

#nomeazienda {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #999;
  padding-top: 0px;
}
#nazione {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  text-transform: uppercase;
  margin-top: -14px;
}
#register-page {
  padding-left: 5px;
}
#register-page img {
  margin-bottom: 20px;
}
#register-page h2 {
  display: none;
}
#register-page h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  color: #000;
  font-weight: bold;
}
#register-page p,
#activate-page p {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}
#register-page #checkspam {
  color: red;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
#register-page #activateaccount {
  margin-bottom: 0px;
}
#register-page #checkemail {
  background: url(img/checkemail.png) no-repeat 258px 15px;
  padding-top: 100px;
}
#register-page #activateaccount,
#register-page #checkspam {
  font-size: 21px;
}
#accountcreated {
  background: url(img/greenok.png) no-repeat 265px;
  padding-top: 100px;
}
#register-page #setavatar {
  background-color: #e8e8e8;
  padding: 10px;
  color: #666;
  font-size: 24px;
}
#register-page .green {
  color: #9acb66;
  font-size: 21px;
}
#register-page .red {
  color: red;
  font-size: 21px;
}
#register-page label {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #000;
}
#activate-page #accountactivated {
  margin-bottom: 0px;
  font-size: 21px;
  background: url(img/mailok.png) no-repeat 258px 15px;
  padding-top: 100px;
  color: #9acb66;
}
#activate-page #accountcreated {
  color: #9acb66;
  font-size: 21px;
}
#activate-page #nowlogin {
  background-color: #e8e8e8;
  padding: 10px;
  color: #666;
  font-size: 24px;
  margin-top: 30px;
}
#activate-page #sidebar-wp-submit {
  margin-left: 243px;
}
#sidebar-me {
  width: 120px;
  height: 60px;
  position: relative;
  top: -65px;
  left: 350px;
}
#sidebar-me h4 {
  display: none;
}
a.button {
  margin-left: 5px;
  position: relative;
  top: 13px;
  width: 200px;
}
#members-directory-form {
  margin: 0px;
  width: 622px;
}
#forums-search-form {
  margin: 0px;
  width: 941px;
}
#members-dir-search {
  display: none;
}
#members-order-select,
#members-all {
  display: none;
}
#members-dir-list {
  margin-left: 0px;
}
#forums-dir-list {
  margin-left: 20px;
}
#members-list li .item-avatar,
#groups-dir-list .item-avatar {
  margin-left: 15px;
}
#item-header,
#item-nav,
#item-body {
  margin-left: 30px;
  margin-right: 10px;
}
#content .pagination {
  margin: 0px;
  padding: 0px;
}
#content .pagination #member-dir-count {
  padding-left: 15px;
}
#content .item-list-tabs {
  margin-top: 5px;
}
#item-header {
  margin-top: 20px;
}
.submit a {
  text-decoration: none;
}
#comments {
  font-size: 1.3em;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #262626;
}
#comments h3 {
  display: none;
}
#comments .title {
  display: none;
}
#comments ul {
  list-style: none;
  margin-left: 0px;
}
#comments li {
  background-color: #e3f0f7;
  margin-left: 68px;
  margin-right: 20px;
  padding: 20px;
  padding-left: 5px;
  padding-top: 10px;
}
#comments .comment-content {
  margin-left: 95px;
}
#comments .comment-meta {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.9em;
}
.comment-avatar-box {
  background: none;
}
.post div.author-box,
div.comment-avatar-box {
  -moz-border-radius: 0px;
  background: none;
  float: left;
  font-family: georgia, times, serif;
  font-style: italic;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  text-align: center;
  width: 90px;
}
#item-header .fn a {
  color: #469fcc;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}
#item-header .highlight {
  display: none;
}
#item-header-content {
  height: 1%;
}
#item-header-content p,
#content.companies-home #item-body p {
  width: 540px;
  position: relative;
  left: -170px;
  font-size: 1em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  line-height: 2em;
  padding-bottom: 20px;
  color: #000;
}
#item-header-content h4,
#content.companies-home #item-body h4 {
  position: relative;
  left: -170px;
  font-size: 2.3em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  color: #000;
}
#content.companies-home #item-body h4,
#content.companies-home #item-body p {
  position: static;
  margin-left: 20px;
}
#centro .listaeventi {
  width: 950px !important;
}
#centro .forums {
  width: 950px !important;
}
#centro .forums table {
  margin-right: 50px;
}
#centro .forums table {
  margin-right: 50px;
}
#centro .paginalogin {
  width: 622px !important;
}
#contentPagina .eme_events_list {
  margin-top: 6px;
  list-style: none;
  margin-left: 0px;
}
#contentPagina .eme_events_list li {
  width: 900px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ccc;
}
#contentPagina .eme_events_list p {
  font-size: 11px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#contentPagina .eme_events_list .title {
  color: #000;
  font-family: georgia, times, serif;
  font-size: 24px;
  padding-left: 0px;
  line-height: 1.2;
}
#contentPagina .eme_events_list .month {
  color: #83c146;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#contentPagina .eme_events_list .day {
  color: #439fcc;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#contentPagina .eme_events_list .year {
  color: #666;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#contentPagina .eme_events_list .evento {
  width: 435px;
  float: left;
  margin-right: 12px;
  padding-left: 50px;
  background: url(img/event.png) no-repeat;
  word-wrap: break-word;
}
#contentPagina .eme_events_list .map {
  margin-top: 25px;
  background: url(img/marker.png) 495px 0px no-repeat;
}
#contentPagina .eme_events_list .map p {
  color: #666;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  padding-left: 525px;
}
h1 a {
  background: none !important;
}
#ultimoevento {
  margin: 0px;
}
#ultimoevento a {
  text-decoration: none;
}
#titoloevento,
#dataevento,
#locationevento {
  background: url(img/bordomember.png) no-repeat bottom;
}
#titoloevento td {
  height: 70px;
  font-family: Georgia, "Times New Roman", serif;
  color: #000;
  font-size: 24px;
  padding-left: 16px;
  line-height: 1.2;
}
#dataevento td {
  height: 40px;
  background: url(img/event.png) 8px 2px no-repeat;
  padding-left: 50px;
  color: #666;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#locationevento td {
  height: 60px;
  background: url(img/marker.png) 16px 15px no-repeat;
  padding-left: 50px;
  color: #666;
  font-size: 13px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#descrizioneevento td {
  padding-left: 35px;
  color: #666;
  font-size: 8px;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}
ul.categorie {
  margin-top: 25px !important;
  margin-left: 80px;
}
ul.categorie .categoria {
  display: inline;
  margin-right: 5px;
  color: #469fcc;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  padding: 5px 15px 5px 15px;
  /*background:url(http://esse-community.eu/wp-content/plugins/buddypress/bp-themes/bp-default/img/sfondocatsx.gif) no-repeat;*/
  background-color: #eee;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
ul.categorie .categoria a {
  color: #469fcc;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
}
#forums-directory-form {
  margin-left: 20px;
  width: 210px;
  float: left;
}
#groups-directory-form {
  margin-left: 20px;
}
.td-group {
  display: none;
}
#th-group {
  display: none;
}
#menucommunity {
  background-color: #f7f7f7;
  border-top: 1px solid #fff;
  height: 33px;
  padding-top: 18px;
  padding-left: 15px;
}
.forums #menucommunity {
  width: 941px;
}
#menucommunity li {
  display: inline;
  height: 53px;
  padding: 10px 0px 10px 0px;
  font-size: 25px;
  color: #999;
}
#menucommunity li.selected a {
  color: #000;
}
#menucommunity li a {
  text-decoration: none;
  color: #999;
  font-size: 25px;
  font-family: League-Gothic, Impact;
}
#forums-all,
#forums-personal {
  display: none;
}
.forums div.item-list-tabs {
  width: 941px;
  background: #fff;
  height: 50px;
  margin: 0;
  background: url(img/bordoforum.png) bottom repeat-x;
  position: relative;
}
#forums-order-select {
  float: left;
  margin-left: 15px;
  height: 28px;
  padding: 12px 20px 10px 10px;
  margin-top: -2px !important;
  border-right: 1px solid #ccc;
}
#forums-dir-search {
  margin-top: 6px;
}
#new-topic-button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 167px;
  height: 42px;
  background: url(img/newtopic.png) no-repeat;
}
#new-topic-button.open {
  background: url(img/closetopic.png) no-repeat;
}
div#new-topic-post {
  margin-left: 215px;
  margin-top: 40px;
}
a.button {
  border: none;
  background: none;
}
div.dir-search {
  float: left;
  margin: 0;
}
#forums-order-select {
  margin-top: 10px;
}
#forum-topic-form {
  margin-left: 261px;
  width: 660px;
}
#forum-topic-form.forum-home {
  margin: 0;
  width: 660px;
}
div#topic-meta div.admin-links {
  position: static;
}
.forums .pagination {
  margin-bottom: 30px !important;
  border: none;
}
.companies .pagination {
  margin: 0;
}
.titolotopic {
  width: 622px;
}
.forums table {
  font-size: 13px;
  text-decoration: none;
  margin-left: 0px !important;
}
.forums table a {
  text-decoration: none;
}
.forums table tr {
  height: 30px;
}
.single-item #item-header {
  display: none;
}
.single-item #item-nav {
  display: none;
}
/*.single-item .padder{width:941px !important;}*/

/*.single-item #item-body{width:941px !important;}*/

.single-item #content {
  width: 941px !important;
}
.single-item #topic-meta .button {
  display: none !important;
}
#forum-topic-form .post_new {
  font-size: 40px;
  float: left;
  font-weight: bold;
  height: 40px;
  line-height: 1;
  margin-bottom: 5px;
}
#forum-topic-form #submit_topic_cancel {
  color: #0099ff;
  font-size: 18px;
}
.submit #submit_topic_cancel {
}
table thead tr th {
  background: #eaeaea;
}
table tr.alt td {
  background: #f4f4f4;
}
#forum-topic-form #submit {
  float: left;
}
#forum-topic-form span {
  font-size: 18px;
}
#forum-topic-form #orclose {
  margin-left: 5px;
  float: left;
}
.my-groups #content .padder {
  padding: 0px !important;
}
.my-groups #content .padder #item-body {
  margin-left: 0px;
  width: 941px;
}
#cercatopic {
  background: url(img/bordoforum.png) bottom repeat-x;
  height: 75px;
}
#backtoforum {
  background: url(img/backtoforum.png) no-repeat;
  height: 22px;
  width: 109px;
  float: left;
  padding-top: 2px;
  margin-left: 15px;
  margin-top: 57px;
}
#backtoforum a {
  text-decoration: none;
  color: #666;
  padding-left: 18px;
  font-size: 12px;
  height: 22px;
}
#forums-search-form #forums-dir-search {
  margin-left: 184px;
  margin-top: 22px;
  padding-top: 9px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  height: 41px;
}
#topic-post-list {
  font-size: 12px;
}
.zebra {
}
.groups #content .padder {
  padding: 0px !important;
  width: 922px;
}
#content .members {
  width: 622px;
}
.groups #content {
  width: 941px !important;
}
.companies div.item-list-tabs {
  width: 941px;
  background: #fff;
  height: 50px;
  padding-top: 20px;
  background: url(img/bordoforum.png) bottom repeat-x;
}
#groups-order-select {
  float: left;
  margin-left: 15px;
  height: 28px;
  padding: 12px 20px 10px 10px;
  margin-top: -2px !important;
  border-right: 1px solid #ccc;
}
#groups-dir-search {
  margin-top: 6px;
}
#new-company-button {
  float: right;
  width: 167px;
  height: 42px;
  background: url(img/newcompany.png) no-repeat;
  margin-top: -28px;
}
#group-dir-search {
  margin-top: 6px;
}
#groups-list .activity {
  display: none;
}
#create-group-form {
  margin-left: 20px;
}
/* #cercatopic da visualizzare se vogliamo la barra con il form di ricerca anche nel topic singolo */

#cercatopic {
  display: none;
}
#groups-list .item-title a {
  text-decoration: none;
  font-size: 18px;
}
#groups-list .item-avatar {
  height: 100px;
  float: left;
  margin-right: 15px;
}
#groups-list .keywords,
#groups-list .categories,
#groups-list .item-author {
  margin-top: 10px;
}
#groups-list .keywords span {
  margin-right: 25px;
}
#groups-list .categories span {
  margin-right: 18px;
}
#groups-list .item-author span {
  margin-right: 29px;
}
#groups-list .keywords span,
#groups-list .categories span,
#groups-list .item-author span {
  float: left;
  font-size: 16px;
  font-style: italic;
  color: #ccc;
  font-family:
    Times,
    Times New Roman,
    serif;
}
#groups-list .keywords p,
#groups-list .categories p,
#groups-list .item-author p {
  font-size: 14px;
  font-style: italic;
  color: #666;
}
#schedaazienda {
  font-size: 16px;
}
#schedaazienda .item {
  padding-bottom: 20px;
}
#schedaazienda .item-title a {
  text-decoration: none;
  text-transform: uppercase;
}
#schedaazienda .item-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
#schedaazienda #backtocompanies a {
  text-decoration: none;
  color: #666;
  margin-left: 15px;
}
#schedaazienda .item-title a {
  text-decoration: none;
  font-size: 18px;
}
#schedaazienda .item-avatar {
  height: 200px;
  width: 60px;
  float: left;
  margin-right: 60px;
  margin-left: 15px;
  margin-top: 40px;
}
#schedaazienda .keywords,
#schedaazienda .categories,
#schedaazienda .item-author,
#schedaazienda .address,
#schedaazienda .website {
  margin-top: 10px;
  margin-left: 15px;
}
#schedaazienda .keywords span {
  margin-right: 35px;
}
#schedaazienda .categories span {
  margin-right: 28px;
}
#schedaazienda .item-author span {
  margin-right: 39px;
}
#schedaazienda .address span {
  margin-right: 46px;
}
#schedaazienda .website span {
  margin-right: 42px;
}
#schedaazienda .keywords span,
#schedaazienda .categories span,
#schedaazienda .item-author span,
#schedaazienda .address span,
#schedaazienda .website span {
  float: left;
  font-size: 16px;
  font-style: italic;
  color: #ccc;
  font-family:
    Times,
    Times New Roman,
    serif;
  margin-left: 0px;
}
#schedaazienda .keywords p,
#schedaazienda .categories p,
#schedaazienda .item-author p,
#schedaazienda .address p,
#schedaazienda .website p {
  font-size: 14px;
  font-style: italic;
  color: #666;
}
#schedaazienda .item-desc {
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin-left: 135px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 15px;
  width: 630px;
}
#schedaazienda .members {
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin-left: 135px;
  margin-top: 30px;
}
#schedaazienda #members-list li {
  height: 60px;
  background: none;
  width: 70px;
  float: left;
}
#schedaazienda #members-list {
  margin-left: 135px;
  width: 650px;
}
#schedaazienda #members-list .item-avatar {
  margin: 0;
  padding: 0;
}
.group-admin div#subnav.item-list-tabs {
  margin: 0;
}
.group-admin form.standard-form {
  padding-left: 20px;
}
.members_avatar {
  margin-left: 18px;
  margin-top: 10px;
}
.show-hide-members {
  margin-right: 20px;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  border-bottom: 1px dotted #cccccc;
}
div.company_pagination {
  height: 40px;
}
.navigation-articles {
  text-align: right;
}
.navigation-articles a {
  margin-left: 7px;
  text-decoration: none;
  font-size: 12px;
}
.navigation-articles a.current {
  font-weight: bold;
  text-decoration: underline;
}
#create_company_title {
  margin-bottom: 0;
  text-align: center;
}
#create_company_title a {
  position: relative;
  top: 9px;
}
#groups-list-admin {
  margin: 10px 0 0 20px;
}
#datimembers td {
  padding: 5px;
}
#content.companies-home,
#content.companies-home .padder,
#content.companies-home #item-body {
  width: 622px !important;
}
#content.companies-home #item-header {
  margin: 20px;
}
#content.companies-home .members_avatar {
  margin: 0 20px 0 20px;
  min-height: 100px;
  padding-top: 10px;
  background: url(img/bordomember.png) top no-repeat;
}
#content.companies-home .members_avatar img {
  margin: 0px 10px 10px 0px;
}
div#content .main-column {
  margin-left: 220px;
}
.item-list-admin .item-header-avatar {
  float: left;
  margin-right: 20px;
}
.companies-home #item-header {
  position: relative;
}
.companies-home #item-header #item-header-content {
  margin-left: 200px;
}
.companies-home #item-header-avatar {
  position: absolute;
  top: 0;
}
.share {
  text-align: center;
}
#contentPagina.listalibrary {
  width: 622px !important;
}
#contentArticolo {
  position: relative;
}
#print img {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  bottom: -3px;
}
/*
 ================================================
 Flickr e slogan companies
 ===============================================
 */
#wrapper_flickr_company {
  width: 960px;
  margin-left: 95px;
  margin-top: 35px;
}
#wrapper_flickr_gallery {
  width: 618px;
  float: left;
}
#flickr_gallery {
  width: 618px;
  height: 300px;
  background: url(img/sfondo_flickr.gif);
  margin-bottom: 5px;
}
#flickr_gallery div {
  width: 93px;
  height: 93px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
#flickr_gallery div a {
  position: absolute;
  top: -50px;
  left: -50px;
}
#slogan_companies {
  width: 290px;
  float: left;
  margin-left: 20px;
}
#link_gallery {
  font-family: Trebuchet, Tahoma, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
#slogan_companies_title {
  font-family: Georgia, Times, serif;
  font-size: 30px;
  line-height: 1.2;
  color: black;
  margin-bottom: 30px;
}
#slogan_companies_text {
  font-family: Georgia, Times, serif;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
}
ul#topic-post-list li div.post-content {
  line-height: 1.8;
}
/*
 *=========================
 *	Virtual library no login 
 *========================
 */
#virtual_library_no_login {
  background: url(img/virtual-library-login.png) no-repeat;
  width: 590px;
  height: 129px;
}
#wait {
  color: white;
  font-family: League-Gothic;
  font-size: 3em;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}
#login_or_join {
  font-family: League-Gothic;
  font-size: 3em;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  color: black;
}
#login_or_join span {
  color: #999999;
}
#login_or_join_container {
  text-align: center;
}
#login_or_join_container a {
  border-bottom: 1px solid #cccccc;
  color: black;
  display: block;
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  line-height: 3;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  text-decoration: none;
  width: 35%;
}
/*
*==========================
* 	users online
*==========================
*/
#users_online {
  position: absolute;
  top: 410px;
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  width: 300px;
  text-align: center;
}
#user_count {
  font-family: handsean, comic;
  color: #7ebe45;
  text-align: center;
  font-size: 16px;
}
#wrapper_youtube_documents {
  width: 960px;
  margin-left: 95px;
  margin-top: 35px;
}
/*
=================
  Youtube in homepage
=================
 */

#wrapper_youtube {
  width: 610px;
  float: left;
  height: 280px;
  background: white;
  border: 1px solid #ccc;
  border-bottom: 3px solid black;
  overflow: hidden;
  position: relative;
}
#wrapper_youtube .titolo {
  height: 32px;
  background: url(img/bordo.png) repeat-x bottom;
  padding-left: 15px;
  padding-top: 12px;
  text-transform: uppercase;
  position: relative;
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: black;
}
#wrapper_youtube .titolo .last {
  color: #666;
}

#wrapper_youtube #video_carousel li {
  position: relative;
  height: 240px;
  float: left;
  margin-right: 20px;
}
#wrapper_youtube #video_carousel li .wrapper_youtube_text {
  width: 310px;
  padding: 15px;
  float: left;
}
#wrapper_youtube #video_carousel li .wrapper_youtube_text a {
  text-transform: uppercase;
}
#wrapper_youtube #video_carousel li .wrapper_youtube_text span {
  display: block;
  line-height: 1.5;
}
#wrapper_youtube #video_carousel li .wrapper_youtube_text .video_title {
  font-family: Georgia, serif;
  font-size: 24px;
  color: black;
  padding: 10px 0;
}
#wrapper_youtube #video_carousel li .wrapper_youtube_text .description_text {
  line-height: 2;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}
#wrapper_youtube #video_carousel li .video_box {
  float: left;
  margin-top: 20px;
  width: 240px;
  height: 200px;
  background: url(img/imac.png) no-repeat center center;
  position: relative;
}
#wrapper_youtube #video_carousel li .video_box a {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 220px;
  height: 127px;
}
#wrapper_youtube li .video_box a img {
  width: 220px;
}
#video_carousel {
  position: relative;
}
#video_carousel_bullets {
  display: inline;
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.2em;
}
#video_carousel_bullets li {
  display: inline;
}
#video_carousel_bullets a {
  color: #ccc;
  text-decoration: none;
}
#video_carousel_bullets a.selected {
  color: black;
}

/**
======================
	Documenti importantissimi in homepage
===============
 */

#wrapper_documents {
  margin-left: 20px;
  width: 300px;
  margin-right: 0;
  float: left;
  min-height: 280px;
  border-bottom: 3px solid rgb(196, 196, 196);
  position: relative;
  overflow: hidden;
}
#wrapper_documents_slider {
  position: relative;
}
#wrapper_documents #pointers {
  position: absolute;
  right: 0;
  top: 10px;
}
#wrapper_documents #pointers a {
  color: #ccc;
  font-size: 32px;
  text-decoration: none;
}
#wrapper_documents #pointers a.active {
  color: black;
}
#wrapper_documents .titolo {
  height: 32px;
  padding-top: 12px;
  text-transform: uppercase;
  position: relative;
  font-family: League-Gothic, Impact;
  font-size: 2.7em;
  color: black;
  border-bottom: 3px solid rgb(196, 196, 196);
}
#wrapper_documents .titolo .last {
  color: #666;
}
#wrapper_documents li a {
  display: block;
  border-bottom: 1px dotted rgb(196, 196, 196);
  line-height: 2;
  padding: 10px 60px 10px 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  position: relative;
  text-decoration: none;
}
#wrapper_documents li a .download_important {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  width: 60px;
  background: url(img/download-important.png) no-repeat center center #fff;
}
#wrapper_documents li a:hover {
  background: #ffffff;
}
#wrapper_documents li a:hover .download_important {
  background-image: url(img/download-important-hover.png);
}
/*
============================
 CENTRE OF EXCELLENCE
============================
 */

#content.centre-of-excellence .padder.forums {
  padding: 20px !important;
  width: 900px !important;
}
.centre-of-excellence h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  color: #ccc;
}
.centre-of-excellence .experts {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.centre-of-excellence .experts li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.centre-of-excellence .experts li a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
#centro .centre-of-excellence h2 {
  color: #ccc;
  font-family: Helvetica, sans-serif;
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
}
#centro .centre-of-excellence h2.join {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
#centro .centre-of-excellence h2.join a {
  color: black;
  text-decoration: none;
}
.centre-of-excellence .response li {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.centre-of-excellence .response li > div {
  position: relative;
}
.centre-of-excellence .response li .text {
  font-family: Georgia, times, serif;
  font-size: 14px;
  font-style: italic;
}
.centre-of-excellence .response li .avatar {
  display: block;
  width: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.centre-of-excellence .response li .avatar img {
  width: 100%;
  display: block;
}
.centre-of-excellence .response li .question {
  background: rgb(218, 235, 203);
  padding: 20px 20px 20px 110px;
}

.centre-of-excellence .response li .answer {
  background: rgb(224, 240, 247);
  padding: 20px 20px 20px 110px;
}
.centre-of-excellence .response li .type {
  color: white;
  font-size: 24px;
  margin: 0 0 5px;
}
.centre-of-excellence .response li .author {
  color: black;
  font-size: 12px;
  margin: 0 0 5px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  cursor: pointer;
}
.centre-of-excellence .response li .title {
  font-size: 22px;
  font-family: Georgia, Times, serif;
  color: black;
  margin: 0 0 5px;
}
/*--------*/
#activity-personal-li,
#blogs-personal-li,
#messages-personal-li,
#friends-personal-li,
#groups-personal-li,
#latest-update a,
#activity-groups-personal-li {
  display: none;
}
.clear {
  clear: both;
}
.black {
  color: black;
}
.align_right {
  text-align: right;
}
.float_r {
  float: right;
}
.float_l {
  float: left;
}
.position_relative {
  position: relative;
}
.position_right {
  position: absolute;
  right: 20px;
  top: 10px;
}
li.no_css {
  margin: 0 !important;
  padding: 0 !important;
}
.border_bottom {
  border-bottom: 2px solid #cccccc;
}
.pad_bottom_40 {
  padding-bottom: 40px;
}
.text_center {
  text-align: center;
}
.green {
  color: rgb(149, 198, 109);
}
.blue {
  color: rgb(0, 161, 205);
}
/* Mini popup */
#mini-popup {
  padding: 5px;
  z-index: 9999;
  box-shadow: 0 0 3px #333;
  background: #222;
  color: white;
  margin-top: -35px;
  display: none;
}
#mini-popup .triangle {
  position: absolute;
  left: 5px;
  bottom: -11px;
  display: block;
  height: 12px;
  width: 15px;
  background: url(img/triangle.png) no-repeat;
}
/*
 * Credits
 */
#footer #credits {
  font-family: Georgia;
  clear: left;
  text-align: center;
  font-size: small;
  font-style: italic;
}
#footer #credits a {
  color: white;
}
/**
 * 	For Spammers
 */
#ihatespam {
  display: none !important;
}

/**
 * 	Aggiustamento caratteri greci
 */
.lang-el #nav li {
  font-family: Ubuntu Condensed;
  font-size: 21px;
  color: #333;
  text-transform: uppercase;
  margin-left: 11px !important;
  padding-bottom: 7px;
  padding-top: 10px;
  letter-spacing: -1px;
  font-weight: bold;
}
.lang-el #login_or_join {
  font-family: Ubuntu Condensed;
  font-size: 20px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  letter-spacing: -1px;
}
.lang-el #wait {
  color: white;
  font-family: Ubuntu Condensed;
  font-size: 18px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.lang-el #featured {
  font-family: Ubuntu Condensed;
  font-size: 20px;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -1px;
}
.lang-el #lastMembers span,
.lang-el #lastEvents span,
.lang-el #ourMission span,
.lang-el #lastForums span {
  font-family: Ubuntu Condensed;
  font-size: 20px;
  color: black;
  letter-spacing: -1px;
  font-weight: bold;
}
.lang-el #lastMembers .last,
.lang-el #lastEvents .last,
.lang-el #ourMission .last,
.lang-el #lastForums .last {
  color: #666;
}
.lang-el #blog-latest .posttitle {
  font-family: Ubuntu Condensed;
  text-transform: uppercase;
  color: #333;
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
.lang-el .post h1.pagetitle a,
.lang-el .post h1.posttitle a {
  font-weight: bold;
  letter-spacing: -1px !important;
}
.lang-el #articles .posttitle {
  font-family: Ubuntu Condensed;
  text-transform: uppercase;
  color: #333;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
  line-height: 1em;
  letter-spacing: -1px;
}
.lang-el #menucommunity li a {
  text-decoration: none;
  color: #999;
  font-size: 22px;
  font-family: Ubuntu Condensed;
  font-weight: bold;
  letter-spacing: -1px;
}
.lang-el #menucommunity li.selected a {
  color: black;
}
.lang-el .head .titolo {
  font-family: Ubuntu Condensed !important;
  text-transform: uppercase;
  color: #333;
  font-size: 25px !important;
  margin-top: 10px;
  line-height: 1em;
  padding: 0px !important;
  font-weight: bold;
  letter-spacing: -1px;
}
.lang-el #lastarticles {
  font-family: Ubuntu Condensed;
  font-size: 2.7em;
  color: #666;
  padding-left: 0px;
  margin-left: 5px;
  padding-bottom: 10px;
  padding-top: 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #666;
  font-weight: bold;
  letter-spacing: -1px;
}

.lang-el #wrapper_youtube_documents .titolo {
  font-family: Ubuntu Condensed;
  font-size: 20px;
  color: black;
  letter-spacing: -1px;
  font-weight: bold;
}

a[href*="/register"],
a[href*="/login"],
#new-topic-button,
#create_company {
  display: none;
}
