@charset "utf-8";
html {
    min-width: 910px;
}

body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: #000 url(../_imgs/background_v5.jpg) 50% 0 no-repeat;
    margin: 0;
    padding: 0;
    color: #000;
}

div {
    padding: 0px;
    margin: 0px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
    /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0px; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 35px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

img, object {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    color: #42413C;
    text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #d8ae70;
}

h1 {
    font-weight: bold;
    font-size: 13px;
    color: #fee1bf;
}

h2 {
font-size: 13px;
font-weight: bold;
color: #FFE2B7;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
#wrapper {
    position: relative;
    width: 910px;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#logo {
    position: relative;
    width: 461px;
    height: 134px;
    top: 0px;
    left: 222px;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
#footer {
    position: relative;
    width: 910px;
    height: 288px;
    background: #000 url(../_imgs/footer.jpg);
    margin: 0; /* the auto value on the sides, coupled with the width, centers the layout */
    padding: 0;
	padding-bottom:25px;
}

#page_header {
    position: absolute;
    width: 910px;
    top: 270px;

}

/* hlavni kontent. Tento je vyplnen texturou */
.content_main {
    background: url(../_imgs/strip.png);

}

/* oddelovac hlavniho kontentu */
.content_delimiter {
    background: url(../_imgs/strip_delimiter.png);
    width: 910px;
    height: 280px;
}

.blog h1 {
	text-align:center;
	font-size:18px;
}
.blog h2 {
	text-align:left;
	padding-left:50px;
	margin-bottom:10px;
	padding-top:15px;

}.blog h3 {
	text-align:right;
	margin-bottom:-20px;

}
/*************************************************************   */
/* HLAVNI MENU A JEHO GRAFICKE NAREZANI                          */
/*************************************************************** */
#mainmenu {
    position: absolute;
    left: 15px;
    top: 133px;
    width: 910px; /* nadefinovano aby nebyly videt texty pres obrazky */
    height: 60px; /* nadefinovano aby nebyly videt texty pres obrazky */
}

#mainmenu ul {
    list-style: none;
}

#mainmenu span {
    display: none;
    position: absolute;
}

#mainmenu a {
	display: block;
	text-indent: -9000%;
	position: absolute;
	outline: none;
	overflow: hidden;
	background-image: url(../_imgs/buttons/btn_blog.jpg);
}

#mainmenu a:hover {
    background-position: center;
}

#mainmenu .menu_visiting a {
    background-position: bottom;
}

#mainmenu .menu_general a {
    /* prazdne pravidlo pro menu stranku (element neni aktivni) */
}

#mainmenu a:hover span {
    display: block;
}

#mainmenu .home {
    width: 107px;
    height: 50px;
    background: url(../_imgs/buttons/btn_home.jpg) no-repeat;
    left: 47px;
    top: 0px;
}

#mainmenu .game {
    width: 146px;
    height: 50px;
    background: url(../_imgs/buttons/btn_blog.jpg) no-repeat;
    left: 156px;
    top: 0px;
}

#mainmenu .media {
    width: 92px;
    height: 50px;
    background: url(../_imgs/buttons/btn_media.jpg) no-repeat;
    left: 566px;
    top: 0px;
}

#mainmenu .faq {
    width: 85px;
    height: 50px;
    background: url(../_imgs/buttons/btn_faq.jpg) no-repeat;
    left: 659px;
    top: 0px;
}



#mainmenu .about {
    width: 126px;
    height: 50px;
    background: url(../_imgs/buttons/btn_aboutus.jpg) no-repeat;
    left: 744px;
    top: 0px;
}

.faq2 {
    position: absolute;
    margin: 340px 0 0 80px;

);

}

.invite {
    position: absolute;
    margin: 310px 0 0 420px;
    width: 50px;
);

}

/*************************************************************   */
/* SOCIAL MENU A JEHO GRAFICKE NAREZANI                          */
/*************************************************************** */
#socialmenu {
    position: absolute;
    top: 198px;
    left: 105px;
    width: 287px;
    height: 85px;
}

