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: #131313; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 75%; }

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

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: #232324;
	border: 1px solid #555;
	color: #FFEED6;
	padding: 60px 40px;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 35px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 35px rgba(0,0,0,1);
}
body#home .body {
	background: #2A2E31
	background: -webkit-gradient(radial, 50% 50%, 150, 50% 50%, 470, from(#2A2E31), to(#232324));
	background: -moz-radial-gradient(center 90deg, circle farthest-side, #2A2E31, #232324);
}
.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; }

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: 332px; 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; }
footer span iframe { opacity: 0.4; }
.container:hover span iframe { opacity: 0.75; }
.container footer span:hover iframe { opacity: 1.0;}
