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

/* Discografia CSS */

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

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

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

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

.top_margin { margin-top:15px; }


/* --------------------------- Discografia --------------------------- */

.info_disc {
  padding:15px;
  background:url('../../image/blanc_80.png');
}

.img_disc { 
  display:block;
  float:none;
  margin:0px;
  border:0px;
  padding:0px;
  width:200px;
  height:200px;
  background:#ddd;
  text-indent:-8000px;  
}

.info_disc h3 {
  margin-top:5px;
  font-size:14px;
  color:#cc0032;
}

.info_disc span {
  font-weight:bold;
}

.info_disc span.titol {
  color:#666;
  text-transform:capitalize;
}

.list_temes {
  margin:5px 0px 0px 0px;
  border-top:1px solid #333;
  padding:5px 0px 0px 0px;  
}

.list_temes li span.num {
  display:block;
  float:left;
  width:25px;
  color:#cc0032;
  font-weight:bold;    
}
