/*****************************************************************************/

/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
.post h2 {
    margin-left: 20px;
}
body {
    /*background-color: #141414;*/
    background-color: #f3f3f3;
    font: 13.34px"Open Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    /*color: #DDD;*/
    color: #222;
}
.posts .post-title {
    font-size: 1.5em;
}
.post-title {
    font-size: 3em;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 0.5em;
}
.title-area {
    padding-left: 20px;
    padding-right: 20px;
}
blockquote {
    margin-left: 15px;
    padding-left: 5px;
    border-left: 5px solid #aaa;
    margin-top: 20px;
}
p {
    margin: 20px;
}


.twitter-share, .facebook-share{
  float: right;
  clear: both;
  padding-left: 50px;
}
/*****************************************************************************/

/*
/* Home
/*
/*****************************************************************************/

.posts {
    list-style-type: none;
    margin-bottom: 2em;
}
.posts li {
    line-height: 1.75em;
}
.posts span {
    color: #000;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
}
.posts .thumb {
  height: 50px;
  width: 920px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-position: top;
  background-repeat: no-repeat;
  transition: 1s all;
  display: block;
  clear: both;
}
.posts .thumb:hover {
  border: 1px solid #d74d87;
  background-position: bottom;
  /*height: 100px; */
}
iframe {
    border: none;
    overflow: hidden;
}
/*****************************************************************************/

/*
/* Site
/*
/*****************************************************************************/

.site {
    font-size: 125%;
    text-align: justify;
    width: 960px;
    width: 100%;
    max-width: 960px;
    margin: 3em auto 2em;
    line-height: 1.7em;
}
.header a {
    font-size: 155%;
    color: #333;
    /*text-shadow: #000 1px 0px;*/
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 100;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.blog-title {
    display: inline-block;
    margin-bottom: 2em;
    padding-left: 20px;
}
a {
    color: #000;
    text-decoration: underline;
}
.title a {} .title a:hover {
    color: #000;
}
.header a.extra {
    margin-left: 3em;
}
.header a.extra:hover {
    color: #000;
    text-decoration: underline;
}
.meta {
    color: #000;
}
.footer {
    font-size: 80%;
    color: #666;
    border-top: 4px solid #eee;
    margin-top: 2em;
    overflow: hidden;
}
.footer .contact {
    float: left;
    margin-right: 3em;
}
.footer .contact a {
    color: #8085C1;
}
.footer .rss {
    margin-top: 1.1em;
    margin-right: -.2em;
    float: right;
}
.footer .rss img {
    border: 0;
}
/*****************************************************************************/

/*
/* Posts
/*
/*****************************************************************************/

/* standard */

.post pre {
    /*border: 1px solid #333;*/
    background-color: #111111;
    padding: .4em .4em;
    box-shadow: #000 1px 1px inset;
}
.post-title {
    color: #333;
}
.post-title a {
    font-weight: 400;
    color: #d74d87;
    text-decoration: none;
}
.post-title a:hover {
    text-decoration: underline;
}
.post ul, .post ol {
    margin-left: 1.35em;
}
.post p code {
    color: #111;
    background-color: #d9d9d9;
    border-radius: 2px;
}
.post code {
    background: none;
    padding: 0 .2em;
    color: #F3F3F3;
}
.post pre code {
    border: none;
}
/* terminal */

.post pre.terminal {
    border: 1px solid #222;
    background-color: #333;
    color: #FFF;
}
.post pre.terminal code {
    background-color: #333;
}
.vis-large {
    display: block;
    width: 100%;
    height: 400px;
}
