/* Lite mörkare färg på all "vanlig" text */
body {
	color: #131212;
}

/* Minska luft */
h1 {
    padding-bottom: 0px;
}

.post-content .title {
    padding-bottom: 0px;
}

.post-content {
    padding: 0px 0px 0px;
}

body.single .et-no-image .post-content, body.page .et-no-image .post-content {
    padding-top: 0px;
}
body.page .post-content {
    padding-bottom: 0px;
}

body.single .post-content, body.page .post-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

#main-header {
    margin-top: 52px;
}

body.page .et-no-image .post-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Gömma "Edit this post" */
.post-edit-link {
    margin-top: 0px;
    visibility: hidden;
}

/* Gömma Wordpress-info */
#footer-info {
    padding: 0px 10px 0px;
    visibility: hidden;
    height: 0px;
}

/* Footer-bilden på mitten */
.footer-widget {
    width: 100%;
}

/* Smalare footer */
#footer-widgets {
    height: 60px;
  padding-top: 0px;
}

/* Testimonial */
.testimonial .inner {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%) repeat scroll 0% 0% transparent !important;
    
    border: 0px solid #FFF !important;
    margin: 0px auto !important;
    padding: 0px !important;
}

.testimonial {
    border: 0px solid #E6E6E6 !important;
    margin: 0px auto !important;
}

.testimonial_right {
 	text-align: right; 
}

.name {
 	font-weight: bold; 
}

.testimonial .heading {
    background: url("/wp-content/plugins/strong-testimonials/images/quotes.png") no-repeat scroll left center transparent !important;
    margin-top: 0px !important;
    padding-left: 40px !important;
    text-align: left !important;
}

body.single article.post p, body.page article.page p, article iframe, article embed {
    margin-bottom: 0px;
}

post p{line-height: 1.5em;}