/* --------------------------------------------------------------------------------------------
    Autor: Jan Dousek (jan.dousek@edvens.cz)
    Posledni uprava: 18.9.2011
    Struktura: rozmery, pozice, vrstvy, pozadi, ramecky, pisma, barvy, kurzory
-------------------------------------------------------------------------------------------- */

/*  FRAMEWORK  -------- */
*{margin:0;padding:0;line-height:100%;font-size:100%;}
.no-screen,hr,legend,.print{display:none;}
li{list-style:none;}
fieldset{border:none;}
input,textarea{font:1em Arial,Helvetica,sans-serif;}
img{border:none;}

/*  GLOBALNI DEFINICE  -------- */
body{background:#36031a url('../img/body.png') repeat-x;font:75% Arial,Helvetica,sans-serif;color:#fff;}
a{color:#e7267d;}

/*  HLAVICKA  -------- */
.header{margin-bottom:20px;padding:15px 15px 0 15px;background:#bc3a81 url('../img/header.png') left bottom repeat-x;text-shadow:1px 1px 0 #6d1541;color:#f7aed4;}

/*  LOGO */
.header h1{margin-bottom:4px;font-size:1.7em;}
.header h1 a{text-decoration:none;color:#fff;}

/*  MOTTO  */
.header p{margin-bottom:13px;font-style:italic;}

/*  NAVIGACE  */
.header ul{width:327px;overflow:hidden;font-size:1.2em;font-weight:bold;}
.header ul li{float:left;margin-right:3px;}
.header ul li a{display:block;padding:10px 13px 12px 13px;background:#961b56 url('../img/header-ul-li-a.png') repeat-x;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;text-decoration:none;text-shadow:1px 1px 0 #bb387f;color:#310319;}
.header ul li a.ac{background:#200213 url('../img/header-ul-li-a_ac.png') repeat-x;text-shadow:none;color:#fff;}

/*  OBSAH  -------- */
.text{margin:0 15px 20px 15px;padding:13px 15px 5px 15px;background:#fff;border-radius:7px;color:#1c1c1c;}

/*  NADPISY  */
.text h2{margin-bottom:13px;font-size:1.5em;}
.text h2 strong{color:#bc3980;}
.text h3{margin:10px 0 7px 0;font-size:1.3em;color:#bc3980;}

/* BLOKY  */
.text p{margin-bottom:7px;line-height:150%;}
.text p.code{margin-bottom:12px;padding:7px 10px 8px 10px;background:#ba377d;border-radius:5px;text-align:center;text-shadow:1px 1px 0 #66113c;font-size:1.3em;font-weight:bold;color:#fff;}
.text p.code2{background:#300318;text-shadow:none;font-size:1.2em;}

/*  SEZNAMY  */
.text ul{margin:0 15px 15px 10px;}
.text ul li{margin-bottom:7px;padding-left:20px;background:url('../img/text-ul-li.png') left 2px no-repeat;line-height:140%;}

/*  INZERÁTY  -------- */
.ins{margin-bottom:10px;padding:10px 12px 0 12px;background:#ebebeb;border:1px solid #18020e;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:bold;color:#191919;}
.ins ul{font-weight:normal;}
.ins ul strong{color:#0b7ad9;}

/*  STRANKOVANI  -------- */
.paging{overflow:hidden;margin:0 0 10px 15px;}
.paging li{float:left;margin-right:5px;}
.paging li a{display:block;padding:4px 6px 5px 6px;background:#e553a3;border:1px solid #fb57b1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;color:#fff;}
.paging li a.ac{background:#19010e;border-color:#da2d8c;}

/*  TYPY  -------- */
.types{overflow:hidden;margin:0 0 10px 15px;}
.types li{float:left;margin-right:5px;}
.types li a{display:block;padding:6px 8px 7px 8px;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;}
.types li a.ac{background:#19010e;border-color:#da2d8c;}

/*  VOLNE NADPISY  -------- */
.title{margin:0 15px 10px 17px;font-size:1.6em;}

/*  KATEGORIE  -------- */
.cats{margin:0 15px 15px 15px;font-size:1.2em;font-weight:bold;}
.cats li{background:#961c56 url('../img/cats-ul-li.png') repeat-x;border:1px solid #6d1543;}
.cats li.first{border-bottom:none;border-radius:5px 5px 0 0;}
.cats li.last{border-top:none;border-radius:0 0 5px 5px;}
.cats li a{display:block;padding:12px 14px;background-position:right 5px;background-repeat:no-repeat;text-decoration:none;text-shadow:1px 1px 0 #3d061f;color:#ffc1e2;}

/*  IKONY */
.cats li.both a{background-image:url('../img/icons/both.png');}
.cats li.womans a{background-image:url('../img/icons/womans.png');}
.cats li.mens a{background-image:url('../img/icons/mens.png');}

/*  PATICKA  -------- */
.footer{clear:both;margin:10px 15px 10px 15px;padding:8px 10px;background:#230214;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-align:center;line-height:160%;font-size:0.9em;}

/*  MALE OBRAZOVKY  -------- */
@media handheld,only screen and (max-width: 280px),only screen and (max-device-width: 280px){img{display:none;}