﻿/*
Theme Name: Asteroid
Theme URI: https://ronangelo.com/asteroid/
Description: Asteroid is a simple, clean and responsive theme. It incorporates various widget areas that make management of banners and ads a lot easier, especially for ad-supported sites. The theme is ideal for use on a blog, a static website or both. The theme’s development focuses on user customization and minimizing HTTP requests to help conserve server resource. Asteroid supports RTL Language, custom headers, backgrounds, menus, full-width page templates, basic schema.org markup and more. Compatible with ClassicPress.
Author: ronangelo
Author URI: https://ronangelo.com/
Version: 1.2.9
Tested up to: 6.0
Requires PHP: 5.6
Tags: two-columns, right-sidebar, custom-header, custom-background, featured-images, custom-menu, custom-colors, theme-options, threaded-comments, sticky-post, editor-style, full-width-template, microformats, translation-ready, rtl-language-support
Text Domain: asteroid
License: GNU General Public License, Version 3 or later
License URI: https://www.gnu.org/licenses/gpl.html

This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

IMPORTANT: Do not edit this file. All your modifications will be deleted when the theme is updated. It is recommended to either use the Custom CSS option for CSS changes or use a child-theme if you also plan to modify HTML & PHP.
--------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
  border: none;
  margin: 0;
  outline: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 20px;
  color: #333;
  font-family: Arial, Sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

img, video, embed, iframe, object, select, textarea {
  max-width: 100%;
}

img {
  height: auto;
}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
}

a {
  color: #0E4D7A;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
a:hover {color: #f00;}

pre {
  background-color: #F0F0F0;
  border: 1px solid #AAA;
  margin: 8px 0;
  padding: 8px;
  overflow: auto;
  -ms-word-wrap: normal;
  word-wrap: normal;
}

pre, code {
  font-size: 13px;
  font-size: 0.813rem;
  line-height: 1.55;
}

blockquote {
  background-color: #EDEDED;
  border-left: 6px solid #687888;
  margin: 20px;
  padding: 10px 14px 2px;
  font-style: italic;
}

blockquote cite {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-style: normal;
  font-size: small;
}

dl {padding-left: 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 10px;}

table {
  width: 98%;
  border-collapse: collapse;
  margin: 10px auto;
}
th {
  background-color: #DDD;
  font-weight: normal;
}
th, td {
  border: 1px solid #AAA;
  font-size: 14px;
  font-size: 0.875rem;
}

ul, ol {
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 20px;
}
ul ul, ol ol {padding-left: 15px;}

li {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 15px;
  margin-right: 0;
}

address {margin-bottom: 10px;}

.cf:before,
.cf:after {
    clear: both;
    content: "";
    display: table;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/*-------------------------------------
  Main Containers
--------------------------------------*/
#container {
  background-color: #FFF;
  border: 8px solid #000;
  margin: auto;
  box-shadow: 0 0 8px #000;
}
#header {
  background-position: center;
  min-height: 120px;
}
#header-info-wrap {
  float: left;
  max-width: 100%;
}
#header-logo img {
  display: block;
  float: left;
  height: auto;
  max-width: 100%;
}
#header-info-wrap #header-text {
  padding-top: 20px;
  margin-left: 18px;
  font-weight: bold;
}
#site-title {
  font-size: 44px;  
  text-shadow: 0 2px 2px #000;
}
#site-title a {
  color: #FFA900;
  line-height: 1;
}
#site-title a:hover {color: #F00;}

#site-description {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#main {
  width: 100%;
}
#content {
  display: table-cell;
  vertical-align: top;
  width: 640px;
  padding: 0 10px 20px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
#sidebar {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding: 0 5px 20px;
}

#footer, #below-menu {
  background-image: url("images/bg-fabric.png");
  width: 100%;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

#footer {
  border-top: 1px solid #000;
  box-shadow: 0 1px 2px #000 inset;
}
#below-menu {box-shadow: 0 -1px 2px #000 inset;}

#footer a, #below-menu a {color: #FF9800;}
#footer a:hover, #below-menu a:hover {color: #FFF;}

#footer-area {min-height: 20px;}
#footer-bottom {
  overflow: auto;
  background: #000; 
  min-height: 10px; 
  padding: 6px;
}
#footer-links {float: left;}
#theme-link {
  float: right;
  padding-top: 4px;
  font: 12px verdana, sans-serif;
}

