/*
Theme Name: 	Kultura Dobra
Description: 	Szablon dla portalu Kultura Dobra.
Version: 	1.0
Author: 	Łukasz Mitura
Author URI: 	http://kobonk.pl
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
.article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }


body {
    background-color: #f7f7f7;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.2em;
    /*overflow: auto;*/
}

div#cookiewarning div#back {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #cc8214;
    font-weight: 600;
}
a:hover {
    color: #a36810;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    text-align: left;
    font-family: "Sanchez", "Georgia", "Times New Roman", serif;
    color: #19547f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}

h2 {
    font-size: 2em;
    line-height: 1.4em;
}


#site-header {
    color: #fff;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: url('./images/site-header.jpg') top left repeat-x #147ecc;
    display: block;
}
#site-header h1 {
    vertical-align: middle;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    line-height: 0em;
    font-size: 2.7em;
    font-weight: 300;
    padding: 0.8em 0 0.6em 0;
    margin: 0 0 0 10%;
    width: auto;
    display: inline-block;
}
#site-header h1 span {
    font-size: 0.4em;
    width: 18em;
    line-height: 1em;
    margin-left: 60px;
    color: #ddd;
    display: inline-block;
}
#site-header h1 img {
    margin: 0 0.3em 0 0;
}
#site-header h1 a {
    text-decoration: none;
    color: #fff;
    margin: 1.1em 0;
}
#site-header ul.menu {
    width: auto;
    font-size: 1.4em;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    float: right;
    clear: none;
    margin: 0 10% 0 0;
}
#site-header ul.menu li {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 2.8em 1em;
}
#site-header ul.menu li.current-menu-item {
    background: url('./images/current_menu_item.jpg') top left repeat-x #144366;
    font-weight: 400;
}
#site-header ul.menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}





body div#site-content {
    width: 100%;
    min-height: 130px;
    margin: 0;
    padding: 2em 0;
    background: url('./images/site-content.jpg') top left repeat-x transparent;
}
body div#site-content > h2 {
    display: inline-block;
    width: 57%;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.4em 10%;
}
body div#site-content > h2 .search_query {
    color: #cc8214;
}



#the-content {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px
}
#the-content > h2 {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}
h2 .search_query {
    color: #cc8214;
}

/* ARTYKUŁ */
.attachment-post-thumbnail, .attachment-thumbnail {
    border: 4px solid #19547f;
}

.article {
    width: 66%;
    display: inline-block;
    margin: 0 0 3em 0;
    padding: 0;
}
.article h2 {
    font-weight: 400;
    overflow: visible;
    line-height: 1em;
}
.article h2 img {
    width: auto;
    float: left;
    clear: none;
    margin: 0 1em 0 0;
}
.article h2 small {
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-size: 0.6em;
    color: #777;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 0.3em 0;
}
.article .time {
    display: block;
    margin: 2em 0;
    color: #777;
}
.article h2 .time {
    font-size: 0.5em;
    line-height: 1em;
    margin: 1em 0;
}
.article p {
    font-size: 1.2em;
    color: #333;
    line-height: 1.6em;
    margin: 0 0 1em 0;
}
.article p br {
    display: inline-block;
    margin: 0 0 1em 0;
}
.article p img {
    width: 100%;
    height: auto;
}
.article li {
    line-height: 1.6em;
    margin: 0 0 1em 1em;
    font-size: 1.2em;
    list-style: decimal;
    list-style-position: outside;
    padding: 0 0 0 1em;
}

.article p.footer {
    border-top: 1px solid #ddd;
    margin: 0.6em 0 0 0;
}
.article a.link-more {
    display: inline-block;
    text-align: right;
    width: 40%;
}
.article a.link-comments {
    display: inline-block;
    text-align: left;
    width: 59%;
}


/* STRONA GŁÓWNA */
#home-central {
    width: 66%;
    display: inline-block;
    margin: 0 0 3em 0;
    padding: 0;
}
#home-central > li.widget {
    margin: 0 0 2em 0;
    float: left;
    clear: left;
    width: 100%;
}
#home-central li h4 {
    margin: 0 0 1.3em 0;
}
#home-central li h4 a {
    color: #147ecc;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}
#home-central li h4 a img {
    border: 4px solid #bbb;
    margin: 0 1em 1em 0;
}
#home-central li .excerpt {
    line-height: 1.6em;
}
#home-central li a.read-more {
    display: block;
    width: 100%;
    text-align: right;
    margin: 1em 0;
}


