
/* @override http://localhost/_css/supportlinks.css */

#eLetter li {
	margin: .5em 0;
}

.message {
	position: relative;
	padding: 1.2em 0;
	border-top: 1px solid #ccc;
	}
	.message:hover { /* eye-candy for Safari and FireFox */
		background: url(/images/bg-message_hover.jpg) repeat-y;
		}

.audioGlossary {
	margin: 15px 0 25px;
	height: 27px;
	background: url(/images/audio_glossary.gif) center top no-repeat;
	border: 1px solid #ccc;
	}

.instructions {
	list-style: none;
	}
	.instructions li strong {
		display: block;
		position: relative;
		padding-left: 25px;
		font-size: 1.2em;
		line-height: 2.5em;
		}
	.instructions li#find strong { background: url(/images/icon-checkmark.gif) left center no-repeat; }
	.instructions li#download strong { background: url(/images/icon-download.gif) left center no-repeat; }
	.instructions li#play strong { background: url(/images/icon-play.gif) left center no-repeat; }

#content .message p {
	margin: 0 70px 0 25px;
	font-size: 1em;
	line-height: 1.5;
	}
#content .message p strong {
	font-size: 1.1em;
	}
#content .message p span {
	padding-right: 10px;
	font-weight: bold;
	}
#content .message p a {
	padding-bottom: 2px;
	}
#content .message p a:hover {
	}
#content .message ul {
	position: absolute;
	top: 1.2em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#content .message a:hover {
	text-decoration: none;
	background: none;
	}
#content .message ul li {
	position: absolute;
	margin: 0; /* override */
	list-style: none;
	font-size: .9em; /* override */
	line-height: .9em; /* override */
	width: 16px;
	height: 16px;
	overflow: hidden;
	}
#content .message ul li a {
	display: block;
	height: 16px;
	text-indent: -5000px;
	}
#content .message li.listen {
	background: url(/images/icon-download.gif) no-repeat;
	}
#content .message li.download {
	right: 21px;
	background: url(/images/icon-download.gif) no-repeat;
	}
#content .message li.notes {
	right: 45px;
	background: url(/images/button-notes_pdf.gif) no-repeat;
	}
#content .message li.buy {
	right: 0;
	text-align: right;
	background: url(/images/icon-download.gif) no-repeat;
	}
#content .message ul li.comments {
	width: 8em;
	right: 0;
	top: 25px;
	text-align: right;
	}
	#content .message ul li.comments a {
		text-indent: 0;
		}
#content li {
	font: 1.15em Arial,Helvetica,sans-serif;
	line-height: 1.3;
}
.archive {
	padding: .4em 0;
	}
.archive br {
	display: none;
	}
#content .archive p {
	margin: 0;
	text-align: right;
	}
#content .archive p span {
	display: block;
	float: left;
	text-align: left;
	}
#content .archive p strong {
	padding-left: 10px;
	}

#content #subscribe-link {
	margin: 0;
	text-align: right;
	font-size: 10px;
	}

/* message details page
==============================================================================*/
#messageGraphic img {
	width: 200px;
	}
#sideBar #audioControls li {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 160px;
	height: 50px;
	background: none;
	}
#sideBar #audioControls li a {
	display: block;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	background-position: 50% 0;
	}
#sideBar #audioControls #listen a {
	background: url(/images/icon-download.gif) no-repeat;
	}
#sideBar #audioControls #download a {
	background: url(/images/icon-download.gif) no-repeat;
	}
#sideBar #audioControls #notes a {
	background: url(/images/audio-notes.gif) no-repeat;
	}
#sideBar #audioControls li a:hover {
	background-position: 50% 100% !important;
	}
#purchase_form {
	text-align: center;
	padding: 0 0 30px 0;
	}
#content h3.what {
	font-size: 1.8em;
	}
#content p.noSummary {
	margin-top: 50px;
	font-style: italic;
	text-align: center;
	color: #ccc;
	}
#content p.who {
	padding-left: 25px;
	font-size: 1.1em;
	background: url(/images/icon-speaker.gif) left center no-repeat;
	}
#content .info {
	margin-top: 50px;
	}
.comment {
	position: relative;
	margin: 20px auto 0;
	width: 467px;
	background: url(/images/comment-bg.gif) repeat-y;
	}
.comment span.commentBoxTop {
	display: block;
	margin-bottom: -1em;
	height: 10px;
	background: #fff url(/images/icon-download.gif) no-repeat;
	}
#content .comment p {
	margin: 1em 15px;
	font: normal 1.2em/1.6em 'lucida grande',tahaoma,sans-serif;
	color: #777;
	}
#content .comment p.commentAuthor {
	margin: -.5em 0 0;
	padding-left: 40px;
	font: bold 1.1em/40px 'lucida grande',tahoma,sans-serif;
	color: #777;
	background: #fff url(/images/comment-author_bg.gif) center top no-repeat;
	}
#content .comment p.commentAuthor span {
	font-size: .81em;
	color: #999;
	}
#content table#price td {text-align: center;}
#content table#price td.col1 {text-align: left;}
#comment_form fieldset {
	border: 0 none;
	}
	#comment_form #userPrefs label {
		width: auto;
		}
	#comment_form textarea {
		clear: both;
		width: 99%;
		height: 10em;
		}
	#comment_form #captcha {
		position: relative;
		padding: 15px;
		background: #ffc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
		#content #comment_form #captcha p {
			margin: 0;
			width: 200px;
			font-size: 1em;
			line-height: 1.2em;
			}
		#comment_form #captcha #captchaImage {
			position: absolute;
			top: 10px;
			right: 0;
			text-align: center;
			}
#content ul {
	font-size: 1.1em;
	list-style-type: none;
	margin: 1.75em .5em;
}

.supportPrice {
	width: 100%;
	background-color: #EEE;
	margin: 1em auto;
	font-size: 1.15em;
	text-align: center;
}
.supportPrice th {
	background-color: #5197CB;
	color: #FFF;
	font-size: 1.2em;
}
.supportPrice td {
	background-color: #E7F4F4;
	vertical-align: middle;
	padding: 1em;
}
.c1 { text-align: left !important; }
.priceHead {
	background-color: #eaeaea;
}

#sideBar form, #sideBar form p {
	margin-top: 0;
	margin-bottom: 5px;
}

#sideBar h3 {
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 15px;
}