/*


*/

/* 1) 
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
html {
  font-size: 100.01%;
}
body {
  background: #000305 url(bg.png) no-repeat center top;
  color: #FFF;
  font: .625em arial, verdana, sans-serif;
  overflow: hidden;
  text-align: center;
}

a {
  color: #FFF;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
	outline:none;
  text-decoration: none;
}
a img {
  border: 0;
}

:focus {
  outline: 0;
}

hr {
  display: none;
}
table {
  font-size: 1em;
}
textarea {
  overflow: auto;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

form br {
  display: none;
}
form fieldset {
  border: 0;
}
input, button, select, textarea {
  font: 1em arial, verdana, sans-serif;
}

/* 1.1) text replacement
------------------------------------------------------------------------------*/
.replace {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span, a.replace span {
  cursor: pointer;
}
.replace span {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 1.2) clear + clearfix
------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* 2.1) 
------------------------------------------------------------------------------*/
h1 {
  left: 33px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  z-index: 2;
}
h1 a {
  background: url(darkvision.png) no-repeat left top;
  display: block;
  height: 57px;
  overflow: hidden;
  text-indent: -999px;
  width: 250px;
}


/* 2.2) 
------------------------------------------------------------------------------*/
#load.loading {
  background: url(preloader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
}

#content {
  color: #b0b0b0;
  font-size: 1.8em;
  text-align: left;
}
#content strong {
  color: #fff;
}

/* kontakt - hp */
#contact #content {
  background: url(word.png) no-repeat 31px top;
  height: 367px;
  left: 50%;
  margin: -300px 0 0 -347px;
  padding-left: 435px;
  position: absolute;
  top: 50%;
  width: 259px;
}
* html #contact #content {
  width: 694px;
}

#content h2, #content h3, #contact #content ul li, .btn span {
  overflow: hidden;
  text-indent: -99999px;
}

#content h2 {
  background: url(logo.png) no-repeat left top;
  height: 145px;
  margin-top: 94px;
  width: 273px;
}
#content h3 {
  background: url(darkvision2.png) no-repeat left top;
  height: 18px;
  margin-top: 10px;
  width: 192px;
}
#content ul {
  margin: 23px 0;
}
#content ul li {
  display: block;
  margin-top: 7px;
}
#content .live {
  background: url(txt-live.png) no-repeat left top;
  height: 18px;
  width: 192px;
}
#content .skills {
  background: url(txt-skills.png) no-repeat left top;
  height: 18px;
  width: 92px;
}
#content .mail {
  background: url(txt-email.png) no-repeat left top;
  height: 18px;
  margin-top: 32px;
  overflow: visible !important;
  width: 195px;
}
#content .mail a {
  display: block;
  height: 18px;
  margin: -22px -135px 0 60px;
  position: relative;
  width: 135px;
}
#content p {
  font-size: 0.83em;
  width: 300px;
}
#content p a {
  display: inline;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
#content p a strong {
  float: left;
}
#content p a span {
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 5px;
  text-indent: 100px;
}
#content .mail span {
  background-image: url(txt-mail.png);
  height: 14px;
  width: 27px;
}
#content .facebook span {
  background-image: url(txt-facebook.png);
  height: 14px;
  width: 60px;
}
#content .twitter span {
  background-image: url(txt-twitter.png);
  height: 14px;
  width: 44px;
}
#content p a:hover span, #content p a:active span, #content p a:focus span {
  background-position: left -14px;
}

