/*
Theme Name: Photon Storm 2013
Theme URI: http://www.photonstorm.com/
Description: Let's get smooth and sexy
Version: 4.0
Author: Rich
Author URI: http://www.photonstorm.com
Tags: fixed width, two columns, sleek
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 12px; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* @structure */

body {
  font: 14px 'Arial', sans-serif;
  color: #555555;
}

.wrapper {
  width: 1152px;
  margin: 0 auto 0 auto;
  position: relative;
}

.full {
  width: 100%;
}

@media handheld, only screen and (max-device-width: 480px) {
    .full {
      width: 1300px;
    }
}

@media (max-width: 1216px)
{
    .full {
        width: 1216px;
    }
}

.left-column {
  width: 800px;
  margin: 0 32px 0 0;
  float: left;
  position: relative;
  z-index: 2;
}

.right-column {
  width: 320px;
  float: left;
  position: relative;
  z-index: 1;
}

h1 {
  font-family: 'Kreon', 'Arial', sans-serif;
  font-size: 48px;
  color: #aaaaaa;
  padding: 0;
  margin: 0;
  position: relative;
  text-shadow: 4px 4px 0 #f0f0f0;
  float: left;
}

h2 {
  color: #aaaaaa;
  font-family: 'Kreon', 'Arial', sans-serif;
  font-size: 30px;
  padding: 0 0 10px 0;
  text-shadow: 4px 4px 0 #f0f0f0;
  line-height: 30px;
  margin: 0;
}

#hitcounter {
    width: 320px;
    text-align: center;
    font-size: 20px;
}

h2 a {
  color: #4888bf;
  text-decoration: none;
}

h3 {
  color: #aaaaaa;
  font-family: 'Kreon', 'Arial', sans-serif;
  font-size: 26px;
  padding: 0 0 10px 0;
  text-shadow: 4px 4px 0 #f0f0f0;
  margin: 0;
}

h3 a {
  color: #4888bf;
  text-decoration: none;
}

a, a:visited {
  color: #4888bf;
}

a:hover {
  color: #325E85;
}

a:hover {
  text-decoration: underline;
}

p, li {
  line-height: 20px;
}

li a {
  text-decoration: none;
}

/* end @structure */



/* @header */

#header {
  height: 220px;
  background: url(images/top-pattern.jpg) repeat-x;
}

#header .wrapper {
  height: 220px;
  background: url(images/top-shadow-clouds.png) no-repeat;
}

#expanded-header #header .wrapper, #expanded-header #header {
  height: 560px;
}

.social {
  width: 1152px;
  height: 81px;
  padding: 15px 0 0 0;
}

.twitter-wrap {
  width: 257px;
  padding: 5px 0 0 0;
  float: left;
  overflow: hidden;
}

.icon {
  width: 28px;
  height: 28px;
  display: block;
  text-indent: -9999px;
  background: no-repeat;
  margin: 1px 0 0 0;
}

.twitter {
  background-image: url(images/twitter-icon.png);
  float: left;
  margin-right: 5px;
}

.rss {
  background-image: url(images/rss-icon.png);
  float: left;
}

.photon-storm-logo {
  position: absolute;
  z-index: 1;
  top: 36px;
  left: -63px;
}

.characters {
  width: 251px;
  height: 164px;
  background: url(images/characters.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0;
}

.tree {
  width: 24px;
  height: 16px;
  background: url(images/tree.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: 81px;
  right: 258px;
}

.animate-in .spider {
	top: 0;
}

.spider {
  width: 23px;
  height: 30px;
  background: url(images/spider.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 252px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.header-shadow {
  width: 1152px;
  height: 14px;
  background: url(images/bottom-shadow.png) no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

#header .right-column {
  padding: 42px 0 0 0;
}

#header .left-column {
  padding: 50px 0 0 0;
  position: relative;
  height: 350px;
}

#slider-nav {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
}

#slider-nav li {
  float: left;
  margin: 0 5px 0 0;
}

#slider-nav li a {
  width: 14px;
  height: 16px;
  background: url(images/joystick-off.png) no-repeat;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}