#socialmenu ul {
    list-style: none;
}

#socialmenu span {
    display: none;
    position: absolute;
}

#socialmenu a {
    display: block;
    text-indent: -900%;
    position: absolute;
    outline: none;
}

#socialmenu a:hover {
    background-position: bottom;
}

#socialmenu a:hover span {
    display: block;
}

#socialmenu .facebook {
	width: 42px;
	height: 42px;
	background: url(../_imgs/buttons/btn_facebook.png) no-repeat;
	left: 120px;
	top: 7px;
}

#socialmenu .twitter {
	width: 42px;
	height: 42px;
	background: url(../_imgs/buttons/btn_twitter.png) no-repeat;
	left: 162px;
	top: 7px;
}
#socialmenu .preorder {
	width: 260px;
	height: 86px;
	background: url(../_imgs/buttons/button_register_v2.jpg) no-repeat;
	left: 461px;
	top: -14px;
}

/*************************************************************   */
/* PLAY Menu -> buttony jestli chceme hrat na PC Androidu i iOS  */
/*************************************************************** */
#playmenu {
    position: relative;
    /*top: 198px;
    left: 105px;
    width: 287px;
    height: 85px;*/
	height:310px;
}

#playmenu ul {
    list-style: none;
}

#playmenu span {
    display: none;
    position: absolute;
}

#playmenu a {
    display: block;
    text-indent: -900%;
    position: absolute;
    outline: none;
}

#playmenu a:hover {
    background-position: bottom;
}

#playmenu a:hover span {
    display: block;
}

#playmenu .pcmac {
	width: 282px;
	height: 309px;
	background: url(../_imgs/btn_play_pc_mac.jpg) no-repeat;
	left: 32px;
	top: 7px;
}

#playmenu .android {
	width: 282px;
	height: 309px;
	background: url(../_imgs/btn_android_download_construction.jpg) no-repeat;
	left: 314px;
	top: 7px;
}
#playmenu .ios {
	width: 282px;
	height: 309px;
	background: url(../_imgs/btn_ios_download_construction.jpg) no-repeat;
	left: 596px;
	top: 7px;
}

<!-- layout textu na strance -->
#playpage{
	position:absolute;
}
#playpage .pcmac {
	position:relative;
	width:	250px;	
	top:	30px;
	left:	35px;
	height:	150px;
	text-align:center;
}
#playpage .android {
	position:absolute;
	width:	250px;	
	top:	340px;
	left:	325px;
	height:300px;
	text-align:center;	
}
#playpage .ios {
	position:absolute;
	width:	250px;	
	top:	340px;
	left:	610px;
	height:300px;
	text-align:center;
	
}




#gamepage  {
    background-position: bottom;
}
/*************************************************************   */
/* CONTACT BUTTON -> ve footeru                                  */
/*************************************************************** */
#footer a {
    display: block;
    text-indent: -900%;
    position: absolute;
    outline: none;
}

#footer a:hover {
    background-position: bottom;
}

#footer a:hover span {
    display: block;
}

#footer .contact {
    width: 220px;
    height: 49px;
    background: url(../_imgs/buttons/btn_contact.jpg) no-repeat;
    left: 640px;
    top: 222px;
}

/* ~~ This is the layout information. ~~

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.pagecontent {
    position: absolute;
    top: 330px;
    padding: 0px;
    margin: 0px;
}

/*********************************************************************/
/*********************************************************************/
/*********   Styly jednotlivych podstranek a casti *******************/
/*********************************************************************/
/*********************************************************************/

.faqKotva {
	margin-left:80px;
}
.faqKotva a{
	color:#FFFFFF;
}
.gallery_holder {
    display: block;
    width: 856px;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    width: 214px;
    float: left;
}

.gallery a:hover {
    text-decoration: underline;
}

