/***** TABULA RASA *****/
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,
b, u, i, center,
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-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 2;
 font-size: 75%;
 font-family: Tahoma, Helvetica, sans-serif;
 background: #dddcdc url(images/bg.jpg) repeat-x;
 color: black;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

:focus {
 outline: 0;
}

ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

/***** STRUCTURE *****/
#envelope {
 width: 900px;
 height: 700px;
 margin: 0 auto;
 background: url(images/clock.jpg) no-repeat;
}

#header {

}

#navigation {
 font-size: 120%;
 margin: 7px 0 0 0;
}

#navigation li a {
 border: none;
}

#navigation li a:hover {
 border-bottom: 1px dotted #574b3e;
}

#navigation li a.active{
 font-weight: bold;
}

#content.home {
 float: right;
 margin: -79px 0 0 450px;
}

#content {

}

#footer {
 width: 900px;
 margin: 0 auto;
}

/***** TYPOGRAPHY & STYLES *****/
a {
 color: #574b3e;
 text-decoration: none;
 border-bottom: 1px dotted #574b3e;
}

a.active {

}

a:hover {
 border-bottom: 1px solid #574b3e;
}

a:focus {

}

a:visited {

}

h1 {

}

.faux-h1 {

}

h2 {
 font-size: 125%;
 font-weight: normal;
 color: #574b3e;
}

.faux-h2 {

}

h3 {
 font-size: 125%;
 font-weight: normal;
 color: #574b3e;
 margin: 15px 0 0 0;
 font-weight: 700;
}

.faux-h3 {

}

h4 {
 font-size: 120%;
 font-weight: normal;
 padding: 5px 10px 5px 15px;
 border: 1px dashed #574b3e;
}

/***** EVERYTHING ELSE *****/
.plain {
 border: none;
 text-decoration: none;
}

.plain:hover {
 border: none;
 text-decoration: none;
}

.small-caps {
 font-size: 88%;
 text-transform: uppercase;
 letter-spacing: .01cm;
}

.slug {
 float: left;
 margin: 17px 0 0 450px;
 line-height: 1;
}

.title {
 padding: 50px 0 0 0;
}

/***** Sticky Footer by http://ryanfait.com/ *****/
* {
 margin: 0;
}

html, body {
 height: 100%;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -2em;
}

.footer, .push {
 height: 2em;
}

