/*
Theme Name:     Twenty Fourteen Child
Description:    Child theme for the Twenty Fourteen theme
Author:         Matti L
Author URI:     http://loveall.se
Template:       twentyfourteen
Version:        1.0
*/

@import url("../twentyfourteen/style.css");

.site:before {
    background-color: #000;
}
#secondary {
    color: #555;
    padding-top: 15px;
}
.site-description {
    color: lightblue;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
}
.widget { color: #999; }
#content-sidebar .widget {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 85%;
	padding:10px;
}
.content-sidebar .widget .widget-title {
    border-top: none;
}
.associated-posts .associated-post .post-excerpt {
    margin-bottom: 50px;
}
/* Lista för rating widget */
.after_content, .rating-form, .rating-results-list {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}