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

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

/**
  highlight orange: f57b0e
  background light grey: e9e9e9
  black: 000000
  greyed out button: 666666
  lighter blue buttons, menu headers, branding bar: 336699
  lighter blue button gradient target: 497199
*/

/** copied from ajc.css from the original site **/
body
{
 background-color: #e9e9e9; /* secondary */
 /*color: #333;*/
 color: #555555;
 margin: 0;
 padding: 0;
 font: 13px/1.4 Helvetica,Arial,"Liberation Sans",sans-serif;
}
a img {
  border: 0px;
}
a {
  color: #369;
}
#container {
  width: 960px;
  margin: 0px auto;
  background-color: #FFFFFF;
}
#header
{
 /* background: #21285a;  */
 background: #FFFFFF; /* 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 **/
#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: #055CA6 url(images/bg_fragmentHeader.png) repeat-x; */
  background-color: #336699;
  color: #FFFFFF;
}
* 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;
  margin-top: 10px;
}
.program_title a {
  text-decoration: none;
  font-weight: bold;
}
.supplement_subtitle {
  font-size: 12px;
  font-weight: bold;
}
.article_title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.figure_title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.author_title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  text-align: center;
}*/

/*/////////////////////*/
.program_title {
  font-size: 18px;
  font-weight: bold;
  /*margin-top: 16px;*/
}
.program_title a {
  text-decoration: underline;
  font-weight: bold;
}
.article_title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-top: 16px;
  text-align: left;
}
.author_title {
  font-size: 14px;
  font-weight: bold;
  /*margin-top: 16px;*/
  text-align: left;
}
/*///////////////////////*/

#title_area_positioner {
  /*margin-top: 10px;*/
  padding-left: 23px;
}
#title_area {
  /*color: #666;*/
}
/*
#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: linear-gradient(#055CA6 65%, #1F78C1);*/
  background: linear-gradient(#336699 65%, #497199);
  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: linear-gradient(#000000 65%, #333333);
}
.greyed_out {
  /* background-color: #ACACAC; */
  background-color: #666666;
  color: #FFFFFF;
}
/* highlight the current speaker in the menu */
.activatable .resource_link.active {
  border: 3px solid #f57b0e;
  padding: 4px;
}
.activatable .slide_link.active {
  border: 3px solid #f57b0e;
  padding: 4px;
}
.buttonify {
  padding: 6px;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.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_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 **/

/********** MENU BUTTONS ************/
.figure_numbering {
  /* width: 50px; */
  float: left;
  text-align: right;
}
.figure_caption {
  margin-left: 57px;
}

/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  height: 18px;
  padding: 2px 6px 2px 2px;
  margin: 0px;
  background-color: #336699; /* "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; }
}