/*-------------------------------------
  Main Menu
--------------------------------------*/
#nav {
  background-color: #000;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 20px;
  z-index: 980;
}

#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav .menu {
  float: left;
  border-right: 1px solid #555;
}
#nav .menu li {
  float: left;
  position: relative;
}

#nav .menu > li, #nav .menu > ul > .page_item {
  border-right: 1px solid #000;
  border-left: 1px solid #555;
}
#nav .menu > li:first-child, #nav .menu > ul > .page_item:first-child {
  border-left: none;
}

#nav .menu > li > a, #nav .menu > ul > .page_item > a {
  background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.28) 100%);
  min-width: 100px; 
  text-align: center;
}

#nav .menu a {
  display: block;
  padding: 8px 14px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px #000;
}
#nav .menu a:hover, #nav .menu ul a:hover {
  background-color: #FFF;
  color: #000;
  text-shadow: none;
}

/* Root-Menu Parent Arrows */
#nav .menu > .menu-item-has-children > a:after,
#nav .menu > ul > .page_item_has_children > a:after {
  content: " ";
  padding-left: 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAQAAAChr3WYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjajM6xEUBQFETR+42EftTyU5GUCgQa0IXy5MyYK+CNgMBGuyfaJO8U/MWShoWKDQCpWcmInU92syBif9NhK4E4qjpcKxBnp+jp6+c5ACEGPYQx6rvMAAAAAElFTkSuQmCC");
  background-position: 80% 60%;
  background-repeat: no-repeat;
}

#nav .menu > .menu-item-has-children > a:hover:after,
#nav .menu > ul > .page_item_has_children > a:hover:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAQAAAChr3WYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABOSURBVHjajM6xDUBgGITh59exj1m0Ki0TKCxgC+PpSeRTEBEU7rq3eO9SeCfzFyalSW4BoTCroBFX1wNBe6JNfdf0Quie9tFwDX393AcAPOIVqZz6wD8AAAAASUVORK5CYII=");
}

#nav .sub-menu, #nav .children {
  background-color: #292929;
  position: absolute;
  width: 180px;
  border: 1px solid #000;
  box-shadow: 0 1px 4px #000;
  display: none;
  z-index: 990;
}

#nav .sub-menu li, #nav .children li {
  border-top: 1px solid #3C3C3C;
  border-bottom: 1px solid #000; 
}
#nav .sub-menu li:first-child, #nav .children li:first-child {border-top: none;}
#nav .sub-menu li:last-child, #nav .children li:last-child {border-bottom: none;}
#nav .sub-menu li a, #nav .children li a {
  float: left;
  width: 178px;
  padding: 10px 14px;
  color: #FFF;
  font-size: 13px;
  text-shadow: 0 1px 1px #000;
}

#nav .sub-menu .sub-menu, #nav .children .children {top: -1px;}

/* Sub-Menu Parent Arrows */
#nav .sub-menu > .menu-item-has-children > a,
#nav .children > .page_item_has_children > a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAQAAADMDLw1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjaYvjP8J/hP8N/bSjN8J8BxrjyPxxd6Nn/X/8TUIXu/P///+//AmShu/8hoOk/AxMDKuBlQFNVh6zxyf////NRjb/9Pw3dEaYIpwIGAFJfYxqarDBZAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% center;
}
#nav .sub-menu > .menu-item-has-children > a:hover,
#nav .children > .page_item_has_children > a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAQAAADMDLw1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABRSURBVHjaYvjP8J/hPwODNgMU/GdggApdYQhHF3rG8IshAVXoDsN/hr8MBchCd6GMpv8MTAyogJcBTVUdssYnDP8Z8lGNv82Qhu4IU4RTAQMAwv82R52l8+0AAAAASUVORK5CYII=");  
}

#nav li:hover > ul { display: inline;}

#nav .current-menu-item, #nav .current-menu-ancestor,
#nav .current_page_ancestor, #nav .current_page_item {
  background: #EE2020;
    color: #FFF;
    text-shadow: 0 2px 2px #000;  
}


#nav .menu-item-search .search-form {
  background-color: transparent;
  border: none;
    padding: 7px 14px;
  height: 36px;
  margin: 0;
}

#nav .menu-item-search label {
  float: left;
}

