/*
 Theme Name:   Cech Theme
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Cech Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("../twentyfourteen/style.css");
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700&subset=latin-ext);


body {
width: 1260px;
margin-left: auto;
margin-right: auto;
font-family: 'Titillium Web', sans-serif !important;
}

#page {
border-right: solid 1px #e3e3e3;
border-left:solid 1px #e3e3e3;
}

.primary-navigation a {
color: #909090;
font-size: 16px;
}

.site-navigation .current_page_item > a, 
.site-navigation .current_page_ancestor > a, 
.site-navigation .current-menu-item > a, 
.site-navigation .current-menu-ancestor > a {

font-weight:900;

}


.top {
height:4px;
background: url("images/top.jpg");
}


.site:before {
background-color: #f0f0f0;

}

.secondary-navigation, 
.secondary-navigation ul ul {
width: 334px;
margin:0;
}



#secondary {
/*162*/
width: 334px;
color: #000;
/* border: solid 1px red; */
padding: 0;
}

#main {
border-top:solid #e4e4e4 10px;
}

#megaMenu.megaFullWidth {
width: 100%;
margin-top: -10px;
}

.site-content, .site-main .widecolumn {
/* margin-left: 222x; */
/* margin-left: 394px; */
margin-top:-60px;
/* margin-left:-80px !important; */
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto;
max-width: 980px;
}

.featured-content {
padding-left: 394px;
}

#logo {
height: 368px;
width: 334px;
float:left;
}

#slider {
height: 368px;
width:923px;
float:right;

/* border: 1px solid red; */
}

input, textarea {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 13px 10px 14px;
}


.site-header {
background-color: #fff;
}

li.zielony {
border-top: 10px solid #82b965 !important; 
}


li.pomaranczowy {
border-top: 10px solid #d24d33 !important; 
}


li.niebieski {
border-top: 10px solid #3b8dbd !important; 
}
.site-content {

margin-left: 334px;
}


.archive-title, .page-title {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
margin-left: -200px;
}


.site:before {
width: 334px;
}

#search {
	width: 334px;
	float:left;
}

.header-main {
padding:0;
}

.site-info {
background-color: #333333;
padding-left: 20px;
padding-right: 20px;

}



#stopka-1, 
#stopka-2, 
#stopka-3, 
#stopka-4 {
font-size: 14px;
color: #eaeaea;
margin-top: 10px;
width : 24%;
float:left;
margin-left:10px;
} 


.post-navigation, .image-navigation {
/* margin: 24px auto 48px; */
max-width: 90%;
padding: 0 10px; */
}





