.logo__link {
	text-transform: capitalize;
}

.logo__tagline {
	color: #F3D5D5;
}

.logo__title {
	color: #FFFFFF;
}

.header {
	background-image: url('../img/common/background1.jpg');
}

.container {
	max-width: 98%;
}

.content {
	width: 76%;
}

.sidebar {
	width: 20%;
}

.imgframe {
	margin: 10px;
}

p {
    margin-bottom: 10px;
}

a {
	color: #9c3838;
}

.post__title a {
	color: #000000;
}

.post__title a:hover {
	color: #ab0000;
}



code {
	white-space: pre-wrap;
	overflow: auto;
}

#wrapper {
	max-width: 700px;
	margin: 0 auto;
}

.widget__list {
	list-style: none;
}

ol, ul {
    list-style: inside;
}

@media screen and (max-width: 800px) {
	.container {
		max-width: 98%;
	}

	.content {
		width: 65%;
	}

	.sidebar {
		width: 32%;
	}

}

@media screen and (max-width: 768px) {
	.container {
		max-width: 98%;
	}

	.content {
		width: 98%;
	}

	.sidebar {
		width: 98%;
	}

}

@media screen and (max-width: 620px) {
	.container {
		max-width: 98%;
	}

	.content {
		width: 98%;
	}

	.sidebar {
		width: 98%;
	}

}

@media screen and (max-width: 320px) {
	.container {
		max-width: 98%;
	}

	.content {
		width: 98%;
	}

	.sidebar {
		width: 98%;
	}

}

/* code highlight linenumber border */
div.highlight div table tbody tr td:first-child pre {
	border-right: 1px solid #ebebeb;
}
/* Add a new line after highlight div tag*/
div.highlight:after {
	content: '\A';
	white-space: pre;
}

/* Tags in a blog article - bottom */
ul.tags__list {
	list-style: none;
}

.list__thumbnail img {
    max-width: 100px !important;
}