body {
  margin: 0px;
  padding: 0px;
  background: #cef8ff;
  color: #000;
  font-family: Verdana,Arial,'Trebuchet MS';
  font-size: 0.68em;
}

a {
  color: #000;
  text-decoration: none;
}
h1 {
  font-size: 260%;
  margin: 0px;
  padding: 0 0 5px;
}
h2 {
  font-size: 260%;
  margin: 0px;
  padding: 0 0 5px;
}
h3 {
  font-size: 180%;
  margin: 0px;
  padding: 0 0 5px;
}
h4 {
  font-size: 160%;
  margin: 0px;
  padding: 0 0 5px;
}
  /* pro hooky */
  h1 input {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
  }
  h2 input{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
  }
  h3 input{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
  }
  h4 input{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
  }

p {
  margin: 0px;
  padding: 0 0 10px;
}
img {
  border: none;
}
ul {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
  ul li {
    padding: 2px 0 2px 20px;
    margin: 0px;
    font-size: 100%;
    line-height: 16px;
    list-style-type: none;
    background: url(../images/li_bullet.gif) left 6px no-repeat;
  }

/* zarovnání*/
.clearer {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.strong {
  font-weight: bold;
}
img.fleft {
  margin: 0 10px 0 0;
}
img.fright {
  margin: 0 0 0 10px;
}
.middle {
  vertical-align: middle;
}

/*barvy*/
.red {
  color: #F00;
}
.green {
  color: #0F0;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/* šířky elementů */
.width_50 {
  width: 50px;
}
.width_100 {
  width: 100px;
}
.width_150 {
  width: 150px;
}
.width_170 {
  width: 170px;
}
.width_200 {
  width: 200px;
}
.width_250 {
  width: 250px;
}
.width_330 {
  width: 330px;
}
.width_350 {
  width: 350px;
}
.width_400 {
  width: 400px;
}
.width_540 {
  width: 540px;
}
.width_100p {
  width: 100%;
}

input {
  margin: 1px 0;
}


/* tlačítka */
.button {
  display: inline-block;
  width: 71px;
  height: 20px;
  line-height: 20px;  
  padding: 0px;
  margin: 0px;  
  text-align: center;
  background: #e82893;
  border: none;
  color: #FFF;
  font-size: 100%;
}
  .button:hover {
    color: #FFF;
    background: #e82893;
  }

.search_text {
  display: inline-block;
  float: left;
  width: 144px;
  padding: 0 3px;
  margin: 0 5px;
  border: none;
  height: 20px;
  line-height: 20px;
  background: url(../images/search_text.gif) no-repeat;
}

/* LAYOUT */
#page {
  position: relative;
  background: url(../images/page_bg.gif) center bottom repeat-y;
}
  #page_content {
    position: relative;
    width: 870px;
    margin: 0px auto;
    background: url(../images/page_bg.gif) center bottom repeat-y;
  }
    #header {
      width: 100%;
      height: 232px;
      position: relative;
      background: url(../images/header_bg.jpg) no-repeat;
    }
      #logo {
        position: absolute;
        width: 100%;
        height: 180px;
        left: 0px;
        top: 0px;
      }
			#search_form {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10;
      }
			#main_navigation {
        position: absolute;
        left: 0px;
        bottom: 9px;
        padding: 0 0 0 5px;
        height: 41px;
        line-height: 41px;
        color: #FFF;
        font-size: 100%;
			}
				#main_navigation a {
	        display: inline-block;
        	color: #FFF;
        	height: 41px;
          text-decoration: none;
				}
				#main_navigation a span {
		      display: inline-block;
		      float: left;
		      height: 100%;
		      cursor: pointer;
				}
					#main_navigation a span.nav_left {
		        width: 2px;
					}
					#main_navigation a span.nav_text {
		        padding: 0 15px;
					}
					#main_navigation a span.nav_right {
		        width: 2px;
		        background: url(../images/navigation_right.gif) no-repeat;
					}
				#main_navigation a.active {
	        display: inline-block;
				}
					#main_navigation a.active span.nav_left {

					}
					#main_navigation a.active span.nav_text {

					}
					#main_navigation a.active span.nav_right {

					}

  #main {
    position: relative;
    width: 870px;
    background: url(../images/main_bg.gif) repeat-y;
  }

    #first_column {
      position: relative;
      float: right;
      width: 490px;
      padding: 30px;
    }
      #first_column a{
        color: #3e7cab;
        /*#6BBFFF*/
      }
      #first_column .search_form {
        position: relative;
  		  width: 100%;
  		  height: 35px;
  		  margin: -30px 0 30px -30px;
  		  padding: 60px 30px;
        background: url(../images/blue_block.gif) repeat-x;
      }
        #first_column .search_form form {
          position: absolute;
    		  bottom: 50px;
    		  right: 30px;
        }
    #second_column {
      position: relative;
      float: left;
      width: 279px;
      padding: 30px 20px;
    }
      #second_column a {

      }

    #third_column {
      position: relative;
      float: left;
      width: 180px;
    }
    
    #min_height_500 {
      height: 500px;
      float: left;
    }

  #footer {
    margin: 0px auto;
    background: url(../images/footer_bg.gif) center top repeat-x;
    position: relative;
  }
    #footer_content {
      width: 830px;
      padding: 20px;
      margin: 0px auto;
      background: #2a2c2e;
      position: relative;
      color: #FFF;
    }
      #footer_content a {
        color: #FFF;
      }  
      #footer_content p {
        display: inline;
      }

