/* General */
h1, h2, ul						{ margin:0; padding:0; font-weight:normal; }
h2								{ margin:0 25px 0.8em 25px; line-height:1em; }
p								{ margin:1.2em 25px; font-size:1.2em; line-height:1.2em; color:#fff; }
li								{ font-size:1.2em; }
a								{ outline:none; }
em								{ font-weight:bold; }



/* Main Structure */
html							{ height:100%; }
body							{ height:100.2%; margin:0; font-family:"Helvetica Neue", Arial; font-size:62.5%; color:#fff; }
#page							{ width:100%; height:100%; max-width:1400px; float:right; background:url(/_img/bg.jpg) right -80px no-repeat; }



/* Content */
#header, #who, #what, #worked	{ min-height:100%; float:left; }
h1, h2							{ font-family:Georgia; font-size:2.2em; }
h2								{ margin-top:15px; opacity:0.2; }

#header							{ width:25%; background:url(/_img/black.40.png); position:relative; }
h1								{ margin:15px 0 0 25px; }
#header p.line					{ margin-top:0.4em; margin-bottom:2em; opacity:0.5; font-family:Georgia; font-size:1.2em; }
#header p a						{ color:#230C00; background:#FFA200; text-decoration:none; }
#header p a:hover				{ background:#FFBF4F; }
#header a.next					{ margin-right:15px; float:right; }
#header ul						{ margin:0; padding:0; list-style:none; position:absolute; bottom:15px; left:15px; }
#header ul li					{ margin-top:5px; }
#header ul li.contact			{ margin-top:20px; }
#header ul a					{ color:#666; border-bottom:1px solid #444; text-decoration:none; }
#header ul a:hover				{ color:#ddd; border-bottom:1px solid #999; }

#main-content					{ width:75%; height:100%; float:left; }

#who							{ width:33%; background:url(/_img/black.55.png); }
#what							{ width:33%; background:url(/_img/black.70.png); }
#worked							{ width:34%; background:url(/_img/black.85.png); }
#worked h2						{ width:60%; }
#worked ul						{ margin:1em 25px; list-style:none; }
#worked li						{ color:#fff; line-height:1.8em; }
#worked li a					{ padding:1px 2px 0 2px; color:#FFBF4F; text-decoration:none; background:#000; }
#worked li a:hover				{ color:#230C00; background:#FFBF4F; }

body.js #who,
body.js #what,
body.js #worked					{ visibility:hidden; }