/*
Theme Name: Lubošova Twenty Twelve Child theme
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme.
Author: Your Name
Author url: http://yoursite.com/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

/* Increase theme width to 1000px */
@media screen and (min-width: 960px) { 
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
}
.ie .site { max-width: 1000px; }

footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
}

/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 20%;
    }

}

/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}

/* zmenší Header horný okraj */
.site-header {
	padding: 2px 0;
	padding: 0.14285714rem 0;
}

/* zmenší horný okraj pre obrázok */
.header-image {
	margin-top: 10px;
	margin-top: 0.71428571rem;
}

/* zmenší dolné riadkovanie pre h3 vo widget area*/
.widget-area .widget h3 {
	margin-bottom: 3px;
	margin-bottom: 0.21428571rem;
}

/* Zmenší dolné riadkovanie widgetu */
.widget-area .widget {
	margin-bottom: 12px;
	margin-bottom: 0.85714286rem;
}