#slider-nav li a span {
  font-size: 7px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#slider-nav li .current {
  background: url(images/joystick-on.png) no-repeat;
}

.slider {
  width: 830px;
  height: 330px;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}

#slider-content {
  width: 9999px;
  height: 330px;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#slider-content li {
  width: 830px;
  height: 330px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
}

/* end @header */



/* @nav */

.nav-wrapper {
  width: 1152px;
  height: 55px;
  background: url(images/nav-full.png) no-repeat;
}

.nav {
  height: 107px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  z-index: 1;
  top: 46px;
  left: 355px;
  background: url(images/nav-sep-1.png) no-repeat left 50px;
}

.nav li {
  float: left;
  background: url(images/nav-sep.png) no-repeat right 50px;
}

.nav li a {
  width: 98px;
  height: 44px;
  padding: 63px 0 0 0;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0px -1px 1px #000;
  text-decoration: none;
  font: 22px 'Kreon', 'Arial', sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 30px;
}

.nav li .current, .nav li a:hover {
  width: 121px;
  margin: 0 -11px 0 -12px;
}

.nav li .current {
  z-index: 2;
}

.page-html5 .nav li .nav-news, .nav-news:hover {
  background: url(images/nav-hover-1.png) no-repeat;
}

.page-code .nav li .nav-code, .nav-code:hover {
  background: url(images/nav-hover-2.png) no-repeat;
}

.page-games .nav li .nav-games, .nav-games:hover {
  background: url(images/nav-hover-0.png) no-repeat;
}

.page-labs .nav li .nav-labs, .nav-labs:hover {
  background: url(images/nav-hover-3.png) no-repeat;
}

.page-contact .nav li .nav-contact, .nav-contact:hover {
  background: url(images/nav-hover-4.png) no-repeat;
}

/* end @nav */



/* @content */

#content {
}

#content .left-column, #content .right-column {
  padding: 30px 0 0 0;
}

#content .left-column {
  padding-top: 25px;
}

