/*  SLUGANDA dot COM
    (c) 2007 Martin Světlík - martinsvetlik.cz
*/

* { margin: 0; padding: 0; }
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
} 
body { 
  text-align: center;
  background: #45ada8 url('./bg.gif') repeat;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 12px;
}

/* ------------------------------ VSEOBECNE VLASTNOSTI ---------------------------------*/
a, a:visited {
	color: #547980;
	border-bottom: 1px dotted #594f4f;
	text-decoration: none;
}
a:hover {	color: #000; text-decoration: none; border-bottom: 1px solid #000; }
.center { text-align: center; }
.hidden { display: none; }


#cont img { border: 1px solid #603913; padding: 4px; margin: 5px; }
#no-border img { border: 0px solid #fff; border: none;}
img.no-border  { border: 0px solid #fff; border: none;} 
h2 {
	color: black;
	font-size: 16px;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	margin: 5px 0;
	color: #594f4f;
	font-size: 14px;
}
p {
	margin-bottom: 9px;
	font-size: 12px;
	text-align: justify;
}

.center { text-align: center; }
.hidden { display: none; }

/* ------------------------------ ZAKLADNI LAYOUT STRANKY ---------------------------------*/
#body {
  width: 505px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  background: #594f4f url('./cont-bg.png') repeat-y top;
  min-height: 100%;
  position: relative; 
}

/* ---- HLAVICKA ---- */

#head {
  position: relative;
  width: 505px;
  height: 294px;
  overflow: hidden;
  text-align: left;
  margin-left: -1px;
  color: #fff;
}
#head span {
  display: block;
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 1;
  width: 505px;
  height: 294px;
  cursor: pointer;
  background: #45ada8 url('./head.png') top left no-repeat;
}

/* ---- MENU ---- */
#navbar {	height: 120px; width: 505px; background: url('./menu/menu-bg.png') right no-repeat; } 
#menu { list-style-type: none; width: 100%; }
#menu li { float: left; }
#menu li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 120px;
	display: block;
	border: none;
}
#menu li a:hover {
	background-position: 0 -120px;
	height: 120px;
}
#menu li a span {	display: none; }
#home {
	background-image: url('./menu/home.png');
	width: 109px;
}
#works {
	background-image: url('./menu/works.png');
	width: 126px;
}
#shoes {
	background-image: url('./menu/shoes.png');
	width: 140px;
}
#info {
	background-image: url('./menu/info.png');
	width: 130px;
}

/* ---- OBSAHOVA CAST ---- */

#cont { 
  padding: 0 15px;
  padding-bottom: 65px; /* vyska paticky */ 
}
#cont h2 span { font-size: 17px; }
#cont h2 a { border: none; text-decoration: none; }  
#lang { text-align: right; }
#lang img, #lang a { border: none; }
#lang img { margin: 0; padding: 0; }

#works-set { list-style: none; } 
#works-set li { margin-bottom: 20px; }
#works-set li a { display: block; border: none; }
#works-set li a span { display: none; }
#works-set li#illust a { width: 300px; height: 72px; background: url('../img/illust.gif') no-repeat; margin-left: 80px; }
#works-set li#photo a { width: 300px; height: 72px; background: url('../img/photo.gif') no-repeat; margin-left: 80px; }
#works-set li#web a { width: 300px; height: 72px; background: url('../img/web.gif') no-repeat;margin-left: 80px; }
#works-set li#scrap a { width: 300px; height: 72px; background: url('../img/scrap.gif') no-repeat; margin-left: 80px; }

div.works-info { width: 430px; background: #594f4f ; padding: 3px 8px; border: 0px solid #45ada8; margin-bottom: 20px; }
div.works-info h3, div.works-info p { color: #9de0ad; margin: 0; }
div.works-info h3 { font-size: 13px; }

#odkazy { padding-left: 50px; list-style: none; margin-top: -5px; }
.img-url { cursor: pointer; }
.img-none { border: 0; }

.en {
	color: #547980;
}

.en-port {
	color: #45ada8;
}

/* ---- PATICKA ---- */
#footer {
  width: 505px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 57px;
  background: #45ada8 url('./foot.png') no-repeat;
}
#foot { text-align: right;  } 
#foot a span { display: none; }
#foot span { display: none; }
