/*
Theme Name: ECAS
Theme URI: http://www.ondeuev.net/
Description: Theme for the version 2 of the ECAS website
Author: Ondeuev S.L.
Version: 1.4
Tags: red, white, grey, fixed-width
*/
/* Generate Grid: */
/* OK */
/* Load Mixin: */
/* OK */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Default styles */
html, body {
  height: 100%; }

body {
  background-color: #666666;
  background-image: url(body-bg.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 75%;
  line-height: 1.5; }

a {
  text-decoration: none; }
  a:link {
    color: #b80036; }
  a:visited {
    color: #a6123e; }
  a:hover {
    color: #6a161f;
    text-decoration: underline; }

#edit-link a {
  display: block;
  width: 5em;
  line-height: 2em;
  background: #b80036;
  color: #fff;
  text-align: center;
  margin: 2em 0;
  clear: both; }

/* Layout */
#wrapper {
  width: 950px;
  margin: 0 auto -72px;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

#push-footer {
  height: 72px; }

#header {
  width: 950px;
  position: relative;
  background-color: #eeeeee; }
  #header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  #header #logo {
    float: left;
    display: inline;
    width: 280px;
    padding: 10px 20px;
    color: #b80036; }
    #header #logo h1 a {
      display: block;
      width: 152px;
      height: 66px;
      margin-bottom: 10px;
      background: transparent url(h1-bg.png) no-repeat top left;
      text-indent: -9000px; }
    #header #logo p {
      font-size: 0.9em; }
  #header #top-links {
    float: left;
    display: inline;
    width: 440px; }
    #header #top-links ul {
      float: right;
      list-style: none outside none;
      margin-top: 12px; }
      #header #top-links ul li {
        display: inline;
        font-size: 0.9em; }
        #header #top-links ul li:before {
          content: " | ";
          font-size: 1em; }
        #header #top-links ul li:first-child:before {
          content: ""; }
        #header #top-links ul li a {
          color: #666666;
          text-decoration: none; }
          #header #top-links ul li a:hover {
            color: black;
            text-decoration: underline; }
  #header #search {
    float: left;
    display: inline;
    width: 170px;
    padding: 10px; }
    #header #search label {
      display: none; }
    #header #search #s {
      width: 136px;
      height: 24px;
      line-height: 24px;
      color: #666666;
      background: white url(input-text-bg.png) repeat-x top;
      border: none;
      padding: 0 5px;
      float: right; }
    #header #search #search-submit {
      display: block;
      font-size: 0;
      line-height: 0;
      width: 24px;
      height: 24px;
      background: #666666 url(search-submit-bg.png) no-repeat center;
      border: none;
      text-indent: -9000px;
      padding: 0;
      margin: 0;
      float: left;
      cursor: pointer; }
  #header #nav {
    display: block;
    width: 620px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0; }
    #header #nav ul {
      float: right;
      list-style: none outside none;
      height: 36px; }
      #header #nav ul li {
        float: left;
        display: block;
        position: relative;
        z-index: 500; }
        #header #nav ul li:hover {
          background-color: #bbbbbb; }
        #header #nav ul li a {
          display: block;
          padding: 0 10px;
          height: 36px;
          line-height: 36px;
          text-decoration: none;
          color: black;
          cursor: pointer; }
          #header #nav ul li a:hover {
            background-color: #bbbbbb; }
        #header #nav ul li a.selected {
          background-color: #cccccc; }
      #header #nav ul ul {
        position: absolute;
        left: 0;
        display: none;
        list-style: none;
        height: auto;
        padding: 0;
        background-color: white;
        -webkit-box-shadow: 0 6px 10px black;
        -moz-box-shadow: 0 6px 10px black;
        box-shadow: 0 6px 10px black;
        filter: DropShadow(Color=black, OffX=6px, OffY=10px); }
        #header #nav ul ul li {
          font-size: 0.9em;
          min-width: 110px;
          width: auto !important;
          width: 110px;
          display: block;
          background-color: white; }
          #header #nav ul ul li a {
            min-width: 90px;
            width: auto !important;
            width: 90px;
            display: block;
            white-space: nowrap;
            height: 22px;
            line-height: 22px;
            padding: 0 10px;
            color: #b80036;
            background-color: white; }
            #header #nav ul ul li a:hover {
              color: #6a161f;
              background-color: white;
              text-decoration: underline; }

