/*
Du kan legge til din egen CSS her.

Klikk hjelp-ikonet over for å lære mer.
*/

nav .site-title a {
	color: #fff;
}

.entry-header h1.entry-title {
	text-transform: none;
}

.post-thumbnail .entry-header {
	background: rgba(33, 41, 51, 0.6);
}

.figure-box .wp-caption-text,
.post-thumbnail {
	text-shadow: 2px 2px 10px #000;
}

.figure-box figure a:not(.figure-link) {
	opacity: .6;
}

.entry-content pre,
.excerpt-content pre {
	white-space: pre-wrap;
}

.blog-simple .month {
	color: #999;
}

.widget-title {
	color: #999;
	font-size: 12px;
	text-decoration: underline;
}

.quotescollection-quote p {
	font-style: italic;
}

.gallery img {
	margin: 0 !important;
}

.gallery .gallery-item {
		height: calc(100% + 10px) !important;
}

.figure-box figure {
	border-radius: 50%;
	border: 1px solid #222;
	box-shadow: 3px 3px 4px #888;
}

.entry-content blockquote,
.excerpt-content blockquote {
	font-size: 1.3em;
	max-width: 540px;
	text-transform: inherit;
	color: #666;
}

.site-description {
	color: #666;
}

p > img.nofloat {
	margin-top: -10px;
}

img.nofloat,
img.aligncenter {
	max-width: 100%;
	width: 100% !important;
	margin: 10px 0 30px 0 !important;
	clear: both;
	background: #ededed;
	border: 1px solid #ccc;
	padding: 5px;
}

.single-post .excerpt-content img,
.single-post .entry-content:not(.intro) img {
	float: right;
	width: 50%;
	height: auto !important;
}

.excerpt-content p,
.entry-content p {
	font-size: 1.1em;
}

.entry-content ul {
	clear: left;
}

.excerpt-content img,
.entry-content:not(.intro) img {
	margin: 10px 0 10px 10px;
	padding: 5px;
	background: #ededed;
	border: 1px solid #ccc;
}

.excerpt-content img.left,
.entry-content img.left {
	margin: 10px 10px 10px 0;
	float: left;
	width: 50%;
}

.excerpt-content blockquote,
.entry-content blockquote {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.excerpt-content blockquote p,
.entry-content blockquote p {
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.5em;
}

.excerpt-content blockquote.sitat_motpart p,
.entry-content blockquote.sitat_motpart p {
	color: #53777A;
}

.entry-content .bigcounter {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}