/* ______________________ Reset Styles ______________________ */

body{font-size:100%;background-color:#fff;color:#000;}
html,body,div,ul,ol,form,li{margin:0;padding:0;}
h1,h2,h3,h4,h5{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
p,ul,ol{margin:0.5em 0;}
ul,ol{padding-left:1em;}

/* _____________ Basic page sections / styles _______________ */
body {
  font-family: arial, sans-serif;
  background: #111 url('/prx/000/https/jordankasper.com/images/stripe.png') left top repeat;
}

a:link { text-decoration: none; border-bottom: 1px dashed #369; color: #369; }
a:visited { text-decoration: none; border-bottom: 1px dashed #588; color: #588; }
a:hover, a.hover {
  background-color: #9cc;
  border: 1px solid #9cc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
a:active { background-color: #9cc; border-bottom: none; color: #666; }

#wrapper {
  margin: 1em auto;
  width: 950px;
  min-height: 35em;
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

#header {
  padding: 0.7em 0 0.6em 0.5em;
  background: #111 url('/prx/000/https/jordankasper.com/images/stripe_header.png') left top repeat;
  border: 1px solid #fcfcfc;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
h1 { font-size: 1.6em; }
h1 img { position: relative; top: 0.55em; }
h1 cite {
  font-size: 0.6em;
  margin-left: 1.5em;
  color: #666;
  font-style: normal;
  font-weight: normal;
}

#donateform { position: absolute; top: 0; right: 30px; width: 80px; }

#sideNote {
  float: right;
  font-size: 0.9em;
  color: #444;
  padding-top: 1em;
  width: 50%;
  text-align: right;
}

#nav li, #subNav li {
  display: inline;
  padding-right: 0.7em;
  font-size: 0.9em;
}
#nav a.active { color: #000 !important; font-weight: bold; border: none; }

#subNav {
  display: none;
  text-align: center;
  width: 60%;
  border-top: 1px solid #e5e5e5;
  margin: -0.6em auto 0 auto;
}

#content { padding: 0.5em 0.5em 2.5em 0.5em; position: relative; }

h2 {
  font-size: 1.1em;
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

h3 { font-size: 1em; color: #247; margin-top: 1em; }
h4 { font-size: 1em; color: #247; font-weight: normal; }

.plugin {
  background-color: #f2f2f2;
  margin: 0 1em 0.5em 1em;
  padding: 0.2em;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 5px rgba(120, 120, 120, 0.4);
  -moz-box-shadow: 2px 3px 5px rgba(120, 120, 120, 0.4);
  box-shadow: 2px 3px 5px rgba(120, 120, 120, 0.4);
}
.goToPlugin {
  font-size: 0.9em;
  text-align: right;
  margin-top: -1em;
}

.example { margin: 1.5em 0; }

ul,ol { margin-bottom: 1em; padding-left: 1.5em; }

pre {
  display: inline-block;
  background-color: #eef;
  font-family: monospace;
  background-color: #eef;
  padding: 0.3em 0.4em;
  margin: 0;
}
pre.block-code {
  width: 98%;
  overflow-x: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #333;
}

.onGithubNote { font-size: 0.9em; color: #444; font-style: italic; }
.fine { font-size: 0.8em; color: #666; }

#footer {
  font-size: 0.8em;
  color: #666;
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 900px;
  border-top: 1px solid #e5e5e5;
}

#copyright { float: right; }