#content {
  width: 950px;
  min-height: 400px;
  padding-bottom: 74px; }
  #content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  #content #flash-homepage {
    display: block;
    width: 950px;
    height: 180px;
    background-color: black; }
  #content #flash-homepage-en {
    display: block;
    width: 950px;
    height: 180px;
    background-color: black; }
  #content #content-head {
    display: block;
    width: 910px;
    padding: 10px 20px 5px;
    background-color: #cccccc; }
    #content #content-head .breadcrumb {
      font-size: 0.9em;
      color: #666666;
      list-style: none; }
      #content #content-head .breadcrumb a {
        color: #666666; }
        #content #content-head .breadcrumb a:hover {
          color: #666666; }
    #content #content-head h2 {
      font-size: 2.5em;
      font-weight: normal;
      color: #333333; }
  #content div.single-col {
    width: 700px;
    float: left;
    display: inline;
    padding: 0 40px 0 20px;
    background: transparent url(content-bg.png) repeat-x top; }
    #content div.single-col h3 {
      margin-top: 20px;
      font-weight: normal;
      font-size: 1.2em; }
    #content div.single-col p {
      margin-top: 20px; }
    #content div.single-col .issued {
      font-size: 0.9em;
      color: #666666;
      margin-bottom: 0; }
    #content div.single-col li ul, #content div.single-col li ol {
      margin: 0 20px; }
    #content div.single-col ul, #content div.single-col ol {
      margin: 20px; }
    #content div.single-col ul {
      list-style-type: disc; }
    #content div.single-col ol {
      list-style-type: decimal; }
    #content div.single-col .alignright {
      float: right;
      margin: 0 0 20px 20px; }
    #content div.single-col .alignleft {
      float: left;
      margin: 0 20px 20px 0; }
    #content div.single-col .news-item {
      padding: 20px 0 20px;
      border-bottom: 1px dotted #bbbbbb; }
      #content div.single-col .news-item img {
        float: left;
        padding: 0 20px 10px 0; }
      #content div.single-col .news-item .issued {
        font-size: 0.9em;
        color: #666666;
        margin: 0; }
      #content div.single-col .news-item h3 {
        margin: 0;
        font-size: 1.4em; }
      #content div.single-col .news-item .excerpt {
        margin-top: .5em; }
    #content div.single-col .show-news-item {
      padding: 0 0 20px;
      border-bottom: 1px dotted #bbbbbb; }
    #content div.single-col table {
      margin: 20px 0 0;
      width: 100%; }
      #content div.single-col table th {
        padding: .5em 0;
        text-align: left;
        font-weight: normal;
        color: #666666;
        border-bottom: 1px dotted #666666;
        font-size: 1.2em; }
      #content div.single-col table td {
        padding: .5em 0;
        text-align: left;
        font-weight: normal;
        color: #333333;
        border-bottom: 1px dotted #666666; }
    #content div.single-col #nav-archive {
      margin-top: 20px; }
      #content div.single-col #nav-archive:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      #content div.single-col #nav-archive .nav-prev {
        float: left;
        width: 45%; }
        #content div.single-col #nav-archive .nav-prev a {
          display: block;
          padding: 2px 0 2px 20px;
          background: transparent url(prev.png) no-repeat left 4px; }
      #content div.single-col #nav-archive .nav-next {
        float: right;
        text-align: right;
        width: 45%; }
        #content div.single-col #nav-archive .nav-next a {
          display: block;
          padding: 2px 20px 2px 0;
          background: transparent url(next.png) no-repeat right 4px; }
  #content div.two-cols {
    width: 330px;
    padding: 0 30px 0 20px;
    float: left;
    display: inline;
    background: transparent url(content-bg.png) repeat-x top; }
    #content div.two-cols ul {
      list-style: none;
      margin-top: 20px; }
      #content div.two-cols ul li h2 {
        font-weight: normal;
        margin-top: 10px;
        font-size: 1.4em;
        color: #333333;
        border-bottom: 1px dotted #333; }
      #content div.two-cols ul ul {
        margin-bottom: 20px; }
      #content div.two-cols ul li ul li {
        margin-bottom: 10px;
        clear: left; }
        #content div.two-cols ul li ul li img.attachment-thumbnail {
          float: left;
          margin: 0 10px 10px 0; }
        #content div.two-cols ul li ul li .issued {
          font-size: 0.9em;
          color: #666666; }
        #content div.two-cols ul li ul li .more {
          margin-top: 15px; }
          #content div.two-cols ul li ul li .more a {
            padding: 2px 0 2px 20px;
            background: transparent url(more.png.1) no-repeat left center; }
  #content div.gallery {
    width: 700px;
    float: left;
    display: inline;
    padding: 20px 40px 0 20px;
    background: transparent url(content-bg.png) repeat-x top; }
    #content div.gallery div.gallery-item, #content div.gallery div.gallery-item-, #content div.gallery div.gallery-item-en {
      display: block;
      width: 140px;
      height: 140px;
      float: left;
      text-align: center;
      overflow: hidden; }
      #content div.gallery div.gallery-item a, #content div.gallery div.gallery-item-2 a, #content div.gallery div.gallery-item-en a {
        display: block;
        height: 130px;
        width: 130px;
        line-height: 130px;
        border: 1px dotted #bbbbbb; }
        #content div.gallery div.gallery-item a:hover, #content div.gallery div.gallery-item-2 a:hover, #content div.gallery div.gallery-item-en a:hover {
          border-color: #b80036; }
        #content div.gallery div.gallery-item a img, #content div.gallery div.gallery-item-2 a img, #content div.gallery div.gallery-item-en a img {
          padding: 5px;
          vertical-align: middle; }
    #content div.gallery div.gallery-contents {
      display: none; }
  #content div.aside {
    width: 170px;
    padding: 0 10px;
    background: #eeeeee url(aside-bg.png) repeat-x top;
    float: left;
    display: inline; }
    #content div.aside ul {
      list-style: none;
      margin-top: 20px; }
      #content div.aside ul li {
        padding-bottom: 30px; }
        #content div.aside ul li h2 {
          font-weight: normal;
          margin-top: 10px;
          font-size: 1.4em;
          color: #666666; }
      #content div.aside ul ul {
        margin: 10px 0 0; }
      #content div.aside ul li ul li {
        margin-bottom: 5px;
        padding-bottom: 0; }
    #content div.aside li.moodle-login label {
      display: none; }
    #content div.aside li.moodle-login input.text, #content div.aside li.moodle-login input.password {
      width: 160px;
      height: 24px;
      line-height: 24px;
      color: #666666;
      background-color: white;
      border: none;
      padding: 0 5px;
      margin-bottom: 5px; }
    #content div.aside li.moodle-login input.text {
      background-image: url(input-usuari-bg.png);
      background-repeat: no-repeat;
      background-position: bottom; }
      #content div.aside li.moodle-login input.text.focus {
        background-position: top; }
    #content div.aside li.moodle-login input.password {
      background-image: url(input-password-bg.png);
      background-repeat: no-repeat;
      background-position: bottom; }
      #content div.aside li.moodle-login input.password.focus {
        background-position: top; }
    #content div.aside li.moodle-login p {
      float: left;
      display: inline;
      margin-top: 5px;
      font-size: 0.9em; }
    #content div.aside li.moodle-login input.button {
      display: inline;
      float: right;
      width: 60px;
      height: 24px;
      color: #666666;
      background: #eeeeee url(input-button-bg.png) repeat-x top;
      border: none;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 5px #666666;
      -moz-box-shadow: 0 2px 5px #666666;
      box-shadow: 0 2px 5px #666666;
      filter: DropShadow(Color=#666666, OffX=2px, OffY=5px); }
    #content div.aside li.phplist_widget label {
      display: none; }
    #content div.aside li.phplist_widget div.required {
      display: block;
      padding: 5px;
      color: #6a161f;
      border: 1px dotted #6a161f;
      margin-bottom: 10px; }
    #content div.aside li.phplist_widget input#email {
      width: 160px;
      height: 24px;
      line-height: 24px;
      color: #666666;
      background-color: white;
      border: none;
      padding: 0 5px;
      margin-bottom: 5px;
      background-image: url(input-email-bg.png);
      background-repeat: no-repeat;
      background-position: bottom; }
      #content div.aside li.phplist_widget input#email.focus {
        background-position: top; }
      #content div.aside li.phplist_widget input#email.requiredOutline {
        width: 158px;
        border: 1px dotted #6a161f; }
    #content div.aside li.phplist_widget input.button {
      display: inline;
      float: right;
      width: 80px;
      height: 24px;
      color: #666666;
      background: #eeeeee url(input-button-bg.png) repeat-x top;
      border: none;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 5px #666666;
      -moz-box-shadow: 0 2px 5px #666666;
      box-shadow: 0 2px 5px #666666;
      filter: DropShadow(Color=#666666, OffX=2px, OffY=5px); }
    #content div.aside li.contacte {
      clear: both;
      margin-top: 160px; }
      #content div.aside li.contacte p {
        font-size: 1.2em;
        line-height: 1.2em;
        margin-bottom: 10px;
        color: #666666; }
      #content div.aside li.contacte p.email a {
        padding-left: 30px;
        background: transparent url(email.png) no-repeat left center; }
      #content div.aside li.contacte .horari {
        font-size: .7em; }
      #content div.aside li.contacte .agencia {
        margin-top: 40px; }
    #content div.aside li.submenu ul li {
      line-height: 1.4em;
      padding-left: 12px;
      background: transparent url(submenu-li-bg.png) no-repeat left 0.4em; }
      #content div.aside li.submenu ul li a {
        color: #b80036; }
    #content div.aside li.moodle-login-compact h2 {
      width: 170px;
      height: 24px;
      line-height: 24px;
      background: transparent url(input-button-bg.png) repeat-x top;
      text-align: center;
      margin-bottom: 20px;
      -webkit-box-shadow: 0 2px 5px #666666;
      -moz-box-shadow: 0 2px 5px #666666;
      box-shadow: 0 2px 5px #666666;
      filter: DropShadow(Color=#666666, OffX=2px, OffY=5px); }
      #content div.aside li.moodle-login-compact h2 a {
        display: block;
        width: 145;
        height: 24px;
        color: #666666;
        font-size: .7em;
        padding-left: 25px;
        background: transparent url(intranet-button.png) no-repeat 10px center; }
        #content div.aside li.moodle-login-compact h2 a:hover {
          text-decoration: none; }
    #content div.aside li.about h2 {
      font-size: 1.1em; }
      #content div.aside li.about h2 strong {
        color: black;
        font-weight: normal; }
    #content div.aside li.about p {
      font-size: 0.9em;
      color: #666666;
      margin-top: 10px; }
      #content div.aside li.about p .rss {
        padding: 2px 0 2px 20px;
        background: transparent url(rss.png) no-repeat left center; }
    #content div.aside li.feed-rss h2 {
      font-size: 1.1em; }
      #content div.aside li.feed-rss h2 strong {
        color: black;
        font-weight: normal; }
    #content div.aside li.feed-rss p {
      font-size: 0.9em;
      color: #666666;
      margin-top: 10px; }
      #content div.aside li.feed-rss p .rss {
        padding: 2px 0 2px 20px;
        background: transparent url(rss.png) no-repeat left center; }
    #content div.aside li.social-networks ul {
      margin: 10px 0 0; }
      #content div.aside li.social-networks ul li {
        float: left;
        margin: 0 5px 0 0; }
        #content div.aside li.social-networks ul li a {
          display: block;
          padding: 0;
          width: 24px;
          height: 24px;
          text-indent: -9000em; }
          #content div.aside li.social-networks ul li a.facebook {
            background: transparent url(icon-facebook.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.linkedin {
            background: transparent url(icon-linkedin.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.twitter {
            background: transparent url(icon-twitter.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.youtube {
            background: transparent url(icon-youtube.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.flickr {
            background: transparent url(icon-flickr.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.rss {
            background: transparent url(icon-rss.png) no-repeat center; }
          #content div.aside li.social-networks ul li a.picassa {
            background: transparent url(icon-picassa.png) no-repeat center; }

#footer {
  width: 950px;
  height: 72px;
  margin: 0 auto;
  font-size: .8em;
  background-color: #333333;
  color: #bbbbbb; }
  #footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  #footer p {
    float: left;
    padding: 10px 20px; }
    #footer p a.ondeuev {
      font-weight: normal;
      color: white; }
      #footer p a.ondeuev:hover {
        background-color: black;
        text-decoration: none; }
  #footer #bottom-links {
    float: right;
    display: inline;
    list-style: none;
    margin: 10px; }
    #footer #bottom-links li {
      float: left;
      display: inline; }
    #footer #bottom-links li h2 {
      font-weight: normal;
      display: inline;
      float: left; }
    #footer #bottom-links ul {
      margin: 0;
      float: left;
      display: inline; }
      #footer #bottom-links ul li {
        float: left;
        display: inline;
        margin-left: 5px; }
        #footer #bottom-links ul li a img {
          border: 1px dotted #666666;
          padding: 2px; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: #666666; }

