/* blueprint overrides... */
abbr, acronym { border: none; }
.alt { color: #333; font-size: 1.2em;}
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a.button,
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
  float: none;
  margin: 0;
}

.even { background: #e5ecf9; }
/* ...blueprint overrides */

/* html5... */
header, footer, nav, article, aside, section { display: block; }
/* ...html5 */

/* links... */
a {
  font-weight: bold;
  text-decoration: none;
  padding: .2em .25em;
  border: 1px solid transparent;
}

a:hover {
  color: white;
  background: #006;
  border: 1px solid #006;
  -webkit-border-radius: 3px;
}

a.img {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* ...links */

/* header... */
header {
  background: #eee;
  text-align: center;
  margin-bottom: 2em;
}

h1 a {
  color: #666;
  border: none;
}

h1 a:hover span {
  color: white;
}

h1 {
  padding: 1em 0;
  color: #111;
  font-weight: bold;
  letter-spacing: -0.08em;
  font-size: 2em;
}

h1 .alt {
  margin: 0 .2em;
  color: #999;
}
/* ...header */

/* main... */
h2 {
  text-align: center;
}

h3 {
  margin-bottom: 0;
  margin-left: 1.2em;
}

#recent_work li {
  list-style-type: none;
  font-size: 1.25em;
}

#recent_work li a {
  display: block;
}

article div {
  text-align: center;
  margin-bottom: 5em;
}

article h3 {
  margin: 1em 0;
  padding: 0;
}

article img {
  max-width: 950px;
}

#logos                { width: 500px; margin: 0 auto; }
#logos td             { vertical-align: top; }
#logos td:first-child { text-align: right; }
#logos td:last-child  { text-align: left; }
#logos img            { max-width: 235px; min-height: 250px; }
#logos p              { text-align: center; font-weight: bold; }
/* ...main */

/* footer... */
footer {
  padding-top: 5em;
  text-align: center;
  color: #666;
}

footer .aim,
footer .url,
footer .title {
  display: none;
}

/* ...footer */

/* prev_next_links... */
.prev_next_links {
  text-align: center;
}

.prev_next_links li {
  list-style-type: none;
  display: inline;
}
/* ...prev_next_links */

/* resume... */
.hresume #nav {
  text-align: center;
  font-size: 200%;
  margin-bottom: 1em;
}

.hresume #nav ul {
  margin-bottom: 0;
}

.hresume #nav li {
  display: inline;
}

.hresume #me {
  display: none;
}

.hresume #work_history dt a {
  margin-left: -.25em;
}

.hresume .date_duration {
  font-style: italic;
  color: #999;
}

.hresume #skills dt {
  margin-left: -.25em;
  margin-bottom: 0;
  margin-top: 0;
}

.hresume #skills dd {
  margin-bottom: 2em;
}

.footer_text,
.hresume .vcard .aim {
  display: none;
}

.hresume h3 {
  margin: 0 0 1em 0;
  padding: 0;
}

.hresume .htitle {
  font-size: 1.25em;
  font-weight: bold;
}

.hresume .experience {
  margin-bottom: 3em;
}

.hresume dt {
  margin: 3em 0 1em 0;
}

.hresume dd {
  margin: 0;
  padding: 0;
}

.hresume #work_history {
  font-size: 125%;
}

.hresume #secondary {
  background: #eee;
  border: 1px solid none;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
}

.hresume #skills,
.hresume #school_history {
  padding: 1em;
}

.hresume .contact {
  margin-top: -1em;
  margin-bottom: 1em;
}

.hresume .description dt:first-child {
  margin: .5em 0;
}

.hresume .thumbnails {
  text-align: center;
  margin-bottom: 0;
}
/* ...resume */