/* MODULY */


/* tree navigation */
      #tree_navigation {
        font-size: 180%;
        padding: 0 0 0 40px;
        margin: 0 0 20px 0;
      }
        #tree_navigation ul {
        
        }
          #tree_navigation ul li a.selected {
            color: #FFF;
          }

/* články */
.clanky_content {

}
  /* krátký článek */
  .short_clanek {
    padding: 0 0 0 30px;
  }
  .datum {
    font-size: 90%;
  }
  .short_clanek h3 {
    background: url(../images/h2_bullet.gif) 2px 0 no-repeat;
    padding-left: 30px;
    margin-left: -30px;
  }
    .short_clanek h3 a {
      color: #000!important;
    }

  /* celý článek */
  #clanek_full {
  
  }
    .head_image {
      width: 100%;
    }
    #clanek_full  .short_text {
 
    }
    #clanek_full  .soubory_content {
      margin: 0 0 15px;  
    }
    #clanek_full  .galerie_content {
      margin: 0 0 0px;
    }
    #clanek_full  .diskuse_content {
      margin: 0 0 15px;  
    }

/* fotogalerie */
.galerie_content {

}
  .galerie_content .galerie_image {
    width: 115px;
    margin: 0 10px 10px 0;
    float: left;
  }
    .galerie_content a {
      text-decoration: none;    
    }
      .galerie_content a img {
        border: 7px solid #EEE;
      }

/* profil */
.profil {
  
}
  .profil label {
    display: inline-block;
    text-align: left;
    margin: 1px 2px 1px 0;
    width: 100px;
  }
  .profil input {
    margin: 1px;
  }
  
/* tagcloud */
.tagcloud {
  margin: 0 0 20px 0;
}
  .tagcloud a {
    margin: 0 5px;
    display: inline-block;
  }
  .tagcloud a.size_1 {
    font-size: 80%;
  }
  .tagcloud a.size_2 {
    font-size: 90%;
  }
  .tagcloud a.size_3 {
    font-size: 100%;
  }
  .tagcloud a.size_4 {
    font-size: 120%;
  }
  .tagcloud a.size_5 {
    font-size: 140%;
  }
  .tagcloud a.size_6 {
    font-size: 170%;
  }
  .tagcloud a.size_7 {
    font-size: 200%;
  }

/* diskuse */