#cboxContent {
  margin-top: 20px; }

#cboxLoadedContent {
  background: #fff;
  padding: 20px 40px 20px; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(controls.png.1) top left no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious.hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(controls.png.1) top right no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext.hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url(loading.gif) center center no-repeat; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(controls.png.1) top center no-repeat;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose.hover {
  background-position: bottom center; }

#cboxLoadedContent {
  /*  */ }
  #cboxLoadedContent h3 {
    font-size: 1.5em;
    line-height: 1.25	em;
    font-weight: normal;
    padding: 1em 0 1em; }
  #cboxLoadedContent dl dt {
    color: #666666; }
  #cboxLoadedContent dl dd {
    margin-bottom: 1em; }

/* Treeview styles */
.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 12px; }

ul.treeview > li > a {
  font-weight: bold; }

.treeview li ul {
  padding: 0;
  margin: 0 !important; }

.treeview ul {
  background-color: white;
  margin-top: 4px;
  margin-bottom: 0 !important; }

.treeview .hitarea {
  background: url(treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer; }

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none; }

.treeview li {
  margin: 0 !important;
  padding: 3px 0pt 3px 16px; }

.treeview a.selected {
  background-color: #eee; }

#treecontrol {
  margin: 1em 0;
  display: none; }

.treeview .hover {
  color: #6a161f;
  cursor: pointer; }

