/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background:#ffffff url('/images/sprouts.png') repeat-x center left;
    font: 1em helvetica, arial, clean, sans-serif;
    *font-size: small;
    text-align: center;
    position:absolute;
    right:15px;
    margin:48px;

}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1 {
    margin-bottom: 1em;
}

p {
    margin: 1em 0;
}

a {
    color: #00a;
}

a:hover {
    color: black;
}

a:visited {
    color: #a0a;
}

table {
    font-size: inherit;
    font: 100%;
}

/*****************************************************************************/
/*
  /* Home
  /*
  /*****************************************************************************/

ul.posts {
    list-style-type: none;
    margin-bottom: 2em;
}

ul.posts li {
    line-height: 1.75em;
}

ul.posts span {
    color: #000800;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
}

/*****************************************************************************/
/*
  /* Site
  /*
  /*****************************************************************************/

.site {

    text-align: justify;
    max-width: 720px;
    line-height: 1.5em;
    background-color:#C8B7B7;
    right:30px;
    --border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    border-radius:1em;
    background-color:#f6f1e2;
    border:3px solid #5B4914;
    padding:35px;

}

.title {
    color: #a00;
    font-weight: bold;
    margin-bottom: 2em;
}

.site .title a {
    color: #a00;
    text-decoration: none;
}

.site .title a:hover {
    color: black;
}

.site .title a.extra {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
}

.site .title a.extra:hover {
    color: black;
}

.site .meta {
    color: #aaa;
}

.site .footer {
    list-style-type:none;
    font-size: 80%;
    color: #666;
    border-top: 4px solid #008000;
    margin-top: 2em;
    overflow: hidden;
}

.site .footer li {
    margin:10px;
    display:inline-block;
}


.site .footer .contact {
    margin-right: 3em;
}

.site .footer .contact a {
    color: #8085C1;
}


/*****************************************************************************/
/*
  /* Posts
  /*
  /*****************************************************************************/

.forwardback {
    list-style-type: none;
}

.forwardback li {
    display:inline;
    margin:10px;
}

#post {

}

/* standard */

#post pre {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 .4em;
}

#post ul,
#post ol {
    margin-left: 1.25em;
}

#post code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 95%;
    padding: 0 .2em;
}

#post pre code {
    border: none;
}

/* terminal */

#post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
}

#post pre.terminal code {
    background-color: #333;
}

#post blockquote {
    border-left:2px solid #336699;
    padding-left:4px;
    margin:5px;
}

#related {
    margin-top: 2em;
}

#related h2 {
    margin-bottom: 1em;
}