/* 
 * Theme Name: Improvely Docs
 */

body {
  background: #f2f4f8;
  font-size: 16px;
  line-height: 1.8em;
  font-family: 'Open Sans', arial, sans-serif;
}

a:link, a:visited {
  color: #09c;
}

.footer a:link, .footer a:visited {
  color: #fff;
}

.post {
  padding: 40px;
  font-size: 15px;
  background: #fff;
}

.post p {
  margin: 0 0 1em 0;
}

.post ol, .post ul {
  margin: 0 0 1em 0;
}

.post h1 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-size: 29px;
  border-bottom: 1px solid #ccc;
}

.post h2 {
  margin: 30px 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  line-height: 24px;
}

.post h3 {
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 1em;
  font-weight: bold;
}

.post h4 {
  font-size: 16px;
  line-height: 22px;
}

.post h2 a:link, .post h2 a:visited {
  color: #000;
}

.post h2 a:hover {
  text-decoration: none;
  color: #08c;
}

.post .date {
  color: #aaa;

}

.post hr {
  border-color: #ccc;
}

.post .date a:link, .post .date a:visited {
  color: #aaa;
}

.post img.size-full {
  margin: 20px 0;
  border: 10px solid #d1deef;
  max-width: 100%;
}

.search {
  padding: 20px 0;

}

.search .query {
  width: 400px;
}

ul.docs {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 23px;
}

ul.docs li {
  padding: 0 0 8px 0;
  font-size: 14px;
}

h3.leftnav {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

table.api {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  background: #fff;
}

table.api th {
  background: #c1deef;
}

table.api th, table.api td {
  border: 1px solid #ccc;
  padding: 6px 12px;
  text-align: left;
  font-size: 13px;
  vertical-align: top;
}

table.api td p {
  font-size: 13px;
}