#home-central .advanced_recent_posts_widget {
    font-size: inherit !important;
}
#home-central .advanced_recent_posts_widget h2 {
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 0.5em !important;
}
#home-central .advanced_recent_posts_widget .post-entry {
    padding: 0 !important;
    border: none !important;
    margin: 0 0 0.5em 0 !important;
    display: inline-block !important;
    width: auto !important;
}
#home-central .advanced_recent_posts_widget .post-entry img {
    margin: 0 !important;
    border: 4px solid #bbb;
    float: none;
}
#home-central .advanced_recent_posts_widget ul li.recent-post-item {
    float: left;
    clear: none;
    border: none;
    padding: 0;
    width: auto;
    text-align: left;
    margin: 0 1em 0 0;
    height: 260px;
    overflow: hidden;
}
#home-central .advanced_recent_posts_widget ul li.recent-post-item a.post-title {
    color: #147ecc;
    font-size: 1em;
    font-weight: 300;
    display: block;
    margin: 0 0 1em 0;
    width: 120px;
}

#home-central .flexslider {
    margin-bottom: 0;
}

.flex-viewport {
    border: 4px solid #19547f;
}
.flexslider-caption {
    text-align: left !important;
    bottom: 0px !important;
    height: 40px !important;
}
.flexslider-caption .flexslider-caption-inner {
    padding: 8px;
}
.flexslider-caption h2 {
    font-size: 1.8em !important;
    line-height: 1.2em !important;
    color: #fff;
}
#home-central .flexslider .flex-control-nav {
    bottom: 15px;
    text-align: right;
}
#home-central .flexslider .flex-control-paging li {
    margin: 0 10px 0 0;
}
#home-central .flexslider .flex-control-paging li a {
    background-color: #147ecc;
    border-radius: 0;
    color: #147ecc;
    cursor: pointer;
    display: block;
    height: 20px;
    text-align: center;
    width: 20px;
}
#home-central .flexslider .flex-control-paging li a.flex-active {
    background-color: #cc8214;
    color: #cc8214;
}


/* SIDEBAR */
#sidebar {
    width: 30%;
    float: right;
    clear: none;
    margin: 0;
}
#sidebar ul li.widget {
    margin: 0 0 2em 0;
}
#sidebar #searchform input {
    line-height: 1.1em;
    margin: 0;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-size: 1.1em;
    border: 4px solid #cc8214;
}
#sidebar #searchform #searchsubmit {
    float: right;
    clear: none;
    padding: 0.3em 1em;
    background: url('./images/button_search.png') center center no-repeat #cc8214;
    line-height: 1.25em;
    font-size: 3em\9;
    padding: 0.3em 0.4em\9;
}
#sidebar #searchform #s {
    background-color: #fff;
    padding: 0.3em;
    width: 50%;
}

#sidebar h2 {
    margin-top: 1em;
    line-height: 1.2em;
}



/* JAW WIDGET - jQuery Archive List */
#sidebar .jaw_widget a {
    font-weight: 400;
    color: #333;
}
#sidebar .jaw_widget a:hover {
    color: #19547f;
}
#sidebar .jaw_widget li {
    line-height: 1.4em;
    margin: 1em 0;
}
#sidebar .jaw_widget li ul {
    padding: 0 0 0 3em;
}

#sidebar .jaw_widget li.expanded > a {
    font-weight: 600;
    color: #cc8214;
}
#sidebar .jaw_widget li.expanded > a:hover {
    color: #dc9224;
}

/* MOST COMMENTED */
#sidebar .widget_most_popular_posts .most-commented {
    margin: 1em 0 0 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
#sidebar .widget_most_popular_posts .most-commented li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 1.3em 0;
}
#sidebar .widget_most_popular_posts .most-commented li:first-child {
    border-top: none;
}
#sidebar .widget_most_popular_posts .most-commented li a {
    font-family: "Sanchez", "Georgia", "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: 400;
    color: #000;
}
#sidebar .widget_most_popular_posts .most-commented li a:hover {
    color: #19547f;
}
#sidebar .widget_most_popular_posts .most-commented li span {
    float: right;
    clear: none;
    width: auto;
    font-size: 1.4em;
    color: #cc8214;
}
#sidebar .widget_most_popular_posts .most-commented li small {
    color: #147ecc;
    display: inline-block;
    width: 100%;
    font-size: 1em;
}
#sidebar .widget li.link-more {
    text-align: right;
    border-bottom: none;
}
#sidebar .widget li.link-more a {
    text-decoration: none;
    color: #cc8214;
    font-weight: 600;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
#sidebar .widget li.link-more a:hover {
    color: #a36810;
}


