/*
Theme Name:     Dziecko_tt
Description:    Motyw dziecka
Author:         Pawel
Template:       twentytwelve
Version:        10.0.1
*/
@import url("../twentytwelve/style.css");
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

.center {
    text-align: center;
}
/*
a ,h1,h2,h3,h4{
	font-family: "oxygen" !important;
}
*/
a, h1,h2,h3,h4{
    font-family: "Open Sans", "Oxygen", Helvetica, Arial, sans-serif !important;
}
.site-title a {
	font-weight: bold !important;
}

.cookie {
 background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
    /*border: 1px solid rgba(51, 51, 51, 1);*/
    /*border-radius: 5px 5px 0 0;*/
    bottom: 0;
    color: #F0F0F0;
    display: none;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.9;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.cookie-button {
	background-color: #00AFBF; 
	padding: 3px 10px; 
	color: #FFF; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
	cursor: pointer;
}

/* reklama w topie*/
.reklama {
    position: absolute;
    right: 10px;
    top: 30px;
}
.site-header {
    position: relative;
}

body {
    background-color: #e6e6e6;
    background-image: url('images/tlo.gif');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
}

.site-header h3 {
    font-size: 26px !important;
    font-size: 1.857142857rem !important;
    color: #515151;
    text-shadow: 1px 1px 1px #21759B;
    line-height: 1.846153846 !important;
}

.site-header h1 {
    font-size: 26px !important;
    font-size: 1.857142857rem !important;
    color: #515151;
    text-shadow: 1px 1px 1px #21759B;
    line-height: 1.846153846 !important;
}


/*ustawienie koloru*/
a {
    outline: none;
    color: #21759b;
}

.site-header h3 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h3 a:hover {
    color: #21759b;
}


.site-header h1 a:hover,
.site-header h3 a:hover {
    color: #21759b;
}

.widget-area .widget h3 {
    margin-bottom: 12px;
    margin-bottom: 0.414285714rem;
    color: #21759B !important;
}
.widget-area .widget a {
    font-family: "Oxygen", "Open Sans" !important;
}
.widget-area .widget a:visited {
    color: #757575 !important;
}

.main-navigation a:hover {
    color: #21759b;
}
.entry-title a, h1.entry-title {
 color: #21759b;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #21759B;
    font-weight: bold;
}

/* ustawienie czcionki treści posta*/
div.entry-content {
    color: #222222 !important;
    font-family: "oxygen","Arial",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1em;
    line-height: 1.53;
    min-height: 3em;
    padding-bottom: 1px;
    word-spacing: 1pt;
}

/*margin dla thumbnails*/
img.wp-post-image {
    margin: 0 0 1.714285714rem !important;
}