.nutmeg-large {
  width: 68px;
  height: 57px;
  display: block;
  background: url(images/nutmeg-large.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: -47px;
  right: -32px;
}

.post-list {
  padding: 30px 0 3px 0;
  margin: 0;
  list-style: none;
  clear: both;
}

.post-break {
  margin: 0 0 30px 0;
}

.post-list > li {
  overflow: hidden;
  background: url(images/break-droplets.jpg) no-repeat 50% bottom;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}

.post-list > li:nth-child(even) {
  background: url(images/break-droplets-1.jpg) no-repeat 50% bottom;
}

.post-meta {
  width: 102px;
  margin: 0 26px 0 0;
  float: left;
}

.post-meta a {
    text-decoration: none;
}

.post-preview {
  width: 672px;
  float: left;
}

/*.post-preview p:nth-child(2) {
  font-size: 16px !important;
}*/

.post-preview p img {
  max-width: 672px;
  height: auto;
}

.post-preview ol li, .post-preview ul li {
  padding: 3px 0 3px 0;
}

.read-more {
  width: 147px;
  height: 36px;
  background: url(images/read-more.jpg) no-repeat 0 8px;
  display: block;
  font-family: 'Kreon', 'Arial', sans-serif;
  color: #4888BF;
  font-size: 15px;
  text-decoration: none;
  padding: 3px 0 0 26px;
}

.cat-icon {
  width: 96px;
  height: 96px;
}

.cat-6 {
  background: url(images/cats/category-icon-as3.png) no-repeat;
}

.cat-429 {
  background: url(images/cats/category-icon-art.png) no-repeat;
}

.cat-37 {
  background: url(images/cats/category-icon-cool-links.png) no-repeat;
}

.cat-433 {
  background: url(images/cats/category-icon-demoscene.png) no-repeat;
}

.cat-379 {
  background: url(images/cats/category-icon-flashgamedevtips.png) no-repeat;
}

.cat-13 {
  background: url(images/cats/category-icon-game-dev.png) no-repeat;
}

.cat-10 {
  background: url(images/cats/category-icon-gaming.png) no-repeat;
}

.cat-210 {
  background: url(images/cats/category-icon-geek-shopping.png) no-repeat;
}

.cat-436 {
  background: url(images/cats/category-icon-media.png) no-repeat;
}

.cat-16 {
  background: url(images/cats/category-icon-projects.png) no-repeat;
}

.cat-522 {
  background: url(images/cats/category-icon-webgl.png) no-repeat;
}
.cat-521 {
  background: url(images/cats/category-icon-html5.png) no-repeat;
}

.cat-620 {
  background: url(images/cats/category-icon-phaser.png) no-repeat;
}

.post-info {
  overflow: hidden;
  height: 24px;
}

.post-time {
  float: left;
  height: 19px;
  border-radius: 5px;
  color: #fff;
  line-height: 19px;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 0 5px 0 0;

  background: #6da0cc; /* Old browsers */
  background: -moz-linear-gradient(top, #6da0cc 0%, #4989bf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6da0cc), color-stop(100%,#4989bf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6da0cc 0%,#4989bf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6da0cc 0%,#4989bf 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #6da0cc 0%,#4989bf 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da0cc', endColorstr='#4989bf',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #6da0cc 0%,#4989bf 100%); /* W3C */
}

.post-comment-count {
  float: left;
  background: url(images/comment-tail.jpg) no-repeat 2px 19px;
  height: 24px;
}

.post-comment-count a {
  float: left;
  height: 19px;
  border-radius: 5px;
  color: #fff;
  line-height: 19px;
  font-size: 12px;
  padding: 0 9px 0 9px;
  color: #fff;
  text-decoration: none;

  background: #ff8e33; /* Old browsers */
  background: -moz-linear-gradient(top, #ff8e33 0%, #ff7709 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8e33), color-stop(100%,#ff7709)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8e33 0%,#ff7709 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8e33 0%,#ff7709 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ff8e33 0%,#ff7709 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e33', endColorstr='#ff7709',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ff8e33 0%,#ff7709 100%); /* W3C */
}

.wp-caption {
    background: #B6D0E4;
    padding: 2px;
    margin: 0;
    border: 1px solid #2C5778;
}

.wp-caption img {
    margin-top: 5px;
    margin-left: 5px;
}

.wp-caption-text {
    font-size: 12px;
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

.meta-header {
  padding: 0 0 0 20px;
  margin: 12px 0 0 0;
  display: block;
  height: 16px;
  font: 11px 'Arial', sans-serif;
  color: #888888;
  font-weight: bold;
  line-height: 16px;
}

.tags-header {
  background: url(images/icon-tag.jpg) no-repeat;
}

.posted-header {
  background: url(images/icon-posted.jpg) no-repeat;
}

.comments-header {
  background: url(images/icon-comment.jpg) no-repeat;
  margin-bottom: 14px;
}

.print-header {
  background: url(images/icon-print.jpg) no-repeat;
}

.author-header {
  background: url(images/icon-author.png) no-repeat;
}

.author-header-rich {
  background: url(images/author_rich.png) no-repeat;
}

.author-header-ilija {
  background: url(images/author_ilija.png) no-repeat;
}

.printfriendly {
  background: url(images/icon-print.jpg) no-repeat;
  padding: 0 0 0 20px;
  margin: 12px 0 0 0;
  display: block;
  height: 16px;
  font: 11px 'Arial', sans-serif;
  color: #888888;
  font-weight: bold;
  line-height: 16px;
}

.pdf-header {
  background: url(images/icon-pdf.jpg) no-repeat;
}

.meta-header a {
  text-decoration: none;
}

.meta-list {
  font-size: 11px;
  padding: 3px 0 0 0;
  margin: 0;
}

/* end @content */

/* @code */

ol.code-list {
    margin-left: 20px;
}

ol.code-list li {
    line-height: 1.6em;
}

ol.code-list li a {
    text-decoration: none;
}

/* end @code */

/* @sidebar */

.block {
  width: 320px;
  margin: 0 0 17px 0;
  position: relative;
  font-family: 'Kreon', 'Arial', sans-serif;
  font-weight: 700;
}

#search-block {
  height: 79px;
  background: url(images/block-grey.jpg) no-repeat;
}

#newsletter-block {
  height: 95px;
  background: url(images/block-blue.jpg) no-repeat;
}

#games-block {
  padding-top: 80px;
  background: url(images/block-top-black.jpg) no-repeat;
}

#blogroll-block {
  padding-top: 80px;
  background: url(images/block-top-blue.jpg) no-repeat;
}

