/*   
Theme Name: Obsivac's personal page
Theme URI: 
Description: Hand-made on the top of Thematic framework.
Author: Tomáš Obšívač
Author URI: http://toob.aurix.cz/
Template: thematic
Version: 0.1
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* ul.socials {
   margin-bottom: 11px;
} */

h3.widgettitle {
   font-style: normal;
   font-weight: bold;
   padding-bottom: 11px;
}

#header {
   background: transparent url(/wp/wp-content/themes/obsivac/karikatura.png) 800px -5px no-repeat;
}
#branding {
   padding: 44px 0 22px 0;
}
#blog-title { font-size: 30px; }

#header {
   background-color: #eee;
}

.menu .sf-menu li { background-color: #ddd; }
.menu .sf-menu li.current_page_parent, .menu .sf-menu li.current_page_item {
   background-color: #fff;
}


#footer {
    background-color: #eee;
    color: #eee;
    border-top:1px solid #ddd;
    margin-top:22px;
}

   #footer li img { position: relative; top: 2px; }

#siteinfo {
   padding: 22px 0;
}

#twitter-3 {
   background: transparent url(/wp/wp-content/themes/obsivac/twitter-bird-5.png) 100% -8px no-repeat;
}

.entry-utility { margin: 22px 0; }

