body {
  font-family: 'Droid Sans', 'Lora', serif;
  background-color: #fff;
}

.icons {
  font-size: 30px;
  padding-bottom: 10px;
}
.icons a {
  padding-right: 20px;
  color: black;
  text-decoration: none;
}

.footer .icons a {
  padding-right: inherit;
}

.book-feature img {
  padding: 5px;
}

.book-feature img.tilt-right {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.book-feature img.tilt-left {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.book-feature, .book-plug {
  width: 350px;
}

p.callout {
  padding: 15px;
  background-color: #DEDFE1;
  margin-bottom: 25px;
  color: #8C8D8F;
  text-align: center;
}

p.callout a {
  color: #555;
}

p.callout a.button {
  background: #29B2E6;
  padding-top: 6px;
  padding-right: 40px;
  padding-bottom: 6px;
  padding-left: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
}

.post {
  margin: 0 auto;
}

#archives.post {
  padding: 25px 0;
}

li.rss {
  float: right;
}

li.rss a {
  padding-top: 5px;
}

.container {
  width: 700px;
}

.row {
  margin-left: inherit;
}

.header {
  background-color: #F8F6F2;
  border-bottom: 1px solid #ccc;
}

.header li a.active {
  text-decoration: underline;
}

.header li a, .footer li a {
  font-size: 1.1em;
}

.nav-pills a {
  text-decoration: none;
}

.nav-pills {
  margin: 0;
  padding-left: 0;
}

ul.dropdown-menu {
  background-color: black;
}

.nav li.dropdown:hover ul.dropdown-menu {
  display: block;    
}

.nav .dropdown-menu {
   margin-top: 0px;
 }

/* The white background content wrapper */
.container > .content {
  padding-top: 30px;
}

.bordered {
  padding: 4px;
  border: 1px solid #CCC;
  margin-bottom: 1.8em;
  margin-top: 0.3em;
}

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

a.btn {
  text-decoration: none;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: #0088cc;
  text-decoration: none;
}

body {
  font-size: 16px;
  line-height: 23px;
  color: #555;
}

p {
  padding-bottom: 12px;
}

h3 small {
  font-size: 11px;
  color: #555;
}

ul.code-projects li p {
  font-size: 15px;
}

h1, h2, h3 {
   color: #444;
}

h1 {
  font-size: 24px;
}

h2 {
  margin-bottom: 18px;
  font-size: 1.5em;
}

h4 {
  font-size: 16px;
}

hr {
  margin: 15px 0;
}

blockquote p {
	font-style: italic;
}

.highlight {
  margin: 10px 0 20px 0;
}

pre, pre code {
  font-size: 9pt;
  line-height: 1.4;
  color: inherit;
  font-family: menlo, inconsolata, monofur, monaco, monospace;
}

code {
	background-color: white;
  color: inherit;
}

div#banner { 
  position: fixed; 
  top: 0; 
  left: 0; 
  background-color: #404956; 
  width: 100%; 
  border-bottom: 1px solid #DDD;
}

div#banner a {
  color: #49AFCD;
}

div#banner-content { 
  width: 800px; 
  margin: 0 auto; 
  padding: 10px; 
  color: white;
}

div.social {
  top: 0.75em;
  position: fixed;
  z-index: 1040;
}

div#feedburner {
  right: 1em; 
}

div#twitter {
  right: 9em;
}

.brand {
  text-decoration: none;
  color: white;
}

a.border-underline {
  text-decoration: none;
  border-bottom: 1px solid black;
}

#sidebar p, #sidebar li {
  font-size: 13px;
}

h1.title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: inherit;
  text-align: center;
  line-height: 1.3;
}

h3.subtitle {
  text-align: center;
}

h4.title a {
  text-decoration: none;
}

.byline {
  margin-top: 0; 
  margin-bottom: 20px;
  line-height: inherit;
}

img.profile {
  float: left;
  margin: 0 15px 15px 0;
}

.navbar-fixed-top .container {
  width: 970px;
}

dl.numbers dd, dl.numbers dt {
  display: inline;
  font-size: 130%;
}

dl.numbers dt {
  float: left;
  clear: left;
  width: 250px;
}

dl.numbers dd {
  margin-left: 20px;
}

dl.numbers dd:after {
  content: '\A';
  white-space: pre;
}

.right {
  float: right;
}

.left {
  float: left;
}

.email-hello p {
  padding-bottom: 45px;
}

h3 {
  line-height: 25px;
}

table.cart th {
  border: 1px solid #ccc;
  padding: 3px;
  background-color: #ddd;
}

table.cart td {
  padding: 3px;
}

ul.updates li {
  padding-bottom: 10px;
}

#pagination a {
text-decoration: none;
color: #ffffff;
font-size: 75%;
background-color: #919191;
padding: 5px 10px;
}

#pagination span.current {
font-size: 75%;
padding: 5px 10px;
  font-size: 15px;
font-weight: bold;
color: #ccc;
}

.footer {
  background-color: black;
  padding: 30px 0;
  margin-top: 20px;
  color: #999;
}

.footer ul.columns {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.footer ul.columns > li {
  float: left;
  padding-right: 10px;
}

.footer ul.columns ul { 
  list-style-type: disc;
  padding-left: 25px;
}

.footer h4 {
  color: white;
}

.footer li a {
  text-decoration: none;
  font-size: 1em;
  color: #999;
}

.footer li a:hover {
  color: white;
}

.copyright {
  clear: both;
  padding-top: 30px;
}