/**
 * m4b.css
 * Music For Bodies stylesheet
 * @author Peter Edwards <tech@e-2.org>
 * @package m4b
 */

html, body, div {
  border:0;
	margin:0;
	padding:0;
}
a img {
  border:0;
}
body {
  font:10px/12px arial,verdana,helvetica,sans-serif;
}
a {
  color:#c60;
	text-decoration:none;
}
a:hover, a:visited:hover {
  color:#f00;
}
.underline {
  border-bottom:1px solid #333;
}
.date {
  text-align:right;
	color:#999;
	font-style:italic;
}
.aside, .credit {
  text-align:right;
	color:#666;
	font-style:italic;
}
hr.dashed {
  border:1px dashed #666;
	height:1px;
}
h1#sonicbed_london {
  text-indent:-5000px;
	background:#fff url(../images/headings/sonicbed_london.png) no-repeat left top;
	width:271px;
	height:36px;
}
h1#sonicbed_shanghai {
  text-indent:-5000px;
	background:#fff url(../images/headings/sonicbed_shanghai.png) no-repeat left top;
	width:289px;
	height:42px;
}
#musicforbodies-title a {
  display:block;
  text-indent:-5000px;
	background:#fff url(../images/logos/logo_line_swap.gif) no-repeat left top;
	width:330px;
	height:30px;
}
#musicforbodies-title a:hover {
  background-position:left -50px;
}