#nav .menu-item-search input[type="search"] {
  width: 150px;
  height: 22px;
  border: 1px solid #222;
  padding: 2px;
  color: #555;
  margin: 0;
  
}
#nav .menu-item-search input[type="submit"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQkSURBVHjahNR7SJV3HMfxtx5tx0sWqFRmDlRai2mtGhITNthGoAQTmuYidolBi/pnsWBbzWhIFIvVPzkTIke1DWGDLWpmNW8nnZeTecvTOZrrdDkeWzPF27HjZ388P+Ngyn7whR/P8/B6vs+X5/fhJSANeB3YDXwKbAb2A+8DO2DBAUh9GTasg9fegvTDYM8GjgFvAkdMfQwkAXEAs+FdwCZgHyTuhZwiKK6Gi39A6xVwXoXKn+HIR7D5MCzLAo7+H7wH+MDqOqcMLreBXKAOUI/Ze0B3QA9Bv0L9Lth6ACKPzgdnWzciv4IvHPCkC9QE+gvUDGoBtYLazItcID/IC1MlcKQIonfMhtOBdWD7Gr68DsEmUB3IYeAW85IWUGdEhLpsNnWAukH3TJXBt4UQtXwGXgWsAHIhrx7GGkHVBr0OajR1KytLg+fOabimRsPXrunRiRPypKSoB3Qf5IOpffBJ/Awcb3W7rBQamkHXQLUhcAPodl6eJv1+BSVNmwpKGnM69Xdmpm6DHlljcmdAWjRGz4F8h0H/DIEdoNaUFI16PJqWNO73a7C8XI8rKvR0bEzTkkYuXJDHZlMfaAS0A/ZkQBhJsOgbKK0HXZkDduXl6amkydFR9RUUqBV0E+QvKlJQUuDBA93LzpYH9A/oN/g9DmJZDevLoKF2Flxv4N6dO63OWlrUnpSkG6B2kCc9XVPBoKaePNHD/Hy5QQPWn+NNgGQyIPcMeGvmgOtAPTk5VsePH6tv+3Y5DTxw8KDVsc/3rOMB62tGEmA1GfDuGXg4G64DOWw23S8pUWB6WlOSxvr75Tt+XIOnTikwPm59SVWVPFFR6jVwuwVnshreKIOO0FFUg+rCwuQ9eVKTkiYmJxUIBp//K1wu9a9ZI7c5jQMgJwwmwEqWw4pi+MVh4Kug2shIeUtLNSFpIhBQQNKo16vB8+f1b2Wlhmpq5C8uVm9qqlygPgMPgi5B0yJIJA7Cc+CzBoNeCQ9X37FjmggGNR4IaELSqM8n95YtarXb1RETo67YWHVHROiWyY4+UD9oGLQXvrPBAsKtk5f5E/jqQfXJyRpyuawRSBodGJC7oEBNoBsmJ7pAt0xeuOHZfLthch28EwsQAURC5HtwyAFy2O3ynj2rsZERDff2qic/X43W7J4FUCh8G3QXNAT6HE4vhthYQlYMLN0Pl52gpsREdW7bppsbN+r6HMk2A/eY2Q6BfoC2eCt6nl/xsPIQVDebqKwLSbdQuNPAd01GlEP7i7BxxgkLRcPNhYWQsg2+vwTjXQZqNzWTw3dAD6xr0/ugIhEyYwD7fHCM2b8C0Wsh90M4fRrcVRCY6bwOAhVwZzf8uBYKbbAYYCnwwnxwtNlnmThdD1ELIW0JvP0qbN0AhUmwKQ5WZUNMlHneDiyZBf83AOdz6zRw4uZiAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-color: transparent;
  float: left;
  width: 22px;
  height: 22px;
  border: none; 
  margin: 0 0 0 4px;
  cursor: pointer;
  color: transparent;
}

#nav .drop-toggle {
  display: none;
}

/*-------------------------------------
  Page Templates
--------------------------------------*/
#content-nosidebar {
  padding: 0 10px 20px;
}
  
.sitemap-template {padding: 20px 0 30px 30px;}
.sitemap-template > h3 {margin: 16px 0 6px;}
.sitemap-template > ul {margin-left: 10px;}
.sitemap-template > ul li {list-style: square inside;}
.sitemap-template > ul .children {padding-left: 14px;}