/* sipky */
#arrows {
  background: url(preloader.gif) no-repeat center center;
}
#arrows li {
  height: 34px;
  position: absolute;
  margin-top: -17px;
  top: 50%;
}
#gallery #arrows li {
  margin-top: -25px;
}
#arrows a {
  background-color: #000;
  float: left;
  height: 17px;
  margin-top: 8px;
  overflow: hidden;
  text-indent: -999px;
}
#arrows .offline {
  background: url(arrow-left.png) no-repeat left top;
  left: 67px;
}
#arrows .offline a {
  background: url(navi-offline.png) no-repeat left top;
  margin-left: 28px;
  width: 44px;
}
#arrows .online {
  background: url(arrow-right.png) no-repeat right top;
  right: 67px;
}
#arrows .online a {
  background: url(navi-online.png) no-repeat left top;
  margin-right: 28px;
  width: 42px;
}
#arrows .offlineActive {
  background-position: left bottom;
}
#arrows .onlineActive {
  background-position: right bottom;
}
#arrows .prev {
  left: 67px;
}
#arrows .prev a {
  background: url(arrow-left.png) no-repeat left top;
  height: 34px;
  width: 20px;
}
#arrows .next {
  right: 67px;
}
#arrows .next a {
  background: url(arrow-right.png) no-repeat left top;
  height: 34px;
  width: 20px;
}
#arrows a:hover {
  background-position: left bottom;
}

/* galerie */
#gallery #content {
  left: 50%;
  overflow: visible !important;
  position: absolute;
  top: 50%;
}
#gallery #content img {
  display: block;
  position: relative;
}

#thumbs {
  background: #000;
  cursor: default;
  bottom: -115px;
  height: 115px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#thumbs ul {
  margin: 18px 39px 18px 36px;
  position: relative;
  width: 30000px;
}
#thumbs ul li {
  background: url(preloader.gif) no-repeat center center;
  float: left;
  height: 80px;
  margin-left: 23px;
  position: relative;
  width: 120px;
}
#thumbs ul li a span {
  filter: alpha(opacity=36); 
  opacity: 0.36;
  -moz-opacity: 0.36;
  -khtml-opacity: 0.36;
  border: 0 #fff solid;
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
#thumbs ul li a:hover span {
  border: 10px #fff solid;
  height: 60px;
  width: 100px;
}
* html #thumbs ul li a span {
  height: 80px !important;
  width: 120px !important;
}
#thumbs ul li a.active span {
  border: 10px #fff solid !important;
  height: 60px !important;
  width: 100px !important;
}
* html #thumbs ul li a.active span {
  height: 80px !important;
  width: 120px !important;
}

#thumbs .thumbsLeft, #thumbs .thumbsRight {
  border: 43px #000 solid;
  border-width: 43px 20px;
  display: block;
  left: 0;
  font-size: 2em;
  position: absolute;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  top: 0;
  width: 17px;
  z-index: 2;
}
* html #thumbs .thumbsLeft, * html #thumbs .thumbsRight {
  height: 114px;
  width: 57px;
}
#thumbs .thumbsRight {
  left: auto;
  right: 0;
}
#thumbs .thumbsLeft span {
  background-image: url(thumbs-left.gif);
}
#thumbs .thumbsRight span {
  background-image: url(thumbs-right.gif);
}
#thumbs .thumbsLeft:hover span, #thumbs .thumbsRight:hover span {
  background-position: left bottom;
}

/* 2.3) 
------------------------------------------------------------------------------*/
#navi {
  font-size: 1.8em;
  position: absolute;
  right: 33px;
  top: 25px;
  z-index: 2;
}
#navi li {
  float: left;
  margin-left: 21px;
  overflow: hidden;
}
#navi li a, #navi li strong {
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
}
#navi li a, #navi strong {
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
}
#navi li a:hover, #navi li strong {
  background-position: 0 -16px;
}
#navi li.offline * {
  background-image: url(navi-offline.png);
  width: 44px;
}
#navi li.online * {
  background-image: url(navi-online.png);
  width: 42px;
}
#navi li.contact * {
  background-image: url(navi-contact.png);
  width: 49px;
}

/* 2.4) 
------------------------------------------------------------------------------*/
#footer {
  border-top: 1px #000 solid;
  clear: both;
  padding: 15px 0;
}


