/* ============================================================
   Ductile — pure HTML/CSS port
   Style: serif body, sans-serif meta, two-column blog layout
   ============================================================ */

/* -----------------------------
   1. RESET / REBASE
----------------------------- */
html, body {
  margin: 0;
  padding: 0;
  font-size: 100.1%;
  line-height: 1.5;
}
div, form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
h1 {
  margin: 0;
  font-weight: normal;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.5em; }
p { margin: 1em 0 0.5em 0; }
img a { border: none; }
sup, sub {
  font-size: calc(0.5em + 4px);
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: calc(-0.83 * (1em - 4px)); }
sub { top: calc(0.415 * (1em - 4px)); }
abbr { border-bottom: 1px dotted; cursor: help; }
strong { font-size: 0.94em; }
blockquote, q { font-style: italic; }
blockquote em, q em { font-style: normal; }
cite { font-size: 0.9em; }
ul, ol, dd { margin: 1em 0 0.5em 1.5em; }
ul ul, ol ol { margin-top: 0.5em; }
code, pre {
  font-family: 'Andale mono', 'Courier New', Courier, mono;
  font-size: 0.875em;
}
code { padding: 0 2px; }
pre {
  margin: 1em;
  overflow: auto;
  padding: 1px 0.5em;
  line-height: 1.2;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #aaa;
  width: 60%;
}
input, button, select { vertical-align: middle; }
em, i { font-style: italic; }
strong, b { font-weight: bold; }

body {
  background: #fff;
  font-family: 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
  color: #222;
}

