
/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas { margin: 0; padding: 0; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, body { width: 100%; height: 100%; font-family: Helvetica, Verdana, Arial, sans-serif; }
body { background-color: rgba(34,34,34,1); color: rgba(170,170,170,1); font-size: 18px; line-height: 1.6em; }
a, a:visited { color: rgba(136,213,247,1); text-decoration: none; }
a:hover, a:active { color: rgba(255,255,255,1); text-decoration: none; }
p.header, p.footer { display: none; }
div.logo { width: 204px; height: 38px; float: left; background: url(logo.png) 0 0 no-repeat; position: relative; z-index: 10; }
div.title { height: 38px; line-height: 38px; padding: 0 10px; margin: 0 1px 0 0; float: right; color: rgba(170,170,170,1); text-align: right; font-size: 18px; position: relative; z-index: 10; }
/*.template-wrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }*/
.template-wrap { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); }
.template-wrap canvas { margin: 0 0 10px 0; position: relative; z-index: 9; box-shadow: 0 10px 30px rgba(0,0,0,0.2); -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.fullscreen { float: right; position: relative; z-index: 10; }

body.template { }
.template .template-wrap { }
.template .template-wrap canvas { }

h1 { color: rgba(136,213,247,1); font-size: 36px; letter-spacing: 1px; text-transform: none; line-height: 1.5em; }
h2 { color: rgba(136,213,247,1); font-size: 30px; letter-spacing: 1px; text-transform: none; line-height: 1.2em; }
.nav { font-size: 18px; letter-spacing: 1px; text-transform: uppercase; }
.footer { text-align: center; font-size: 14px; line-height: 1.8em; padding-top: 30px; padding-bottom: 50px; }