/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Required */
/* Set up flexible containers */
/* line 5, ../sass/_base-page.scss */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 980px;
}

/* social buttons to right */
/* line 12, ../sass/_base-page.scss */
.c_share_container {
  float: right;
}

/*
    HEADER
*/
/* line 5, ../sass/_header-footer.scss */
.cnn-skinny-header {
  background-color: #ca0002;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 35px;
}

/* line 13, ../sass/_header-footer.scss */
.header-container {
  width: 95%;
  max-width: 980px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 100%;
}

/* line 23, ../sass/_header-footer.scss */
.header-link {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
/* line 33, ../sass/_header-footer.scss */
.header-link:hover, .header-link:active, .header-link:visited {
  color: #fff;
}

/* line 39, ../sass/_header-footer.scss */
.logo-link img {
  width: 51px;
  height: 35px;
}

/*
    FOOTER
*/
/* line 49, ../sass/_header-footer.scss */
.footer {
  clear: both;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 57, ../sass/_header-footer.scss */
.footer-container {
  width: 95%;
  max-width: 980px;
  border-top: 10px solid #ca0002;
  margin: 0 auto;
  padding-top: 10px;
  color: #666666;
  font-size: 10px;
  text-align: left;
}
/* line 67, ../sass/_header-footer.scss */
.footer-container p {
  display: inline-block;
}
/* line 70, ../sass/_header-footer.scss */
.footer-container p.footer-links {
  float: right;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 76, ../sass/_header-footer.scss */
  .footer-container {
    width: 100%;
    border: 0;
    background-color: #e6e1df;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 86, ../sass/_header-footer.scss */
  .footer-container p, .footer-container p.footer-links {
    display: block;
    float: none;
  }
}

/* Optional (uncomment if needed) */
/* @import "buttons"; */
/* line 17, ../sass/project.scss */
.interactive-container h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  padding: 10px 0;
}
/* line 24, ../sass/project.scss */
.interactive-container h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding: 10px 0 6px;
}
/* line 31, ../sass/project.scss */


.interactive-container p.timestamp {
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 18px 0;
}
.interactive-container p {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 18px 0;
}
.interactive-container ul {
	margin-left:20px;
	margin-bottom:20px;
}
.interactive-container ul li {
	font-size:13px;
	line-height:22px;
}
.interactive-container p.description {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 18px 0;
}
/* line 37, ../sass/project.scss */
.interactive-container p.credit {
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #666666;
  color: #666666;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
/* line 46, ../sass/project.scss */
.interactive-container img {
  width: 100%;
  max-width: 980px;
  margin: 10px 0 0;
  padding: 0 0 5px;
}