del { color: #800000; }
blockquote {
  border-left: 4px solid #ccc;
  padding: 1px 1em 0.5em;
  background: #f9f9f9;
}
code, pre {
  background: #efefef;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 0.81em;
}
a { color: #686867; }
a:hover, a:focus {
  background-color: #ebebee;
  text-decoration: none;
}
ul ul { margin-top: 0; }
h2, h2 a {
  font-weight: normal;
  margin-top: 0.75em;
}
table { border: 1px solid #999; border-collapse: collapse; }
td, th, tr {
  padding: 2px 8px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
thead th, tbody th {
  color: #555;
  background: #f0f0f5;
  text-align: left;
  font-weight: normal;
}
tbody tr:hover, tbody th:hover { background: #eee; }
table caption {
  color: #14709e;
  text-align: left;
  margin-bottom: 0.33em;
  font-weight: bold;
}

/* -----------------------------
   2. PAGE WRAP
----------------------------- */
#page { position: relative; }

/* -----------------------------
   3. HEADER
----------------------------- */
#header {
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
#logo a img, #stickers a img { border: none; }
h1 { font-variant: small-caps; }
h1 a { text-decoration: none; color: #333; }
#blogdesc {
  margin: 0 0 0 32px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  font-style: italic;
  color: #686867;
  text-shadow: none;
}

.supranav, #prelude {
  list-style-type: none;
  line-height: 1.25;
  font-size: 0.875em;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
}
.supranav li, #prelude li {
  text-transform: uppercase;
  vertical-align: top;
}
.supranav { clear: both; }
.supranav li a {
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 4px;
  background: transparent url(img/menu.png) no-repeat right top;
}
.supranav li a:hover, .supranav li a:active, .supranav li a:focus {
  background-color: #ebebee;
  background-position: right -150px;
}
.supranav li.active a {
  background-position: right -150px;
  color: #14709e;
}
.supranav li a span {
  display: block;
  text-transform: none;
  text-shadow: none;
  font-family: 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
  font-style: italic;
}

/* -----------------------------
   4. WRAPPER, MAIN, CONTENT
----------------------------- */
#wrapper { clear: both; position: relative; }
#content { padding-bottom: 2em; }

#content-info {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 0.875em;
}
#content-info h2 {
  color: #14709e;
  margin-top: 1em;
  margin-bottom: 0.33em;
}
#subcategories {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  padding-top: 1em;
  font-size: 0.875em;
}
#subcategories h3, #subcategories ul {
  display: inline;
  padding-right: 1em;
}
#subcategories h3 { font-size: 1.1em; font-variant: small-caps; }
#content-info p, #content-info ul, #subcategories ul {
  margin: 0.5em 0;
  padding: 0;
  list-style-type: none;
}
#subcategories li {
  margin: 0;
  display: inline;
  padding-right: 1em;
}
.feed-info { color: #fff; }
.feed-info a {
  font-size: 0.875em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.navlinks, .pagination {
  margin: 2em 0 1em 0;
  padding: 4px 8px;
  text-align: center;
  font-size: 0.875em;
  color: #000;
  background: rgb(244, 244, 245);
  background: linear-gradient(to top, rgba(244, 244, 245, 1) 0%, rgba(215, 215, 220, 1) 100%);
  border-radius: 4px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
}
.navlinks a, .pagination a { color: #333; }

/* -----------------------------
   5. POSTS
----------------------------- */
.post {
  background: transparent url(img/filet.png) repeat-x left bottom;
  position: relative;
  padding-bottom: 1.5em;
}
.day-date { display: none; }
.post-title {
  margin-bottom: 0.66em;
  color: #14709e;
  line-height: 1.17;
}
.post-title a {
  text-decoration: none;
  color: #ad3f4c;
}
.post-content p:first-child { margin-top: 0; }
.post-icon {
  display: block;
  float: left;
  margin: 0.33em 1em 0.66em 0;
  padding: 4px;
  border: 1px solid #999;
  box-shadow: 2px 2px 3px #ccc;
}
.short .post-title { margin-bottom: 0.33em; }
.short .post-content p { margin-top: 0; }
.post h3, .post h4, .post h5, .post h6 {
  font-weight: normal;
  color: #14709e;
}
.post h3, .post h5 { font-variant: small-caps; }
.post-content img, .post-excerpt img {
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 4px;
}
img.smiley { border: none; padding: 0; }
.post-info, .post-tags, .post-info-co, .read-it {
  line-height: 1.2;
  margin: 0.33em 0;
}
.post-attr { margin-bottom: 1em; }
.post-info, .post-tags {
  font-size: 0.875em;
  margin: 0;
  background: #fff;
  display: inline;
  padding: 0 0.66em 0 0;
}
.post-date, .post-attr a { white-space: nowrap; }
.post-cat {
  padding-left: 24px;
  background: transparent no-repeat -62px center url(img/post-info.png);
}
.permalink a {
  padding-left: 20px;
  background: transparent no-repeat left bottom url(img/post-info.png);
}
.post-tags li:first-child {
  padding-left: 20px;
  background: transparent no-repeat -124px top url(img/post-info.png);
}
.post-tags li { display: inline; }
.post-tags li::after { content: ', '; }
.post-tags li:last-child::after { content: ''; }
.post-content { padding-bottom: 9px; }
.post-content ul, .post-excerpt ul {
  list-style-type: square;
  margin-left: 1em;
}
.post ol { margin-left: 1em; }
.footnotes { font-size: 0.875em; }
.footnotes h4 { font-variant: normal; font-weight: bold; }
.read-it { text-align: right; margin: 0 0 0.5em 0; }
.read-it a { color: #ad3f4c; padding-left: 0.5em; }
.post-info-co {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: #fff;
  font-size: 0.875em;
  font-style: italic;
  padding-right: 0.5em;
  max-width: 80%;
}
.post-info-co .comment_count,
.post-info-co .ping_count,
.post-info-co .attach_count {
  text-decoration: none;
  padding-right: 1em;
  padding-left: 20px;
  display: inline-block;
}
.post-info-co .comment_count { background: url(img/info-co.png) no-repeat left 0.25em; }
.post-info-co .ping_count    { background: url(img/info-co.png) no-repeat left center; }
.post-info-co .attach_count  { background: url(img/info-co.png) no-repeat left -126px; }
#attachments {
  font-size: 0.875em;
  border-bottom: 1px solid #999;
  margin: 0 0 2em;
}
#attachments h3 {
  font-variant: small-caps;
  font-weight: normal;
  color: #686867;
}
#attachments ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}
#attachments ul li {
  padding-left: 28px;
  background: transparent url(img/download.png) no-repeat left -2px;
}

/* -----------------------------
   6. COMMENTS, PINGS, FORM
----------------------------- */
#comments, #ping-url, #comment-form, #comments-feed {
  color: #333;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 0.875em;
  clear: both;
}
#comment-form, #ping-url {
  padding: 1em;
  background: #eef;
  margin-top: 1em;
  color: #333;
  border: 1px solid #ddf;
}
#pr {
  padding: 1em;
  border: 1px dashed #14709e;
  margin-bottom: 1em;
}
#comments h3, #ping-url h3, #pr h3, #comment-form h3 {
  margin-top: 2em;
  color: #666;
}
#comment-form h3, #ping-url h3 { margin-top: 0; }
#comments > ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.comment, .ping {
  clear: left;
  margin-left: 0;
  border-top: 1px solid #bbb;
}
.comment-info {
  padding-bottom: 0.2em;
  line-height: 1.25;
  color: #686867;
  font-family: 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
}
#comments .me {
  font-family: 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
  color: #14709e;
}
.comment-number {
  font-size: 2em;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  font-family: 'New Century Schoolbook', 'Century Schoolbook', 'Century Schoolbook L', Georgia, serif;
  color: #ad3f4c;
  display: block;
  width: 2em;
}
.comment .comment-number { background: transparent url(img/info-co.png) right 0.25em no-repeat; }
.ping .comment-number    { background: transparent url(img/info-co.png) right center no-repeat; }
#comments-feed {
  border-top: 1px solid #bbb;
  margin-top: 1.5em;
  padding-top: 1em;
}

