* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
}

body {
  background-color: #000000;
  font: 20px "Jura", sans-serif;
  text-shadow: 0 0px 3px #000000;
  font-weight: lighter;
  color: #888888;
}

h1 {
  color: #ffc927; 
  font-size: 24px;
  font-weight: lighter;
}

iframe, img.screen, img.screen-large {
  border: 1px rgba(255, 200, 40, 0.5) solid;
}

img.screen {
  width: 275px;
  height: 180px;
  display: inline;
}

img.screen-large {
  width: 560px;
  height: 420px;
  display: inline;
}

a {
  color:#ffc927;
  text-shadow: 0 0px 3px #000000;
  text-decoration: none;
  font-weight: lighter;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
}

a:hover {
  text-shadow: 0 0 6px #ffc927, 0 0 6px #ffc927, 0 0 6px #ffc927;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
}

p {
  text-align: justify;
}

span.title {
  color: #0aa0d0;
  font-weight: normal;
}

span.gametitle {
  /*color: #0aa0d0;*/
  color: #ffc927; 
  font-size: 30px;
  font-weight: normal;
}

div#logo {
  background: url(./images/logo.png) no-repeat right;
  position: fixed;
  top: 10px;
  width: 330px;
  height: 72px;
  z-index: 999;
}

div#header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 999;
  display: table;
}

div#header div {
  display:table-row
}

div#header div div {
  display:table-cell;
}

div#header div div.menu-bar
{
  background: url(./images/menu-bar.png) repeat-x;
  width: 50%;
}

div#header div div.menu {
  min-width: 1000px;
  background: url(./images/menu3.png) no-repeat;
}

div#header div div.menu ul {
  float: right;
  width: 630px;
  height: 77px;
  margin: 30px 140px 0 0;
  list-style-type: none;
}

div#header div div.menu ul li {
  float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

div#header div div.menu ul li a {
  float: left;
  margin: 0 0 0 48px;
  font-size: 20px;
  line-height: 25px;
}

div#header div div.menu ul li a:hover {
  cursor: default;
}

div#container {
  margin: 0px auto 0px auto;
  width: 1000px;
  background: url(http://dl.dropbox.com/u/62800569/HEXCODED/images/bg-5.png) repeat-y;
}

div#footer {
  background: url(./images/footer.png) repeat-x center bottom;
  color: #ffc927;
  font: 16px/40px "Electrolize", sans-serif;
  font-weight: lighter;
  text-align: center;
  text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 36px;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
}

div.page {
  width: 600px;
}

div.page > div.top {
  height: 20px;
  background: url(./images/container-bg-top-small.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

div.page > div.content {
  padding: 0px 20px 0px 20px;
  background: url(./images/container-bg.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

div.page > div.bottom {
  height: 20px;
  background: url(./images/container-bg-bottom-small.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

div.mask-top {
  display: table;
  width: 100%
}

div.mask-top > div {
  display: table-row;
}

div.mask-top > div > div {
  background: url(./images/mask-top.png) no-repeat top;
  display: table-cell;
}

div.mask-bottom {
  display: table;
  width: 100%
}

div.mask-bottom > div {
  background: url(./images/mask-bottom.png) no-repeat bottom;
  display: table-row;
}

div.mask-bottom > div > div {
  display: table-cell;
}

div.mask-all {
  display: table;
  width: 100%
}

div.mask-all > div {
  background: url(./images/mask-bottom.png) no-repeat bottom;
  display: table-row;
}

div.mask-all > div > div {
  background: url(./images/mask-top.png) no-repeat top;
  display: table-cell;
}

div.mask-none {
  display: table;
  width: 100%
}

div.mask-none > div {
  display: table-row;
}

div.mask-none > div > div {
  display: table-cell;
}

div#about {
  padding: 100px 0px 0px 190px;
}

div#games {
  padding: 30px 0px 0px 190px;
}

div#projects {
  padding: 30px 0px 0px 190px;
}

div#contact {
  padding: 30px 0px 30px 190px;
}