/*

Layout a styly vnikly pro fotografický komunitní portál Fotokoutek.cz
Autor: Abulafia
Datum poslední úpravy: 22.6.2007

Obsah css souboru

01. Zakladni styly
02. Styly pro layout
03. Styly pro hlavicku
04. Nadpisy
05. Seznamy
06. Novinky
07. RSS
08. Menu
09. Spodni tabulky
10. Nahledy
11. Formular prihlaseni
12. Mapa stranek
13. Komentare
14. Napoveda
15. Registrace
16. Clanky
17. Formulare

*/



/*
****************************************
*********   Zakladni styly   ***********
****************************************
*/

body
  {
  background: #ecebe4 url(../soubory/bg_body.jpg) repeat-x 50% 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  }

img
  {
  border: none;
  }
  
a
  {
  text-decoration: none;
  color: #680400;
  }
  
ul
  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  
.fixfloat:after, fieldset:after
  {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
  


/*
****************************************
*********   Styly pro layout   *********
****************************************
*/

#page
  {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  }

#hlavicka
  {
  position: relative;
  height: 143px;
  background: transparent url(../soubory/bg_head.jpg) no-repeat 200px 28px;
  }

#main
  {
  clear: both;
  width: 900px;
  padding-top: 25px;
  margin: 0 0 25px 0;
  position: relative;
  }

#main .maincontent
  {
  float: left;
  width: 900px;
  display: inline;
  clear: none;
  margin: 0 25px 25px 0;
  }

.topsection
  {
  background: transparent url(../soubory/bg_posledni-novinky.jpg) no-repeat bottom right;
  height: 1%; margin-bottom: 20px;
  }

#footer
  {
  clear: both;
  padding: 12px 0;
  height: 100%;
  text-align: center;
  background-color: #474747;
  }

#footer-container
  {
  text-align: center;
  color: #ffffff;
  }

#footer a
  {
  color: #ecebe4;
  }

#footer2
  {
  clear: both;
  padding: 12px 0;
  height: 100%;
  text-align: center;
  background-color: #ecebe4;
  }  

#footer2-container
  {
  text-align: center;
  color: #000000;
  }

#footer2 a
  {
  color: #5D0400;
  }



/*
****************************************
********   Styly pro hlavicku   ********
****************************************
*/

#topbar
  {
  position: absolute;
  right: 0;
  top: 3px;
  color: #fff;
  font-size: 10px;
  }
  
#topbar a
  {
  color: #fff;

  margin-left: 10px;
  background-image: none;
  }
  
#topbar a:hover
  {
  color: #A3706E;
  }

#toplinks
  {
  position: absolute;
  top: 0;
  left: 0;
  }
  
#toplinks li
  {
  float: left;
  margin-right: 10px;
  }
  
#toplinks a
  {
  display: block;
  padding-top: 7px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 10px;
  }

#logo
  {
  position: absolute;
  top: 43px;
  left: -10px;
  }



/*
****************************************
*************   Nadpisy   **************
****************************************
*/

h1, h2, h3
  {
  font-family: Arial, helvetica, Sans-Serif;
  }
  
h1
  {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 15px;
  }
  
h2
  {
  font-size: 14px;
  font-weight: normal;
  color: #46100E;
  position: relative;
  }

h3
  {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: dotted 0px #680400;
  }
    
#bottom-part h2
  {
  color: #fff;
  margin: 0;
  padding: 10px 0;
  margin-top: 12px;
  font-weight: bold;
  }

.topsection h2
  {
  margin-top: 12px;
  font-weight: bold;
  }
  
h2 .feed-link
  {
  position: absolute;
  top: 2px;
  right: 20px;
  }  
  
.posledni-forum h2
  {
  font-weight: bold;
  margin: 0;
  }



/*
****************************************
*************   Seznamy   **************
****************************************
*/

.list-tabulky
  {
  padding: 0 0 20px 0;
  }
  
.list-tabulky li
  {
  clear: both;
  border-bottom: solid 1px #CBC5B4;
  position: relative;
  }
  
.list-tabulky a
  {
  display: block;
  height: 1%;
  padding: 8px 4px; 
  color: #000;
  }
  
.list-tabulky span
  {
  display: block;
  padding: 2px 0 0 0;
  color: #666;
  }
  
.list-tabulky a:hover
  {
  background-color: #D7D5C6;
  }

.list
  {
  padding: 0 0 20px 0;
  }
  
.list li
  {
  clear: both;
  border-bottom: solid 1px #CBC5B4;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 9px;
  }
  
.list a
  {
  height: 1%;
  padding: 8px 0px;
  color: #000;
  }
  
.list span
  {
  display: block;
  padding: 2px 0 0 0;
  color: #666;
  }

#bottom-part
  {
  clear: both;
  height: 1%;
  background: #5D0400 url(../soubory/bg_bottom-part.jpg);
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
  }
  
#bottom-part div
  {
  margin: 0 auto;
  width: 900px;
  }

#bottom-part li
  {
  border-bottom-color: #4F0300;
  }
  
#bottom-part span
  {
  color: #895B59;
  }
  
#bottom-part .title-list a
  {
  color: #ecebe4;
  }
  
#bottom-part .title-list a:hover
  {
  background-color: #460300;
  }

#bottom-part .posledni-komentare
  {
  float: left;
  width: 445px;
  margin: 0 10px 0 0;
  text-align: left;
  }
  
#bottom-part .top-fotografie
  {
  margin-right: 0;
  }

#no-link a
  {
  display: inline;
  background: none;
  }



/*
****************************************
*************   Novinky   **************
****************************************
*/

#datum-novinky
  {
  margin:0px;
  margin-top:0px;
  padding:0px;
  width:35px;
  height:41px;
  background-image:url(../soubory/date.jpg);
  background-repeat:no-repeat;
  float:left;
  }
	
#den-novinky
  {
  margin:0px;
  margin-top:5px;
  margin-left:3px;
  padding:0px;
  width:30px;
  height:20px;
  font-family:Verdana;
  font-size:8px;
  font-weight:bold;
  color:#868686;
  text-decoration:none;
  line-height:8px;
  text-align:center;
  }
	
#rok-novinky
  {
  margin:0px;
  margin-top:0px;
  margin-left:3px;
  padding:0px;
  width:30px;
  height:10px;
  font-family:Verdana;
  font-size: 8px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  line-height:12px;
  text-align:center;
  }

.posledni-novinky
  {
  float: left;
  width: 601px;
  display: inline;
  margin: 0;
  padding: 0 12px;
  background: transparent url(../soubory/bg_posledni-novinky_top.jpg) no-repeat top right;
  }

.posledni-novinky-seznam li
  {
  margin: 0 0 20px 0;
  height: 1%;
  }
  
.posledni-novinky-seznam a
  {
  color: #46100E;
  text-decoration: underline;
  }
  
.posledni-novinky-seznam a span
  {
  margin-top: 4px;
  color: #46100E;
  }



/*
****************************************
***************   RSS   ****************
****************************************
*/
	
.feed-link
  {
  background: transparent url(../soubory/feedicon_small.gif) no-repeat 0 1px;
  padding: 0 0 2px 16px;
  color: #000;
  font-size: 10px;
  font-family: Arial;
  display: block;
  }



/*
****************************************
***************   Menu   ***************
****************************************
*/

#hlavni-menu
  {
  height:110px;
  width: 540px;
  border: 0px solid #ff0000;
  position: relative;
  top: 40px;
  left: 385px;
  }
  
#hlavni-menu img
  {
  float: left;
  width: 90px;
  border: 0px;
  }

.uzivatele-online
  {
  width: 250px;
  float: left;
  margin-right: 25px;
  display: inline;
  }


#navcontainer
  {
  position: relative;
  top: -21px;
  }
 
ul#pomocne-menu
  {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  }

#pomocne-menu li
  {
  display: inline;
  list-style-type: none;
  }

#pomocne-menu a
  {
  padding: 6px 10px;
  }

#pomocne-menu a:link, #pomocne-menu a:visited
  {
  color: #fff;
  background: #474747;
  text-decoration: none;
  }

#pomocne-menu a:hover
  {
  color: #A3C889;
  background: #474747;
  text-decoration: none;
  border-bottom: 3px solid #A3C889;
  }



/*
****************************************
**********   Spodni tabulky   **********
****************************************
*/

.posledni-forum
  {
  /* margin-bottom: 20px; */
  /* height: 1%; */
  }
  
.posledni-forum div
  {
  padding: 0px 12px 0px 12px;
  }
  
.image-tabulka
  {
  background: transparent url(../soubory/bg_image-tabulka.jpg) no-repeat bottom left;
  margin-bottom: 20px;
  height: 1%;
  }
  
.image-tabulka div
  {
  background: transparent url(../soubory/bg_image-tabulka_top.jpg) no-repeat;
  padding: 12px 12px 0 12px;
  }

.topic-list-technika
  {
  margin-bottom: 0;
  }
  
.topic-list-technika a
  {
  background: transparent url(../soubory/forum-technika.jpg) no-repeat 0 50%;
  padding: 5px 5px 5px 54px;
  color: #680400;
  }
  
.topic-list-technika a:hover
  {
  background-color: Transparent;
  }
  
.topic-list-technika a span
  {
  margin: 0;
  padding: 0;
  color: #000;
  }

.topic-list-cestovani
  {
  margin-bottom: 0;
  }
  
.topic-list-cestovani a
  {
  background: transparent url(../soubory/forum-cestovani.jpg) no-repeat 0 50%;
  padding: 5px 5px 5px 54px;
  color: #680400;
  }
  
.topic-list-cestovani a:hover
  {
  background-color: Transparent;
  }
  
.topic-list-cestovani a span
  {
  margin: 0;
  padding: 0;
  color: #000;
  }

.topic-list-software
  {
  margin-bottom: 0;
  }

.topic-list-software a
  {
  background: transparent url(../soubory/forum-software.jpg) no-repeat 0 50%;
  padding: 5px 5px 5px 54px;
  color: #680400;
  }
  
.topic-list-software a:hover
  {
  background-color: Transparent;
  }
  
.topic-list-software a span
  {
  margin: 0;
  padding: 0;
  color: #000;
  }

.topic-list-navrhy
  {
  margin-bottom: 0;
  }
  
.topic-list-navrhy a
  {
  background: transparent url(../soubory/forum-navrhy.jpg) no-repeat 0 50%;
  padding: 5px 5px 5px 54px;
  color: #680400;
  }
  
.topic-list-navrhy a:hover
  {
  background-color: Transparent;
  }
  
.topic-list-navrhy a span
  {
  margin: 0;
  padding: 0;
  color: #000;
  }



/*
****************************************
*************   Nahledy   **************
****************************************
*/
 
.last
  {
  float: left;
  width: 150px;
  height: 280px;
  margin: 10px;
  margin-top: 0px;
  text-align: center;
  border: 0px solid #000000;
  }

.border-image
  {
  padding-left: 11px;
  display: table-cell;
  vertical-align: bottom;
  width: 160px;
  height: 150px;
  }

.border-popis
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  color: #000000;
  margin-left: 13px;
  margin-top: 0px;
  position: relative;
  z-index: 10;
  height: 80px;
  }
  
.last-img
  {
  border: 1px solid #000000;
  }
  
  
  
/*
****************************************
*******   Formular prihlaseni   ********
****************************************
*/

#topbar input
  {
  width: 100px;
  font-size: 10px;
  float: left;
  margin-right: 10px;
  border: 1px solid #d4b3c0; 
  background: #7e465d;
  color: #ffffff;
  padding-left: 2px;
  }
  
  
  
/*
****************************************
**********   Mapa stranek   ************
****************************************
*/

#mapa-stranek
  {
  padding-top: 25px;
  margin: 0 0 25px 0;
  }
 
#mapa-stranek li
  {
  list-style-type: disc;
  }
  
#mapa-stranek ul ul li
  {
  list-style-type: circle;
  margin-left: 30px;
  }
  
#mapa-stranek ul ul ul li
  {
  list-style-type: square;
  margin-left: 60px;
  }
  
  
  
/*
****************************************
***********   Komentare   **************
****************************************
*/

.comments_grey1
  {
  background-color: #8b6765;
  border: #000000 1px solid;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  }
  
.comments_grey2
  {
  background-color: #430401; /* 430401 */
  border: #000000 1px solid;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  }
  
.comments_grey3
  {
  background-color: #8b6765;
  border: #000000 1px solid;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  }
  
.comments_grey4
  {
  background-color: #e0ddc8;
  border: #000000 1px solid;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  }  

.comments_nogrey
  {
  margin-left: 20px;
  margin-bottom: 10px;
  }

.comments_image
  {
  width: 60px;
  vertical-align: top;
  }

.comments_rating
  {
  width: 50px;
  text-align: center;
  vertical-align: top;
  }

.comments_text
  {
	font-size: 8pt;
	color: #445566;
	text-align: justify;
	padding: 1px;
	vertical-align: top;
  }
  
.comments_text a, .comments_text a:link, .comments_text a:hover, .comments_text a:visited
  {
  color: #000000;
  }

.comments_date
  {
	font-size: 8pt;
	font-weight: normal;
	color: #445566;
	padding: 1px;
	text-align: left;
  }
  
.comments_rate
  {
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-align: left;
  }

.comments_autor
  {
	font-size: 8pt;
	font-weight: bold;
	color: #E4E0CE;
	padding: 1px;
	text-align: left;
	height: 15px;
	vertical-align: top;
  }

#komentare
  {
  width: 830px;
  border: 0px solid #aaaaaa;
  margin-top: 0px;
  background: #efefef;
  }



/*
****************************************
************   Napoveda   **************
****************************************
*/
  
.help
  {
  border: 0px solid #aaaaaa;
  margin-bottom: 20px;
  text-align: justify;
  }

.help ul
  {
  margin-left: 20px;
  }

#help
  {
  border: 0px solid #aaaaaa;
  margin-top: 0px;
  background: #efefef;
  }

#help p
  {
  text-align: justify;
  }
  
.help li
  {
  padding-bottom: 5px;
  list-style-type: disc;
  }
  
.decimal li
  {
  list-style-type: decimal;
  }
  
.seznam-none li
  {
  list-style-type: none;
  }



/*
****************************************
***********   Registrace   *************
****************************************
*/
 
.registrace-formular
  {
  float: left;
  width: 800px;
  position: relative;
  top: -30px;
  }
  
.input-cell
  {
  width: 700px;
  height: 20px;
  float: left;
  text-align: left;
  margin: 5px;
  }
  
.input-text
  {
  width: 200px;
  float: left;
  text-align: right;
  margin-right: 10px;
  background: none;
  position: relative;
  top: 3px;
  color: #000000;
  }

.input-input
  {
  width: 290px;
  float: left;
  text-align: left;
  background: none;
  }
  
.input-text-public
  {
  width: 200px;
  float: left;
  text-align: right;
  margin-right: 10px;
  background: none;
  position: relative;
  top: 3px;
  color: #000000;
  }

.input-input-public
  {
  width: 290px;
  float: left;
  text-align: left;
  background: #fa9999;
  }

.check-box
  {
  background: #ffffff;
  border: 0px;
  }
  
#registrace-podminky li
  {
  list-style-type: disc;
  padding: 5px;
  font-size: 12px;
  }
  


/*
****************************************
****   Rozbalení všech fotografií   ****
****************************************
*/

.continue
  {
  margin-top: -10px;
  width: 400px;
  float: right;
  text-align: right;
  }
  
.continue-img
  {
  margin-top: -12px;
  float: right;
  text-align: right;
  margin-right: 10px;
  }
  
.continue-inner
  {
  position: relative;
  margin-right: 30px;
  }



/*
****************************************
**************   Clanky   **************
****************************************
*/
  
.nadpis-overal
  {
  border: 0px solid #aaaaaa;
  padding: 5px;
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
  }



/*
****************************************
*************   Formulare   ************
****************************************
*/

#formulare
  {
  padding: 10px;
  }

#formulare input
  {
  background: #fbf9ec;
  border: 1px solid #000000;
  margin: 3px;
  padding: 2px;
  }
  
#formulare textarea
  {
  background: #fbf9ec;
  border: 1px solid #000000;
  margin: 3px;
  padding: 2px;
  }  
  
#formulare .input-no
  {
  border: 0px;
  margin: 0;
  padding: 0;
  }






#iewarn {
  position: absolute;
  left: 50%;
  top: 205px;
  display: block;
  width: 575px;
  padding: 7px;
  background: #ffffcc;
  font-size: 1.8em;
  color: #334433;
  margin: 0 0 0 -170px;
  text-align: left;
  border: 1px #000 solid;
  z-index: 99;
  font-weight: bold;
  }
  
#iewarn a, #iewarn a:visited {text-decoration: underline;}



.reklama, .reklama a, .reklama a:visited {color: red; font-weight: bold;}

.reklama-komenty {position: relative; left: -150px; top: -22px;}