.field { margin-bottom: 1em; }
.field label {
  display: block;
  font-size: 0.875em;
  color: #666;
  text-indent: 6px;
}
.field input, .field textarea {
  display: block;
  font-size: 100%;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 3px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
}
.field textarea { padding: 0.5em 1em; }
#comment-form input[type='submit'], #comment-form input[type='reset'] {
  color: #eee;
  font-size: 0.875em;
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  padding: 0.33em 0.66em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: rgb(119, 119, 119);
  background: linear-gradient(to top, rgba(119, 119, 119, 1) 0%, rgba(85, 85, 85, 1) 100%);
  border: solid 1px #686867;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#comment-form input[type='submit']:hover, #comment-form input[type='submit']:focus,
#comment-form input[type='reset']:hover, #comment-form input[type='reset']:focus {
  background: rgb(85, 85, 85);
  background: linear-gradient(to top, rgba(85, 85, 85, 1) 0%, rgba(119, 119, 119, 1) 100%);
  text-decoration: none;
}
#c_content { width: 95%; padding: 4px; }
.form-help {
  margin-top: 0;
  font-size: 0.875em;
  font-style: italic;
}
#comments-feed { margin-top: 2em; }

/* -----------------------------
   7. SIDEBAR
----------------------------- */
#sidebar { font-size: 0.875em; }
#sidebar img { max-width: 100%; }
#sidebar h2 {
  font-size: 1.1em;
  margin: 0;
  font-weight: normal;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  color: #333;
}
#sidebar h2.toggle {
  background: url(img/minus-plus.png) no-repeat left -82px;
  padding-left: 16px;
}
#sidebar h2.expanded {
  background: url(img/minus-plus.png) no-repeat left 6px;
}
#sidebar h2.toggle a { text-decoration: none; }
#sidebar h3 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  color: #333;
}
#sidebar ul {
  margin: 0.75em 0 0.5em 4px;
  list-style-type: none;
  padding: 0;
}
#sidebar ul li ul { margin: 0; }
#sidebar li {
  padding-left: 16px;
  background: transparent url(img/squares.png) no-repeat -133px 7px;
}
#sidebar ul li ul li {
  background: transparent url(img/squares.png) no-repeat -70px -59px;
}
#sidebar ul li ul li ul li {
  background: transparent url(img/squares.png) no-repeat 0 -126px;
}
#sidebar .syndicate li {
  background-image: none;
  padding-left: 0;
}
#blognav > div, #blogextra > div {
  background: #ededed;
  margin-bottom: 1em;
  padding: 4px 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.category-current { font-weight: bold; }

#search p {
  background: #fff;
  text-align: right;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 0;
}
#search input {
  margin: 0;
  border: none;
  height: auto;
  line-height: 2em;
}
#q {
  float: left;
  width: 78%;
  font-size: 100%;
  padding-left: 2px;
}
#search .submit {
  background: #706f6f;
  color: #fff;
  vertical-align: top;
  width: 20%;
  font-variant: small-caps;
  height: 2em;
}
#search .submit:hover, #search .submit:focus { background: #333; }

/* -----------------------------
   8. FOOTER
----------------------------- */
#footer {
  clear: both;
  background: #686867;
  color: #fff;
  font-size: 0.875em;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
}
#footer p {
  padding: 0.66em 2em;
  margin: 0;
  text-align: right;
}
#footer a { color: #fff; }
#footer a:hover, #footer a:focus { background-color: #333; }

