body {
	background: #003366 url("../images/topbg.gif");
	background-repeat: repeat-x;
	color: #DDEEFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: justify;
}

a {
	color: #99eeff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #3399FF;
}

a:active {
	outline: none;
}

#biog {
	clear: both;
	background-image: url("../images/nam.png");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 99% 99%; 
	padding-right: 165px;
}


#content {
	padding-top: 0.25em;
	clear: both;
}

img {
	border: none;
}

.commentLine {
	padding: 5px;
	width: 98.65%;
	background: #003377;
	border: #000000 1px solid;
	opacity: 0.90;
	filter:alpha(opacity=90);
	margin: 1em auto;
}

.replyLine {
	background:#005588 none repeat scroll 0 0;
	border:1px solid #000000;
	margin:0.5em 0 0.5em 10%;
	padding:5px;
	width:89%;
}

.author {
	margin: 0.5em 0 0.5em 0;
	font-size: 0.9em;
	font-style: italic;
	clear: both;
}

#fullPlayer {
	text-align: center;
}

.external {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	float: right;
}

.external a {
	padding-right: 15px;
	background: url("../images/external-link.png") no-repeat scroll right center;
}

.external-normal {
	padding-right: 17px;
	background: url("../images/external-link-larger.png") no-repeat scroll right center;
}

ol li {
	padding: 0.25em 0;
}
/*
.bobInterview {
	font-style: italic;
}
*/
.interviewQuestion {
	font-weight: bold;
}

.interviewQuote {
	font-style: italic;
}

ul.links {
	list-style: none;
	padding-left: 0;
	text-align: left;
	font-weight: bold;
	margin-left: 0;
}

ul.links li {
	padding: 0.1em 0;
}

#rightLinks {
	float: right;
	margin-top: 3.75em;
	margin-right: 0.5em;
}

#nav, #nav ul { /* all lists */
	padding: 5px;
	list-style: none;
	clear: both;
	float: left;
	width: 98.65%;
	background: #003377;
	border: #000000 1px solid;
	margin: auto auto 1em 0;
	opacity: 0.85;
	text-align: left;
}

#nav a {
	color: #99eeff;
	display: block;
}

#nav a:hover {
	color: #3399FF;
}

#nav li { /* all list items */
	float: left;
	width: 20%; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity: 1;
}

#nav li ul li {
	width: 12em; /* width needed or else Opera goes nuts */
}

#nav li ul a { 
	margin: 0.2em auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 11em;
	filter: alpha(opacity=85);
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#cnotice {
	text-align: right;
	font-size: 0.5em;
	font-style: italic;
	clear: both;
}

h3.entry-title  {
	margin-top: 1.75em;
}

#header {
	text-align: center;
}

#header a {
	font-size: 1.5em;
	color: #3399FF;
}

#header a:hover {
	color: #66ccff;
}

#commentPageNav a {
	margin-right: 0.5em;
}

#player_container {
	padding:0 20px;
}

#player_container p,
#player_container span {
	font-weight: normal;
	line-height: 36px;
}


#player_progress_play_bar {
	color: #0066FF;
}

#player_progress_ctrl_bar,
#player_progress_play_bar {
	font-size:0.8em;
	height:1.2em;
        font-weight: bold;
}

#total_time, #play_time {
	font-style:italic;
}

blockquote {
	margin: 0 50px;
}