.gallery p, h1 {
    padding: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.gallery_clickable img:hover {
    opacity: 0.7;
    filter: alpha(opacity = 70); /* For IE8 and earlier */
}

.gallery_clickable img {
    opacity: 1.0;
    filter: alpha(opacity = 100); /* For IE8 and earlier */
}

#content_faq h1 {
    text-align: left;
    color: #ffe2b7;
    font-size: 14px;
    font-weight: bold;
    padding-left: 80px;
    padding-bottom: 25px;
    padding-top: 25px;
}

#content_faq p {
    color: #d8ae70;
    font-size: 13px;
    padding-left: 115px;
    padding-right: 90px;
    padding-bottom: 15px;
}

#content_faq a:link,a:visited,a:hover, a:active, a:focus {
    color: #ffffff;
    text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}



#content_about {
    background: url(../_imgs_content/about/strip.jpg) 50% 0 repeat-y;
}

#content_about p {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft {
    /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}

.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.preorder-header-small{
    margin: 25px 0 0 35px;
}

.head1{
    background: url(../_imgs/head1.png) no-repeat;
    height: 20px;}
.head2{
    background: url(../_imgs/head2.png) no-repeat;
    height: 53px;}
.head3{
    background: url(../_imgs/head3.png) no-repeat;
    height: 38px;}
.head4{
    background: url(../_imgs/head4.png) no-repeat;
    height: 20px;}
.head5{
    background: url(../_imgs/head5.png) no-repeat;
    height: 20px;}

#preorder-header-info{
    background: url(../_imgs/head-info.png) no-repeat;
height: 20px;
margin-left: 90px;
padding-bottom: 20px;}

#preorder-header-form{
    background: url(../_imgs/head-form.png) no-repeat;
    height: 20px;
}

#preorder-background{
    position: relative;
    top:-5px;
    background: url('../_imgs_content/preorder/main_pic_background.jpg') no-repeat 0px -20px;
    margin: -5px 0 0 22px;
    height: 680px;
}


#preorder-info{
    padding-top: 20px;
    float: left;
    width:62.5%;

}
#preorder-form{
    padding-top: 150px;
    float: left;
    width:37.5%;
}

.preorder-text{
	color: #FFFFFF;
}

form {
    position: relative;
    right: 12px;

    padding: 0 35px;

    color: #FFE2B7;
    font-size: 12px;
    font-family: "Arial", "Helvetica", sans-serif;
}

.ss-q-help {
    display: block;
}

.ss-q-title {

    font-size: 13px;
    font-weight: bold;
    color: #d8ae70;

}

.ss-required-asterisk, .ss-only-asterisk {
    color: red;
    font-size: 13px !important;
}
.ss-required-asterisk{
    padding-left: 35px;
}

input[type="text"], textarea{
    font: Verdana, Arial, Helvetica, sans-serif;
    background:rgba(255,255,255,0.1);
    color: #FFE2B7;
    border:solid 1px #FFE2B7}


textarea {
    width: 99%
}

input[type="text"]{width: 266px;}
p {
	color: #FFFFFF;
}


/* jsem nechopej pojebat to css tak aby se pojebalo takze pro pojebanej button presskit to proste ZPROSTE ZKOPIRUJU Ze seckce socialmenu protoze uz teda mam strany nervy */ 
#presskit {
    position: absolute;
    top: 198px;
    left: 105px;
    width: 287px;
    height: 85px;
}

#presskit ul {
    list-style: none;
}

#presskit span {
    display: none;
    position: absolute;
}

#presskit a {
    display: block;
    text-indent: -900%;
    position: absolute;
    outline: none;
}

#presskit a:hover {
    background-position: bottom;
}

#presskit a:hover span {
    display: block;
}

#presskit .presskitbutton {
	width: 213px;
	height: 82px;
	background: url(../_imgs_content/game/button_presskit.jpg) no-repeat;
	left: 555px;
	top: -195px;
}



/* Odsazeny Styl na stranku The Game */
.thegame  {
	margin-left:230px;
	margin-right:10px;
	
    color: #d8ae70;
    font-size: 14px;
}
