/*—————————— 
   ELEMENTS
  ——————————*/

body {
	font-size: 12pt;
	margin: 0 5%;
}

a {
	font-weight: bold;
	color: #630;
}

/*————————— 
   CLASSES
  —————————*/

a.rss {
	display: none;
}

/*————— 
   IDs
  —————*/


/*	—— introduction —— */

#introduction {
	padding: 0 16.5%;
}

/*—— personae ——*/

#personae .vcard {
	position: relative;
	width: 25%;
	float: left;
}
#personae .vcard .photo {
	border-bottom: 0.1904em double;
}

/*—— songs ——*/

#songs {
	display: none;
}

/*—— contact ——*/

#contact {
	display: none;
}

/*—— elsewhere ——*/


#flickr ul {
	clear: both;
	line-height: 0;
	width: 225px;
}
#flickr li {
	list-style: none;
	display: inline;
}
#flickr li a {
	display: block;
	float: left;
}