/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Inici CSS */


/* --------------------------- Imatges Fons --------------------------- */

#header {
  background-image:url(../../image/header_inici.jpg);
}

#contingut {
  background-image:url(../../image/cos_inici.jpg);
}

.lateral {
  background-image:url(../../image/lateral_inici.jpg);
}

#contingut #inici_lateral { position:relative; height:100px; }
#contingut #inici_lateral img { position:absolute; right:15px; bottom:15px;  }

.top_margin {
  margin-top:30px;
}


/* --------------------------- Noticies --------------------------- */

.box_news {
  margin:0px;
  padding:10px 15px 15px 0px;
  width:585px;
  overflow:hidden;
}

/* --------------------------- Imatges --------------------------- */

.img_news {
  display:block;
  float:left;
  margin:0px;
  width:200px;
  height:150px;
  background:#ddd;
  text-indent:-8000px;  
}

.body_news {
  float:right;
  width:370px;
}

.body_news h4 {
  color:#CD0000;
  font-size:18px;
  line-height:18px;
}

#contingut .body_news p {
  margin:10px 0px 0px 0px;
}

#contingut .body_news p.data {
  margin:5px 0px 10px 0px;
  color:#666666;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}

/* --------------------------- Video --------------------------- */

.box_video {
  margin-top:10px;
  padding:15px;
  background:url(../../image/gris_clar.png);
  width:570px;
  overflow:hidden;
}

.img_video {
  display:block;
  float:left;
  margin:0px;
  width:185px;
  height:135px;
  background:#ddd;
  text-indent:-8000px;  
}

.body_video {
  float:right;
  width:370px;
}

.body_video h4 {
  color:#111;
  font-size:14px;
  line-height:14px;
}

#contingut .body_video p.data {
  margin:5px 0px 10px 0px;
  color:#666;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}

/* --------------------------- Agenda --------------------------- */

ul#agenda {
  margin:0px 15px;
}

ul#agenda li {
  padding:10px;
  border-bottom:1px solid #fff;
}

ul#agenda li.primer {
  background:url('../../image/blanc_80.png');
}

.box_agenda {
  width:100%;
  background:url('../../image/bg_concert_lat.gif') left top repeat-y;
  overflow:hidden;
}

#contingut .box_agenda p.data {
  display:block;
  float:left;
  margin:0px;
  width:35px;
  text-align:right;
  color:#666;
  font-weight:bold;
  line-height:15px;
}

.box_agenda p.data span {
  display:block;
  line-height:24px;
  font-size:24px;
}
.box_agenda p.data span.dia { color:#cd0000; }
.box_agenda p.data span.mes { color:#999; }

#contingut .box_agenda p.info {
  margin:0px;
  display:block;
  float:right;
  width:205px;
}

.box_agenda p.info span {
  display:block;
  font-weight:bold;
}
.box_agenda p.info span.poblacio { 
  color:#cd0000; 
  line-height:18px;
  font-size:18px;
}

.box_agenda p.info span.lloc { 
  color:#333; 
  line-height:14px;
  font-size:14px;
}
.box_agenda p.info span.hora { 
  margin:2px 0px 0px;
  color:#666;
  line-height:12px;
  font-size:12px;
}
.box_agenda p.info span.link { 
}

#contingut p.tags a {
  color:#333;
  font-style:italic;
}

#no_results {
  color:#333; 
  line-height:14px;
  font-size:14px;
  font-weight:bold;
}
h3.destacat {
  margin:20px 0px 5px;
  color:#cd0000; 
  line-height:18px;
  font-size:18px;
}