/** this skin emulates ajconline.org (as of June 2011) **/
/* width 960 centered with a two tone background */

/* @import url("base.css"); */

/** copied from ajc.css from the original site **/
body
{
 background-color: #C7E2D8; /* secondary */
 margin: 0;
 padding: 0;
}
a img { 
  border: 0px; 
}
#container {
  width: 960px;
  margin: 0px auto;
  background-color: #FFFFFF;
}
#header
{
 background: #208A62; /* primary */
}
#content {
  padding: 0px 15px;
}
#primary {
  margin-left: 215px;
  position: relative;
}

#footer
{
  background: #BFD8F5; /* secondary */
}
/** end ajc.css original copy **/

/** imported a piece at a time as needed, and edited quite a bit, from content.css from the orignal site **/
body {
  background-image: url(images/bg_main.png);
  background-repeat: repeat-x;
  color: #333; 
  font: 12px/1.4 Helvetica, Arial, 'Liberation Sans', sans-serif;
}
* html body {background-image: url(images/bg_IE6.gif);}
#header { 
  position: relative;
}
#header .logo {
}

.center {text-align: center;}
.right { float: right; }
.left { float: left; }

/* FRAGMENTS (Default) */
.fragment {margin: 0 0 14px;}
.hd h1,.hd h2,.hd h3,.hd h4,.hd h5,.hd h6 {font-size: 14px; letter-spacing: -1px; margin-bottom: 0; padding: 7px !important; text-transform: none;}
.inner {padding: 7px;}
.inner h1,.inner h2,.inner h3,.inner h4,.inner h5,.inner h6 {margin-bottom: 0; padding: 7px 0;}
.inner p { margin: 0px 7px; }
.inline {margin-left: 15px; margin-top: 5px;}

/* FRAGMENTS (Border styles) */
.fragment {border: 1px solid #E6E6E6;}
.noBorder {border: 0px !important;}

/* FRAGMENTS (Background styles) */
.bgFeatured { background: #D9E7F9; /* tertiary */ }

/* FRAGMENTS (Contours) */
.cRounded {-moz-border-radius: 7px; -webkit-border-radius: 7px;}
.cRounded .hd * {-moz-border-radius-topLeft: 7px; -moz-border-radius-topRight: 7px; -webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px;}

.hFeaturedBlock {
  background: #208A62 url(images/bg_fragmentHeader.png) repeat-x; color: #FFF;
}
* html .hFeaturedBlock,* html .hHighlightBlock,* html .hPromoBlock {background-image: none;} /* IE6 */
h3.hFeaturedBlock {
  margin: 0;
}
.shadow {
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
}
/** end content.css import **/
p {
  margin: 16px 0;
}
table.layout {
  border-collapse: collapse;
}
table.layout td, table.layout th {
  vertical-align: top;
  text-align: left;
  padding: 0px;
}
.program_title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 10px;
}
.program_title a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.supplement_subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.article_title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 8px;
  text-align: center;
}
.figure_title {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 8px;
  text-align: center;
}
.author_title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 6px;
  text-align: center;
}

#title_area h1, #title_area h2, #title_area h3 {
  color: #FFFFFF;
}
#title_area h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
  text-decoration: underline;
}

