@charset "UTF-8";
/* CSS Document */
* { padding:0; margin:0; }
body { background-color:#000; color:#fff; }
#content { position:relative; font-family:"Wire One", Verdana, Geneva, sans-serif; width:1040px; margin:10% auto 0; }
h1 { font-size:3em; padding-bottom:0px; margin-bottom:20px; font-family:"Nixie One", "Wire One", Verdana, Geneva, sans-serif; }
h2 { color:#fff; margin-bottom:50px; font-family:"Nixie One", "Wire One", Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; }
h3 { font-size:1.6em; margin-bottom:10px; font-family:"Nixie One", "Wire One", Verdana, Geneva, sans-serif;}
h4 { color:#fff; float:left; margin-right:5px; }
a { text-decoration:none; color:#0CF; font-size:.7em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
#about-rob { position:relative; float:left; width:130px; margin:0 30px 0 0px; font-family:"Nixie One", "Wire One", Verdana, Geneva, sans-serif; }
#about-rob p { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.8em; margin-bottom:30px; }
#video-container { position:relative; float:left; margin-right:20px; }
#credits { position:relative; float:left; width:250px; }
#credits ul { list-style-type:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.7em; color:#888;  }
#credits  ul li { border-top:1px solid #222; padding:6px 0; }

/* _________________ HACKS ___________________ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
