/*
Theme Name: White as Milk
Theme URI: http://www.azeemazeez.com/blogs/white-as-milk/
Description: White as Milk is a clean template that puts focus on the content rather than the design.
Version: 1.8
Author: Azeem Azeez
Author URI: http://azeemazeez.com
Tags: blue, white, fixed width, two columns, widgets, clean

  White as Milk 1.8
   http://www.azeemazeez.com/blogs/white-as-milk/

  White as Milk is a clean template that puts focus on the content rather than the design. The top part
  of this stylesheet contains elements which makes it easier for designers to customize their design.

  The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php*/

/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

.container {
  margin: 0 auto;
}

img.bordered {
  border: solid 3px #eee;
  box-shadow: 0 0 10px #999;
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
}
img.bordered:hover {
  border: solid 3px #333;
}

/*Text color of the blog description in the header*/
.description {
  color: #333;
}

/* Custom classes */
.update {
  border: solid 1px #936;
  background: #fde;
  padding: 5px;
}

/*Links color*/
a {
  color: #0066cc;
}

/*Links hover color*/
a:hover {
  color: #333;
}

/*Headings color*/
.post h2 a,
#sidebar h2 {
  color: #333;
}

/*Headings hover color*/
.post h2 a:hover {
  color: #0066cc;
}

#page {
  margin: 0 15px;
  padding: 0;
  display: flex;
}

#content {
  flex: 1;
}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/

/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  background: #fff;
  color: #333;
  min-height: 100vh;
}

#content .entry p {
  font-size: 1.05em;
}

#content .entry,
#content .entry {
  line-height: 1.4em;
}

#content {
  line-height: 1.6em;
}

#content .postmetadata {
}

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

.description {
  font-size: 1em;
  /*  color:#333;*/
}

h2 {
  font-size: 1.8em;
}
.entry h2 {
  font-size: 1.5em;
}

#sidebar h2 {
  font-family: "Lucida Grande", Verdana, Sans-Serif;
  font-size: 1.2em;
}

h3 {
  font-size: 1.3em;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
  text-decoration: none;
  color: #3b6ea5;
}

.post > h2 {
  color: #116;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#sidebar h2,
cite {
  text-decoration: none;
}

.entry p a:visited {
  color: #b85b5a;
}

.commentlist {
  padding: 0;
  margin: 0;
  text-align: justify;
}
.entry .commentlist {
  padding: 3px 5px;
  margin: 10px 0 0 0;
  border: solid 1px #eee;
}
.entry .commentlist li {
  padding: 3px;
  margin: 3px 0;
}

.commentlist li,
#commentform input,
#commentform textarea {
  font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite,
.commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
  font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
  /*color: #777;*/
}

acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: 0.07em;
}

a,
h2 a:hover,
h3 a:hover {
  /*  color: #06c;*/
  text-decoration: underline;
}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
  text-decoration: none;
}

a:hover {
  /*color: #147;*/
  text-decoration: underline;
}

/* End Typography & Colors */

/* Begin Structure */

html,
body {
  padding: 0;
  margin: 0;
  min-width: 600px;
}

#header {
  margin-bottom: 20px;
  padding-bottom: 3px;
  background: whitesmoke;
  border-bottom: solid 1px #3b6ea5;
}

#header > div {
  margin: 0 15px;
  display: flex;
}

#header h1 {
  flex: 1;
  font-size: 2.6em;
  font-weight: normal;
  padding: 7px 0;
}
#header h1 a {
  color: #3b6ea5;
}

#sidebar {
  width: 130px;
}

#header .links {
  align-self: center;
  font-size: 1.6em;
}

#content {
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 1.2em;
  overflow: auto;
}

.post {
  padding-bottom: 4px;
}
.paginated-posts .post {
  border-bottom: 1px solid #999;
  padding-bottom: 40px;
}

.paginated-posts .post:not(:first-child) > h2 {
  margin-top: 40px;
}
.post h2 {
  padding-top: 0;
  padding-bottom: 2px;
}

.post hr {
  display: block;
}

#content .post {
  margin: 0;
}

#content .postmetadata {
  font-size: 11px;
  padding-top: 14px;
  color: #555;
}

#tags {
  font-size: 11px !important;
  color: #999;
}

#content .postmetadata {
  margin: 10px 0;
}

#content .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

#content .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: both;
}

.clear {
  clear: both;
}

/* End Structure */

/*  Begin Headers */
h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

#sidebar h2 {
  margin: 0;
  padding: 0;
}

h3 {
  padding: 0;
  margin: 15px 0 0;
}

h3.comments {
  padding: 0;
  margin: 40px auto 20px;
}
/* End Headers */

/* Begin Images */
p img,
.post img {
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

/*  Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
/* End Images */

/* Begin Lists */
html > body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  padding-left: 10px;
}

html > body .entry li {
  margin: 4px 0 4px 10px;
}

.entry ol {
  padding: 0 0 0 15px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

ol ~ h2,
ul ~ h2 {
  margin-top: 1em;
}

.postmetadata ul,
.postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style: none;
  margin-bottom: 12px;
}

#sidebar ul p,
#sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
  margin: 5px 0 0 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
  margin: 0 0 0 0;
}

ol li,
#sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
/* End Entry Lists */

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.wp_syntax {
  overflow: auto;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help;
}

acronym,
abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

hr {
  display: none;
}

a img {
  border: solid 1px #aaa;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  /*height:40px;*/
  padding: 2px 0px 20px 0px;
}

.navigation .alignleft {
  padding-right: 4px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End captions */

.post code,
.post pre {
  border: 1px solid #eee;
  background-color: #f9f9ff;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.post pre {
  font-size: 12px;
  line-height: 1.4;
  margin: 5px 2px;
  padding: 4px 2px;
  overflow-x: auto;
}

.post code {
  padding: 0 2px;
}
.post pre code {
  border: none;
  padding: 0;
}

table.data-table {
  table-layout: fixed;
  margin: 0 auto;
  width: 90%;
  border-collapse: collapse;
  margin-top: 10px;
  border: solid 1px rgba(0, 0, 0, 0.05);
}

table.data-table caption {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 5px;
}

table.data-table th,
table.data-table td {
  padding: 5px;
  text-align: center;
}
/**
 * Coy without shadows
 * Based on Tim Shedor's Coy theme for prism.js
 * Author: RunDevelopment
 */

code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
  position: relative;
  border-left: 10px solid #358ccb;
  box-shadow: -1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: linear-gradient(
    transparent 50%,
    rgba(69, 142, 209, 0.04) 50%
  );
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
  margin: 0.5em 0;
  padding: 0 1em;
}

pre[class*="language-"] > code {
  display: block;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7d8b99;
}

.token.punctuation {
  color: #5f6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}

.token.regex,
.token.important {
  color: #e90;
}

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.important {
  font-weight: normal;
}

.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.namespace {
  opacity: 0.7;
}
