body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
position: relative;
padding-top: 70px;
font-size:130%;
}
body,p,li {
color: #333;
}
p,li {
font-size:1.2em;
}
h1, h2, h3, h4, h5, h6 {
margin:.1em 0 .3em 0;
}
h1 {
font-size:2.4em;
}
figure {
margin:0 0 .5em 0;
font-size:.9em;
}
figcaption {
font-weight:bold;
margin-top:.5em;
}
cite {
font-style:italic;
}
pre {
background-color: inherit;
}
pre code {
font-size:1.1em;
line-height:1.4em;
}
pre code.hljs {
background-color: #fff;
padding: 0;
}
blockquote {
font-family: Rockwell, Georgia, Times, 'Times New Roman', serif;
font-size: .9em;
line-height: 1.8em;
}
.hcaption {
font-size:1.2em;
line-height:1.2em;
}
.small {
font-size:.85em;
}
.post_image {
margin:.4em 1em 1em 0;
float:left;
}
/* ul.thumbnails does not exist in bootstrap 3 */
.thumbnails {
list-style:none;
padding:0;
}

.spacer5 {clear:both;height:5px;}
.clearfix {clear:both;}
.lidx a {color:inherit;}
.label a {color: #fff;}
.voffset {margin:10px 0;}
.roffset {margin-right:.5em;}

/* nav */
#site-name {
color:#0d0;
font-size: 1.4em;
letter-spacing:.3em;
text-transform:uppercase;
background: url('../img/marsattacks.png') no-repeat 0 6px;
padding-left:50px;
margin-left:-4px;
}
.navbar a,
.navbar .nav > li > a {
font-family: Courier;
font-weight: 700;
color:#0d0;
}
.navbar .nav > li > a {
font-size: 1.2em;
}
.caret {
opacity:.8;
}
.navbar ul.share button {
width:150px;
margin:.3em 1em .3em;
font-size:.8em;
}

/* footer */
#footer {
text-align:center;
border-top:1px solid #ddd;
margin-top:1em;
padding-top:1em;
font-size:.9em;
}

/* indexes */
.index_title {text-transform:capitalize;}

/* posts */
.postinfo {font-size:.9em;}

/* book review */
#book_meta {font-size:.85em;}
#book_meta li {margin:.35em 0;}
#book_meta img {display:block;margin:1em auto;}
#book_meta .btn {display:block;color:#333;margin-top:1em;}

/* social */
.socialbutton {float:left;margin:0 2em 0 0;}

/* lists */
.flatlist {list-style:none;margin:0;padding:0;}
.programmerlist td:nth-child(1) {width:6em;}
.programmerlist td:nth-child(2) {width:9em;}
.attribution {font-size:.9em;margin:.2em;}

.z3lproduct {
text-align:center;
line-height:150%;
}
/* code list */
.relative {position: relative;}
.topright {
position: absolute;
top: .5em;
right:.5em;
}
.topright button {
margin-left:.5em;
}
/* jumbotron */
.jumbotron {
margin-top: 20px;
}
.jumbotron h1 {
font-size: 1.6em;
margin-bottom:.5em;
}
.jumbotron .preview {
float:left;
margin-right:2em;
}

.mr1 {margin-right:.5em;}

/* fix github gists affected by font-size settings */
.gist code, .gist pre {
font-size:100%;
line-height:130%;
}