#blogroll-block a {
  color: #4888bf;
}

#sites-block {
  padding-top: 80px;
  background: url(images/block-top-green.jpg) no-repeat;
}

#sites-block a {
  color: #307700;
}

.find-things-faster {
  width: 23px;
  height: 24px;
  background: url(images/widget-find.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 40px;
}

.get-latest-news {
  width: 160px;
  height: 24px;
  background: url(images/widget-news.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150px;
}

.burd {
  width: 85px;
  height: 51px;
  background: url(images/burd.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
}

.large-list {
  padding: 0 0 1px 0;
  margin: 0;
  list-style: none;
  background: #383838;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  font-family: 'Arial', sans-serif;
}

.large-list li {
  border-top: solid 1px #646464;
  border-bottom: solid 1px #3f3f3f;
}

.large-list li a {
  background: url(images/block-middle-grey.jpg) no-repeat;
  color: #CCCCCC;
  display: block;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  text-decoration: none;
  width: 320px;
}

.large-list li a span {
  display: block;
  width: 230px;
  height: 46px;
  padding: 0 0 0 90px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.large-list li a:hover {
  background: url(images/block-middle-grey-hover.jpg) no-repeat;
}

.li-chameleon span {
  background-image: url(images/games/chachachameleon.png);
}

.li-chickaboom span {
  background-image: url(images/games/chickaboom.png);
}

.li-cat span {
  background-image: url(images/games/catastrophi.png);
}

.li-droplets span {
  background-image: url(images/games/droplets.png);
}

.li-nutmeg span {
  background-image: url(images/games/nutmeg.png);
}

.li-kyobi span {
  background-image: url(images/games/kyobi.png);
}

.li-quartet span {
  background-image: url(images/games/quartet.png);
}

.li-starfish span {
  background-image: url(images/games/starfish.png);
}

.rounded {
  width: 174px;
  height: 34px;
  padding: 0 10px 0 10px;
  margin: 0 10px 0 0;
  border: none;
  background: url(images/search-input.png) transparent;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #7fabd2;
}

.submit-text {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-family: 'Kreon', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
}

#search-block .submit-text {
  background: url(images/mag.png) no-repeat left 0;
  padding-left: 33px;
  color: #7FABD2;
}

#newsletter-block .submit-text {
  background: url(images/arrow.png) no-repeat right 7px;
  padding-right: 18px;
}

.block-form {
  padding: 30px 0 0 10px;
}

#search-block .block-form {
  padding-top: 33px;
}

.block-form p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.block-heading {
  font-size: 42px;
  line-height: 48px;
  padding: 0;
  margin: 0;
  color: white;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 10px;
  font-weight: 400;
}

#games-block .block-heading {
  color: #aaaaaa;
  text-shadow: 0px -1px 1px #000;
}

.block-ad {
  margin: 20px 0 20px 0;
}