#blogcustom {
  clear: both;
  background-color: #ededed;
  color: #333;
  border-bottom: 1px solid #999;
}
#blogcustom h2 { font-size: 1.2em; }
#blogcustom a:link, #blogcustom a:visited { color: #666; }
#blogcustom > div {
  display: inline-block;
  vertical-align: top;
  width: 294px;
  padding: 12px;
}
#blogcustom div.feed { background-image: none; }
#blogcustom img { max-width: 100%; }
#blogcustom ul {
  padding: 0.66em 1em 0;
  margin: 0;
  text-align: left;
  line-height: 1.75;
}
#blogcustom li { padding-left: 0; margin-left: 0; }
#blogcustom .syndicate ul, #blogcustom .tags ul {
  list-style-type: none;
  padding-left: 0;
}

#stickers {
  list-style-type: none;
  margin: 0;
}

/* -----------------------------
   9. SHARED CLASSES
----------------------------- */
.feed {
  padding-left: 22px;
  background: transparent url(img/feed.png) no-repeat left center;
}
.dc-tags .content-inner, .dc-tags .content-inner ul {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
.dc-tags #content ul li, .dc-tags #content ul li a,
#blogcustom .tags ul li, #blogcustom .tags ul li a,
#sidebar .tags ul li, #sidebar .tags ul li a {
  display: inline;
  width: auto;
  padding-left: 0;
  padding-right: 0.5em;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  line-height: 1.5em;
}
.tags ul li a:hover { background-image: none; }
.dc-tags .tag0,   .tags .tag0   { font-size: 85%;  }
.dc-tags .tag10,  .tags .tag10  { font-size: 90%;  }
.dc-tags .tag20,  .tags .tag20  { font-size: 95%;  }
.dc-tags .tag30,  .tags .tag30  { font-size: 100%; }
.dc-tags .tag40,  .tags .tag40  { font-size: 105%; }
.dc-tags .tag50,  .tags .tag50  { font-size: 110%; }
.dc-tags .tag60,  .tags .tag60  { font-size: 115%; }
.dc-tags .tag70,  .tags .tag70  { font-size: 120%; }
.dc-tags .tag80,  .tags .tag80  { font-size: 125%; }
.dc-tags .tag90,  .tags .tag90  { font-size: 130%; }
.dc-tags .tag100, .tags .tag100 { font-size: 135%; }

.error {
  border: 1px solid #c44;
  background: #df0;
  padding: 0.5em;
}
.error ul { padding-left: 20px; }
.error li { list-style: square; }

.left  { float: left;  margin-right: 1em; }
.right { float: right; margin-left: 1em; }
.center { margin-left: auto; margin-right: auto; }
.left-text   { text-align: left; }
.right-text  { text-align: right; }
.center-text { text-align: center; }
.little-text       { font-size: 0.875em; }
.little-upper-text { font-size: 0.875em; text-transform: uppercase; }
hr.hidden {
  background: #fff;
  color: #fff;
  border-color: #fff;
  margin: 0;
}

/* -----------------------------
   10. ARCHIVE PAGE
----------------------------- */
.arch-block {
  display: inline-block;
  margin: 0 0 2em 4em;
  vertical-align: top;
}
.arch-block:first-child { margin-left: 0; }
.arch-block h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  text-transform: lowercase;
  color: #14709e;
}
.arch-block h4 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: 0;
}
.arch-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arch-block ul ul { margin-left: 20px; }
#time-criteria h3:first-child { margin-top: 0; }
#by-date {
  margin-right: 0;
  margin-bottom: 1em;
  margin-top: 2em;
}
#by-date h3 { margin-bottom: 0; }
.fromto {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 0.875em;
  font-style: italic;
}
#by-date div {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 10em;
}
#by-date ul { margin-bottom: 1.5em; }
#by-date span { font-size: 0.875em; }
#by-cat ul { background: transparent url(img/vline.png) repeat-y; }
#by-cat ul ul { margin: 0.5em 0 0 0.5em; }
#by-cat ul li {
  padding: 0.2em 0.2em 0.2em 20px;
  background: transparent url(img/hline.png) no-repeat left 0.82em;
}
#by-cat ul li:last-child { background-image: url(img/last-hline.png); }
#by-tag { width: 18em; }
#by-tag ul li { display: inline; padding-right: 1em; }
#by-tag .tag0   { color: #909090; font-size: 90%; }
#by-tag .tag10  { color: #828282; font-size: 92%; }
#by-tag .tag20  { color: #737373; font-size: 94%; }
#by-tag .tag30  { color: #656565; font-size: 96%; }
#by-tag .tag40  { color: #484848; font-size: 98%; }
#by-tag .tag50  { color: #3a3a3a; font-size: 100%; }
#by-tag .tag60  { color: #2b2b2b; font-size: 102%; }
#by-tag .tag70  { color: #1d1d1d; font-size: 104%; }
#by-tag .tag80  { color: #0e0e0e; font-size: 106%; }
#by-tag .tag90  { color: #030303; font-size: 108%; }
#by-tag .tag100 { color: #000;    font-size: 110%; }
.dc-archive #search { padding: 4px 8px; }
.dc-archive #blogextra div {
  background-color: transparent;
  margin-bottom: 1em;
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.dc-archive #blogextra h2 { margin-bottom: 0.33em; }
.dc-archive-month .title h2.post-title { font-size: 1.3em; }