/*-------------------------------------
  Blog-View
--------------------------------------*/
.archive-info {
    border: 1px solid #666;
    box-shadow: 0 0 3px #333;
    margin-top: 16px;
}
.archive-title {
  background: url("images/honeycomb.png") #FFA900;
  color: #222;
  padding: 4px 8px;
  text-align: center;
  text-shadow: 0 1px 1px #666;
  text-transform: uppercase;
}
.archive-description {
  background: url("images/honeycomb.png") #FFCB66;
  border-top: 1px solid #666;
    padding: 8px;
}

.blog-view {
  background: #DDD;
    border: 1px solid #666;
  box-shadow: 0 0 3px #333;
    margin-top: 16px;
  margin-bottom: 18px;
    padding: 8px;
}

article.sticky {
  background: url("images/honeycomb.png") #FFCB66; 
  border: 1px solid #101010;
}

.blog-view .entry-title a {font-weight: normal;}

.blog-view .entry-date {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #999;
    float: right;
    margin: 2px 0 2px 6px;
    padding: 1px 6px;
}
.blog-view .entry-date a {color: #333;}

.blog-view .entry-author, .blog-view .entry-categories {
  display: inline-block;
  margin-top: 6px; 
}

.blog-view .entry-author, .blog-view .entry-categories a {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #999;
  padding: 0 4px;
  border-radius: 3px;
  color: #303030;
  display: inline-block;
  margin-bottom: 4px;
  
}

.blog-view .entry-categories a:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  border-color: #000;
}

.blog-view .entry-content {
  margin-top: 6px;
  font: normal 13px/20px arial, sans-serif;
}

.blog-view .entry-thumbnail {
  float: left; 
  border: 1px solid #666; 
  margin-right: 8px;
}
.blog-view .entry-thumbnail img { float: left; }

.blog-view .entry-excerpt p {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}

.continue-reading { 
  background: #444;
    border: 1px solid #111;
    box-shadow: 0 0 2px #000;
    color: #FFF;
    float: right;
    font-weight: bold;
    padding: 2px 12px;
  margin: 0 4px 4px 0;
}
.continue-reading:hover {
  background: #2572ED; 
  color: #FFF; 
  box-shadow: 0px 0px 3px #000; 
  text-shadow: 0 1px 1px #333;
}
.comment-count {
  float: left;
  padding: 4px 6px 0;
  color: #222;
}

#bottom-navi {
  border-top: 1px solid #999;
  padding-top: 16px;
  padding-bottom: 10px;
  margin-top: 20px;
}

