/*
 * Illustrationinfo.com - Reconstructed stylesheet
 * Based on FreeME HTML5 Responsive Bootstrap Theme
 * Rebuilt from 2019-08-09 Wayback Machine snapshot
 */

/* Reset & Base
=================================================================== */
* { box-sizing: border-box; }
body {
  background: #eaeaea url('../images/bg-repeat.jpg') repeat;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Boogaloo', 'Arial Black', cursive;
  font-weight: normal;
  color: #555;
  margin-top: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

a {
  color: #89c236;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover { color: #6da328; text-decoration: underline; }

p { margin: 0 0 15px 0; }
img { max-width: 100%; height: auto; display: block; }

.clear { clear: both; }
.clearfloat { clear: both; overflow: hidden; }

/* Layout
=================================================================== */
#wrapper {
  background: #fff;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.container-fluid {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.row {
  margin: 0 -15px;
  overflow: hidden;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  float: left;
  padding: 0 15px;
  min-height: 1px;
}

.col-md-1 { width: 8.33%; }
.col-md-2 { width: 16.66%; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.33%; }
.col-md-5 { width: 41.66%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.33%; }
.col-md-8 { width: 66.66%; }
.col-md-9 { width: 75%; }
.col-md-10 { width: 83.33%; }
.col-md-11 { width: 91.66%; }
.col-md-12 { width: 100%; }

/* Header
=================================================================== */
header {
  padding: 15px 0 5px 0;
  overflow: hidden;
}

.logo {
  padding-top: 5px;
}
.logo .brand {
  display: inline-block;
}
.logo .top {
  margin: 5px 0 0 0;
  color: #888;
  font-size: 13px;
  font-style: italic;
}

.left-top {
  text-align: right;
  padding-top: 10px;
}
.left-top form {
  margin: 5px 0 10px 0;
}
.left-top #s {
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  width: 160px;
}
.left-top .button {
  padding: 5px 12px;
  background: #89c236;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}
.left-top .button:hover {
  background: #6da328;
}

.rss-link img {
  display: inline-block;
  margin-top: 8px;
}

/* Navigation
=================================================================== */
.navbar {
  background: #333;
  margin: 10px 0;
  border-radius: 0;
  border: none;
  min-height: 40px;
}
.navbar .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.navbar .nav li {
  float: left;
}
.navbar .nav > li > a {
  display: block;
  color: #eee;
  padding: 12px 18px;
  text-decoration: none;
  font-family: 'Economica', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a {
  background-color: #89c236;
  color: #fff;
}

.navbar-toggle {
  display: none;
}

/* Banner
=================================================================== */
.banner {
  margin: 10px 0;
  text-align: center;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

/* Illustration Section
=================================================================== */
.illustration-sec {
  padding: 15px 0;
}
.illustration h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.illustration h3 a {
  color: #555;
}
.illustration h3 a:hover {
  color: #89c236;
  text-decoration: none;
}
.illustration p {
  margin-bottom: 10px;
}
.illustration img {
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}

.categories h3 {
  border-bottom: 3px double #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.categories .subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories .subnav li {
  padding: 6px 0;
  border-bottom: 1px dotted #e5e5e5;
}
.categories .subnav li:last-child {
  border-bottom: none;
}
.categories .subnav li a {
  color: #666;
  font-size: 13px;
}
.categories .subnav li a:hover {
  color: #89c236;
  padding-left: 4px;
  text-decoration: none;
}

/* Content Sections
=================================================================== */
.feature {
  margin-bottom: 20px;
  overflow: hidden;
}
.feature img {
  border: 1px solid #eee;
  padding: 4px;
  margin-bottom: 8px;
  background: #fff;
}
.feature .title {
  display: block;
  font-family: 'Boogaloo', cursive;
  font-size: 17px;
  color: #555;
  padding: 4px 0;
}
.feature .title:hover {
  color: #89c236;
  text-decoration: none;
}

.rightcol h3 {
  border-bottom: 3px double #f0f0f0;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.rightcol .title {
  display: block;
  font-family: 'Boogaloo', cursive;
  font-size: 16px;
  color: #555;
  margin-bottom: 3px;
}
.rightcol .title:hover {
  color: #89c236;
  text-decoration: none;
}
.rightcol p {
  font-size: 13px;
  margin-bottom: 8px;
}
.rightcol .clearfloat {
  margin-bottom: 15px;
}

.ads h2 {
  color: #89c236;
  font-size: 22px;
  line-height: 1.3;
}
.ads img {
  border: 1px solid #eee;
  padding: 4px;
  margin: 10px 0;
}

/* Col Nav Section (exhibition design bottom)
=================================================================== */
.col-md-nav {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
}
.col-md-nav h2 {
  color: #555;
}
.col-md-nav p {
  text-align: justify;
  line-height: 1.7;
}

/* Footer
=================================================================== */
footer {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  color: #999;
}

/* Article / Single Page
=================================================================== */
.article-content {
  padding: 10px 0 20px 0;
}
.article-content h1 {
  border-bottom: 3px double #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.article-content img.featured {
  float: right;
  margin: 0 0 15px 20px;
  max-width: 350px;
  border: 1px solid #eee;
  padding: 4px;
}
.article-content p {
  margin-bottom: 15px;
}
.article-content ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}
.article-content li {
  margin-bottom: 6px;
}

/* Archive / Category Pages
=================================================================== */
.archive-post {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dotted #e5e5e5;
}
.archive-post:last-child {
  border-bottom: none;
}
.archive-post h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.archive-post h2 a {
  color: #555;
}
.archive-post h2 a:hover {
  color: #89c236;
  text-decoration: none;
}
.archive-post p {
  margin-bottom: 8px;
}

/* 404 Page
=================================================================== */
.page-404 {
  text-align: center;
  padding: 60px 20px;
}
.page-404 h1 {
  font-size: 80px;
  color: #89c236;
  margin-bottom: 20px;
}

/* Responsive
=================================================================== */
@media (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .logo {
    text-align: center;
  }
  .logo .top {
    text-align: center;
  }

  .left-top {
    text-align: center;
  }

  .navbar .nav li {
    float: none;
    display: block;
  }
  .navbar .nav > li > a {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #444;
  }

  header {
    height: auto;
  }

  .col-md-nav {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  .navbar .nav > li > a { font-size: 14px; }
}