/* -----------------------------
   11. 404
----------------------------- */
.dc-404 #content-info {
  padding-bottom: 200px;
  background: transparent url(img/404.png) no-repeat bottom center;
}
.dc-404 .content-inner ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.dc-404 .content-inner h3 {
  font-size: 1.1em;
  font-variant: small-caps;
}

/* -----------------------------
   12. SEARCH
----------------------------- */
.dc-search #content-info em { color: #14709e; }

/* -----------------------------
   13. CLEARERS
----------------------------- */
.post, .pagination, .navlinks, .footnotes,
#attachments, .read-it, .post-info-co, #comments,
#footer, .clearer { clear: both; }
.post-content::before, .post-content::after {
  content: '';
  display: table;
}
.post-content::after { clear: both; }
.post::before, .post::after {
  content: '';
  display: table;
}
.post::after { clear: both; }

/* ============================================================
   RESPONSIVE — same breakpoints as the original theme
   < 480:    single column, mobile
   > 480:    stickers on top
   > 640:    sidebar in 2 columns
   > 1024:   2 columns, sidebar on the right
   > 1280:   offset post-attr to the left
   > 1600:   larger margins
============================================================ */

/* ---- < 480px (phones) ---- */
@media only screen and (max-width: 480px) {
  .nosmall { display: none !important; }
  h1 { font-size: 1.8em; }
  h1 a {
    display: block;
    padding: 6px 8px;
    background: #f4f4f5;
    background: linear-gradient(top, #f4f4f5, #d7d7dc);
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
  }
  .supranav, #prelude {
    border: none;
    margin: 8px 0 0;
    background: #fff;
    padding-left: 0;
  }
  .supranav li a, #prelude li a {
    border-right: 0;
    display: block;
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 4px;
  }
  #gotop li {
    border-top: 1px solid #ccc;
    text-transform: none;
    padding-top: 6px;
  }
  #prelude { margin: 0.5em 0 !important; }
  #prelude li a { background: transparent url(img/menumobile.png) no-repeat right center; }
  #sn-bottom li a { background: transparent url(img/menumobile.png) no-repeat right top; }
  #gotop li a { background: transparent url(img/menumobile.png) no-repeat right -150px; }
  .post-title {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', 'DejaVu Sans Condensed', 'Helvetica Neue', helvetica, sans-serif;
  }
  .post-title a {
    font-style: normal;
    font-weight: bold;
  }
  #other-criteria .arch-block, #more-criteria .arch-block { margin-left: 0 !important; }
  #stickers {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  #stickers li {
    position: relative;
    padding: 0.5em 0;
    margin-left: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    overflow: hidden;
  }
  #stickers img {
    position: absolute;
    top: -2px;
    clip: rect(0 32px 36px 0);
    clip: rect(0, 32px, 36px, 0);
  }
  #stickers span { margin-left: 40px; }
  #stickers a { text-decoration: none; }
  ul, ol, dd { padding: 0; }
  .post ul, .post ol, .post dd { margin-left: 1em !important; }
}

