@charset "utf-8";


/* Profile */
#profile .photo{
  width: 300px;
  margin-bottom: 40px;
}

#profile ul{
  list-style: none;
}

#profile ul li{
  margin-bottom: 15px;
}

#profile table{
  width: 100%;
  margin-bottom: 40px;
}

#profile td{
 line-height: 1.4em;
  vertical-align: top;
  padding-bottom: 20px;
}

/* Profile Data */

#profile ul.biography{
  position: absolute;
  top: 0;
  left: 300px;
}

#profile ul.biography li span{
 width: 60px;
 display: block;
 float: left;
}

#profile ul.biography li.name{
  padding-bottom: 20px;
}


/* Film */

#film td.year{
  width: 120px;
}

#film td.title{
  width: 195px;
}

#film td.distribution{
  width: 135px;
}

#film td.director{
  width: 135px;
}


/* MUSIC */
#music table{
  margin-bottom: 20px;
}
 
#music table.music, #music table.video{
  width: 100%;
  margin-bottom: 0;
}

#music table.music td, #music table.video td{
  vertical-align: top;
  padding-bottom: 40px;
}

#music td.jacket{
  width: 150px;
}

#music td.title{
  padding-right: 50px;
}

#music td li{
  margin-bottom: 0;
  width: 280px;
}

#music td.year{
  width: 150px;
   padding-right: 30px;
}



/* TV RADIO */
#tv table{
  margin-bottom: 20px;
}

#tv td.date{
  width: 150px;
  padding-right: 30px;
}

#tv td.title{
  width: 240px;
 padding-right: 30px;
}

#tv td.distribution{
}


/* BOOK */
#book table{
  margin-bottom: 20px;
  width: 100%;
}
#book td.date{
  width: 100px;
  padding-right: 20px;
}

#book td.title{
  width: 360px;
 padding-right: 20px;
}

#book td.publication{
}

