* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
}
.page-footer, .push {
	height: 5em; /* .push must be the same height as .page-footer */
}
.page-footer {
    color: #666;
    background-color: rgba(0,0,0,.1);
}
.page-footer p {
    text-align: center;
    line-height: 5em;
}
.page-footer p a {
    color: inherit;
    border-bottom: 1px dotted;
}
.page-footer p a:hover {
    color: #999;
}



body { 
    background: #333 url(../images/bg.png);
    color: #ccc;
    font-size: 10pt;
    font-family: Georgia, serif;
}

a {
    text-decoration: none;    
}

h1 {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 400%;
    letter-spacing: -4px;
    text-align: center;
    padding-top: 3em;
}
h1 a {
    color: #eee;
    text-shadow: 0 1px 10px #000;
}
.resume h1 {
    padding-top: .5em;
}
h2 {
    text-transform: lowercase;
    font-weight: 100;
    font-size: 160%;
    text-align: center;
    color: #baa;
    margin: -7px auto;
    background: rgba(128,0,0,0.2);
    padding: 10px 0;
}
h2 strong {
    font-weight: bold;
    color: #dcc;
}

.creds {
    text-transform: lowercase;
    text-align: center;
    margin-top: 4em;
    font-size: 160%;
    color: #666;
}
.creds a {
    padding: 4px 8px;
    color: #888;
    text-shadow: 0px 1px 2px #000;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
}
.creds a:hover {
    color: #ccc;
    background: rgba(255,255,255,0.1);
}

.format {
    font-style: italic;
    font-size: 70%;
    text-transform: lowercase;
    color: #666;
}

.links {
    text-align: center;
    padding-top: 6em;
}
.links p {
    margin-bottom: 2em;
}
.links a.logo {
    display: inline-block;
    height: 24px;
    margin: 0 3px;
    text-indent: -9999px;
    background: url(../images/sprite-links.png) no-repeat top left;
}
.links a.wikipedia { background-position: 0 -30px; width: 38px;} 
.links a.wikipedia:hover { background-position: 0 -84px; } 
.links a.facebook { background-position: 0 -138px; width: 54px; } 
.links a.facebook:hover { background-position: 0 -192px; } 
.links a.mapanything { background-position: 0 -246px; width: 84px; }
.links a.mapanything:hover { background-position: 0 -300px; } 
.links a.twackit { background-position: 0 -570px; width: 51px; } 
.links a.twackit:hover { background-position: 0 -624px; } 
.links a.twitter { background-position: 0 -678px; width: 61px;} 
.links a.twitter:hover { background-position: 0 -732px; } 
.links a.couch { background-position: 0 -786px; width: 63px;} 
.links a.couch:hover { background-position: 0 -840px; }

.resume-container {
    width: 800px;
    margin: 2em auto 0;
}

/*
Override styles when content is rendered in facebox popup.
*/
#facebox h1,
#facebox h2,
#facebox h3,
#facebox .push,
#facebox .page-footer {
    display: none;
}
#facebox .resume-container {
    margin: 0;
}
#facebox .wrapper {
	min-height: default;
	height: default;
	margin: 0;
}