.sidebar-shadow {
  width: 320px;
  height: 33px;
  background: url(images/sidebar-shadow.jpg) no-repeat;
}

#games-block {
  margin-bottom: 5px;
}

.faces {
  width: 112px;
  height: 32px;
  background: url(images/faces.png) no-repeat;
  position: absolute;
  z-index: 1;
  top: 47px;
  right: 5px;
}

#sites-block, #blogroll-block {
  background-color: #ebebeb;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
}

.column-list {
  display: block;
  width: 300px;
  padding: 10px 0 10px 10px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.column-list li {
  float: left;
  width: 150px;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  background-repeat: no-repeat;
}

.column-list li a {
  text-decoration: none;
}

.column-list li a:hover {
  text-decoration: underline;
}

.toys li {
  padding: 2px 0 2px 20px;
  width: 130px;
  background-position: 0 2px;
}

.car-1 { background-image: url(images/car-1.png); }
.car-2 { background-image: url(images/car-2.png); }
.car-3 { background-image: url(images/car-3.png); }
.car-4 { background-image: url(images/car-4.png); }
.car-5 { background-image: url(images/car-5.png); }
.car-6 { background-image: url(images/car-6.png); }
.car-7 { background-image: url(images/car-7.png); }
.car-8 { background-image: url(images/car-8.png); }
.car-9 { background-image: url(images/car-9.png); }
.car-10 { background-image: url(images/car-10.png); }

.plane-1 { background-image: url(images/plane-1.png); }
.plane-2 { background-image: url(images/plane-2.png); }
.plane-3 { background-image: url(images/plane-3.png); }
.plane-4 { background-image: url(images/plane-4.png); }

/* end @sidebar */

/* @footer */

#level {
  height: 419px;
  background: url(images/ground-tile-w-sky.jpg) repeat-x;
}

#level .wrapper {
  width: 1216px;
  height: 419px;
  overflow: hidden;
}

.platform {
  width: 1216px;
  height: 218px;
  background: url(images/level.png) no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 96px;
  left: 0;
}

#footer {
  background: url(images/bottom-pattern.gif);
}

#footer .full {
  padding: 18px 0 0 0;
  height: 95px;
  background: url(images/footer-shadow.png) repeat-x;
}

#footer p {
  padding: 0;
  margin: 0;
  color: #eeeeee;
  text-shadow: 0px -1px 1px #000;
}

#footer .medium {
  padding: 7px 0 12px 0;
  margin: 0;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

.curators {
  width: 167px;
  height: 106px;
  background: url(images/curators.png);
  position: absolute;
  z-index: 1;
  top: -54px;
  right: 47px;
}

/* end @footer */

.single-navigation {
    width: 672px;
    height: 50px;
    background: #477376 url("images/nextprev-bg.png") repeat-x;
    color: #fff;
    font-size: 1.0em;
}

.single-navigation a {
    color: #fff;
    font-size: 1.0em;
    text-decoration: none;
}

.single-navigation a:hover {
    color: #a7c825;
    text-decoration: underline;
}

.single-navigation .prev {
    width: 600px;
    overflow: hidden;
    padding: 8px 0px 0px 8px;
}

.single-navigation .next {
    width: 664px;
    overflow: hidden;
    text-align: right;
}

/* @reflex class list */

#reflex-block {
  padding-top: 80px;
  background: #ebebeb url(images/block-top-reflex.png) no-repeat;
}

#reflex-block a {
}

/* @flixel power tools class list */

#fpt-block {
  padding-top: 80px;
  background: #ebebeb url(images/block-top-purple.png) no-repeat;
}

#fpt-block a {
}

.fpt {
    list-style: none;
    padding: 4px 0px 10px 10px;
}

.fpt li {
    padding: 2px 0px;
}

.fpt li a {
    text-decoration: none;
    color: #4888BF;
}

.catlist {
    margin: 0px 0px 0px 20px;
    padding: 0;
    list-style: none;
}