/* KOMENTARZE */
#comments {
    margin: 2em 0 0 0;
    border-top: 1px solid #ddd;
    padding: 2em 0 0 0;
}
#comments img {
    height: auto !important;
    width: auto !important;
}
#comments h2 {
    line-height: 2em;
}
#comments h4 {
    margin: 0 0 1em 0;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
}
#comments h4 a {
    color: #cc8214;
    font-weight: 600;
}
#comments h4 .time {
    margin: 1em 0;
}
#comments h4 .time a {
    font-weight: 400;
}
#comments h4 img {
    float: left;
    clear: none;
    margin: 0 1em 1em 0;
}
#comments ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.9em;
}
#comments p {
    width: 100%;
    margin: 1em 0;
}
#comments p br {
    margin: 0;
}
#comments #respond h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 2em;
}
#comments #respond p {
    font-size: 1.1em;
    margin: 0.5em 0;
}
#comments #respond p label {
    display: inline-block;
    width: 12em;
    margin: 0;
    padding: 0;
    border: none;
}
#comments #respond p input {
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    border: 4px solid #cc8214;    
    margin: 0;
    padding: 0.2em;
}
#comments #respond form textarea {
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    padding: 0.2em;
    display: block;
    width: 100%;
    border: 4px solid #cc8214;
    margin: 1em 0 0 0;
}
#comments #respond form #submit {
    display: block;
    margin: 1em 0;
    border: none;
    background-color: #cc8214;
    color: #fff;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    padding: 1em;
    border-radius: 0.3em;
}




/* FOOTER */
#site-footer {
    width: 100%;
    text-align: left;
    background-color: #072f4c;
    color: #fff;
    padding: 2em 0 1em 0;
}
#site-footer a {
    text-decoration: none;
    color: #fff
}
#site-footer a:hover {
    color: #ddd;
}
#site-footer > ul {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}
#site-footer > ul > li {
    vertical-align: top;
    display: inline-block;
    width: 22%;
    margin: 0 0 2em 0;
    text-align: left;
    float: right;
    clear: none;
}

/* -- Menu główne razem z logo -- */
#site-footer > ul > li:first-child {
    float: left;
    clear: none;
    width: 34%;
}
#site-footer > ul > li:first-child h2.widgettitle {
    color: #fff;
    text-transform: none;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    text-indent: 50px;
    background: url('./images/logo_icon.png') left center no-repeat transparent;
    padding: 0.1em 0;
}
#site-footer > ul > li:first-child > div {
    margin: 0 0 0 50px;
}

#site-footer > ul > li.widget_text {
    width: 100%;
    color: #aaa;
}

#site-footer > ul > li#text-3 {
    width: auto;
}
#site-footer > ul > li#text-3 .textwidget {
    margin: 1.4em 0 0 0;
    text-align: right;
}
#site-footer > ul > li#text-3 .textwidget a {
    display: inline-block;
    margin: 0 0 0 1em;
}

#site-footer > ul > li.mobile {
    width: 100% !important;
    text-align: left;
}
#site-footer > ul > li.mobile > div {
    margin-left: 50px !important;
    text-align: left !important;
}

#site-footer > ul > li.widget_text a {
    color: #aaa;
}
#site-footer > ul > li.widget_text a:hover {
    color: #ddd;
}
#site-footer > ul > li#copyright {
    width: 100%;
    text-align: center;
}

/* -- Pozostałe elementy stopki -- */
#site-footer > ul > li h2.widgettitle {
    text-transform: uppercase;
    color: #aaa;
}
#site-footer > ul > li ul.menu {
    margin: 1.4em 0 0 0;
}
#site-footer > ul > li ul.menu li {
    font-size: 1.2em;
    line-height: 2em;
}
#site-footer > ul > li ul.menu li a {
    font-weight: 300;
}

#site-footer > ul > li.SocialMedia h2.widgettitle {
    text-align: right;
}



/* JCAROUSEL */
.jcarousel-skin-saokim .jcarousel-container {
    width: 96% !important;
    padding: 1em 2% !important;
    border: none !important;
    border-radius: 0 !important;
}
.jcarousel-skin-saokim .jcarousel-container .jcarousel-clip-horizontal {
    width: 100% !important;
    height: 100px !important;
}
.jcarousel-skin-saokim .jcarousel-container .jcarousel-clip-horizontal .jcarousel-item {
    height: 100px !important;
    width: 100px !important;
    margin: 0 1em 0 0 !important;
}
.jcarousel-skin-saokim .jcarousel-container .jcarousel-clip-horizontal .jcarousel-item a img {
    width: 100px !important;
    height: auto !important;
}




#home-central li.widget_text {
    margin: 0 !important;
}
#sidebar li.widget_text {
    margin: 0 !important;
}
li.widget_text .reklama {
    margin: 0 0 2em 0;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

    /* Place your styles here for all widths greater than 400px */
    
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

    /* Place your styles here for all 'Retina' screens */

}
