/*
 Theme Name:   Dynamic News Lite Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Dynamic News Lite Child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     dynamic-news-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dynamic-news-lite-child
*/

#logo .site-title {
    color: #e84747;
    font-family: Palatino,Georgia,Tahoma,Arial;
    font-size: 3em;
    font-weight: bold;
}


.post-title {
	font-family: Palatino,Georgia,Tahoma,Arial;
	font-size: 1.5em;
}

/* Dodajemy zaokraglone rogi
*/
.widgettitle, .widget {
	border-radius: 5px 15px 5px 15px;
}

.type-post, .type-page, .type-attachment {
	border-radius: 5px 15px 5px 15px;
}

/* Modyfikacja noglowka (kolor tla i/lub logo)
*/
#header-wrap {
    background: #ffee none repeat scroll 0 0;
}


/* Chat
*/
.wcMessage {
	padding-bottom: 5px;
}

/* EnviraGallery
*/
.envira-gallery-item span.caption {
	padding: 20px 5px 30px;
	text-align: center;
	display: block;
	font-size=120%;
}

