/*****************
* Classes used in spear article and news article content.
*****************/

.dateline {font-size: 12px;}
.attribution {font-size: 12px; font-style: italic;}

.unresource h1 {
  margin: 0;
}

/* .body class doesn't do anything. appears in InDesign. */
.Body, .body  {
}
/* override for h2 as subhead */
.unresource h2 {
  font-size: 12px;
  font-weight: bold;
  color: black;
  background-color: white;
  text-transform: none;
  padding: 0;
}

/* .subhead, .whatyoucando-headline in InDesign */
.Subheads, .Subhead, .subhead, .whatyoucando-headline {
  font-weight: bold;
}
/* jump text */
.Normal {font-size: 12px;}
/* kicker heads; we generate "h2.kicker" */
.kicker, .Jump-Header {
  font-size: 18px; 
  font-weight: bold; 
  font-style: italic;
  color: black;
  background-color: white;
}
/* main heads */
.kabel-header {
  font-size: 36px; font-weight: bold; 
}
/* sic: Pull-Qoute */ 
/* .pull-quote in InDesign */
.Pull-Qoute, .Pull-Quote, .pull-quote {
  float: right;
  margin: 5px 0 5px 5px;
/*  text-indent: 1em;*/
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  width: 250px;
  padding: 8px 10px;
  border: 2px dashed black;
  background-image: url('../style-images/grad2v.jpg'); background-repeat:  repeat-x;
}
.caption {
  color: white;
  background-color: black;
  font-size: 10px;
}
/* InDesign using author-s-credentials for footnote */
.intro, .note, .author-s-credentials {
  font-size: 10px;
  font-style: italic;
}
.ByLine, .byline {
  font-size: 12px;
/*  text-transform: capitalize;*/
  font-style: italic;
  text-align: left;
}
.slogan {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

/**************** story pages ****************/
.story-image-main, .story-image-secondary, .story-image-custom {
 display: block; 
}
.story-image-main img, .story-image-secondary img {
  display: block;
  border: 1px solid black;
}
.story-image-secondary {
  float: right;
  margin: 2px 0 2px 5px;
}
.story-image-main span, .story-image-secondary span, .story-image-custom span {
  color: white;
  background-color: black;
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding: 2px 3px;
  border: 1px solid black; /* to match image above */
}
/* default of main is medium, and secondary is small */
.story-image-main img, .story-image-main {width: 400px;}
.story-image-secondary img, .story-image-secondary {width: 200px;}
.story-image-small img, .story-image-small {width: 200px !important;}
.story-image-medium img, .story-image-medium {width: 400px !important;}
.story-image-large img, .story-image-large {width: 600px !important;}
.story-image-large {float: none !important;}

.story-meta {
  text-align: right;
  font-size: 10px;
  font-style: italic;
}

