@charset "utf-8";
/*
  Sitename: http://origins.osu.edu/
  Author: Mitchell R.K. Shelton

  node-article.css
  Styles for the article node.
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Article ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.node-article .origins-article-volume {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0.4em 0 0.4em 0em;
  background-color: #fff;
  width: 100%;
  padding: 5px 10px 5px 12px;
  float: right;
  border: 1px solid #aaa;
  font-style: italic;
  text-transform: lowercase;
  color: #000;
}
/*
.node-article .origins-article-volume:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  bottom: 0;
  background: transparent url('../images/sidebar-corner-left.png') repeat-x;
  top: 25px;
  right: 10px;
  float: left;
  clear: both;
}
*/
.node-article {
  font-size: 1.4em;
  line-height: 1.4;
}

.node-article .article-body a:link, .node-article .article-body a:visited {
  text-decoration: underline;
  color: #A00;
}
.node-article .article-body a:hover, .node-article .article-body a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}

.node-article .origins-helper-links {
  text-align: right;
  font-size: .8em;
  padding: 5px 5px 5px 0px;
  clear: both;
}
.node-article .origins-helper-links ul {
  padding: 0px;
  margin: 0px;
}
.node-article .origins-helper-links li {
  display: inline-block;
  padding-left: 20px;
}
.node-article hr {
  margin: 10px 0px 0px 0px;
}
.node-article .origins-article-title a, .node-article .origins-article-title a:hover, .node-article .origins-article-title a:visited {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}
.node-article .origins-article-title {
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.1em;
}
.node-article .origins-author {
  text-transform: uppercase;
  display: inline;
}
.node-article .cover-image {
  width: 100%;
  max-width: 46%;
  padding-top: 16px;
  font-size: .7em;
  float: left;
  margin-right: 10px;
}
.node-article .cover-image img {
  border: 1px solid #000;
}
.node-article .cover-image-caption {
  width: 90%;
  padding: 0px 5px 0px 5px;
}
.node-article .editors-note {
  padding-top: 12px;
  font-size: 0.9em;
}
.node-article .article-body {
  padding: 20px 0px 0px 0px;
  font-size: 1em;
  color: #333;
  clear: both;
}
.node-article .article-body.first-page .field-items .field-item > p:first-child:first-letter{
  font-size: 3.0em;
  float: left;
  margin: -0.26em 5px -0.26em 0px;
  padding: 0px;
}

.node-article .origins-pager {
  text-align: center;
}
.node-article .origins-pager .origins-border {
  border-bottom: 1px solid #900;
  width: 65%;
  text-align: center;
  margin-top: -26px;
  margin-left: 19%;
}

.node-article .origins-pager ul {
  margin: 0px;
  padding: 0px;
}
.node-article .origins-pager li {
  display: inline;
  padding: 0px 5px 0px 5px;
}
.node-article .origins-pager .origins-pager-item a {
  border: 1px solid #900;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -khtml-border-radius: 12.5px;
  font-size: .9em;
  line-height: 1.4em;
  text-align: center;
  background-color: #900;
  color: #fff;
  text-decoration: none;
}
.node-article .origins-pager .origins-pager-item.origins-pager-current a {
  border: 1px solid #990000;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
  background-color: #FFFFFF;
  color: #990000;
  text-decoration: none;
}
.node-article .origins-pager .origins-prev-page a, .node-article .origins-pager .origins-next-page a {
  border: 1px solid #900;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -khtml-border-radius: 12.5px;
  font-size: .9em;
  line-height: 1.4em;
  text-align: center;
  background-color: #fff;
  color: #990000;
  text-decoration: none;
}
.node-article .origins-page-posi {
  color: #999;
  float: right;
  margin-top: -20px;
  padding-bottom: 5px;
}
.node-article #update {
  background-color: #cccccc;
  padding: 10px;
}
hr.origins-social-footer-hr-top {
  margin-top: 50px;
  margin-bottom: 10px;
}
.block-views .view-article-images ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: -10px;
}
.block-views .view-article-images li {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
  width: 120px;
  border: 1px solid black;
  margin: 2px;
}
.block-views .view-article-images li img {
    width: 120px;
}
.block-views .view-article-images li .views-field-title {
  font-size: .65em;
  margin-top: -26px;
  height: 16px;
  background: transparent url('../images/transparent.png') repeat;
  z-index: 99;
  position: relative;
  color: white;
  padding: 2px;
  width: 116px;
  overflow: hidden;
  text-align: left;
}
.origins-article-comment-message {
  font-size: 0.9em;
  padding: 10px;
  text-align: center;
  border: 1px solid #999;
  background-color: #f7f7f7;
  font-weight: bold;
  width: 90%;
  margin: 0px auto;
}

.region-content-bottom .block {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
  margin: 10px;
  font-size: 1.2em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Related Reviews ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.origins-related-reviews {
  border: 1px solid #CCC;
  padding: 10px;
}
.origins-related-reviews .origins-related-reviews-image {
  width: 20%;
  float: left;
}
.origins-related-reviews .origins-related-reviews-text {
  float: left;
  width: 80%;
}
.origins-related-reviews .origins-related-reviews-titles {
  float: left;
  width: 80%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Hover Title ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.node-article .hovertitle {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  cursor: help;
}
.node-article #tooltip {
  position: absolute;
  display: inline-block;
  z-index: 25;
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
  text-align: left;
  max-width: 280px;
  -webkit-box-shadow:  1px 1px 1px 1px rgba(6, 6, 6, 0.5);
  box-shadow:  1px 1px 1px 1px rgba(6, 6, 6, 0.5);
  -moz-border-radius: 5px;
  border-radius: 5px;
}
