.index_page {
    width: 900px;
}

a {
    color: #0066CC;
    text-decoration: none;
}

a:hover {
    color: #2da6e3;
}

pre {
    max-width: 577px;
    overflow: auto;
    padding: 2px;
    background-color: #F9F9F9;
    border: 1px dashed #2F6FAB;
    padding: 10px;
    font-size: 10pt;
}

code {
    font-size: 11pt;
}

pre code {
    font-size: 10pt;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

ul.about {
    padding: 10px 0 10px 45px;
    margin: 0;
    }

ul.posts span {
    color: #888;
    margin-left: 10px;
}

.post {
    width: 600px;
}

.post-info .date {
    color: #888;
}

table.small-font td, table.small-font th {
    font-size: 10pt;
    padding: 5px;
}

table.patches td pre {
    max-width: 400px;
    border: none;
    padding: none;
    background: none;
}

.hn {
    background-image: url("/images/blog/hacker_news.gif");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 35px;
    margin: 25px 0 15px;
}

.yellow_box {
    background-color: #fffff0;
    border: 1px solid #e6db55;
}

.about_acunote {
    font-size: 10pt;
    padding: 10px;
    margin: 0 0 20px 0;
}

blockquote {
    margin-left: 10px;
    padding-left: 22px;
    margin-right: 35px;
    border-left: 5px solid #ddd;
}

.figure {
    background-color: #F4F4F4;
    border: 1px solid #EEEEEE;
    margin: 0 auto;
    padding: 5px;
}

.figure img {
    border: 1px solid #CCCCCC;
}
.figcaption {
    padding-top: 5px;
    text-align: center;
    word-wrap: break-word;
    color: #555555;
    font-size: 0.85em;
}

/* MailChimp Subscribe Form */
#mc_embed_signup form {
    display:block; 
    text-align:left;
}
#mc_embed_signup .clear {
    clear:none; 
    display:inline;
}
#mc_embed_signup input {
    border:1px solid #999; 
    -webkit-appearance:none;
}
#mc_embed_signup input:focus {
    border-color:#333;
}
#mc_embed_signup input.email {
    display:block; 
    padding:8px 0; 
    margin:0 4% 10px 0; 
    text-indent:5px; 
    width:58%; 
    min-width:130px;
}
#mc_embed_signup input.button {
    display:block; 
    width:35%; 
    margin:0 0 10px 0; 
    min-width:90px;
}
#mc_embed_signup .button {
    clear:both; 
    background-color: #aaa; 
    border: 0 none; 
    border-radius:4px; 
    color: #FFFFFF; 
    cursor: pointer; 
    display: inline-block; 
    font-size:15px; 
    font-weight: bold; 
    height: 32px; 
    line-height: 32px; 
    margin: 0 5px 10px 0; 
    padding:0; 
    text-align: center; 
    text-decoration: none; 
    vertical-align: top; 
    white-space: nowrap; 
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color:#777;
}

/* Make rouge (new jekyll code colorizer) output
 * visually close to the ouput produced by pygments */
figure.highlight {
    line-height: 1em;
    margin: 0;
    padding: 0;
}
figure.highlight pre p {
    margin: 0;
    padding: 0;
}
