* {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  outline: none; }

.clear {
  clear: both; }

img {
  border: none; }

a {
  color: #444;
  font-weight: bold;
  text-decoration: none; }

h1 {
  margin-bottom: 15px; }

body {
  background: #eee url(/images/background_tile.jpg) fixed; }

table {
  width: 100%;
  border-collapse: collapse; }

td {
  border: 1px solid #ccc;
  padding: 5px; }
  td.concerts1 {
    width: 10%; }
  td.concerts2 {
    width: 20%; }
  td.autor {
    width: 20%; }
  td.missatge {
    width: 70%; }
  td.data {
    width: 10%;
    text-align: center; }
  td.hora {
    text-align: center; }

tr.even {
  background-color: #ddd; }

th {
  text-align: center;
  background-color: #aaa;
  border: 1px solid #ccc;
  color: #eee; }

#header-wrapper {
  background: #7B86AD url(/images/header_bg.jpg) fixed center top;
  width: 100%;
  border-bottom: 1px #444 solid; }

#header {
  width: 980px;
  margin: 0 auto; }

#header-img {
  background: transparent url(/images/header-img.png) repeat-x scroll center top;
  height: 180px; }

#header-left {
  float: left;
  padding: 20px 0 0 0;
  width: 700px; }

#header-right {
  float: right;
  width: 205px; }

.titol a {
  background: transparent url(/images/titol.png) no-repeat scroll left top;
  width: 700px;
  height: 131px;
  display: block;
  text-indent: -10000em; }

#content-wrapper {
  color: #444;
  margin: 0 auto;
  padding: 40px 0;
  width: 980px; }

#content {
  display: inline;
  clear: both;
  float: left;
  margin-bottom: 50px;
  width: 980px; }
  #content a:hover {
    background: #444;
    border-radius: 4px;
    color: #fff;
    padding: 0; }

#menu {
  list-style-type: none;
  margin-top: 15px; }
  #menu li {
    height: auto !important;
    padding-top: 3px; }
  #menu a {
    color: #FFFFFF;
    font-family: Arial Black,Arial,Helvetica,sans-serif;
    font-size: 190%;
    font-weight: bolder;
    height: auto !important;
    letter-spacing: -3px;
    line-height: 15px;
    text-transform: uppercase; }
    #menu a:hover, #menu a.selected {
      color: #444; }

#menu-links {
  padding-bottom: 25px; }

#banners {
  display: block;
  width: 100%;
  margin-bottom: 90px; }
  #banners li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    list-style-type: none; }
  #banners a {
    background: #444;
    border-radius: 4px;
    color: #fff;
    padding: 0;
    text-indent: -10000em;
    display: block;
    width: 186px;
    height: 46px;
    background-repeat: no-repeat; }
    #banners a#myspace {
      background-image: url(/images/myspace.jpg); }
    #banners a#facebook {
      background-image: url(/images/facebook.jpg);
      width: 146px; }
    #banners a#mesvilaweb {
      background-image: url(/images/mesvilaweb.jpg); }
    #banners a#productes {
      background-image: url(/images/productesdelaterra.jpg); }
    #banners a#vimeo {
      background-image: url(/images/vimeo.jpg);
      width: 146px; }
    #banners a#youtube {
      background-image: url(/images/youtube.jpg);
      width: 146px; }
    #banners a#twitter {
      background-image: url(/images/twitter.jpg);
      width: 146px; }
    #banners a:hover {
      background-position: left -46px; }

#noticia img {
  float: left;
  margin-right: 30px; }
#noticia h2 {
  margin-bottom: 10px; }

#data {
  font-size: 0.7em;
  margin-bottom: -7px; }

#links {
  margin-left: 200px; }
  #links a {
    font-weight: normal;
    text-decoration: underline; }
  #links div {
    float: left;
    padding-right: 60px; }
  #links ul {
    list-style-type: none;
    padding-left: 20px; }
  #links p {
    padding-bottom: 10px; }
  #links h3 {
    padding-bottom: 5px; }

.comentari {
  display: block;
  width: 600px;
  background-color: #ddd;
  border: 1px solid #ccc;
  margin: 30px 15px;
  padding: 10px; }
  .comentari input {
    margin-bottom: 10px; }
  .comentari h3 {
    margin-bottom: 15px; }

.text_bio {
  clear: both;
  margin: 0 15px 5px 5px;
  padding: 10px; }
  .text_bio img {
    float: left;
    margin: 5px 10px 5px 0; }

.subtitols {
  clear: both;
  margin-top: 35px; }

#errorExplanation h2 {
  color: red;
  font-size: 1em; }
#errorExplanation p {
  display: none; }
#errorExplanation ul {
  list-style-type: none;
  color: red; }

#flash_notice {
  color: green; }

#footer {
  border-top: 1px #444 solid;
  text-align: center;
  padding: 0.3em;
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1.1em;
  background: #7B86AD url(/images/header_bg.jpg);
  color: #444;
  font-size: 0.8em; }
  #footer a {
    color: #333;
    font-weight: bold; }

#info {
  margin-top: 5px; }