#content article {-ms-word-wrap: break-word; word-wrap: break-word;}
.entry-header {display: inline; margin-bottom: 2px;}
.entry-title {display: inline; line-height: 1.2;}
.entry-title a {color: #222; text-shadow: 0 1px 1px #666;}
.entry-title a:hover {color: #F00;}
.entry-tags {margin: 4px 0;}

.page-nav, .comment-nav {
  padding: 2px 0; 
  clear: both;
  width: 100%
}
.page-nav  > *, .comment-nav > * {
  padding: 4px 8px;
    margin: 0 1px;
    border: 1px solid #222;
    color: #FFF;
  font-size: 13px;
    text-shadow: 1px 1px 1px #000;
  background: linear-gradient(to bottom, #888 0%,#333 100%);
}
.page-nav a:hover, .comment-nav a:hover {
  background: #222;
  color: #FFF;
  border: 1px solid #000;
  font-weight: bold;
  text-decoration: underline;
}


/*-------------------------------------
  Single-View
--------------------------------------*/
.single-view {
  margin-top: 10px; 
  padding: 6px 0 0;
}

.single-view .entry-title a {letter-spacing: -1px;}

.post-edit-link {
  float: right;
  border: 1px solid #111;
  margin: 3px;
    background: #226FFF;
  display: block;
    padding: 1px 8px;
  color: #FFF;
}
.post-edit-link:hover {background: #0042BB; color: #FFF;}

.single-view .entry-meta-top {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #999;
}
.single-view .entry-date,
.single-view .entry-author {    
  background: #DDD;
    border: 1px solid #999;
    float: right;
    padding: 1px 6px;
  margin: 3px;
}

.single-view .entry-content {
  margin-bottom: 10px; 
  font-family: Arial, Sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
}

.single-view .updated {color: #666; font-size: 11px;}

.type-attachment .attachment img {display: block; margin: 8px auto;}

.post-nav {
  border-top: 1px solid #999;
  padding: 16px 10px 14px;
  margin-top: 6px;
}

.link-prev {float: left; max-width: 100%;}
.link-next {float: right; max-width: 100%;}

.attachment-nav .link-prev,
.attachment-nav .link-next {
  margin: 6px 8px 14px;
}
.attachment-nav .link-prev a,
.attachment-nav .link-next a {
  background: #303030;
    border: 1px solid;
    box-shadow: 0 0 3px #333;
    padding: 3px 6px;
  color: #FFF;
}

.entry-meta-bottom {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}

/*-------------------------------------
  Post Content
--------------------------------------*/
.entry-content a {text-decoration: underline;}

.entry-content p, .comment-content p {margin: 4px 0 12px;}

.entry-excerpt p {margin: 0 0 4px;}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  clear: none;
  line-height: 1.5;
}

.entry-content li, .comment-content li {
  list-style-position: outside;
  list-style-type: disc;
}

.entry-content ol > li,
.comment-content ol > li {list-style-type: decimal;}

.entry-content ol > li > ol > li,
.comment-content ol > li > ol > li {list-style-type: lower-alpha;}

.entry-content ol > li > ol > li > ol > li,
.comment-content ol > li > ol > li > ol > li {list-style-type: lower-roman;}

.entry-content th, .entry-content td, .comment-content th, .comment-content td {
  padding: 8px 10px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img {
  height: auto;
  max-width: 100%;
}

.wp-smiley {
  width: auto !important;
  border: none !important;
  padding: 0 !important;
}

.alignnone {
  margin-top: 4px;
  margin-bottom: 4px;
}
.alignleft {
  float: left;
  margin: 4px 8px 4px 0;
}
.alignright {
  float: right;
  margin: 4px 0 4px 8px;
}
.aligncenter {
  display: block;
  margin: 4px auto;
}

.wp-caption {max-width: 100%;}

.wp-caption img {
  width: 100%;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 4px;
}

.wp-caption .wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0 5px;
  color: #555;
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 1.6;
}

.gallery .gallery-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.gallery-item img {
  padding: 4px;
  display: inline-block;
  border: 1px solid #CCC !important;
}
.gallery-item img:hover {
  background-color: #DDD;
  border: 1px solid #AAA !important;
}

.type-attachment .entry-content div.attachment {
  margin-bottom: 10px;
  text-align: center;
}

.sitemap-template .entry-content h3 {margin-left: 10px;}
.sitemap-template .entry-content ul {margin: 8px 0 15px 10px;}
.sitemap-template .entry-content ul li {list-style: square inside;}

/*-------------------------------------
  Comments
--------------------------------------*/
#respond {
  background-color: #C5C5C5;
  border: 1px solid #333;
  margin: 4px 0;
  padding: 16px 20px 14px;
}

.comment-body {
  background-color: #EEE;
  border-top: 6px solid #555;
  box-shadow: 0 1px 3px #111;
  margin: 8px 0;
  padding: 8px;
  word-wrap: break-word;
}

#comments .comment-list {
  padding-left: 0;
}

#comments .children {
  padding-left: 30px;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  margin: 0 0 10px;
}

.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
  border-top: 6px solid #2A5A8E;
}

.comment-author,
.comment-author .avatar,
.comment-author .fn {
  float: left;
}

.comment-author .avatar {
    border: 1px solid #888;
    margin-right: 2px;
    vertical-align: middle;
}
.comment-author .fn {
  margin: 12px 8px;
  font-size: 15px;
  word-wrap: break-word;
}
.comment-author .says {display: none;}

.comment-metadata {float: right;}
.comment-metadata a {color: #888;}
.comment-edit-link {
  background-color: #E0E0E0;
  color: #222;
  padding: 2px 8px;
}

.comment-awaiting-moderation {
  clear: right;
  display: inline-block;
  float: right;
  margin: 8px;
  font-style: italic;
}

.comment-content {
  clear: both;
  padding-top: 4px;
  font-size: 13px;
  font-size: 0.813rem;
  line-height: 1.55;
}
.comment-content th, .comment-content td {
  font-size: 13px;
  font-size: 0.813rem;
  line-height: 1.55;
}

.comment-body .reply {
  margin-top: 8px;
  overflow: hidden;
}

.comment-reply-link {
  background-color: #FFF;
  border: 1px solid #333;
  box-shadow: 1px 1px 2px #333;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0 10px;
}

#respond .comment-reply-title {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

#respond #closed {
  font-style: italic;
  font-size: 15px;
}

