
/*
Theme Name: Pokus2
Theme URI: 
Author: Autor
Author URI: 
Description: Moje sablona
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

body {
   margin:0;
   padding:0;
  
  }

h1, h2, h3 {
  
   
   }
   
a { 
    
    }
    
a:hover {
    
    }

#menu {
  
   list-style-type:none;
   
   }
#menu ul {


   }
#menu ul li{


   }
   
.obsah{  
   
   
   }
  
.prispevek {
   
   }

#sidebar-first{
  
   
   }
   
#paticka{
   
   }   
   
@media (max-width: 1200px) {
#menu {
   color: red;
   font-size: 80%;
   }
   }
   
   
@media (max-width: 800px) {
#menu {
   color: green;
      font-size: 50%;
      display: none;
   }
   }