/*

  1) obecne
   1.1)  text replacement
   1.2)  clear + clearfix

  2) container
   2.1)  hlavicka
   2.2)  obsah
   2.3)  menicka
   2.4)  paticka

*/

/* 1) obecne
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100.01%;
}
body {
  background: #0A0A0A url(../img/bg.jpg) no-repeat center top;
  color: #FFF;
  font: .625em arial, verdana, sans-serif;
  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: "" "";
}

/* 1.1) text replacement
------------------------------------------------------------------------------*/
.replace, .navi li a, .navi li strong {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span, a.replace span, .navi li a span {
  cursor: pointer;
}
.replace span, .replace span.services, .navi li span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}

.replace, .navi li a, .navi2 li strong {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span, a.replace span, .navi2 li a span {
  cursor: pointer;
}
.replace span, .navi2 li span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}
/* 1.2) clear + clearfix
------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
* html .clearfix, * html .section, * html .navi {
  display: inline-block;
}
.clearfix:after, .section:after, .navi:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

/* 2) container
------------------------------------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: left;
  width: 970px;
}

/* 2.1) hlavicka
------------------------------------------------------------------------------*/
#header {
  padding: 43px 31px 24px 31px;
}
#header h1, #header h1 span {
  font-size: 4em;
  font-weight: normal;
  height: 74px;
  width: 202px;
}
#header h1 span {
  background-image: url(../img/header-mediocore.jpg);
}
#header h1 strong {
  color: #f34900;
  font-weight: normal;
}

/* 2.2) obsah
------------------------------------------------------------------------------*/
h2, h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
p {
  font-size: 1.2em;
}

.section {
  margin-left: 31px;
  position: relative;
  width: 908px;
}
* html .section {
  height: 399px;
}
.section h2 {
  left: 0;
  position: absolute;
  top: 98px;
}
.section .content {
  float: right;
  padding: 10px 0 30px 0;
  width: 708px;
}
.section .content2 {
  float: left;
  padding: 10px 0 30px 0;
  width: 708px;
}
.section .brutalisk {
  border: 8px #000a11 solid;
  display: inline;
  float: left;
  height: 124px;
  margin: 30px 0 0 30px;
  overflow: hidden;
  position: relative;
  width: 185px;
}
.section .brutalisk span {
  display: none;
}
.section .brutalisk:hover span {
  opacity: 0.75;
  filter: alpha(opacity = 75);
  background: #000a11;
  bottom: 0;
  display: block;
  font-size: 1.2em;
  padding: 8px;
  position: absolute;
  width: 169px;
}
* html .section .brutalisk:hover span {
  width: 185px;
}
.section .brutalisk:hover span strong {
  display: block;
}

.section h2, .section h2 span {
  height: 20px;
}
#home h2, #home h2 span {
  width: 53px;
}
#home h2 span {
  background-image: url(../img/replace-home.png)
}
#illustrations h2, #illustrations h2 span {
  width: 53px;
}
#illustrations h2 span {
  background-image: url(../img/replace-illustrations.png)
}
#webs h2, #webs h2 span {
  width: 53px;
}
#webs h2 span {
  background-image: url(../img/replace-webs.png)
}
#print h2, #print h2 span {
  width: 53px;
}
#print h2 span {
  background-image: url(../img/replace-print.png)
}
#icons h2, #icons h2 span {
  width: 47px;
}
#icons h2 span {
  background-image: url(../img/replace-icons.gif)
}
#home h2 span.services {
  background-image: url(../img/replace-services.gif)
}

#home {
  margin-top: -141px;
  min-height: 479px;
  padding-top: 48px;
}
* html #home {
  height: 529px;
}
#home h2 {
  top: 183px;
}
#home .navi {
  padding-bottom: 53px;
}
#home .content {
  padding: 43px 0 0 28px;
  width: 680px;
}
#home h3 {
  margin-bottom: 16px;
}
#home h3 strong {
  /*color: #e63d00;*/
  color:#FFCC00;
}
#home h3, #home h3 span {
  height: 21px;
  width: 239px;
}
#home h3 span {
  background-image: url(../img/replace-graphic-designer.gif);
}
#home p.adobePhotoshop {
  color: #677177;
  font-size: 1.2em;
  margin-bottom: 36px;
}
#home p.adobePhotoshop, #home p.adobePhotoshop span {
  height: 33px;
  width: 410px;
}
#home p.adobePhotoshop span {
  background-image: url(../img/replace-adobe-photoshop.gif);
}

