@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin-ext,latin);

::-webkit-input-placeholder {
   color: #3aaed5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3aaed5;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3aaed5;  
}

:-ms-input-placeholder {  
   color: #3aaed5;  
}

/* tagy */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/body.jpg) no-repeat top center;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
h1 {
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  letter-spacing: 3px;
  font-weight: 100;
  text-shadow: 0px 1px 0px #2e7e98;
}
h2, h3, h4, h5, h6 {
	margin: 0;
}
h2 {
	font-size: 25px;
  color: #40b0d8
}
h2 em {
	font-weight: bold;
	font-style: normal;
}
h3 {
  color: #40b0d8;
}
p, ol, ul {
	line-height: 180%;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
a {
	color: #6B6B6B;
}
a:hover {
	text-decoration: none;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}
#wrapper2 {
  width: 880px;
  padding-left: 100px;
  margin: 0 auto;
}

/* Header */
#header {
	width: 100%;
	height: 149px;
  overflow: hidden;
  background: url(../images/header.png) repeat-x top left;
}
#header #logo {
	width: 195px;
	height: 109px;
  margin-right: 70px;
  padding-top: 20px;
  float: left;
}
#header #logo a {
	width: 195px;
	height: 109px;
  float: left;
  background: url(../images/logo.png) repeat-x top left;
}
#header #logo a span {
  display: none;
}
#header #nav {
  float: left;
  height: 143px;
  width: 600px;
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #nav ul li {
  display: inline;
  float: left;
  text-align: center;
  margin-top: 3px;
  margin-right: 1px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: url(../images/menu_li.png) repeat-x top center;
}
#header #nav ul li.act {
  display: inline;
  float: left;
  text-align: center;
  margin-top: 3px;
  margin-right: 1px;
  border-color: #26a3ca;
  background: url(../images/menu_li_act.png) repeat-x top center;
}
#header #nav ul li a {
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 23px;
  padding-right: 23px;
  text-decoration: none;
  text-transform: uppercase;
  color: #59c2ea;
  font-size: 22px;
  background: url(../images/arrow.png) no-repeat top center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600; 
  text-shadow: 0px 1px 0px #fff;
  
}
#header #nav ul li.act a {
  color: #fff;
  text-shadow: 0px 1px 0px #2e7e98;
}
#header #fb {
  width: 44px;
  height: 44px;
  padding-top: 57px;
  float: right;
}
#header #fb a {
  width: 44px;
  height: 44px;
  float: left;
  background: url(../images/fb.png) no-repeat top center; 
}
#header #fb a span {
  display: none;
}
#banner {
  width: 1000px;
  height: 440px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
#banner a {
  width: 1000px;
  height: 435px;
  float: left;
}
#banner .octavia {
  width: 684px;
  height: 480px;
  position: absolute;
  left: -60px;
  bottom: -95px;
  background: url(../images/octavia.png) no-repeat top left;
}
#banner .bubble {
  width: 385px;
  height: 383px;
  padding-top: 70px;
  padding-left: 25px;
  position: absolute;
  right: 0;
  top: 30px;
  overflow: hidden;
  font-weight: 100;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  background: url(../images/bubble.png) no-repeat top left;
}
#banner .bubble > span {
  display: block;
  text-transform: uppercase;
}
#banner .bubble .black {
  color: #2e2e2e;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
}
#banner .bubble .black.bigger {
  font-size: 58px;
}
#banner .bubble .white {
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-shadow: 0px 1px 0px #2e7e98;
}
#banner .bubble .green {
  color: #a5e248;
  font-size: 28px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px #5a7b27;
}
#rules {
  height: 755px;
}
#rules, #title {
  width: 100%;
  padding-top: 5px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #34acd4 url(../images/blue.png) repeat-x top left;
  border-bottom: 1px solid #2b8aaa;
  -webkit-box-shadow: 0 8px 6px -6px #d2d2d2;
  	   -moz-box-shadow: 0 8px 6px -6px #d2d2d2;
  	        box-shadow: 0 8px 6px -6px #d2d2d2;  
}
#rules h1, #title h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff
}
#rules h1 {
  margin-top: 55px;
  margin-bottom: 55px;
}
#rules .step {
  width: 49%;  
  margin-bottom: 25px;
}
#rules .step.number-1 {
  float: left;
  margin-bottom: 35px;
}
#rules .step.number-2 {
  float: right;
}
#rules .step.number-3 {
  float: left;
}
#rules .step.number-4 {
  float: right;
}
#rules .step table {
  width: 100%;
}
#rules .step table .number {
  width: 110px;
  vertical-align: top;
}
#rules .step table tr .number span {
  width: 70px;
  height: 70px;
  display: table;
  background: #c5f601;
  color: #34acd4;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;   
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;  
}
#rules .step table tr .number span b {
  display: table-cell;
  color: #34acd4;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  font-family: Impact;
  text-shadow: 0px 1px 0px #30a1c6;
}
#rules .step table .data {
  text-align: left;  
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}   
#rules .step table .data strong {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 600;   
  text-shadow: 0px 1px 0px #2e7e98;
}
#rules .step table .data p {
  font-size: 18px;
  line-height: 130%!important;
  font-weight: 400;
}
#page {
  width: 100%;
  min-height: 705px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: left;
  background: #f1f1f1 url(../images/white.png) repeat-x top center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; 
  color: #3b3b3b;
  font-size: 20px;  
}
#page p {
  line-height: 130%;
}

table[border="1"] {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
  border: 0;
}

