/**
 * Theme Name: Prototype Child
 * Theme URI: http://themehybrid.com/themes/prototype
 * Description: A child theme of the Prototype parent theme.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: prototype
 */

/* Importing the parent theme stylesheet. */
@import url( '../prototype/style.css' );

body {
padding-top: 10px;
}

/* Images in h5 */
a img {
border: none;
}

h5 {
margin: 10px;
padding: 0;
line-height: 1.3em;
font-size: 0.85em;
font-weight: normal;
text-align: center;
}

h5 img {
padding: 5px;
background-color: white;
border: 1px solid silver;
}

h5.right, h5.alignright {
margin: 2px 0 2px 10px;
text-align: center;
font-weight: normal;
float: right;
}

h5.left, h5.alignleft {
margin: 2px 10px 2px 0;
text-align: center;
font-weight: normal;
float: left;
}

h5.center {
text-align: center;
font-weight: normal;
}

h5.center img {
margin: 0 auto;
}

h5 a {
text-decoration: none !important;
color: #696969;
}

h5.noborder img {
border: none;
}

#language_option {
margin: 0 auto;
width: 980px;
text-align: right;

}

#language_option ul {
list-style: none outside none;
margin: 0;
}

#language_option li {
float: left;
padding: 2px;
padding-bottom: 5px;
}

#trieda {
float: right;
}

#trieda a { 
text-decoration: none;
border-bottom: 0;
}

a.logo {
text-decoration: none;
border-bottom: 0;
}

/* 20120613 alec mods */

b {font-weight: bold;}



