html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dd,dt,dl { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
ul { list-style-type: none; }
img { border: none; }
.button::-moz-focus-inner { border: 0; }

/***** Global *****/
/* Body */
body { background: #07282F; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 75%; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block;
}

html {
  overflow-y: scroll;
}

body .container { width: 700px; margin: 0 auto; }
.body {
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  border-bottom-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-radius-topright:12px;
  -moz-border-radius-bottomleft:12px;
  -moz-border-radius-bottomright:12px;
  line-height: 1.4;
  background: rgba(7, 40, 47, 0.92);
  border: 1px solid #325158;
  color: #FFEED6;
  padding: 60px 40px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 35px rgba(0,0,0,0.6);
}
body#home .body {
  background: #07282F;
  background: -webkit-gradient(radial, 50% 50%, 150, 50% 50%, 470, from(#093842), to(#07282F));
  background: -moz-radial-gradient(center 90deg, circle farthest-side, #093842, #07282F);
  opacity: 0.92;
}
.body p, .body h1 { text-shadow: 0px 1px 1px rgba(0,0,0,1.0); }
.body h1 strong, .body a, footer p, footer span iframe { transition: all 0.15s linear; -webkit-transition: all 0.15s linear; }
.body h1:hover strong, .body a:hover { color: white; text-shadow: white 0px 0px 2px; }

#bokeh {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px auto;
  height: 600px;
  overflow: hidden;
}
#bokeh .bokehCircle {
  position: absolute;
  width: 251px;
  height: 250px;
  margin: -125px 0 0 -125px;
  background: url(bokeh.png);
}

a { color: #FFEED6; text-decoration: none; }
body#home a[href^="mailto:"] { display:inline-block; padding-left:18px; background:transparent url(email.png) center left no-repeat;}
body#home a[href^="http:"] { display:inline-block; padding-left:18px; background:transparent url(twitter.png) center left no-repeat;}
a:hover { color: #A3998B; }

#main { margin-top: 60px; }

.body h1 { font-size: 2.375em; letter-spacing: -0.03em; font-weight: 300; margin-bottom: 12px; }
.body h1 strong { font-weight: 800; }
.body p { line-height: 22px; font-weight: 400; }

/*-- multipurpose --*/
.left, .flushleft { float: left; }
.right, .flushright { float: right; }

.clear { clear: both; }
.clearafter:after, .header:after, .body:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.body .content { padding: 40px; height: 360px;}
.body > .left { width: 400px; text-align: left; }
.body .preview { background: url(sneakpreview.png) no-repeat; width: 367px; height: 180px; position: absolute; bottom: 0; right: 0; border-bottom-right-radius:12px; -webkit-border-bottom-right-radius:12px; -moz-border-radius-bottomright:12px; }
section { clear: both; }
section.contact { margin-top: 40px; }
footer { clear: both; text-align: center; color: #A3998B; }
footer p:hover { color: #FFEED6; }

