@charset "utf-8";

@import url("../ui/dialog-box.css");
@import url("../ui/button.css");
@import url("../band/picture-frame.css");
@import url("../media/row-mini.css");

/* CSS Document */

/*-----------------------------------------------------------*/
/* Banf infos                                                */ 
/*-----------------------------------------------------------*/
#band-infos {
	margin: 1em .5em;
	width: 64%;
	float: left;
}
#ie6 #band-infos {
	display: inline; /* double margin bug */
}
#band-infos .picture-frame {
	margin: .5em 1em 0 .5em;
	float: left;
}
#band-infos a {
	color: black;
	font-size: 0.9em;
}
#band-infos dl {
	font-size: 80%;
	margin: .5em 0 0 0; 
	padding: 0;
}
#band-infos dt {
	margin-left: 2px;
	font-weight: bold;
	color: #ed7706;
}
#band-infos dd {
	margin: 0 .2em;
}

#ie6 #band-infos .ie6bug {
	width: 99.6%;
	overflow: hidden;
}

#band-infos #score {
	position: relative;
	float: right;
	margin: 1.5em 1em 0 .5em;
	height: 72px;
	width: 3em;
	text-align: center;
}
#band-infos #score p {
	margin-top: 1em;
}

#band-infos #score em { 
	font-style:normal
}

#band-infos #contact {
	margin: 1em 0;
	padding: .5em;
}
#band-infos #contact dl {
	margin-top: 1em;
}

#band-infos .actions {
	text-align:center
}
#band-infos .actions .button {
	margin: 1em auto 0;
	color: white;
}
/*-----------------------------------------------------------*/
/* Band titles                                                */ 
/*-----------------------------------------------------------*/
#band-titles {
	margin: 1em 0 0 0;
	width: 33%;
	float: right;
}
#ie6 #band-titles {
	display: inline; /* double margin bug */
}
#band-titles ul {
	font-size: 80%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;/* firefox bug */
	text-align:left;
}
#band-titles .all-titles {
	margin: 1em auto 0;
}

#band-titles .empty {
	font-size: .8em;
	text-align: center;
	margin-top: .5em;
	
}

#band-titles .button {
	margin: .70em auto 0;
}
#band-titles .band {
	visibility:hidden;
	height: .9em;
}
/*-----------------------------------------------------------*/
/* Band bio                                                */ 
/*-----------------------------------------------------------*/
#band-bio {
	margin: 0 0 1em .5em;
	font-size: 80%;
	clear: both;
}
#band-bio h2 {
	font-size: 1.2em;
}
#band-bio .content div {
	margin: 1em;
}
#band-bio .content div div {
	margin: 0;
}
#band-bio p {
	margin-bottom: .5em;
	line-height: 1.3em;
}

