@charset "UTF-8";
/* 
seanx2.com, seanx2.my
seanx2@gmail.com
05/20/2013
*/

/*=== eric meyer's reset, i think =p (with some self modifications) ===*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: 0; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; }
a:hover { text-decoration: underline; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }

/*=== building blocks, stylistic funbags ===*/
body { background: #fff; font: 400 16px/1 "Domine", Georgia, serif; -webkit-font-smoothing: antialiased; color: #b0796d; }
#trap { width: 740px; margin: 0 auto; }
.trap-door { margin: 50px 0 0; }

/*=== just screwing around ===*/
h1 { width: 150px; height: 150px; text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(seanx2.png) left top no-repeat; margin: 0 auto; }
h2 { width: 700px; margin: 30px auto 0; padding: 0; text-align: center; font: 700 40px/1.2 "Montserrat", "century gothic", arial, sans-serif; color: #69291c; letter-spacing: -.0325em; }
p { width: 500px; margin: 30px auto 0; text-align: center; font-size: 30px; line-height: 1.35; }
a { font-weight: 700; color: #bdd357; }
p.the-works a { font-weight: 400; display: inline-block; color: #fff; background: #d99a94; padding: 0 10px; }

/*=== clearfix ===*/
.clearfix:before, .clearfix:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  visibility: hidden; 
}

.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
