/* General Text */
#container { background-color: #fff; font-family: arial, verdana, helvetica sans-serif; line-height: 1.4;}

#details { width: 400px; margin: 0px; padding: 15px 0px 15px 90px; border: 0px solid #000; }
#details P { font-size: 0.8em; font-weight: bold; color: #000; }
#details .date { font-size: 1.2em; color: #7e1416; }
#spotlight {color: #3d3d3d; line-height: 1.4em; }

#interact {  line-height: 1em; }
#interact ul { margin: 0px; padding: 5px 0px 0px 0px; list-style-type: none; }
#interact ul li { margin: 0px; padding: 0px; } 
.head { font-weight: bold; color: #000; font-size: 1.2em; }
.faculty { font-weight: bold; color: #000; font-size: 1em; text-align: left; }

/* Lists */
ul { margin: 0 0 0px 30px; list-style-type: square; color: #3d3d3d; }
ul li { margin-top: 8px; font-size: 0.8em; }
ol { margin: 10px 0px 10px 30px; list-style-type: decimal; color: #3d3d3d; }
ol li { margin-top: 8px; font-size: 0.8em; }

/* Headers & Text */
#content .head1 { font-size: 1.4em; color: #7e1416; font-weight: bold; }
#content .head2 { font-size: 1.3em; color: #9c5e20; }
#content .head3 { font-size: 1.1em; color: #7e1416; font-weight: bold; }
#content p { font-size: 0.8em; text-align: left; color: #3d3d3d; line-height: 1.6em; margin: 0px 0px 15px 0px; }
#content td { font-size: 0.8em; text-align: left; color: #3d3d3d; line-height: 1.6em; margin: 0px 0px 15px 0px; }

#element { font-size: 0.8em; text-align: left; color: #5a5a5a; line-height: 1.6em; margin: 0px 20px 0px 20px; padding: 15px; border-top: 1px solid #dadada; border-left: 1px solid #dadada; border-right: 1px solid #dadada;}
#element .head { font-weight: bold; color: #000; font-size: 1.2em;}
#element .head2 { font-weight: bold; color: #000; font-size: 1em;}
#element a { color: #00497e;  text-decoration: none; }
#element a:hover { text-decoration: underline; }
#element ul { font-size: 0.8em; margin: 0 0 0px 30px; list-style-type: square; color: #5a5a5a;}
#element ul li { margin-top: 8px; font-size: 1.2em; color: #5a5a5a; line-height: 1.6em;}
#element-last { font-size: 0.8em; text-align: left; color: #5a5a5a; line-height: 1.6em; margin: 0px 20px 0px 20px; padding: 15px; border: 1px solid #dadada;}
#element-last .head { font-weight: bold; color: #000; font-size: 1.2em;}
#element-last .head2 { font-weight: bold; color: #000; font-size: 1em;}
#element-last a { color: #00497e;  text-decoration: none; }
#element-last a:hover { text-decoration: underline; }

/* Links */
a { color: #00497e;  text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; font-weight: bold; }

/* Alignment */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.clear { clear: both; }
blockquote { padding-left: 30px; font-size: 0.8em; color: #3d3d3d; }

/* Misc. */
.acpe {float: left; padding: 3px 0px 0px 0px; }
.emphasis { color: #741b1b; font-weight: bold; font-size: 1em; text-align: center; }
.headshot { border: 1px solid #7c7c7c; padding: 1px; float: left; margin: 0px 10px 10px 0px; }
.minislide { border: 1px solid #741b1b; padding: 1px; float: left; margin: 0px 10px 0px 0px; }
.rule { border-bottom: 1px solid #a8a8a8; width: 700px; margin: 20px auto; }
.promo {float: right; padding: 0px 0px 8px 8px; }
.black {color: #3d3d3d; }
span.cred { color: #818181; font-size: 12px; }
p.go { text-align: right; }

/* Sidebar */
#faculty { width: 223px; text-align: left; margin: 20px 0px 10px 5px;}
.people { font-size 14px; color: #741b1b; font-weight: bold; margin: 0px; padding: 0px; }
#faculty p { font-size: 11px; color: #818181; }


/* Footer */
#footer p { text-align: center; margin: 10px 0; }
#footer a { color: #be7735; font-weight: bold; }
#credits { text-align: center; font-size: 0.8em; }
#credits a { color: #00497e;  text-decoration: none; }
#credits a:hover { text-decoration: underline; }

/* Player */
#preview { background: url("../images/promo-player.png") 0 0 no-repeat; width: 200px; height: 175px; margin-bottom: 10px; margin-top: 10px; border: 0px solid #000; }
#player_container { position: relative; width: 173px; height: 40px; top: 143px; left: 18px; }

#player_container  ul#player_controls { list-style-type: none; padding:0; margin: 0; }
#player_container  ul#player_controls li { overflow:hidden; margin: 0; padding: 0; text-indent:-9999px; }

#player_play,
#player_pause { display: block; position: absolute; left: 60px; top: -16px; width: 40px; height: 40px; cursor: pointer; }

#player_play { background: url("../images/spirites.jpg") 0 0 no-repeat; }
#player_play.different_prefix_example_hover { background: url("../images/spirites.jpg") -41px 0px no-repeat; }

#player_pause { background: url("../images/spirites.jpg") 0 -42px no-repeat; }
#player_pause.different_prefix_example_hover { background: url("../images/spirites.jpg") -41px -42px no-repeat; }
/* Player 
    Play/Pause buttons now use a class instead of id since we are using the same image for both players
*/
    
#preview2 { background: url("../images/player-maclaughlin.png") 0 0 no-repeat; width: 413px; height: 77px; margin-bottom: 25px; border: 0px solid #000;}
#player_container2 { position: relative; width: 72px; height: 40px; top: 35px; left: 0px; border: 0px solid #888888;}
#player_container2  ul#player_controls { list-style-type: none; padding: 0; margin: 0; }
#player_container2  ul#player_controls li { overflow:hidden; margin: 0; padding: 0; text-indent:-9999px; }

#preview3 { background: url("../images/player-vondracek.png") 0 0 no-repeat; width: 413px; height: 77px; margin-bottom: 25px; border: 0px solid #000;}
#player_container3 { position: relative; width: 72px; height: 40px; top: 35px; left: 0px; border: 0px solid #888888;}
#player_container3  ul#player_controls { list-style-type: none; padding: 0; margin: 0; }
#player_container3  ul#player_controls li { overflow:hidden; margin: 0; padding: 0; text-indent:-9999px; }

#preview4 { background: url("../images/player-michaud.png") 0 0 no-repeat; width: 413px; height: 77px; margin-bottom: 25px; border: 0px solid #000;}
#player_container4 { position: relative; width: 72px; height: 40px; top: 35px; left: 0px; border: 0px solid #888888;}
#player_container4  ul#player_controls { list-style-type: none; padding: 0; margin: 0; }
#player_container4  ul#player_controls li { overflow:hidden; margin: 0; padding: 0; text-indent:-9999px; }

.play_button, 
.pause_button { display: block; position: absolute; left: 15px; top: 0px; width: 40px; height: 40px; cursor: pointer; }

.play_button { background: url("../images/spirites.jpg") 0 0 no-repeat; }
.pause_button { background: url("../images/spirites.jpg") 0 -42px no-repeat; }