.cat-item a {
    text-decoration: none;
}

#recentsidelist {
    margin: 0px 0px 20px 4px;
    padding: 0;
}

#recentsidelist li {
    padding: 4px 0px;
    list-style: none;
}

#recentsidelist li a {
    text-decoration: none;
    font-size: 0.9em;
}

/* @commments */

.comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

h3#comments {
	float: left;
}

.comment-content {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-box-shadow: 0 2px 0px #6a3515;
    -webkit-box-shadow: 0 2px 0px #6a3515;
    box-shadow: 0 2px 0px #6a3515;
    background-color: #fbe196;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
    width: 680px;
    margin-left: 40px;
    float: left;
}

.comments-list li.alt {
    background-color: #fbd980;
}

.comment-avatar {
    background: url(images/comments-avatar-frame.png) no-repeat;
    width: 80px;
    height: 80px;
    float: left;
}

.comment-avatar img {
    margin-left: 8px;
    margin-top: 8px;
}

.comment-info {
    margin: 8px 30px 20px 30px;
    padding-bottom: 16px;
    width: 630px;
    position: relative;
}

.comment-info:before, .comment-info:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: -41px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fbe196;
}

.comment-info:before {
	top: -2px;
	border-right-color: #6a3515;
}

.comment-author {
	font-family: 'Kreon', 'Arial', sans-serif;
	color: #222;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

.comment-author a {
    text-decoration: none;
}

.comment-date {
    font-size: 0.8em;
    display: inline;
}
.comment-edit {
    font-size: 0.8em;
    display: inline;
}

.comment-info span {
	float: right;
}

.comment-text {
    padding: 5px 30px 20px 30px;
    border-top: 1px solid #e8c150;
    clear: both;
    background: #fff8e2;
}

.comment-text p {
    font-size: 1.0em !important;
    padding: 0;
    margin: 16px 0px 0px 0px;
}

#commentform label {
	font-family: 'Kreon', 'Arial', sans-serif;
	font-size: 16px;
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

#commentform input {
	padding: 6px 4px;
}

/* end @commments */



/* @arb styles */

.blue {
  color: #7fabd2;
}

.medium {
  font-size: 14px;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.extra-form label {
  width: auto;
  float: none;
}

.extra-form {
	width: 300px;
	float: left;
	top: -60px;
	position: relative;
}

/* end @arb styles */

/* CSS from https://github.com/twitter/bootstrap */

/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

  color: #404040;
}
.clearfix {
  margin-bottom: 18px;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  /*width: 100px;*/
  /*text-align: right;*/
  color: #404040;
}
div.input {
  margin-left: 20px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, select, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
  color: #9d261d;
}
form div.error input, form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

form div.error input:focus, form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: scroll;
}
input[readonly]:focus, textarea[readonly]:focus, input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span, .inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #bfbfbf;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #808080;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary {
  color: #fff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}

div.fake-label {
  margin-left: 90px;
}

/* Games Page Styling */

.game-info h2 {
	padding-bottom: 3px;
	line-height: 24px;
}

.game-info h2 a {
	display: block;
	font-size: 16px;
	color: #111;
	text-shadow: none;
	border-bottom: 1px solid #ccc;
}

.games-section {
	margin-left: -20px;
	clear: both;
	background: url(images/shelf.png) 20px 130px repeat-y;
}

.games-section .item {
	float: left;
	width: 230px;
	margin-left: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
}

.game-case {
	float: left;
	position: relative;
}

.game-case .mask {
	background: url(images/case-mask.png) top left;
	position: absolute;
	top: -3px;
	left: -10px;
	height: 125px;
	width: 110px;
}

.mask.HTML5 {
	background: url(images/mask-html5.png) top left;
}

.mask.Flash {
	background: url(images/mask-flash.png) top left;
}

.game-info {
	margin: -6px 0 0 10px;
	float: left;
	width: 130px;
	position: relative;
}

