/* handmade by petriczech */
/* color styly
gray mode
bgcolor="#333333" text="#CCCCCC" link="#666666" vlink="#999999" alink="#FFFFFF"
gray mode 2
bgcolor="#333333" text="#FFFFFF" link="#FFCC00" vlink="#999966" alink="#FFFF00"
orange
bgcolor="#FF9900" text="#333333" link="#FFFF00" vlink="#FFCC66" alink="#666600"
black-green
bgcolor="#000000" text="#339933" link="#33FF00" vlink="#666666" alink="#666600"
black-yellow
bgcolor="#000000" text="#999966" link="#FFFF00" vlink="#999933" alink="#FFFF99"
classic version
black, blue, gray
*/
@import "only-ff.css";

body {
  background: #fff;
/*  background: #fff url(../images/stripe1.gif) repeat top left;*/
  background: #fff url(../images/stripe2.gif) repeat top left;
/*  background: #fff url(../images/stripe4.gif) repeat top left;*/
  font-family: "Geneva CE", Geneva, "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size: 0.85em;
  color: #000000;
  margin: 0;
  padding: 0;
}

/**
 * Background Palette Color
 */
.bgGrey         { background-color: #5C604D; }
.bgLightPink    { background-color: #FFBAD2; }
.bgPink         { background-color: #F20056; }
.bgSilver       { background-color: #E5E7E1; }
.bgDarkSilver   { background-color: #C8CFB4; }
.bgGreenBaret   { background-color: #A3AE7E; }
.bgBlue         { background-color: #007fff; }

/* Digerati */
.bgDigerati1 { background-color: #52656B; }
.bgDigerati3 { background-color: #CDFF00; }
.bgDigerati4 { background-color: #FFFFFF; }
.bgDigerati5 { background-color: #B8B89F; }

/**
 * Foreground Palette Color
 */
.fgGrey       { color: #5C604D; }
.fgLightPink  { color: #FFBAD2; }
.fgPink       { color: #F20056; }
.fgSilver     { color: #E5E7E1; }
.fgDarkSilver { color: #C8CFB4; }
.fgGreenBaret { color: #A3AE7E; }
.fgBlue       { color: #007fff; }
.fgOrange     { color: #e68908; }

/**
 * Odkazy
 */
a       { color: #F20056; }
a:hover { color: #fff; background: #F20056; text-decoration: none; }

/**
 * Nadpisy
 */
h1 { text-align: center; }
h3 { margin:0; padding-bottom:0; }
h4 { margin-bottom:0; }

/**
 * Ostatni
 */
#content {
  width: 400px;
  border: 5px solid #A3AE7E;
  padding: 10px;
  margin: 0 0 0 100px;
  background-color: #E5E7E1;
  color: #5C604D;
  position: absolute;
  top:0;
  z-index: 1;
}
#content.fotogalerie {
  width: 800px;
}

.portfolio a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  border: 5px solid #fff;
}
.portfolio a.odkaz {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
}
.portfolio a.odkaz:hover {
  border: none;
}
.portfolio a.new {
  border: 5px solid #CDFF00;
}
.portfolio a:hover {
  border: 5px solid #F20056;
}
.portfolio a img {
  width: 50px;
  height: 50px;
  border: none;
}
.portfolio p { margin: 10px 5px 0 10px; }

p {margin:0.5em 0;}
.small {font-size: 0.8em;}
.email { unicode-bidi: bidi-override; direction: rtl; color: #007fff; }
.m0 {margin: 0 !important;}

#footer { font-size: 0.7em; text-align: right; margin: 150px 0 0 0; border-top: 1px solid silver; padding-top: 5px; }
#lines { position: absolute; left:0px; top: 100px; width: 100%; z-index: 0; }
.cleaner { clear: both; font-size: 1px; overflow: hidden; height: 1px; }
