/* Cool */
* { cursor: url("/images/cursors/xmas.cur"), auto; }

html {
    height: 100%;
    background: #E5EBF1;
    background: linear-gradient(0deg, rgba(95, 193, 147, 0.16) 0%, rgba(229, 235, 241, 1) 67%);
    background-attachment: fixed;
}

blockquote {
    background: #E5EBF1;
}

body {
    box-shadow: 20px 20px rgba(62, 104, 36, 0.12);
    position: relative;
    bottom: -8px;
    background: #FBFBFB;
    color: #3C4F9B;
}

a {
  color: #ED7110;
}

header {
  background: #5F0A8F;
  background: linear-gradient(180deg, rgba(92, 30, 148, 1) 50%, rgba(72, 10, 138, 1) 100%);
}

.article-meta:hover { opacity: 0.93; }
.article-meta { 
  opacity: 0.88;
  background-image: url(/images/articlebanner.png);
  text-shadow: 1px 1px 2px black;
  border-color: #1D1E1F;
}
.article-meta, .menu a {
  color: #FFFFFF;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #666; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #E5EBF1 }

body {
  max-width: 800px;
  margin: auto;
  padding: .2em;
  line-height: 1.5em;
}

h1 {
  line-height: 1.5em;
}

/* Header and Footer */
.menu li { display: inline-block; }
.article-meta, .menu a {
  text-decoration: none;
  padding: 5px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
}

.terms { font-size: 1.28em; }
.terms li { display: inline; }
.terms-single { font-size: 0.9em; }
.menu, .article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }
footer { font-size: 86%; }
footer a { 
  display: inline-block;
  text-decoration: none;
  color: #ED7090;
}
footer img { height: 36px; opacity: 0.82; }
footer img:hover { opacity: 0.93; }

.pull-left {
    float: left
}
.pull-right {
    float: right
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
    position: relative;
    width: 100%;
    height: 1.75rem;
    font-size: 1rem;
}

header ul,
header ol {
    margin: 0;
    padding: 0;
    list-style: none
}
header nav {
    padding: 0 0.5rem
}

header a {
    color: #83A598;
    line-height: 1.75rem;
    padding: 0 0.5rem
}
header a:hover,
header .current a {
    color: #FFF;
}

/* Code Boxes */
pre {
  border: 2px solid #EBC3DB;
  padding: 1em;
  overflow-x: auto;
}
pre code { background: none; }

/* Images, tables, misc. */
img, iframe, video {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

main {
  hyphens: auto;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7em;
  hyphens: auto;
  display: block;
  font-size: 1.075em;
}
main a {
  font-weight: bold;
}

blockquote {
  color: #464E60;
  border-left: 5px solid #B16386;
  padding: 3px 1em 3px;
}

.content-wrapper {
  padding: 0px 12px 0px 12px;
}

.ringmages a {
  display: inline-block;
  padding: 5px;
}

.ringmages img {
  width: 240px;
  height: 60px;
}

.ringmages h3, details {
  text-align: center;
}

.btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0em 48.5%;
}

.section-prev-next { margin-left: 88%; }

.spotlight img { 
    width: 486px; border-radius: 2px; 
    box-shadow: 2px 2px black
}

