html { background:#555; }
body { margin:0; font-family:'Myriad Pro',Arial,sans-serif; background:#fff; }
body.home { background:url(bg.jpg) no-repeat center top #ede4d2; }
::selection { color:#fff; background:#f68e1e; }
img { border:0; }
a { color:#06a5d3; text-decoration:underline; cursor:pointer; }
a:hover { text-decoration:none; }
a:active { color:#f78e1e; }
.alignright { float:right; margin:0 0 2em 2em; }
#header { height:160px; }
#header .logo img { position:absolute; left:100px; top:20px; width:300px; height:112px; z-index:2; }
#header .tagline { display:block; position:absolute; left:224px; top:100px; font-size:1.1em; font-style:italic; color:#444; text-transform:lowercase; text-decoration:none; z-index:2; }
#header #nav { position:absolute; left:440px; top:70px; margin:0 100px 0 0; padding:0.1em 0.3em; font-size:1.5em; z-index:2; cursor:default; }
#header #nav a { margin:0 0.4em; color:#555; text-decoration:none; }
#header #nav a:hover,#header #nav a.current { text-decoration:underline; }
#header #nav a:active { color:#f78e1e; }
#todo { display:none; position:absolute; right:50px; top:0; width:260px; height:490px; background:url(phone.png); z-index:2; }
#todo ul { margin:0; padding:132px 38px 0; height:256px; font-size:0.8em; list-style:none; overflow:hidden; }
#todo li { margin:0.1em 0; padding:0.6em 1em; border-bottom:1px solid #eee; }
#todo .complete { border-left:2px solid #c00; color:#999; text-decoration:line-through; cursor:default; }
#todo ul a { display:block; border-left:2px solid #00c; color:#444; text-decoration:none; }
#todo ul a:hover { border-left:2px solid #0c0; color:#000; }
#todo ul a:active { border-left:2px solid #000; color:#eee; background:#f78e1e; }
#todo .handle { display:block; position:absolute; bottom:0; width:100%; height:80px; cursor:default; }
#content { margin:1em auto 4em; padding:0 100px; max-width:1100px; min-height:400px; color:#555; }
#video { margin:0 auto; padding:0 100px; max-width:1100px; overflow:hidden; }
#video video { margin:0 auto; }
#overlay { display:none; position:absolute; left:50%; top:200px; margin:0 0 0 -300px; padding:1em 1em 2em; width:600px; background:#fff; z-index:10; }
#footer { margin:1em 0; padding:0.4em; text-align:center; font-size:0.84em; color:#fff; background:#555; }