/* B. Shaffer Custom Styles */

table.bordered {
  border-collapse: collapse;
  border: 1px solid white;
  margin: 10px 0px;
}

table.bordered td, table.bordered th {
  border: 1px solid white;
}

table.bordered td a {
  color: red;
}

table.bordered tr {
  background: #AAA;
  color: #111;
}

table.bordered tr.odd {
  background: #CCC;
  color: #111;
}

/* End Custom Styles */


#content .blog-title {
  padding-bottom:30px;
  text-align:center;
  width:100%;
}

#content .blog-title a{
  color:#F4F6DA;
}

#content .blog-title-bottom {
  width: 70%;
  text-align:right;
}

#content .post-metas {
  margin-top:20px;
}

#content pre.prettyprint {
  border:3px solid #888888;
  padding:15px;
}

code {
  color: #F8CA66;
  font-size: 1.25em;
}

code.task {
  color: #00f403;
}

code.file {
  color: #F8CA66;
}

.red {
  color: #FD8971;
}

.blue {
  color: #7cb9e1;
}

.white {
  color: #FFF;
}

.lightblue {
  color: #59b5ea;
}

.lightgreen {
  color: #c1f88f;
}

.purple {
  color: #b69ce1;
}

.lightpurple {
  color: #d184F6;
}

.green {
  color: #2ce476;
}

.green-box {
  background-color: green;
  color:  white;
  padding:5px;
  margin:5px 0px;
}

.red-box {
  background-color: red;
  color:  white;
  padding:5px;
  margin:5px 0px;
}

pre.normalprint {
  background-color: white;
  border:3px solid #888888;
  padding:15px;
  background-color:white;
  color:black;
}

.very {
  font-style:italic;
}

.really {
  font-weight:bold;
}

.incredibly {
  font-weight:bold;
  font-style:italic;
  font-size:16px;
}


.post ol li {
  list-style-type:decimal;
}

.post ul li {
  list-style-type:disc;
}

/*#content .blog-title a {
  -moz-border-radius:14px 14px 14px 14px;
  -webkit-border-radius:14px 14px 14px 14px;
  border:1px solid #888888;
  padding:11px;
}
*/

.post p {
  margin:0;
  padding: 5px 0px 15px
}


.gist .gist-file .gist-data pre {
  width:340px;
}
