#banner {
  background-color: #666;
  color: #fff;
  padding: 10px;
}

#banner-description {
  color: #eee;
}

.archive-title,
.comments-open-header,
.archive-header { border-bottom: 1px solid #999;}

.item,
.item-core,
.page-navigation { border-bottom: 1px solid #999; }

.item-footer-list,.item-footer-item { color:#999; }

.comment .item-content p{ margin-top:0; }

#entry-comments { border-bottom: 1px solid #999; }

.archive-list{  border-bottom: 1px solid #999; }

/* distributes arrow style to module items at default*/
.module-list-item a {
  padding: 3px 10px;
  text-decoration: none;
}

.module-list-item a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}


/* module */
.module {
  margin: 10px;
  border: 1px solid #999;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
  box-shadow: 0 1px 2px rgba(153, 153, 153, 0.5);
}

.module-header {
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #999;
}
.module-list-item, .archive-list-item { border-bottom: 1px solid #999; overflow: hidden; }
.module-list-item:last-child, .archive-list-item:last-child { border-bottom: 0; }

.module-powered {
  border: 0 none;
  font-size: 0.75em; /* 12/16 */
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.module-category-cloud .module-list-item {
  border: 0 none;
}

.module-category-cloud .module-list-item a:after {
  display: none;
}

/* switch-view-link module */
#switch-view-link {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

.smartphone .entry-content img.thumbnail {
  max-width: 100%;
}