#cancel-comment-reply-link {
  background-color: #F0F0F0;
  padding: 2px 8px;
  font-size: 16px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  margin-left: 2px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  display: block;
  padding: 3px;
  border: 1px solid #555;
  box-shadow: 0 0 3px #888 inset;
}

.comment-form-comment {padding: 0 3px;}

.comment-form-comment label {display: block;}

.comment-form-comment textarea {
  position: relative;
  width: 100%;
  padding: 10px;
}

#respond #submit {
  margin-top: 6px;
  padding: 6px 10px;
  font-size: 14px;
}

.comment-navigation {margin: 10px 0;}
.page-numbers.current {cursor: default;}

#comment-area #disqus_thread {
  padding: 10px;
}

/*-------------------------------------
   Author Info
--------------------------------------*/
.author-info {
  background: url("images/honeycomb.png") #FFCB66;
  border: 1px solid #666;
  box-shadow: 0 0 3px #333;
  margin: 16px 0;
}
.author-info .title {
  background-image: inherit;
    background-color: #FFA900;
    color: #222;
    padding: 4px 8px;
    text-align: center;
    text-shadow: 0 1px 1px #666;
    text-transform: uppercase;
}

.author-avatar, .author-description{
    display: table-cell;
    padding: 8px;
    vertical-align: top;
}
.author-avatar img {display: block;}

.author-latest-posts {
  background: url("images/honeycomb.png") #FFCB66;
  border: 1px solid #666; 
  box-shadow: 0 0 3px #333;
}
.author-latest-posts-title {
    color: #222;
    font-weight: normal;
  padding: 4px 8px; 
  text-shadow: 0 1px 1px #666;
}
.author-latest-posts-list {padding: 8px 10px 12px 16px;}
.author-latest-posts-list li {list-style: decimal-leading-zero inside none;}

/*-------------------------------------
   404 Page
--------------------------------------*/
.wrap-404-box {
  background: url("images/honeycomb.png") #FFCB66;
  margin: 40px auto; 
  width: 80%;
  padding-bottom: 20px;
  border: 1px solid #222;
  box-shadow: 0 0 2px #000;
  text-align: center;
}
.wrap-404-box h2 {
    background: #222;
    color: #FFF;
    padding: 16px;  
}
.wrap-404-box p {
  margin: 20px auto 24px;
  color: #333;
  font-size: 14px;
}

/*-------------------------------------
   Widgets
--------------------------------------*/
#widgets-wrap-header {display: inline-block;}

#widgets-wrap-below-menu {
  width: 100%;
  padding: 10px;
}

#widgets-wrap-below-excerpts {margin-top: 2px;}

#widgets-wrap-before-post, #widgets-wrap-after-post {
  border-top: 1px solid #999; 
  margin-top: 10px; 
  padding-top: 10px;
}
#widgets-wrap-before-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
#widgets-wrap-after-post {
  position: relative;
  clear: both;
}

#widgets-wrap-footer-3 {box-shadow: 0 1px 2px #000 inset;}

.asteroid-widget:after {
  clear: both;
  content: "";
  display: table;
}

.asteroid-widget p {margin: 4px 0 12px;}

.asteroid-widget li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #E0E0E0;
}

