/* 
  =RESET
  Reset styles via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  Copyright 1995-2007 Eric A. and Kathryn S. Meyer
*/

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, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
address {
  font-style:normal; /* IE6 doesn't get the picture in the first rule */
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* =TYPOG */

html {
  font-size:100.01%;
}

body {
  background:#D0D4C1;
  color:#333;
  font-family:"helvetica neue",helvetica,arial,sans-serif;
  font-size:0.96em; /* IE6 equiv to pixel setting below */
  line-height:1.4;
}

  html>body {
    font-size:18px;
  };

strong {
  font-weight:bold;
}

em {
  font-style:italic;
}

a:link, 
a:visited {
  color:#393B37;
  text-decoration:none;
}

a:hover, 
a:active {
  color:#535957;
  text-decoration:none;
}

.buttonish {
  font-weight:bold;
  font-size:80%;
  padding:5px 15px;
}

.buttonish.buttonfull {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.buttonish.buttonleft {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.buttonish.buttonfull:link,
.buttonish.buttonleft:link,
.buttonish.buttonfull:visited,
.buttonish.buttonleft:visited {
  color:#393B37;
  background:#BDC0B2;
}

.buttonish.buttonfull:hover,
.buttonish.buttonleft:hover {
  color:#FFF;
  background:#535957;
}

.buttonish.buttonfull:active,
.buttonish.buttonleft:active {
  color:#BDC0B2;
  background:#393B37;
}


.buttonish.buttonright {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.buttonish.buttonright:link,
.buttonish.buttonright:visited {
  color:#393B37;
  background:#BDC0B2;
}
.buttonish.buttonright:hover {
  color:#E9EDD8;
  background:#535957;
}
.buttonish.buttonright:active {
  color:#E9EDD8;
  background:#393B37;
}




/* =SITE */

#page {
  width:540px;
  margin:0 auto;
  padding:10px;
}

@media only screen and (max-device-width: 480px) {
  #page {
    width:300px;
  }
}

#page #sections #site {
  font-size:250%;
  font-weight:bold;
  text-align:center;
  text-shadow: 0 0 15px #BDC0B2;
  margin-bottom:0;
}

#page #meta {
  clear:both;
  text-align:center;
}

#page #meta address.vcard .fn,
#page #meta .twitter-handle {
  font-weight:bold;
  text-shadow: 0 0 15px #BDC0B2;
}

#page #meta address.vcard .adr {
  display:block;
}

#page #meta p {
  margin-bottom:1.0em;
}

#page #meta #twitter {
  background-image: url(../chrome/twitter24.png);
  padding:3px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#page #content {
  margin:0.5em 0 1.0em 0;
  border:1px solid #BDC0B2;
  padding:0.5em;
  background:#E9EDD8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 15px #BDC0B2;
  -webkit-box-shadow: 0 0 15px #BDC0B2;
  box-shadow: 0 0 15px #BDC0B2;
}

#page #content ul.toc {
  margin-bottom:0;
}

#page #content ul.toc li {
  text-shadow: 0 0 15px #BDC0B2;
  list-style:none;
  font-weight:bold;
  margin:0 0 0.5em 0;
}

#page #content h1 {
  font-size:150%;
  font-weight:bold;
  margin-bottom:0.5em;
  text-shadow: 0 0 15px #BDC0B2;
}

#page #content h2,
#page #content h3 {
  font-weight:bold;
  text-shadow: 0 0 15px #BDC0B2;
}

#page #content p,
#page #content ul,
#page #content ol {
  margin-bottom:1.0em;
}

#page #content ul {
  list-style:disc;
}

#page #content ol {
  list-style: decimal;
}

#page #content li {
  margin:0 0 0.5em 25px;
}

#page #content .hentry {
  margin-bottom:0.5em;
}

#page #content .hentry .meta {
  font-size:80%;
}

#page #content .hentry .entry-content a,
#page #content .hentry .meta a {
  font-weight:bold;
  text-decoration:underline;
}

/* software */
#page #content .hentry .entry-content.software img.screengrab {
  float:right;
  margin:0 0 0 10px;
}
