/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }



/* typography */


body, input, textarea {
    color:#000;
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
  margin-bottom:18px;
  text-align: justify;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}




/* main styles */

body {
  font:15px Arial,Helvetica,sans-serif;
  line-height:22px;
  background-color: #e0e0e0;
}

ul {
  list-style-position: inside;
  margin-left: 1.5em;
}

a:link {
  color: #000;
}
a:visited {
  color: #640;
}
a:active, a:hover {
  color: #f60;
}

#header {
  width: 730px;
  margin: 0 auto;
  margin-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: white;
}

#main {
  width: 730px;
  margin: 0 auto 0;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
}

#container {
  border-top: 1px solid #aaa;
}

#content {
  margin: 10px;
  overflow: hidden;
}


#footer {
  clear: both;
}
#siteinfo {
  color:#666;
  font-size:11px;
  line-height:18px;
  padding:10px 0 44px 0;
  clear: both;
  width:710px;
  margin:0 auto;
}
#siteinfo a {
  color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
  color: #f60;
}
#footer #copyright {
  float: left;
}
#footer #support {
  float: left;
  clear: left;
}
#footer #logo {
  float: right;
}
#footer #policy {
  float: right;
}



#branding {
  padding: 10px 20px;
  height: 64px;
}

#head-security {
  float: right;
  padding: 10px 20px;
}



#access {
  height: 50px;
}

.menu {
  height: 40px;
  margin: 0 20px;
}


#header {
  position: relative;
}

#user-nav {
  position: absolute;
  bottom: 7px;
  right: 0;
  text-align: right;
  padding: 10px;
}


/* Buttons
================================================== */

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  font-family: "Arial Black", "Arial Bold", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 8px;
  margin-bottom: 4px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  border-radius: 8px;
  background-color: #aaa;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  cursor: pointer;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  visibility: inherit;
  background-color: #ff6a00;
  color: #fff;
  text-shadow: 0px 0px 8px #fff;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
}


#header a.button {
  color: #000;
  background-color: transparent;
  text-shadow: none;
}

#header a.button:hover {
  color: #fff;
  background-color: #ff6a00;
  text-shadow: 0px 0px 8px #fff;
}


#header a.current-item
{
  color: #f60;
}


/* ================================================== */


.store-page-navigation {
  border-top: 1px solid #aaa;
  margin-bottom: 2em;
}

.store-footer {
  border-radius: 10px;
  background-color: #aaa;
  color: #000;
  padding: 1em;
}


.entry-title {
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 27px;
}

.entry-title {
  float: left;
}

#title-funcs {
  float: right;
}

#title-menu {
  text-align: right;
}

#title-menu div {
  display: inline-block;
  margin-left: 0.5em;
}


.entry-content {
  margin: 22px 0 0 0;
  clear: both;
}
.entry-content h1,
.entry-content h2 {
  font-family:Arial,sans-serif;
  font-size:19px;
  font-weight:bold;
  padding:28px 0 14px 0;
}
.entry-content h3 {
  font-size:17px;
  font-style:italic;
  padding:28px 0 14px 0;
}
.entry-content h4 {
  font-size:11px;
  font-family:Arial,sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:0.05em;
}


/*
.game-entry div {
  border: 1px dashed red;
}
*/

.game-entry {
  padding: 20px 0 10px;
  border-top: 1px solid #aaa;
}

.game-title, .game-card {
  float: left;
}

.game-entry, .game-info, .game-menu, .game-details {
  clear: both;
}

.game-video {
  text-align: center;
  margin-bottom: 18px;
}

.game-details {
  text-align: justify;
  padding-top: 18px;
}

.game-title a {
  color: #000;
  text-decoration: none;
}

.game-title a:hover {
  color: #f60;
  text-shadow: 0 0 8px #f60;
}

.game-title h2 {
  padding: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
}

.game-more {
  background-color: #ddd;
  margin-left: auto;
  text-align: left;
  width: 480px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.game-more-title {
  float:left;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #444;
}

.game-more .game-more-title a {
  margin-left: 0;
  color: #000;
  text-decoration: none;
  text-shadow: none;
}

.game-more-title a:hover {
  color: #f60;
  text-shadow: 0 0 6px #f60;
}

.game-more a {
  margin-left: 1em;
}

.game-logo {
  height:150px;
}

.game-status {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.discount {
  background-color: #fa8;
  color: #fff;
  padding: 2px 0.25em;
  border-radius: 10px;
}

.game-card {
  padding: 0 10px 5px 0;
}

.game-desc {
  /*margin-left: auto;
  width: 440px;
  padding: 5px;*/
  text-align: justify;
}

.game-menu {
  height: 50px;
  padding-top: 5px;
  position: relative;
}

.game-buttons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.game-buttons a {
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
}

.game-buttons img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.game-stats {
  height: 40px;
  background-color: #ddd;
  width: 220px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  right: 0px;
  top: 5px;
  padding-left: 0.5em;
}

.game-stats div {
  height: 20px;
}


.steam-ea {
  background-color: #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.steam-ea img {
  padding: 0 17px 0px 0;
}

.steam-ea p, .steam-ea li {
  font-style: italic;
  margin: 0;
}

.steam-ea h3 {
  padding: 0;
  margin-top: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}


.gift-box {
  padding: 20px;
  background-color: #ddd;
  border-radius: 10px;
  margin: 10px 0 20px;
}


.form {
  text-align: center;
}

.form h1 {
  font-size: 26px;
  font-weight: bold;
  padding-top: 0;
}

form {
  text-align: center;
  width: 400px;
  margin: 0 auto 0;
}

form.button-form {
  position: relative;
  width: auto;
  height: 40px;
  margin: 0 0 4px;
  display: inline-block;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  width: 100%;
  border: 1px solid #aaa;
  background-color: #f8f8f8;
  color: #000;
  padding: 2px;
  margin: 1px;
  font:15px Arial,Helvetica,sans-serif;
  line-height:22px;
}

form > div, form > div > div {
  width: 100%;
  text-align: left;
}

form > div {
  padding-bottom: 1em;
}

form div.w2p_fc {
  font-size: 0.8em;
}

form input[type="submit"] {
  width: 200px;
  margin: 0 100px;
  text-align: center;
}

form.button-form input[type="submit"] {
  width: auto;
  margin: 0;
  text-align: center;
}

input:hover {
  border-color: #f60;
}

label:hover {
  color: #f60;
}


.stats-table {
  margin: 0.5em 0 0.5em;
}
.stats-table td {
  padding: 0 5px 0;
  border: 1px solid #aaa;
}


/*********** web2py specific ***********/

div.flash {
  font-weight: bold;
  display: none;
  position: fixed;
  padding: 15px;
  top: 50px;
  right: 50px;
  min-width: 250px;
  opacity: 0.9;
  margin: 0px 0px 10px 10px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
  background: #fea;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 5px 10px -2px black;
  z-index: 2;
}

div.error {
  color: #c00;
  padding: 3px;
  font-weight: bold;
}

th, td {
  border: 1px solid #aaa;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

tr.even {
  background-color: #999;
}

tr.highlight {
  background-color: #984;
}

.web2py-menu {
  list-style: none;
  position: fixed;
  left: 0;
  top: 0;
  margin: 10px;
  padding: 10px;
  background-color: #888;
  border-radius: 10px;
  box-shadow: 0 5px 10px -2px black;
}


.gallery>div {
  display: inline-block;
  width: 256px;
  height: 144px;
  padding: 2px;
}

a .thumbnail {
  text-decoration: none;
}

.thumbnail {
  width: 256px;
  height: 144px;
}



/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.0.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