.widget-title  {
  background-color: #c1c1c1;
  margin: 0 -5px 4px;
    padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.widget-sidebar .widget-title {
    background: #CCC;
    border: 1px solid #888;
}
.widget-below-menu .widget-title,
.widget-footer-full .widget-title,
.widget-footer-3 .widget-title {
  background: #cdcdcd;
    border: 1px solid #000000;
}
.widget-before-post .widget-title,
.widget-before-post-content .widget-title,
.widget-after-post-content .widget-title,
.widget-after-post .widget-title {margin: 0; text-shadow: none;}

/* Widget Elements */
.widget-sidebar {
    margin: 16px auto 24px;
    padding: 0 6px;
    position: relative;
    word-wrap: break-word;
}
.widget-sidebar a {color: #0E4D7A;}
.widget-sidebar a:hover {color: #F00;}
.widget-sidebar ul {padding: 0 4px;}
.widget-sidebar ul li ul {padding-left: 10px;}
.widget-sidebar li {border-bottom: 1px solid #CFCFCF;}
.widget-sidebar input, .widget-sidebar select {margin: 3px;}
.widget-sidebar .children li {border-bottom: none;}

.widget-footer-full {margin: 10px; padding: 0 6px;}

.widget-footer-3 {  
    float: left;
  margin: 10px 0 10px 10px;
  width: 31.95%;
  padding: 0 6px;
}
.widget-footer-3 ul {padding: 0 4px;}
.widget-footer-3 ul li ul {padding-left: 10px;}
.widget-footer-3 li {padding: 4px 0 2px;}
.widget-footer-3 input, .widget-footer-3 select {margin: 3px;}
.widget-footer-3 .children li {border-bottom: none;}

.widget-header {padding: 8px;}

.widget-below-menu {padding: 0 6px;}
.widget-below-menu ul {padding: 4px 8px 6px;}

.widget-before-content {margin-top: 10px;}

.widget-before-post-content, .widget-after-post-content {margin-top: 8px;}
.widget-after-post {margin-bottom: 10px;}

/*-------------------------------------
   Specific Widget Stylings
--------------------------------------*/
.widget_categories select {margin-top: 6px;}

#wp-calendar {
    border-collapse: collapse;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
#wp-calendar caption {padding: 6px;}
#wp-calendar th {
  background: #DDD;
  background: linear-gradient(to bottom, #EEE 0%,#BBB 100%);
    border: 1px solid #666;
    padding: 4px;
}
#wp-calendar tr {background: #FFF;}
#wp-calendar td {border: 1px solid #666;}
.widget_calendar th, .widget_calendar td {
    padding: 8px;
}
#footer #wp-calendar th {background: rgba(255,255,255,0.2);}
#footer #wp-calendar tr {background: transparent;}


.search-form {
    background-color: rgba(0, 0, 0, 0.28);
    border: 1px solid #888888;
    margin: 10px auto;
    max-width: 400px;
    overflow: hidden;
    padding: 6px;
}

.search-form .screen-reader-text {display: none;}

.search-form input {
  float: left;
  margin: 3px;
}
.search-form input[type="search"] {
  width: 65%;
}
.search-form input[type="submit"] {
  width: 30%;
}

/*-------------------------------------
   WP-Pagenavi
--------------------------------------*/
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 10px !important;
    margin: 3px !important;
    border: 1px solid #222 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
  background: linear-gradient(to bottom, #666 0%, #333 100%);
}  
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: 1px solid #000 !important;
    font-weight: bold;
    text-decoration: underline;
}
.wp-pagenavi a:hover {background: #222;}

/*-------------------------------------
   bbPress Styling
--------------------------------------*/
#content #bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
  font-family: Arial, Sans-serif;
  font-size: 13px;
  font-size: 0.813rem;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {padding: 8px 20px;}

#bbpress-forums .bbp-topic-permalink {
  font-size: 14px;
  font-size: 0.875rem;
}

#bbpress-forums .avatar {
  min-width: 20px;
  min-height: 20px;
}

#bbpress-forums .bbp-reply-content {padding: 10px 0 0;}

.bbp-pagination-links > * {
  background-color: #222;
  padding: 2px 10px !important;
  border: 1px solid #000 !important;
  color: #FFF;
}
.bbp-pagination-links .page-numbers.current {background-color: #555;}

.bbp-pagination-links > a:hover {
  background-color: #E0E0E0;
  color: #000;
  font-weight: bold;
}

@media print {
  #nav,
  #below-menu,
  #sidebar,
  #footer,
  #comment-area,
  #widgets-wrap-before-content,
  #widgets-wrap-after-content,
  #widgets-wrap-before-post,
  #widgets-wrap-after-post,
  #widgets-wrap-before-post-content,
  #widgets-wrap-after-post-content,
  .entry-footer,
  .entry-meta-bottom,
  #bottom-navi,
  .post-nav {
    display: none;
  }
  
  body {
    padding: 0;
  }

  #container {
    border: none;
  }

  #content {
    border: none;
    display: block;
    float: none;
    width: auto;
  }

  .blog-view {
    border: none !important;
  }

  .blog-view,
  .blog-view.sticky {
    border-top: 1px dashed #555;
  }

  #site-title a {
    color: #000;
    font-size: 32px;
  }

  #site-description {
    color: #333;
  }
}