@font-face{
    font-family:"Eurostile";
    src:local("Eurostile"), url("Eurostile.ttf");
}
@font-face{
    font-family:"Helvetica Neue";
    src:local("Helvetica Neue"), url("HelveticaNeueLTCom-Lt.ttf");
}
@-webkit-keyframes breath {
    0% {
        background-position: 0 50%;
    }
    20% {
        background-position: 100% 50%;
    }
    40% {
        background-position: 0 50%;
    }
    45% {
        background-position: 100% 50%;
    }
    60% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
body {
    background: #000 url("Photons4_1280x1024.jpg") fixed 50% 50%;
    color: rgba(255, 255, 255, .9);
    -webkit-animation-name: breath;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    text-align: center;
    font: small "Helvetica Neue", Verdana;
}
h1 {
    font: normal 6em "Eurostile", Arial, sans-serif;
    text-transform: uppercase;
}
form > ul,
article {
    margin: 0;
    
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: stretch;
	-webkit-box-pack: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: stretch;
    -moz-box-pack: center;

	display: box;
	box-orient: horizontal;
	box-align: stretch;
    box-pack: center;
    
    text-align: left;
}
#c.x {
    background: transparent;
    height: 2em;
}
#c.x > ul {
    display: none;
}
#c.x:hover > ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
}
#c.x::before {
    content: "configure lexicon and wire";
}
#c.x:hover {
    background: transparent;
    height: auto;
}
#c.x:hover::before {
    content: "";
}
form > ul > * {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	display: block;
	background: rgba(0, 0, 0, .2);
	margin: 0 .25em;
	padding: .6em;
}
form > ul label {
    display: block;
}
form > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form > ul > li > ul > li {
    margin: 0;
    padding: 0;
    min-height: 1.6em;
}
form > ul > li > button {
    height: 100%;
    font-size: large;
}
article {
    font-size: 1em;
    color: #fff;
    text-align:left;
    margin: 2em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
article::first-letter {
    font-size: 5em;
    display: block;
    line-height: 0em;
    color: rgba(255, 255, 255, .7);
    float: left;
    padding: 0;
}
#wtf {
    display:inline-block;
    margin: auto;
    padding: 0;
}
#wtf > li {
    display: inline-block;
    width: 4em;
    height: 10em;
    background: #c00;
    padding: 5px;
    
    font: small "Helvetica Neue", Verdana;
}
#wtf > li {
    background: rgba(0,0,0,.2);
}
#wtf > li + li {
    background: rgba(0,0,0,.3);
}
#wtf > li + li + li {
    background: rgba(0,0,0,.4);
}
#wtf > li + li + li + li {
    background: rgba(0,0,0,.5);
}
#wtf > li + li + li + li + li + li {
    background: rgba(100,200,0,.9);
}
#wtf > li span {
    display:block;
    
    -webkit-transform: rotate(90deg) translate(-1em, 0);
    -webkit-transform-origin: bottom left;
    
    -moz-transform: rotate(90deg) translate(-1em,0);
    -moz-transform-origin: bottom left;

    transform: rotate(90deg) translate(-1em,0);
    transform-origin: bottom left;
}
#b {
    margin: 2em 0;
}
#b,
form p > input[type=submit]  {
    font: xx-large "Eurostile", fantasy;
    background: rgba(10, 10, 0, 0.4);
    border: 1px solid rgba(100, 100, 100, 0.2);
    color: inherit;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#b:focus,
#b:hover,
form p > input[type=submit]:focus,
form p > input[type=submit]:hover  {
    outline: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    background: rgba(100, 10, 0, 0.5);
    -webkit-box-shadow: 0 0 50px #fff;
    -moz-box-shadow: 0 0 30px #fff;
    box-shadow: 0 0 50px #fff;
}
form p {
    width: 80%;
    margin: 1em auto 0;
}
form p > input[type=text],
form p > textarea {
    width: 100%;
    background: rgba(50, 50, 50, 0.3);
    padding: 1em;
    color: #fff;
    border: 1px inset rgba(0, 0, 0, 0.5);
    outline: none;
    font-size: 1em;
    font-family: Arial;
}
form p > textarea {
    height: 30em;
}
form p > input[type=text]:focus,
form p > textarea:focus {
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}
a {
    -webkit-text-stroke: 1px rgba(0, 0, 0, .5); 
    font-size: 2em;
    text-decoration: none;
    color: rgba(100, 100, 100, 1);
}
a:focus,
a:hover {
    outline: none;
    color: rgb(200, 100, 0);
}
aside {
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

