#banner {
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
}
#banner img {
  max-width: 50%;
}
#banner p {
  background: #933;
  color: #fff;
  font-size: 75%;
  padding: 3px 0px 2px 0px;
  margin: 1.4em auto 0 auto;
  max-width: 960px;
}

#leftcol p {
  font-size: 90%;
}

#main p {
  line-height: 1.3em;
}
#main pre {
  font-size: 90%;
  padding: 0 10px;
  border-left: 1px dotted #933;
}
#main code {
  font-size: 90%;
  color: #666;
}

#main {
  margin: 0 auto;
  max-width: 960px;
}
#main.single {
  max-width: 960px;
  margin: 10px auto;
  padding: 0 10px;
}
#main.single h1 {
  padding: 5px 0;
}
#main.single #sidebar {
  margin-top: 1em;
}
#main.single #sidebar.right {
  padding-left: 10%;
  padding-right: 10%;
  text-align: right;
}
#main.single #sidebar img {
/*http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design*/
  max-width: 50%;
  height: auto;
}
#main.single .head {
  float: right;
  margin-top: 1em;
  margin-left: 1em;
  font-size: 50%;
  font-weight: lighter;
  font-style: italic;
  text-align: right;
}

.toc ul {
  padding: 0;
  list-style-type: none;
}
.flatlist {
  font-size: 90%;
  padding: 0;
  list-style-type: none;
  line-height: 1.6em;
}
.flatlist .date {
  font-size: 75%;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 13px;
}

#bottom {
  max-width: 960px;
  margin: 2em auto;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 75%;
  font-style: italic;
  color: #999;
}

.post, .infocol {
  margin: 0 4%;
}
.post h2 {
  font-size: larger;
}
.post p, .post li, .content p, .content li {
	font: 95%/1.2em Georgia, serif;
}
.post img, #main img {
/*http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design*/
  max-width: 100%;
  height: auto;
}
.post .head {
  font-size: 60%;
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.post .tail {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 80%;
  font-style: italic;
  text-align: right;
}

.summary {
  line-height: 1.1em;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

a, a:link, a:visited { 
	color: #900;
	text-decoration: none;
}
/* added 2012-12-21, jcw */
.entry a, .entry a:link, .entry a:visited { 
	text-decoration: underline;
}
a:hover, a:active {
	color: #C00;
	text-decoration: underline;
}

/* added 2016-03-30, jcw */
#main tbody, #main thead {
    border: 1px solid #ccc;
}
#main th, #main td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

/* added 2016-05-19, jcw */
@media print {
    .hidden-print {
        display: none !important;
    }
}
@media screen {
    .hidden-screen {
        display: none !important;
    }
}