.treeview li {
  background: url(treeview-default-line.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px; }

.treeview .expandable-hitarea {
  background-position: -80px -3px; }

.treeview li.last {
  background-position: 0 -1766px; }

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(treeview-default.gif); }

.treeview li.lastCollapsable {
  background-position: 0 -111px; }

.treeview li.lastExpandable {
  background-position: -32px -67px; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0; }

.treeview-red li {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-red-line.gif); }

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-red.gif); }

.treeview-black li {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-black-line.gif); }

.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-black.gif); }

.treeview-gray li {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-gray-line.gif); }

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-gray.gif); }

.treeview-famfamfam li {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-famfamfam-line.gif); }

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
  background-image: url(http://acciosocial.org/wp-content/themes/ecas/img/treeview-famfamfam.gif); }

.treeview .placeholder {
  background: url(http://acciosocial.org/wp-content/themes/ecas/img/ajax-loader.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block; }

.filetree li {
  padding: 3px 0 2px 16px; }

.filetree span.folder, .filetree span.file {
  padding: 1px 0 1px 16px;
  display: block; }

.filetree span.folder {
  background: url(http://acciosocial.org/wp-content/themes/ecas/img/folder.gif) 0 0 no-repeat; }

.filetree li.expandable span.folder {
  background: url(http://acciosocial.org/wp-content/themes/ecas/img/folder-closed.gif) 0 0 no-repeat; }

.filetree span.file {
  background: url(http://acciosocial.org/wp-content/themes/ecas/img/file.gif) 0 0 no-repeat; }

/* Estils afegits a l'habilitar els comentaris */
.comment-body p {
	margin-top: 0;
	margin-bottom: 30px;
}

.comment-meta {
	margin-bottom: -15px;
}

.actuallanguage{
	color: #B80036;
	font-weight: bold;
}