@import url("pygment.css");

html {
       overflow-y: scroll;
}

body {
	background: #E6E6E6;
}

a {
	text-decoration: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
	text-decoration: none;
}

p {
  margin: 0 0 14px;
  text-align: justify;
}

p img, p video, article video {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

small {
	font-size: 0.9em;
}

hr {
	border-top: none;
	border-bottom: 1px solid #ededed;
}

#main_wrapper {
	padding: 10px 40px 10px 40px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;

	background: white;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#top h1 a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
#top h1 a:hover {
	color: #21759b;
}
#sitesubtitle {
	color: #444;;
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
}

#topmenu {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
	padding: 0;
}
#topmenu li {
	display: inline-block;
	margin-right: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
}
#topmenu li a {
	color: #6a6a6a;
	text-decoration: none;
}
#topmenu li a:hover {
	color: #000;
}
#topmenu li.active {
	font-weight: bold;
}

#topimg {
	margin-bottom: 40px;
}

#sidebar {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}
#sidebar .socialicons {
	text-align: center;
}
#sidebar .socialicon {
	width: 43px;
}
#sidebar .sidebar_p {
	text-align: center;
}
#sidebar .qr_sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar h4 {
	color: #636363;
	font-size: 18px;
	line-height: 36px;
	font-weight: lighter;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
#sidebar ul {
	padding-left: 0;
}
#sidebar li {
	list-style: none;
	line-height: 24px;
}

#sidebar .recommended {
	margin-bottom: 22px;
}

footer {
	border-top: 1px solid #ededed;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.7em;
	line-height: 15px;
	text-align: center;
}


article {
	margin-bottom: 34px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #ededed;*/
}
article.single {
	margin-bottom: 20px;
}
article.single header {
	margin-bottom: 20px;
}
article header {
	border-bottom: 1px solid #ededed;
	margin-bottom: 13px;
}
article header span {
	font-size: 0.9em;
	border-right: 1px solid #ededed;
	padding-right: 5px;
}
article header span:last-child {
	border-right: none;
}

article header span .tag:not(:last-child):after {
	content: ", ";
}

.dontbothermebots {
	display: none;
}

.article-spacer {
	height: 60px;
}

article .feature_image {
	margin-top: -23px;
	margin-bottom: 22px;
}
article.single .feature_image {
	margin-top: -20px;
	margin-bottom: 22px;
}

.gallery {
	margin-top: 25px;
	border-top: 1px solid #ededed;
}
.gallery h2 {
	margin-bottom: 25px;
}
.gallery .thumbnail {
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
}
