@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_fixed_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_fixed_seo"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(./../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(./../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_3col_advanced.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(./../yaml/print/print_100_draft.css);



/* hlavni stranka - prehled novinek */

 /* cely hlavni blok novinek */
 #col1_news {
    background: #E9BC00;
    padding: 7px;
  }
  
  /* logo novinky */
  #col1_news .title_img img {
    border: 2px solid black;                
  }
  
  /* blok s logem u novinek */
  #col1_news .title_img {
    padding-left: 15px; 
    width: 120px;
    display: block;
    float: left;    
    text-align: left;
  }
    
  /* excerpt */
  #col1_news .title_excerpt {    
    display: block;
    float: left;
    width: 360px;    
  }
  
  
  
  .post_title a {
    font-size: 110%;
    overflow:hidden;
  	padding-top: 8px;
    padding-left: 15px;  	  	      
  	clear: both;
    color: white;	
  }
  
  
  .post_title a:visited {
    color: white;
  }
  
  
  .postFooter {
  	overflow:hidden;       	
  	clear: both;
  }
  
  
  
  .postReadMore a {
  	line-height: 10px;
  	color: white;
    font-weight: normal;
  }
  
  a.postReadMore:visited {
  	color: #f9f9f9;
  }
  
  
  a.postReadMore {
  	color: white;  	
  }
  
  

  .postReadMore:hover {
  	text-decoration:none;
  }