/*black fonts body*/

element {
    color: black;
}

/*storleken på default foto*/
.post-thumbnail {
    max-width: 750px;
   max-height:450px;
    margin-left: auto;
    margin-right: auto;
}



/*tar bort solid linje i header*/

.main-navigation {
    border-bottom: white;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: white;
    border-top: solid 1px #ddd;
    font-size: 93.8%;
    position: relative;
}

/*slogan färg etc*/
.site-description {
    color: black;
    font-style: italic;
    line-height: 1.4;
}



/*en solid linje bort i header*/

.main-navigation {

    border-top:  white;       
        border-top-color: white;
    font-size: 93.8%;
    position: relative;

}

body {
    color: black;    
}




#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: green;
    
}



/*de nedanstående ger  svart färg till related posts*/

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    padding-right: 20px;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    color: black;
   font-size: 20px;
}


/*brödsmulor svart färg*/
.entry-meta {
    color: black;
    font-size: 87.5%;
    margin-top: 12px;
}









/* taggar färg*/
.tags-links {
    color: blue;
    text-decoration:none;
    font-size: 93.8%;
    padding-top: 25px;
    text-align: center;
}


/*blå länkar och underline*/

.widget li a {
	text-decoration: underline;
	color: blue;
}
/*föregående och eftergående psot färg på länk*/

.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: red;
}