/* ---- > 480px ---- */
@media only screen and (min-width: 481px) {
  .nobig { display: none; }
  #prelude {
    position: absolute;
    margin: 0;
    padding: 0 0 0 4px;
    top: 0;
    left: 3px;
    color: #fff;
    list-style-type: none;
  }
  #prelude li {
    display: inline;
    text-transform: none !important;
  }
  #prelude a, #prelude a:hover, #prelude a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-image: none !important;
  }
  #prelude a:active, #prelude a:focus {
    position: static;
    width: auto;
    height: auto;
  }
  #top { padding-top: 24px; }
  #logo {
    float: left;
    margin: 0 32px 0 24px;
  }
  #logo a {
    border: none;
    background: transparent;
    text-decoration: none;
  }
  h1 {
    font-size: 2em;
    padding-right: 240px;
    padding-bottom: 4px;
    margin-left: 32px;
  }
  #sn-bottom { display: none; }
  .supranav {
    margin: 36px 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 4px;
  }
  .supranav li {
    display: inline;
    padding: 8px 0;
    padding-left: 4px;
  }
  .supranav li a {
    display: inline-block;
    vertical-align: top;
    padding: 8px 32px 8px 28px;
    border-right: 1px solid #ccc;
    min-height: 2.5em;
    border-radius: 0 0 0 4px;
  }
  .supranav li a span { display: block; }
  .post-title {
    font-size: 2.5em;
    font-weight: normal;
  }
  .post-title a {
    font-style: italic;
    font-weight: normal;
  }
  #blogcustom { padding: 0 1em; }
  #stickers {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 3%;
    font-size: 0.75em;
  }
  #stickers li {
    display: block;
    float: left;
    text-align: center;
    width: 60px;
    padding: 0;
  }
  #stickers span {
    display: block;
    text-align: center;
    position: absolute;
    top: -500px;
  }
  #stickers a:hover, #stickers a:focus { background: #fff !important; }
  #stickers a:hover span, #stickers a:focus span {
    color: #686867;
    position: static;
    top: 0;
  }
  .comment-info {
    clear: left;
    float: left;
    width: 10em;
  }
  .comment-content { margin-left: 11.5em; }
}

/* ---- landscape 480-640 ---- */
@media screen and (max-width: 640px) and (orientation: landscape) {
  body { -webkit-text-size-adjust: 70%; }
}

/* ---- <= 640px ---- */
@media only screen and (max-width: 640px) {
  body { -webkit-text-size-adjust: none; }
  #wrapper { padding: 0 2%; }
  img { max-width: 97%; height: auto; }
}

/* ---- 640px to 1024px ---- */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #wrapper { padding: 0 10%; }
  #blognav, #blogextra {
    width: 48%;
    float: left;
  }
  #blognav { margin-right: 4%; }
  #stickers { padding-right: 10%; }
}

/* ---- 840px to 1024px ---- */
@media only screen and (min-width: 841px) and (max-width: 1024px) {
  #wrapper { padding: 0 13%; }
  #stickers { padding-right: 13%; }
}

/* ---- > 1024px : two columns ---- */
@media only screen and (min-width: 1025px) {
  #wrapper { padding: 0 7%; }
  #main {
    width: 100%;
    margin: 0 -17em 0 0;
    float: left;
    display: inline;
  }
  #content {
    margin: 0 20em 0 0;
    padding: 0 0 2em 0;
  }
  #sidebar {
    width: 17em;
    float: right;
  }
  #blognav, #blogextra { margin: 0; }
  #stickers { padding-right: 7%; }
  #sidebar #blognav div:first-child { margin-top: 4.66em; }
  #sidebar div#search:first-child {
    background: none;
    margin-top: 0;
    margin-bottom: 2em;
    padding-bottom: 2px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-top: none 0;
  }
  #sidebar div#search:first-child h2 {
    font-size: 1em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    color: #666;
  }
  #sidebar div#search:first-child p { margin: 0.33em 0; }
  .dc-archive #content { margin: 0 17em 0 0; }
}

/* ---- > 1280px : offset post-attr ---- */
@media only screen and (min-width: 1280px) {
  #content { margin: 0 20em 0 220px; }
  .full .post-attr, .simple .post-attr {
    margin-left: -220px;
    margin-top: 0;
    float: left;
    width: 180px;
    text-align: right;
  }
  .post-attr a, .post-info, .post-tags { padding-right: 0 !important; }
  #content-info, .navlinks, .pagination { margin-left: -220px !important; }
  .dc-archive #content-info { margin-left: 0 !important; }
  #content-info a.feed { white-space: nowrap; }
}

/* ---- > 1600px ---- */
@media only screen and (min-width: 1600px) {
  #wrapper { padding: 0 10%; }
  #stickers { padding-right: 10%; }
}

/* -----------------------------
   14. ACCESSIBILITY
----------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
