/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 15px;
	line-height:1.4;
	font-family: "Tahoma" sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:left;
	background:url(img/body.png) repeat-x top white;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color: #e8ad43;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#e8ad43;
  text-decoration:underline;
}
a:hover {
  color:#888;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#e8ad43;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin:5px auto; 
	line-height:1.2;
	color:#B40085;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3{
	font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
img{
	border:0;
}
.img-left{ 
  display: block; 
  float: left;  
  margin: 0 5px 5px 0; 
}
.img-right{ 
  display: block;  
  float: right;  
  margin: 0 0 0 5px; 
}
.img-center{ 
  display: block; 
  margin: 0px auto; 
}
/* ***************************************************** */
/* ***************************************************** */
/* ostatni pomocne */
.nofloat{
  clear:both;
}
hr {
  clear:both;
	display:none;
}
li{
	margin-left:20px;
}
pre{
	margin:0;
	padding:10px;
	font-family: "Courier New", Courier, monospace;
	overflow:auto;
	color:black;
	border:1px solid;
	background:white;
}
p, ul, ol, div, pre, address{
	margin:20px 0;
}
table{
	margin:10px 0;
	padding:0;
  border:1px solid;
	border-width:1px 0 0 1px;
}
table th, table td{
  padding:2px 5px;  
  border:1px solid;
	border-width:0 1px 1px 0;
}
table th{
	background:tranparent;
}
table tr:hover td{
	background:tranparent;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#main{
  margin:24px 0 0 0;
  padding:0 0 0 490px;
	width:510px;
  text-align:left;
	background:url(img/main.png) no-repeat left top white;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#header, #header a#home{
	margin:0;
	padding:20px 0 60px 0;
	width:219px;
	height:96px;
}
#header a#home{
  padding:0;
	display:block;
	text-indent:-9000px;
	background:url(img/logo2.png) no-repeat left top;
}
#header a#home:hover{
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
a#h-portfolio{
	margin:0;
	padding:0;
	width:100%;
	height:69px;
	display:block;
	text-indent:-9000px;
	background:url(img/h-portfolio.png) no-repeat left;
}

h1#h-aboutme{
	margin:0;
	padding:60px 0 0 0;
	width:100%;
	height:52px;
	display:block;
	text-indent:-9000px;
	background:url(img/h-aboutme.png) no-repeat left bottom;
}

h2#h-hereiam{
	margin:0;
	padding:40px 0 0 0;
	width:100%;
	height:52px;
	display:block;
	text-indent:-9000px;
	background:url(img/h-hereiam.png) no-repeat left bottom;
}

ul{
	margin:0;
	padding:20px 0 20px 0;
	list-style:none;
}
ul li{
	margin:0;
	padding:0;
}

h2#h-galleries{
	margin:0;
	padding:40px 0 0 0;
	width:100%;
	height:52px;
	display:block;
	text-indent:-9000px;
	background:url(img/h-galleries.png) no-repeat left bottom;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#footer {
	margin:40px 0 0 0;
  padding:5px 0;
	clear:both;
	width:100%;
	text-align:left;
	border-top:1px solid;
}
#footer, #footer a{
	font-size:10px;
	line-height:15px;
	text-decoration:none;
}
#footer a{
	border-bottom:1px dotted;
}
#footer a:hover{
	border-bottom:1px solid;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