#home .contactBox {
  float: left;
  height: 46px;
  margin: 0 28px 13px 0;
  padding: 4px 0 0 47px;
  width: 178px;
}
* html #home .contactBox {
  height: 50px;
  width: 225px;
}
#home .contactBox h4 {
  color: #e63d00;
}
#home .contactEmail {
  background: url(../img/contact-email.gif) no-repeat left top;
}
#home .contactGtalk {
  background: url(../img/contact-gtalk.gif) no-repeat left top;
}
#home .contactIcq {
  background: url(../img/contact-icq.gif) no-repeat left top;
}
#home .contactMobile {
  background: url(../img/contact-mobile.gif) no-repeat left top;
}
#home .contactBox h4 {
  margin-bottom: 7px;
}
#home .contactBox h4, #home .contactBox h4 span {
  height: 17px;
}
#home .contactEmail h4, #home .contactEmail h4 span {
  width: 53px;
}
#home .contactEmail h4 span {
  background-image: url(../img/replace-email.gif);
}
#home .contactGtalk h4, #home .contactGtalk h4 span {
  width: 44px;
}
#home .contactGtalk h4 span {
  background-image: url(../img/replace-gtalk.gif);
}
#home .contactIcq h4, #home .contactIcq h4 span {
  width: 35px;
}
#home .contactIcq h4 span {
  background-image: url(../img/replace-icq.gif);
}
#home .contactMobile h4, #home .contactMobile h4 span {
  width: 52px;
}
#home .contactMobile h4 span {
  background-image: url(../img/replace-mobile.gif);
}
#home .contactBox p, #home .contactBox p span {
  height: 14px;
}
#home .contactEmail p, #home .contactEmail p span {
  width: 144px;
}
#home .contactEmail p span {
  background-image: url(../img/replace-email-2.gif);
}
#home .contactGtalk p, #home .contactGtalk p span {
  width: 144px;
}
#home .contactGtalk p span {
  background-image: url(../img/replace-gtalk-2.gif);
}
#home .contactIcq p, #home .contactIcq p span {
  width: 67px;
}
#home .contactIcq p span {
  background-image: url(../img/replace-icq-2.gif);
}
#home .contactMobile p, #home .contactMobile p span {
  width: 100px;
}
#home .contactMobile p span {
  background-image: url(../img/replace-mobile-2.gif);
}

/* 2.3) menicka
------------------------------------------------------------------------------*/
.navi {
  border-bottom: 1px #0A0A0A solid;
  padding: 13px 0 19px 493px;
  width: 415px;
}
.navi li {
  font-size: 1.5em;
  margin-left: 17px;
}
.navi li, .navi li a, .navi li strong, .navi li span {
  display: inline;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
}
.navi li a:hover span, .navi li strong span {
  background-position: left bottom;
}
.navi li strong, .navi li a:hover {

  font-weight: normal;
}
.navi li.home a, .navi li.home strong, .navi li.home span {
  width: 59px;
}
.navi li.home span {
  background-image: url(../img/navi-home.png);
}
.navi li.illustrations a, .navi li.illustrations strong, .navi li.illustrations span {
  width: 59px;
}
.navi li.illustrations span {
  background-image: url(../img/navi-illustrations.png);
}
.navi li.webs a, .navi li.webs strong, .navi li.webs span {
  width: 60px;
}
.navi li.webs span {
  background-image: url(../img/navi-webs.png);
}
.navi li.print a, .navi li.print strong, .navi li.print span {
  width: 59px;
}
.navi li.print span {
  background-image: url(../img/navi-icons.png);
}
.navi li.icons a, .navi li.icons strong, .navi li.icons span {
  width: 59px;
}
.navi li.icons span {
  background-image: url(../img/navi-icons.png);
}
/*menu 2
------------------------------------------------------------------------------*/
.navi2 {
  margin-top:-50px;
  padding: 0px 0 19px 445px;
  width: 380px;
}
.navi2 li {
  font-size: 1.2em;
  margin-left: 19px;
}
.navi2 li, .navi2 li a, .navi2 li strong, .navi2 li span {
  display: inline;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
}
.navi2 li a:hover span, .navi2 li strong span {
  background-position: left bottom;
}
.navi2 li strong, .navi2 li a:hover {

  font-weight: normal;
}
.navi2 li.home2 a, .navi2 li.home2 strong, .navi2 li.home2 span {
  width: 45px;
  margin-left:50px;
}
.navi2 li.home2 span {
  background-image: url(../img/navi-home.png);
}
.navi2 li.illustrations2 a, .navi2 li.illustrations2 strong, .navi2 li.illustrations2 span {
  width: 110px;
}
.navi2 li.illustrations2 span {
  background-image: url(../img/navi-illustrations.png);
}
.navi2 li.webs2 a, .navi2 li.webs2 strong, .navi2 li.webs2 span {
  width: 40px;
  margin-left:-10px;
}
.navi2 li.webs2 span {
  background-image: url(../img/navi-webs.png);
}
.navi2 li.print2 a, .navi2 li.print2 strong, .navi2 li.print2 span {
  width: 40px;
}
.navi2 li.print2 span {
  background-image: url(../img/navi-icons.png);
}

/* 2.4) paticka
------------------------------------------------------------------------------*/
#footer {
  border-top: 1px #1e2a32 solid;
  clear: both;
  margin-left: 31px;
  padding: 25px 0;
  width: 908px;
}
#footer p {
  float: left;
}
#footer p img {
  float: left;
  margin-right: 400px;
}
#footer ul {
  float: right;
}
#footer ul li {
  font-size: 1.2em;
  display: inline;
  border-left: 1px #FFF solid;
  margin-left: 4px;
  padding-left: 6px;
}
#footer ul li.first {
  border: 0;
}
#footer ul li a {
  color: #e73f00;
}