#content {
  clear: both;
  margin-top: 10px; 
  position: relative;
}
#menu_column {
  width: 200px;
  float: left;
}
#slide_area {
}
a.slide_link, a.print_link { /* use with .buttonify */
  color: #FFFFFF;
  text-decoration: none;
  display: block; 
  background-color: #208A62;
  background-image: url(images/slide_button_bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
a.slide_link {
  margin: 3px;
}
span.slide_link {
  display: block; 
  margin: 3px;
}
a.resource_link { /* use BEFORE .buttonify */
  color: #FFFFFF;
  text-decoration: none;
  margin: 3px;
  display: block;
  background-color: #112233;
  background-image: url(images/resource_button_bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
a.twoline_resource_link {
  background-image: url(images/twoline_resource_button_bg.png);
}
a.twoline_print_link {
  background-image: url(images/twoline_print_button_bg.png);
}
.greyed_out {
  background-image: url(images/greyed_out_button_bg.png);
  background-color: #ACACAC;
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* highlight the current speaker in the menu */
.activatable .resource_link.active {
  border: 3px solid #208A62;
  padding: 4px;
}
.activatable .slide_link.active {
  border: 3px solid #112233;
  padding: 4px;
}
.buttonify {
  padding: 7px;
  text-decoration: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

.with_figure_content .transcript {
  /* position: absolute; /* for IE6, et al? */
  top: 480px;
}
.no_figure_content .transcript {
}
.transcript h2 {
  font-size: 20px;
}
.figuretext_source_identifier {
  font-weight: bold;
}
.figuretext_source_identifier .author { }
.figuretext_source_identifier .publication {
  font-style: italic;
}
.figuretext_source_identifier .identifier { }

.references {
  margin: 10px;
  padding: 5px;
  border: 1px dotted #000000;
}
.references h2 {
  font-size: 14px;
  
}
.ref_num {
  vertical-align: top;
  font-size: 70%;
  color: #386FA5;
}
.references .ref_num {
  vertical-align: inherit;
  font-size: 100%;
}
.references p {
  margin-left: 34px;
  text-indent: -34px;
}
.in_ref_link {
  margin-left: 34px;
  display: inline-block;
}


.clean_super {
  vertical-align: top;
  font-size: 70%;
}
.clean_sub {
  vertical-align: text-bottom;
  font-size: 70%;
}

.slide_image {
  background-color: black; 
  border: 2px solid black; 
  width: 420px; 
  height: 315px;
}
.slide_image img {
    display: block;
}
.slide_layout_control {
  padding: 0px 1px; /* 1px padd to balance the 2px border of the slide image with the 1px border of the jPlayer */
}
.no_player_placeholder {
    background-color: #EEEEEE;
    border: 1px solid #2186C5;
    height: 82px;
    width: 420px;
}
.no_player_placeholder p {
  margin: 22px 28px;
}

.footer {
    text-align: center;
}
.current_speaker_info {
  min-height: 34px;
}
.speaker_thumb {
  border: 1px solid #423230;
}

/**** originall developed for HDL program in program.css but seemed to carry over, so we're trying it in styles.css for now (oct 2011) ***/
.program_linkout_widget {
    margin: 0 10px 6px;
    width: 200px;
}
.program_linkout_widget .resource_link {
    text-align: center;
}
.near_widget_narrow {
    width: 490px;
}
/* resize jPlayer skin (audio)*/
div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size:1.25em;
}
  /* resize jPlayer skin (video) */
  
div.jp-video-360p {
  width: 420px;
}
div.jp-controls-holder {
  width: 420px;
}
div.jp-controls-holder {
  top: 0px;
}
a.jp-video-play-icon {
  top: 140px;
}
a.jp-video-play-icon:active, a.jp-video-play-icon:focus {
  border: none;
  outline: none; /* remove flash of red dotted line in firefox when clicked, still shows something in ie, but not as bad */
}

/****** end program.css copy-over oct 2011 **/

/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  height: 18px;
  padding: 2px 6px 2px 2px;
  margin: 0px;
  background-color: #208A62; /* "primary" same as header background */
  color: #FFFFFF;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
#transcript_branding_bar img.line_logo {
  float: right;
}

/**** styles for printable link, even if they are still technically screen media *****/
body.printable {
  margin: auto;
  background: none;
}
body.printable #figure {
  text-align: center;
}
body.printable .transcript {
  width: auto;
  top: auto;
  max-height: none;
}
body.printable #content {
  margin-left: auto;
  position: static; /* remove space made for menu */
}
body.printable .noprint {
  display: none;
}

/************************* PRINT *********************/
@media print{
  .noprint { display: none; }
}
