/*
 * Zakladni Styl Filosof.biz
 * Autor: Jan Rezac
 *
 */

@import url("initial.css");

a, a:link {
  text-decoration: underline;
  cursor: pointer;
  color: #ff0000;
}

a:visited {
  color: #ff0000;
}

a:hover, 
a:focus, 
a:active {
  color: #000;
}

/*========== [layout] ========================================================*/
body {
  text-align: center;
  font-size: 1em;
  line-height: 1.44;
  background: #fff;
  color: #333;
  padding: 0 0 60px;
}

div.main {
  width: 746px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  position: relative;
}

/*========== [content] =======================================================*/

ol li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

h1 {
  font-size: 72px;
  color: #ff0000;
  font-weight: normal;
  line-height: 1.2;
  padding: 50px 0;
  position: relative;
  left: -3px;
}

h2 {
  font-weight: bold;
  color: #ff0000;
}

p,
ul,
ol,
h2,
ul.projects li {
  margin-bottom: 22px;
}

div.text {
  padding: 0 240px 0 46px;
}

div.photo {
  background: url(../images/jan.jpg) 100% 80px no-repeat;  
}

div.pad {
  padding-left: 115px;
}

div.pad div.clr ul {
  float: left;
  width: 170px;
}

div.pad div.clr ul.out {
  width: 150px;
}

ul a {
  display: block;
}

ul.out a,
ul.out a:link,
ul.out a:visited {
  color: #333;
}

ul.out a:hover {
  color: #ff0000;
}

ol span {
  color: #fff;
  font-weight: bold;
  background: #ff0000;
  display: block;
  position: absolute;
  top: 2px;
  left: -46px;
  line-height: 1.2;
  padding: 0 7px 1px;
}

div.mm li {
  float: left;
  margin-right: 20px;
}

div.mm li.f {
  margin-right: 43px;
}

div.mm a,
div.mm strong {
  display: block;
  color: #ff0000;
  text-decoration: none;
  padding: 4px 14px 5px;
  outline-style: none !important;
}

div.mm strong {
  color: #fff;
  cursor: default;
  background: #ff0000;
}

div.mm a:hover {
  color: #000;
  text-decoration: underline;
}

div.mm li.f a,
div.mm li.f strong {
  padding-left: 46px;
}

ul.price li {
  padding-left: 280px;
  position: relative;
  text-align: right;
}

ul.price span {
  position: absolute;
  top: 0;
  left: 0;
}

.text strong {
  color: #ff0000;
  font-weight: normal;
}

ul.price b {
  font-weight: normal;
}

div.note {
  position: relative;
  color: #777;
}

div.note span {
  font-style: normal;
  color: #ff0000;
  position: absolute;
  top: 0;
  left: -26px;
  width: 160px;
}

h3 {
  font-weight: normal;
  color: #ff0000;
}

ul.projects p {
  margin: 0;
}

ul.projects em {
  color: #777;
  font-style: normal;
}

ul.projects ul {
  padding: 22px 0 0 115px;
}

ul.projects ul li {
  margin: 0;
  padding: 0;
}

div.btop {
  border-top: 1px solid #ff0000;
  padding: 22px 0;
  margin-top: 26px;
}

div.reference {
  padding: 8px 0 10px;
}

div.reference div {
  margin-bottom: 20px;
}

div.reference a {
  display: block;
  outline-style: none !important;
}

div.reference a img {
  border: 1px solid #eee;
}

div.reference a:hover img,
div.reference a:focus img {
  border: 1px solid #ff0000;
}

a.gray {
  color: #333;
}

a.gray:hover {
  color: #ff0000;
}

ul.kontakt {
  font-size: 24px;
}

ul.kontakt li {
  position: relative;
}

ul.kontakt span {
  position: absolute;
  top: 5px;
  left: 230px;
  background: #ff0000 url(../images/dot.gif) 0 no-repeat;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  width: 300px;
  padding: 1px 10px 2px 17px;
  display: block;
}
