/*   
Theme Name: Svatba Theme
Theme URI: http://thematictheme.com/
Description: Use this theme to start your Thematic Child Theme development.
Author: Vojtech Horak
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url("reset.css");

/* Apply basic typography styles */
@import url("typography.css");

/* Apply a basic layout */
@import url("2c-r-fixed.css");

/* Apply basic image styles */
@import url("images.css");

/* Apply default theme styles and colors */
@import url("default.css");

/* Prepare theme for plugins */
@import url("plugins.css");

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }

@font-face {
    font-family: 'BohemianTypewriter';
    src: url("bohemian_typewriter-webfont.eot");
    src: url("bohemian_typewriter-webfont.eot") format('embedded-opentype'),
         url("bohemian_typewriter-webfont.woff") format('woff'),
         url("bohemian_typewriter-webfont.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;

}

body, input, textarea {
	font-family: 'BohemianTypewriter';
	font-size: 11pt;
}

#footer {
	display: none;
}

body {
    min-width:720px;
}

#main {
	width:720px;
}

.home.page #container {
    width:700px;
    float:left;
	overflow:visible;
}

.home.page #content {
    margin:0 0 0 10px;
    width:700px;
    overflow:visible;
}

ul ul {
    list-style: circle outside none;
}

.entry-content h3 {
    font-size: inherit;
    font-style: inherit;
    margin-bottom: 0;
	padding: 0;
	text-decoration: underline;
}
