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


/*
    --------------------------------------------------------------
    Reset default browser CSS.
    Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
    --------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------------------------- */

/* Global Reset */
html, body {
  height: 100%;
}

body {
  background-color: white;
  background: url('/images/lines.png');
  font: 13.34px helvetica, arial, clean, sans-serif;
  *font-size: small;
  text-align: center;
}

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

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
}

a:hover {
  color: #eee;
}

a:visited {
  color: #88f;
}

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: black;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
}


div.posts
{
    padding: 1em;
    background-color: #84bd68;
    
}


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

.site {
  font-size: 110%;
  text-align: justify;
  width: 50em;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
}

.title {
  color: #a00;
  font-weight: bold;
  margin-bottom: 2em;
  padding-bottom: 4px;
  border-bottom: 4px solid black;
}

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

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

  .site .title a.extra {
    color: black;
    text-decoration: none;
    padding: 0.5em;
    margin: 0;
    margin-bottom: 0.5em;
  }

  .site .title a.extra:hover {
    color: #aaa;
  }

  .site .meta {
    color: #aaa;
  }

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

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

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

    .site .footer .rss {
      margin-top: 1.1em;
      margin-right: -.2em;
      float: right;
    }

      .site .footer .rss img {
        border: 0;
      }

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

#post
{
    background-color: #eee;
    padding: 1em;
}

#post h1
{
  font-size: 150%;
  font-weight: bold;
}

#post h2
{
  font-size: 120%;
  font-weight: bold;
}

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

#post ul {
margin-left: 1.35em;
list-style: disc outside none;
}

#post ol {
margin-left: 1.35em;
list-style: decimal outside none;
}

#post code {
border: 1px solid #ddd;
background-color: #eef;
font-size: 85%;
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 img
{
    float:left;
    padding: 0.5em;
    margin: 0.5em;
}

#related {
  margin-top: 2em;
}

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


#related
{
    background-color: #dde;
    padding: 1em;
}


/*****************************************************************************/
/*
/* Apps
/*
/*****************************************************************************/

#app
{
    background-color: #eee;
    padding: 0.5em;
}

#app a:hover {
  color: #000;
}

#app h1
{
  font-size: 200%;
  font-weight: bold;
}

#app h2
{
  font-size: 120%;
  font-weight: bold;
  padding-top: 1em;
}

#app #icon
{
    padding: 0.5em;
    margin: 0.5em;
}

#app #description
{
    padding: 0.5em;
    margin: 0.5em;
}

#app ol, ul {
	list-style: disc outside none;
    padding-left: 4em;
}
