* {
	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 {
  display: none;
    color: #a4a4a4;
    background-color: #e9e9e9;
}
.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: #f8f8f8;
    font-size: 10pt;
    font-family: "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;    
}

h1 {
    font-weight: normal;
    font-size: 360%;
    letter-spacing: -3px;
    text-align: center;
    padding-top: 3em;
}
h1 a {
    color: #a3a3a3;
    text-shadow: 0 1px 2px #fff;
}
.resume h1 {
    padding-top: .5em;
}
h2 {
    font-weight: 100;
    font-size: 160%;
    text-align: center;
    color: #baa;
    margin: 0 auto;
    padding: 4px 0;
}
h2 strong {
    font-weight: normal;
}
.creds {
    text-transform: lowercase;
    font-size: 160%;
    font-weight: 200;
    color: #cdcdcd;
    text-align: center;
}
.creds ul {
  margin: 3em 0;
  height: 1.5em;
  text-align: center;
}
.creds ul li {
  display: inline-block;
  vertical-align: top;
}
.creds ul li a {
    padding: 4px 8px;
    color: #93b6f4;
}
.creds ul li a:hover {
    color: #64a3f4;
}
.creds ul li small {
    font-size: 60%;
    font-weight: normal;
    display: block;
}

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

.links {
    text-align: center;
    padding-top: 6em;
    display: none;
}
.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.github { background-position: 0 -30px; width: 38px; } 
.links a.github:hover { background-position: 0 -84px; } 
.links a.linkedin { background-position: 0 -138px; width: 54px; } 
.links a.linkedin:hover { background-position: 0 -192px; } 
.links a.patientslikeme { background-position: 0 -246px; width: 84px; }
.links a.patientslikeme:hover { background-position: 0 -300px; } 
.links a.patriots { background-position: 0 -354px; width: 47px; } 
.links a.patriots:hover { background-position: 0 -408px; } 
.links a.redsox { background-position: 0 -462px; width: 24px; } 
.links a.redsox:hover { background-position: 0 -516px; } 
.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.wwrails { background-position: 0 -786px; width: 63px;} 
.links a.wwrails: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;
}

