
/* ========================================================================== */

/*

BEBAS font by Flat-it (http://flat-it.com/)
Font face and .woff file generated by Font Squirrel (http://www.fontsquirrel.com)

*/
@font-face {
  font-family: 'bebas_custom';
  src: url('font/bebas_custom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 101%; /* vertical scroll je vzdy videt & stranka je validni narozdil od overflow */
}

body {
  background-color: black;
  margin: 0px;
  padding: 0px;
  font: 14px arial, sans-serif;
  color: #c5bfbe;
}

a {
  color: #abfc2b;
  text-decoration: none;
}

a:hover {
  color: #fefe6e;
  text-decoration: underline;
}

td {
  text-align: left;
  vertical-align: top;
  font: 14px arial, sans-serif;
  color: #c5bfbe;
  line-height: 20px;
}

tr.hl:hover {
  background-color: #222; /* highlight nekterych radku pro hover */
}

div {
  margin: 0px;
  padding: 0px;
  font: 14px arial, sans-serif;
  color: #c5bfbe;
  line-height: 20px;
}

img {
  border: 0px;
}

p {
  margin: 0px 0px 20px 0px;
}

ul {
  padding: 0px 0px 20px 20px;
  margin: 0px;
  list-style-type: square;
}

span.b {
  /*font: bold 14px tahoma, sans-serif;*/
  font-weight: bold;
  color: #f1eeee;
}


/* titles */

h1 {
  font: 24px 'bebas_custom', sans-serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  color: white;
}

h1.blog {
  padding: 0px;
}

h1 a,h1.blog a {
  font: 24px 'bebas_custom', sans-serif;
  text-transform: uppercase;
  margin: 0px;
  color: white;
}

h1 a:hover,h1.blog a:hover {
  color: #fefe6e;
  text-decoration: none;
}

.green_title {
  color: #abfc2b;
}

/* -------------------------------------------------------------------------- */
/* title picture & top banner */

.title_bgr {
  background: url('files/bgr_title.jpg') repeat-y center bottom;
  text-align: center;
}

.title_game_pic {
  position: relative;
  width: 844px;
  height: 345px;
  margin: 0px auto;
}

.title_buy_button {
  position: absolute;
  top: 286px;
  left: 640px;
}

.price_tag {
  position: absolute;
  top: 250px;
  left: 640px;
  background: url('files/price_bgr.png') no-repeat;
  width: 170px;
  height: 40px;
}

.pt1 {
  width: 11px;
}
.pt2 {
  width: 45px;
  text-align: center;
  vertical-align: middle;
  background-image: url('files/price2.png');
  color: white;
  font-size: 18px;
}
.pt3 {
  width: 20px;
}
.pt4 {
  text-align: center;
  vertical-align: middle;
  color: white;
  font: bold 18px arial, sans-serif;
}

/* -------------------------------------------------------------------------- */
/* page blocks */

div.main {
  background: url('files/bgr.jpg') repeat-y center top;
  padding-top: 20px;
}

.block_top {
  background: url('files/block_groove.png') no-repeat center;
  text-align: center;
  height: 33px;
}

.block_middle {
  background: url('files/block_middle.png') repeat-y center;
  text-align: center;
}

.block_bottom {
  text-align: center;
  height: 33px;
  padding: 0px 0px 20px 0px;
}

.one_column {
  width: 780px;
  text-align: left;
  margin: 0px auto;
  position: relative; /* aby se text spravne selektil */
}

.right_float {
  padding-left: 40px;
  float: right;
  position: relative;
}

.right_download_column {
  width: 170px;
  padding-left: 40px;
  text-align: center;
  white-space: nowrap;
}

.green_button {
  font: bold 12px arial;
  text-align: center;
  padding-bottom: 5px;
  white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/* footer */

.nl_box {
  float: right;
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 4px;
  text-align: right;
}

.nl {
  float: right;
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 20px;
}

div.footer {
  float: left;
  padding: 6px 30px 0px 0px;
}

div.footer a {
  font-size: 12px;
  text-decoration: none;
}

div.footer a:hover {
  text-decoration: underline;
}

.nl_mail {
  width: 120px;
  height: 16px;
  font: 12px arial, sans-serif;
  color: #ccc;
  background-color: #232426;
  border: 1px solid #c5bfbe;
  padding: 2px;
}

/* -------------------------------------------------------------------------- */
/* index - blog */

.blog_posted {
  font-size: 12px;
  background: url('files/line.png') no-repeat;
  padding-top: 20px;
  margin-top: 40px;
}

.blog_posted a, .blog_posted div {
  font-size: 12px;
}

.blog_date {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 20px;
}


/* -------------------------------------------------------------------------- */
/* game */

.media_block {
  width: 780px;
  /*height: 440px;*/
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

img.media_thumb {
  width: 124px;
  height: 70px;
  margin: 3px 2px 0px 2px;
  border: 1px solid #636465;
}

div.media_thumb {
  float: left;
  width: 128px;
  border: 0px solid #73AD21;
  padding: 0px;
}

img.media_thumb:hover {
  width: 124px;
  height: 70px;
  margin: 3px 2px 0px 2px;
  border: 1px solid #fefe6e}

.buy_row {
  padding: 6px;
  vertical-align: middle;
}

.buy_row div {
  display: inline;
  background-color: #a00;
  color: white;
  font: bold 12px arial, sans-serif;
  padding: 1px 10px;
  margin-right: 10px;
}


/* -------------------------------------------------------------------------- */
/* games list */

div.game_box {
  width: 244px;
  background-image: url('files/game_bgr.png');
  float: left;
  margin: 7px;
}

div.game_platform {
  text-align: right;
  vertical-align: top;
  font: bold 10px arial, sans-serif;
  color: white;
  background-color: black;
  padding: 2px;
}

div.game_thumb {
  width: 244px;
  height: 107px;
  text-align: center;
  background-color: black;
}

img.game_thumb {
  width: 240px;
  height: 100px;
  margin: 3px 1px 0px 1px;
  border: 1px solid #636465;
}

img.game_thumb:hover {
  width: 240px;
  height: 100px;
  margin: 0px 0px 1px 0px;
  border: 2px solid #fefe6e}

a.game_title {
  font: bold 14px arial, sans-serif;
  color: #abfc2b;
  text-decoration: none;
}

a.game_title:hover {
  font: bold 14px arial, sans-serif;
  color: #fefe6e;
  text-decoration: underline;
}

div.game_middle {
  line-height: 16px;
  padding: 10px 15px;
}


/* -------------------------------------------------------------------------- */
/* form */

input {
  font: 14px arial, sans-serif;
  color: #ccc;
  background-color: #232426;
  border: 1px solid #c5bfbe;
  padding: 2px;
}

select {
  font: 14px arial, sans-serif;
  color: #ccc;
  background-color: #232426;
  border: 1px solid #c5bfbe;
  padding: 2px;
}

textarea {
  height: 100px;
  font: 14px arial, sans-serif;
  color: #ccc;
  background-color: #232426;
  border: 1px solid #c5bfbe;
  padding: 10px;
}

input.radio {
  color: #ccc;
  background-color: #232426;
  border-width: 0px;
}

input.b_send {
  height: 26px;
  width: 61px;
  border: 0px;
  background-color: black;
}

/* -------------------------------------------------------------------------- */
/* other */

a.video_help {
  /*background-color: #4f5053;*/
  background-color: #857d6e;
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
}

a.video_help:hover {
  background-color: #abfc2b;
  color: black;
  text-decoration: none;
}


/* wordpressovy odpad */

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
	margin: auto;
}

h2 {
  color: #f1eeee;
  font-size: 20px; //14px
  margin-top: 30px;
}
