.message {
	position: relative;
	padding: 1.2em 0;
	border-top: 1px solid #ccc;
}

.message:hover {
	background: url(images/bg-message_hover.jpg) repeat-y;
}

#contentMedia .message p {
	margin: 0 70px 0 25px;
	font-size: 1em;
	line-height: 1.5;
}

#contentMedia .message p strong {
	font-size: 1.1em;
}

#contentMedia .message p span {
	padding-right: 10px;
	font-weight: bold;
}

#contentMedia .message p a {
	padding-bottom: 2px;
}

#contentMedia .message p a:hover {
	
}

#contentMedia .message ul {
	position: absolute;
	top: 1.2em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentMedia .message a:hover {
	text-decoration: none;
	background: none;
}

#contentMedia .message ul li {
	position: absolute;
	margin: 0;
	list-style: none;
	font-size: .9em;
	line-height: .9em;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

#contentMedia .message ul li a {
	display: block;
	height: 16px;
	text-indent: -5000px;
}

#contentMedia .message li.photo {
    background: url(images/snowflake.gif) no-repeat;
}
#contentMedia .message li.listen {
	background: url(images/button-listen.gif) no-repeat;
}

#contentMedia .message li.download {
	right: 21px;
	background: url(images/button-download.gif) no-repeat;
}

#contentMedia .message li.notes {
	right: 45px;
	background: url(/images/button-notes_pdf.gif) no-repeat;
}

#contentMedia .message li.buy {
	right: 0;
	text-align: right;
	background: url(images/button-buy.gif) no-repeat;
}

#contentMedia .message ul li.comments {
	width: 8em;
	right: 0;
	top: 25px;
	text-align: right;
}

#contentMedia .message ul li.comments a {
	text-indent: 0;
}

/* message details page
==============================================================================*/

#messageGraphic img {
	width: 200px;
}

#audioControls {
	position: relative;
	overflow: hidden;
}

#audioControls h2 {
	width: 305px;
	min-height: 30px;
	float: left;
}

#audioControls h3 {
	float: left;
	clear: left;
	margin: 10px 0 0;
	font: italic 1.6em georgia,serif;
}

#audioOrder {
	overflow: hidden;
	padding: 10px;
	background: #e7f4f4;
	border: 1px solid #ddd;
	border-width: 2px 0 1px;
}

#audioOrder h4 {
	margin: 0;
	font: bold 1.2em 'lucida grande',tahoma,sans-serif;
	color: #797066;
	float: left;
}

#audioOrder form {
	float: right;
}

#sideBar .messageArt {
	display: block;
	width: 210px;
	height: auto;
	margin: 3px auto 10px;
	border: 2px solid #fff;
}

#contentMedia #audioControls ul {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 0;
}

#audioControls li {
	float: left;
	margin: 0;
	line-height: 27px;
}

#audioControls li a {
	display: block;
	line-height: 27px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/btn-listendownload.gif) no-repeat;
}

#contentMedia #audioControls li a:hover {
	background: url(/images/btn-listendownload.gif) no-repeat;
}

#audioControls li a#listen {
	width: 69px;
	background-position: 0 0;
}

#audioControls li a#download {
	width: 99px;
	background-position: 100% 0;
}

#audioControls li a#listen:hover {
	background-position: 0 50%;
}

#audioControls li a#download:hover {
	background-position: 100% 50%;
}

#audioControls li a#listen:active {
	background-position: 0 100%;
}

#audioControls li a#download:active {
	background-position: 100% 100%;
}

#contentMedia h3.what {
	font-size: 1.8em;
}

#contentMedia p.noSummary {
	padding: 90px;
	font-style: italic;
	text-align: center;
	color: #ccc;
	border: 1px dotted #ccc;
}

#contentMedia p.who {
	padding-left: 25px;
	font-size: 1.1em;
	background: url(/images/icon-speaker.gif) left center no-repeat;
}

#contentMedia .info {
	margin-top: 50px;
}