/* reset */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
form,
label,
input,
textarea,
object,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    outline: 0;
}

hr {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
}

pre {
    overflow: auto;
}

ul {
    list-style-type: none;
}

a {
    font-weight: inherit;
}

a img {
    margin: 1px;
}


/* typography */
body {
    color: #ccc;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a img {
    margin: 1px;
}

a:hover img {
    margin: 0;
    border: 1px solid #0f0;
}

pre,
code,
kbd,
samp,
var {
    font-family: Monaco, monospace;
    background: #333;
    color: #fff;
}

del {
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
}

ins {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

pre,
p {
    margin-bottom: 2em;
    line-height: 2em;
}

th, td {
    line-height: 2em;
}

pre {
    background: rgb(102, 102, 102);
    background: rgba(102, 102, 102, 0.5);
    padding: 24px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

ol,
ul {
    line-height: 2em;
    margin-bottom: 2em;
}

h1 {
    color: #fff;
    font-weight: bold;
}

h1, h2 {
    font-size: 2em;
    line-height: 1em;
}

.project h2,
h3 {
    font-size: 1.5em;
    line-height: 1.33333em;
}

h4 {
    font-size: 1em;
    line-height: 2em;
}

.font-size-base {
    font-size: 1em;
    line-height: 2em;
}

.add-bottom-margin {
    margin-bottom: 24px; /* I hate to mix ems and px... but really, we always want this to be 24px / 2em (if 1em is 12px) */
}

.center-text {
    text-align: center;
}

em,
strong {
    color: #fff;
}

a {
    color: #0f0;
}

a:hover {
    color: #0f0 !important;
    text-decoration: none;
}



/* layout */
.hide {
    position: absolute;
    top: -500px;
    left: -500px;
    width: 0;
    height: 0;
    overflow: hidden;
}

body {
    background: #333 url(bg-space-tile.gif) top center fixed repeat-x;
    text-align: center;
}