table[border="0"] {
  border: 0!important;
}

table[border="1"] thead tr th {
	padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  background: #fff;
  color: #40b0d8;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #40b0d8;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
table[border="1"] td {
	padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
	vertical-align: top;
	border: 0;
  font-size: 16px;
	text-align: left;
  color: #646464;
}
table[border="1"] tbody tr td:last-child {
  text-align: center;
  vertical-align: middle;
}
table[border="1"] tbody tr td:last-child strong {
  width: 84px;
  height: 84px;
  padding: 30px;
  display: inline;
  color: #fff;
  text-align: center;
  font-size: 22px;
  text-shadow: 0px 1px 0px #2e7e98;
  background: url(../images/price.png) no-repeat top center;
}
table[border="1"] tbody tr:nth-child(even) td {
  background: #e4e4e4;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

h2.pujcka {
  margin-top: -55px;
  font-size: 42px;
  color: #7f8181;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-shadow: 0px 1px 0px #fff;
}
h2.pujcka span {
  color: #20a3cb;
}
h2.pujcka img {
  margin-left: 20px;
}

#bottom {
  width: 100%;
  clear: both;
}
#footer {
  width: 100%;
  height: 305px;
  overflow: hidden;
  background: url(../images/footer.png) repeat-x top center;
}
#footer .box-title {
  width: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 0px 1px 0px #2e7e98;
}
#footer .fblikebox {
width: 460px;
height: 212px;
margin-right: 200px;
float: left;
text-align: left;
background: #fff;
overflow: hidden;
}
#footer .kontakt {
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 0px 1px 0px #2e7e98;
}
#copyright {
  width: 100%;
  height: 75px;
  padding-top: 5px;
  padding-bottom: 15px;
  overflow: hidden;
  background: #2f2f2f url(../images/footer2.png) repeat-x top center;
  text-shadow: 0px 1px 0px #000;
}
#copyright p {
  color: #fff;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}   
#copyright a {
  color: #43add3;
  text-decoration: none;
}
#copyright p.copy {
  width: 50%;
  float: left;
  text-align: left;
}
#copyright p.design {
  width: 40%;
  float: right;
  text-align: right;
}



/* ----- systemove ----- */
/* tagy */
legend {
	color: #000000;
}
/* boxy */
.searchform input.q {
	width: 100px;
}
/* vypis */
.list-perex-image {
	border: 1px solid #dcdcdc;
	max-width: 96px;
	float: left;
	margin: 0 4px 4px 0;
}
.list-info {
	color: #808080;
}
.list-info a {
	text-decoration: none;
	color: #808080;
}
/* clanek */
.article-navigation {
	border-bottom: 1px solid #dcdcdc;
}
.article-perex {
	color: #808080;
	font-style: italic;
}
.article-perex-image {
	border: 1px solid #dcdcdc;
	float: right;
	max-width: 250px;
	margin: 0 8px 8px 8px;
}
.article-info {
	width: 646px;
	color: #808080;
}
.article-info a {
	color: #808080;
	text-decoration: none;
}
.ratetable {
	border: 1px solid #dcdcdc;
}
/* anketa a shoutbox */
.poll, .sbox {
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
}
/* individualni pro anketu */
.poll-answer {
	border-top: 1px solid #dcdcdc;
}
.poll-question div {
	color: #a4a4a4;
	font-size: 9px;
}
/* individualni pro shoutbox */
.sbox-item {
	border-top: 1px solid #dcdcdc;
}
/* prispevky / komentare */
.posts-comments, .posts-book {
	border-top: 1px solid #dcdcdc;
}
.post {
	background-color: #FAFAFA;
}
.post-hl {
	background-color: #F7F7F7;
}
.post-author {
	font-weight: bold;
	text-decoration: none;
	color: #0079A8;
}
.post-author-guest {
	font-weight: bold;
	color: #a03800;
}
.post-subject {
	font-weight: bold;
}
.post-info {
	color: #808080;
}
.post-postlink {
	color: #9A9A9A !important;
}
.post-body {
	border-bottom: 1px solid #eaeaea;
}
.post-body-withavatar img.avatar2 {
	border: 1px solid #EDEDED;
}
/*.post-body-withavatar .post-body-text {
}
*/
.post-answer {
	border-left: 1px solid #eaeaea;
}
/* temata na foru */
.topic-table {
	background-color: #FAFAFA;
}
.topic-table td {
	border: 1px solid #ededed;
}
.topic-hl, .topic-table thead td {
	background-color: #F7F7F7;
}
.topic-pages a {
	border: 1px solid #ededed;
	background-color: #fff;
}
/* galerie */
.gallery td {
	background-color: #dcdcdc;
}
.gallery img {
	border: 1px solid #dcdcdc;
}
/* vzkazy */
.messages-menu a {
	border-right: 1px solid #dcdcdc;
}
.messages-table {
	width: 646px;
	border: 1px solid #dcdcdc;
}
/* tabulky (vypis uzivatelu, seznam temat fora) */
.widetable, .widetable2, .topic-table {
	width: 646px;
}
.widetable {
	border: 1px solid #dcdcdc;
}
/* profil */
.avatar {
	border: 1px solid #000000;
	font-size: 0;
}
/* systemove zpravy */
.message1, .message2, .message3 {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}
/* ruzne */
.bborder {
	border-bottom: 1px solid #dcdcdc;
}
.hint {
	color: #808080;
}
.cimage {
	border: 1px solid #dcdcdc;
}
.exp {
	border-bottom: 1px dashed #808080;
}