a.play-button, #commentform input[type='submit'] {
	position: absolute;
	top: 70px;
	font-family: 'Kreon', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 12px;
	float: left;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,0.8);
	box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.8);
	background: #94bb87; /* Old browsers */
	background: -moz-linear-gradient(top, #94bb87 0%, #67a95f 50%, #3f9d39 51%, #73af6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94bb87), color-stop(50%,#67a95f), color-stop(51%,#3f9d39), color-stop(100%,#73af6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #94bb87 0%,#67a95f 50%,#3f9d39 51%,#73af6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #94bb87 0%,#67a95f 50%,#3f9d39 51%,#73af6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #94bb87 0%,#67a95f 50%,#3f9d39 51%,#73af6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #94bb87 0%,#67a95f 50%,#3f9d39 51%,#73af6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94bb87', endColorstr='#73af6b',GradientType=0 ); /* IE6-9 */
}

a.play-button:hover, #commentform input[type='submit']:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px #358330;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px #358330;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px #358330;
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px #358330;
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px #358330;
}

a.play-button:active, #commentform input[type='submit']:active {
	top: 71px;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #358330;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #358330;
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #358330;
	-ms-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #358330;
	-o-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #358330;
}

#commentform input[type='submit'] {
	position: relative;
	float: right;
	font-size: 16px;
	font-weight: bold;
	top: 0;
	padding: 8px 30px;
}

#commentform input[type='submit']:active {
	top: 1px;
}

a.play-button.lrg {
	top: 0;
	width: 80%;
	position: relative;
	font-size: 2em;
	padding: 10px 30px 10px 10px;
	text-align: center;
	overflow: hidden;
}

a.play-button.lrg:active {
	position: relative;
	top: 1px;
}

a.play-button.lrg:after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: rgba(0,0,0,0.2) url('images/play-btn-tab.png') center center no-repeat;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

a.buy-button, .respond-button {
	text-decoration: none;
	text-align: center;
	width: 80%;
	font-family: 'Kreon', 'Arial', sans-serif;
	font-size: 15px;
	color: #111;
	font-weight: bold;
	padding: 4px 20px;
	float: left;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-shadow: 0 1px #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 3px rgba(0,0,0,0.2);
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.respond-button {
	width: auto;
	margin-top: 0;
	margin-left: 20px;
}

a.buy-button:hover, .respond-button:hover {
	text-decoration: none;
	color: #111;
	box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.8), inset 0 0 8px rgba(0,0,0,0.2);
}

a.buy-button:active, .respond-button:active {
	position: relative;
	top: 1px;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px rgba(0,0,0,0.2);
	-o-box-shadow: 0 -1px 1px rgba(0,0,0,0.3), inset 0 0 8px #rgba(0,0,0,0.2);
}

.socialbuttons {
	margin-top: 20px;
	float: left;
	margin-left: -20px;
}

.socialbuttons a {
	float: left;
	display: inline-block;
	margin-left: 20px;
}

.socialbuttons a.addthis_button_google_plusone {
	margin-left: 10px;
}

.game-info p {
	line-height: 15px;
	margin: 0 0 2px 0;
	font-weight: 600;
}

.game-info p a {
	color: #777;
	font-size: 11px;
	text-decoration: none;
}

.game-info p a:hover {
	text-decoration: underline;
}

/* Games single Styling */

.games-left-col {
	width: 220px;
	float: left;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	color: #777;
}
.games-left-col hr {
	margin: 20px 0;
}

.games-left-col p {
	line-height: 11px;
}
.games-left-col a {
	text-decoration: none;
	font-weight: bold;
}

h1.games {
	padding-bottom: 30px;
}

h1.games-page {
	text-indent: -9999px;
	background: url('images/games-title.png') center center;
	width: 780px;
	height: 70px;
	margin-bottom: 40px;
}

.games-content {
	margin-left: 40px;
	float: left;
	width: 540px;
}