.diskuse_content {
  
}
  .diskuse_content .thread {

  }
  /* strom komenářů */
  .diskuse_content .thread_level_0 { padding: 0 0 0 0px; }
  .diskuse_content .thread_level_0 .komentar_text { width: 408px; }
    .diskuse_content .thread_level_1 { padding: 0 0 0 10px; }
    .diskuse_content .thread_level_1 .komentar_text { width: 398px; }
      .diskuse_content .thread_level_2 { padding: 0 0 0 10px; }
      .diskuse_content .thread_level_2 .komentar_text { width: 388px; }
        .diskuse_content .thread_level_3 { padding: 0 0 0 10px; }
        .diskuse_content .thread_level_3 .komentar_text { width: 378px; }
          .diskuse_content .thread_level_4 { padding: 0 0 0 10px; }
          .diskuse_content .thread_level_4 .komentar_text { width: 368px; }
            .diskuse_content .thread_level_5 { padding: 0 0 0 10px; }
            .diskuse_content .thread_level_5 .komentar_text { width: 358px; }
              .diskuse_content .thread_level_6 { padding: 0 0 0 10px; }
              .diskuse_content .thread_level_6 .komentar_text { width: 348px; }
                .diskuse_content .thread_level_7 { padding: 0 0 0 10px; }
                .diskuse_content .thread_level_7 .komentar_text { width: 338px; }
                  .diskuse_content .thread_level_8 { padding: 0 0 0 10px; }
                  .diskuse_content .thread_level_8 .komentar_text { width: 328px; }
                    .diskuse_content .thread_level_9 { padding: 0 0 0 10px; }
                    .diskuse_content .thread_level_9 .komentar_text { width: 318px; }
                      .diskuse_content .thread_level_10 { padding: 0 0 0 10px; }
                      .diskuse_content .thread_level_10 .komentar_text { width: 308px; }
                        .diskuse_content .thread_level_11 { padding: 0 0 0 10px; }
                        .diskuse_content .thread_level_11 .komentar_text { width: 298px; }
                          .diskuse_content .thread_level_12 { padding: 0 0 0 10px; }
                          .diskuse_content .thread_level_12 .komentar_text { width: 288px; }

  .diskuse_content .komentar {
    padding: 10px;
    background: #F9F9F9;
    margin: 0 0 5px;
  }
    .diskuse_content .komentar .komentar_user_info {
      width: 50px;
      float: left;
    }
    .diskuse_content .komentar .komentar_text {
      float: left;
    }
    .diskuse_content .komentar .komentar_meta {
      border-bottom: 1px solid #EEE;
    }

/* search resultr */
.search_results {
  
}
  .search_results li {
    margin: 0 0 15px;
  }
  
/* PAGER */
.PagerClass {
  height: 20px;
}
.PagerClass a, .PagerClass span {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 120%;
  font-weight: bold;
  color: #777777;
  text-decoration: none;
}
  .PagerClass a:hover {
    color: #cccccc;
  }
.PagerClass span.actual {
  width: 8px;
  color: #cccccc;
}

/* předchozí a další*/
.PagerClass a.next {
  width: 8px;
  background: url(../images/next.gif) center no-repeat;
}
  .PagerClass a.next:hover {
    background: url(../images/next_disabled.gif) center no-repeat;
  }
.PagerClass a.previous {
  width: 8px;
  background: url(../images/previous.gif) center no-repeat;
}
  .PagerClass a.previous:hover {
    background: url(../images/previous_disabled.gif) center no-repeat;
  }
.PagerClass span.next {
  width: 8px;
  background: url(../images/next_disabled.gif) center no-repeat;
}
.PagerClass span.previous {
  width: 8px;
  background: url(../images/previous_disabled.gif) center no-repeat;
}

/* první a poslední */
.PagerClass a.first {
  width: 14px;
  background: url(../images/first.gif) center no-repeat;
}
  .PagerClass a.first:hover {
    background: url(../images/first_disabled.gif) center no-repeat;
  }
.PagerClass a.last {
  width: 14px;
  background: url(../images/last.gif) center no-repeat;
}
  .PagerClass a.last:hover {
    background: url(../images/last_disabled.gif) center no-repeat;
  }

.PagerClass span.first {
  width: 14px;
  background: url(../images/first_disabled.gif) center no-repeat;
}
.PagerClass span.last {
  width: 14px;
  background: url(../images/last_disabled.gif) center no-repeat;
}

/* box pro hlášky */
.message {
  background: #caffc4;
  border: 1px solid #0e9600;
  display: block;
  padding: 5px;
  margin: 10px 0;
  font-weight: bold;
}
.message_red {
  background: #ffbfbf;
  border: 1px solid #a10000;
  display: block;
  padding: 5px;
  margin: 10px 0;
  font-weight: bold;
}

